[NTG-context] Re: Description Lists with labels longer than a single line

2025-02-26 Thread Denis Maier via ntg-context
m > Betreff: [NTG-context] Re: Description Lists with labels longer than a single > line > > > > On 25/02/2025 14:57, denis.ma...@unibe.ch wrote: > > I have a list of description (used to typeset an index) where in a few > > cases the label is longer than a single line. Ap

[NTG-context] Re: Description Lists with labels longer than a single line

2025-02-25 Thread autumnus
Wrapped by vbox %% \startindexentry{\vbox{Aliba oros irged ba: mongγol irged-neri qara tamiki tataγsan büged jaručiγulaqu jerge-yi jiγaburi abču sidken čegerlegülkü dürme ene bolumui}} 123 \stopindexentry %% autumnus __

[NTG-context] Re: Description Lists with labels longer than a single line

2025-02-25 Thread vm via ntg-context
On 25/02/2025 14:57, denis.ma...@unibe.ch wrote: I have a list of description (used to typeset an index) where in a few cases the label is longer than a single line. Apparantly, the label can’t span multiple lines: Or maybe there’s an easier solution? OR, maybe the descriptions are just

[NTG-context] Description Lists with labels longer than a single line

2025-02-25 Thread denis.maier
Hi, I have a list of description (used to typeset an index) where in a few cases the label is longer than a single line. Apparantly, the label can’t span multiple lines: %%% \definedescription[indexentry] [alternative

[NTG-context] Re: Draw leftframe to a description

2024-10-06 Thread Aditya Mahajan
On Sun, 6 Oct 2024, Gerion Entrup wrote: > I got exactly the same problems like with textbackground (see the > stackexchange post for screenshots). I had replied to you on stackexachange, but I think that the mailing list is a better place to discuss this, so I am following up here. Regarding

[NTG-context] Re: Draw leftframe to a description

2024-10-05 Thread Gerion Entrup
ever, is that it does not work with footnotes. I got exactly the same problems like with textbackground (see the stackexchange post for screenshots). Gerion signature.asc Description: This is a digitally signed message part. __

[NTG-context] Re: Draw leftframe to a description

2024-09-29 Thread ai2472206007
I'm not sure I understand your needs. But if you don't want a background, but just need a border. You can try command “startsidebar“ : https://wiki.contextgarden.net/Command/setupsidebar ___ If your question is of int

[NTG-context] Re: Draw leftframe to a description

2024-09-29 Thread Gerion Entrup
Am Montag, 8. Juli 2024, 15:00:30 MESZ schrieb Gerion Entrup: > Hi, > > I want to typeset an "excurses" description that is marked with a leftframe. > The problem is that it spans about multiple pages and has footnotes. > ... I just also asked on Stackexchange: http

[NTG-context] Draw leftframe to a description

2024-07-08 Thread Gerion Entrup
Hi, I want to typeset an "excurses" description that is marked with a leftframe. The problem is that it spans about multiple pages and has footnotes. Here is an MWE: ``` %% -> mwe-framedtext.pdf \defineframedtext[excursusbg][ frame=off, leftframe=on, rule

[NTG-context] Re: Why is this description environment not showing the correct title?

2024-05-05 Thread Wolfgang Schuster
l I don't know how you want it to look, exactly, but ending the paragraph helps with the numbering. There is also a start/stop version that suggests a bit more structure. Paragraphs act as delimiter for each description in the old form, the environment form is better in this regards because

[NTG-context] Re: Why is this description environment not showing the correct title?

2024-05-05 Thread Mikael Sundqvist
Hi On Sun, May 5, 2024 at 4:40 PM Joel via ntg-context wrote: > > > \definedescription[latexdesc][headstyle=bold, style=normal, align=flushleft, > alternative=hanging, width=broad, margin=1cm] > > \starttext > > \latexdesc{1540} some event happened > \latexdesc{1541} some other event hap

[NTG-context] Why is this description environment not showing the correct title?

2024-05-05 Thread Joel via ntg-context
\definedescription[latexdesc][headstyle=bold, style=normal, align=flushleft, alternative=hanging, width=broad, margin=1cm] \starttext     \latexdesc{1540} some event happened     \latexdesc{1541} some other event happened     \latexdesc{1542} some event happened quite different \stoptext I f

Re: [NTG-context] Description together with itemize, luametatex

2023-03-06 Thread Gerion Entrup via ntg-context
Am Montag, 6. März 2023, 14:34:28 CET schrieb Aditya Mahajan via ntg-context: > On Mon, 6 Mar 2023, Gerion Entrup via ntg-context wrote: > > > Hi, > > > > I'm trying to use a description environment in conjunction with an > > itemize with the latest l

Re: [NTG-context] Description together with itemize, luametatex

2023-03-06 Thread Aditya Mahajan via ntg-context
On Mon, 6 Mar 2023, Gerion Entrup via ntg-context wrote: > Hi, > > I'm trying to use a description environment in conjunction with an > itemize with the latest luametatex. Is this supposed to work? > > Here is an MWE: > ``` > \definedescription[desc][headstyl

[NTG-context] Description together with itemize, luametatex

2023-03-06 Thread Gerion Entrup via ntg-context
Hi, I'm trying to use a description environment in conjunction with an itemize with the latest luametatex. Is this supposed to work? Here is an MWE: ``` \definedescription[desc][headstyle=bold] \starttext Foo \desc{Some title} Some text \startitemize \item Some

Re: [NTG-context] Indenting next multi paragraph description

2023-02-23 Thread Alex Leray via ntg-context
Actually it works if I comment out "\setupindenting" (or with a manual `\indentation`). But then, no indentation on the rest of the document :( Le 23/02/23 à 22:27, Alex Leray via ntg-context a écrit : \setupindenting[yes, 3em, next] __

[NTG-context] Indenting next multi paragraph description

2023-02-23 Thread Alex Leray via ntg-context
Hi, I'd like to indent next paragraphs in multi paragraph descriptions. For some reason, I can't figure out why this isn't working. Any idea? Here is my code: ### \setupwhitespace[none] \setupindenting[yes, 3em, next] \definedescription[question][ before={\vskip-\parskip}, after={\vs

Re: [NTG-context] Space between heading and paragraph in a description

2020-02-19 Thread Kevin Kenan
> On Feb 18, 2020, at 7:45 PM, Aditya Mahajan wrote: > > Add what you discovered to the wiki! I did…after a fashion. Once I knew the answer, I was able to find a reference to it on the wiki. However, it was obscured because both \setupdescription and \setupdescriptions are listed and I was re

Re: [NTG-context] Space between heading and paragraph in a description

2020-02-18 Thread Aditya Mahajan
019/094735.html> I had tried searching the archive using a few variations of "heading paragraph description” but was unsuccessful in finding the previous answer. I’m still new to ConTeXt so hopefully I will get better at figuring out what the key terms should be when searching. A

Re: [NTG-context] Space between heading and paragraph in a description

2020-02-18 Thread Kevin Kenan
/094735.html> I had tried searching the archive using a few variations of "heading paragraph description” but was unsuccessful in finding the previous answer. I’m still new to ConTeXt so hopefully I will get better at figuring out what the key terms should be

Re: [NTG-context] Space between heading and paragraph in a description

2020-02-18 Thread Wolfgang Schuster
On Tue, 18 Feb 2020 11:39:24 -0800 Kevin Kenan wrote: > Perfect. Thank you, Wolfgang. > > Is there a way I could have discovered this answer without bothering folks on > the list? You can always try the list archive, e.g. the same problems was asked last year. https://mailman.ntg.nl/pipermail

Re: [NTG-context] Space between heading and paragraph in a description

2020-02-18 Thread Kevin Kenan
ep the space between the heading text and the paragraph from >> stretching/shrinking in a description? >> >> MWE that exhibits variable space between the heading (the defined word) and >> the paragraph text: >> >> >>\definedescription >

Re: [NTG-context] Space between heading and paragraph in a description

2020-02-18 Thread Wolfgang Schuster
On Tue, 18 Feb 2020 11:16:58 -0800 Kevin Kenan wrote: > How can I keep the space between the heading text and the paragraph from > stretching/shrinking in a description? > > MWE that exhibits variable space between the heading (the defined word) and > the

[NTG-context] Space between heading and paragraph in a description

2020-02-18 Thread Kevin Kenan
How can I keep the space between the heading text and the paragraph from stretching/shrinking in a description? MWE that exhibits variable space between the heading (the defined word) and the paragraph text: \definedescription [definition] [headstyle=italic, indenting

Re: [NTG-context] Variable space with hanging description

2019-04-16 Thread Cedric Tissieres
nging. The horizontal space >> between the description title and the rest of the text varies a lot and >> looks ugly. When the same code is compiled with mkii, this space is >> almost constant (replace alternative=hanging by location=hanging in >> mkii). > > The different distan

Re: [NTG-context] Variable space with hanging description

2019-04-16 Thread Wolfgang Schuster
Cedric Tissieres schrieb am 16.04.2019 um 06:16: Dear all, I recently switched to mkiv and experienced some problems with descriptions when set with alternative=hanging. The horizontal space between the description title and the rest of the text varies a lot and looks ugly. When the same code

Re: [NTG-context] local command description

2019-04-16 Thread Arthur Reutenauer
Hi Damien, On Tue, Apr 16, 2019 at 11:15:08PM +0200, Damien Thiriet wrote: > mtxrun --script server --auto > > [snip] > > mtx-server | context services: > http://localhost:8088/mtx-server-ctx-startup.lua > mtxrun --gethelp > --url=http://localhost:8088/mtx-server-ctx-help.lua?comma

[NTG-context] local command description

2019-04-16 Thread Damien Thiriet
Hi, Last year after my speech at BachoTeX, Hans told me, that we can get a local catalogue of ConTeXt macros. So I wrote on a piece of paper two commands but did not note much more and now I am not sure what do they stand for mtxrun --script server --auto When I run this, I got this on my conso

[NTG-context] Variable space with hanging description

2019-04-15 Thread Cedric Tissieres
Dear all, I recently switched to mkiv and experienced some problems with descriptions when set with alternative=hanging. The horizontal space between the description title and the rest of the text varies a lot and looks ugly. When the same code is compiled with mkii, this space is almost constant

Re: [NTG-context] Cascaded description

2019-04-06 Thread Hans Hagen
On 4/6/2019 11:08 AM, Procházka Lukáš Ing. wrote: Hello, I finally found a solution (which doesn't use \description or any other Ctx command) (and which may be clumsy - I'm not so good in tex programming): \def\IndByText#1{%   \newbox\IndByTextBox   \newdimen\IndB

Re: [NTG-context] Cascaded description

2019-04-06 Thread Procházka Lukáš Ing .
Hello, I finally found a solution (which doesn't use \description or any other Ctx command) (and which may be clumsy - I'm not so good in tex programming): \def\IndByText#1{% \newbox\IndByTextBox \newdimen\IndByTextBoxWd \setbox\IndByTextBox\hbox{#1}% \IndByTex

[NTG-context] Cascaded description

2019-04-02 Thread Procházka Lukáš Ing .
Hello, I'm trying to get nested descriptions (using "tab") to form a "cascade". The result should look like: AAA ababababababab ababababababab BBB ababababab ababababab CCC ababab ababab <--> indent (margin?) of the first ne

Re: [NTG-context] whitespace inside a description

2018-12-01 Thread Pablo Rodriguez
On 12/1/18 9:21 AM, Wolfgang Schuster wrote: > Pablo Rodriguez schrieb am 30.11.18 um 19:36: >> [...] >> How can I get a different whitespace inside the description? > > \setupdescription >[description] >[style={\setupwhitespace[small]}] Many thanks for your

Re: [NTG-context] whitespace inside a description

2018-12-01 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 30.11.18 um 19:36: Dear list, I have the following sample: \setupwhitespace[big] \startsetups[small:whitespace] \setupwhitespace[small] \stopsetups \definedescription [description] [setups={small:whitespace

[NTG-context] whitespace inside a description

2018-11-30 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupwhitespace[big] \startsetups[small:whitespace] \setupwhitespace[small] \stopsetups \definedescription [description] [setups={small:whitespace}, inbetween={\directsetup[small:whitespace

Re: [NTG-context] description renders unintended results (LUATEX BUG?)

2017-03-07 Thread Floris van Manen
t it sounds like you want to be using an itemize or enumeration > rather than a description. well i do need the description as the items are not numbered or annotated in a sequential way. i could use a \sym{tag} but then the available space is constant, and not variable as is when using

Re: [NTG-context] description renders unintended results (LUATEX BUG?)

2017-03-07 Thread Alan Braslau
of entire systems. But it sounds like you want to be using an itemize or enumeration rather than a description. \startitemize [n] \startitem one \startitemize [a] \startitem two \stopitem \startitem three \stopitem \stopitemize \stopitem \startitem four \start

Re: [NTG-context] description renders unintended results (LUATEX BUG?)

2017-03-07 Thread Alan Braslau
On Tue, 7 Mar 2017 18:04:34 +0100 Floris van Manen wrote: > The incorrect nesting seems to be connected to the luatex engine. > If i have the same source compiled by pdftex, it works as intended. > > So is the different rendering an intended feature of luatex, or a > simple bug? mkii or mkiv?

Re: [NTG-context] description renders unintended results (LUATEX BUG?)

2017-03-07 Thread Floris van Manen
nyone out there who has a clue as how to fix this? > > Thanks > .F > > >> On 4 Mar 2017, at 11:58, Floris van Manen wrote: >> >> >>> On 4 Mar 2017, at 11:25, Otared Kavian wrote: >>> >>> Since you specify >>> align=

Re: [NTG-context] description renders unintended results

2017-03-05 Thread Floris van Manen
Is there anyone out there who has a clue as how to fix this? Thanks .F > On 4 Mar 2017, at 11:58, Floris van Manen wrote: > > >> On 4 Mar 2017, at 11:25, Otared Kavian wrote: >> >> Since you specify >> align=left >> in the setup of your descripti

Re: [NTG-context] description renders unintended results

2017-03-04 Thread Floris van Manen
> On 4 Mar 2017, at 11:25, Otared Kavian wrote: > > Since you specify > align=left > in the setup of your description, I don’t see why the output would be > unexpected. With the following version of your example code I get the > attached PDF output. I got the l

Re: [NTG-context] description renders unintended results

2017-03-04 Thread Henning Hraban Ramm
Am 2017-03-04 um 11:25 schrieb Otared Kavian : > Since you specify > align=left > in the setup of your description, I don’t see why the output would be > unexpected. With the following version of your example code I get the > attached PDF output. While the alignment was

Re: [NTG-context] description renders unintended results

2017-03-04 Thread Otared Kavian
Hi Floris,Since you specify align=leftin the setup of your description, I don’t see why the output would be unexpected. With the following version of your example code I get the attached PDF output.%%% begin \setuppapersize[A5]\definedescription[descr][ headstyle=bold, style=normal,% align

Re: [NTG-context] description questions

2017-02-21 Thread Csikos Bela
width=fit nor width=broad,distance=dimension results in the same. > >Some information is given here: http://www.ntg.nl/maps/36/09.pdf >Enumerations and descriptions share a lot of settings. Thank you. I read it. I have a question: is it possible to add some text or command between th

Re: [NTG-context] description questions

2017-02-20 Thread Aditya Mahajan
tance=dimension results in the same. Some information is given here: http://www.ntg.nl/maps/36/09.pdf Enumerations and descriptions share a lot of settings. 2. In the same document how can I reset to the default options of a defined description list? For example: \definedescription[defa] \defa

[NTG-context] description questions

2017-02-20 Thread Csikos Bela
width=broad,distance=dimension results in the same. 2. In the same document how can I reset to the default options of a defined description list? For example: \definedescription[defa] \defa{head} % deafult options are used \setupdescription[defa][width=broad,distance=1cm] \defa{head} %

Re: [NTG-context] Overlapping terms in description lists

2016-04-23 Thread Tom Harrop
Thanks for the reply. > On 21 Apr 2016, at 1:18 pm, luigi scarso wrote: > > the title is in a \vtop and not a \vbox, and its height is fixed to \strutht > (and the depth to \strutdp) > so basically the title is one line. OK, I’ll do my best to stick to one line. I guess it would be better to

Re: [NTG-context] Overlapping terms in description lists

2016-04-21 Thread luigi scarso
On Wed, Apr 20, 2016 at 12:58 PM, Tom Harrop wrote: > Hello again, > > The document I'm typsetting uses description lists. To keep the list > entries close together I'm using before=\nowhitespace and > after=\nowhitespace in \definedescription. This is fine so long as

[NTG-context] Overlapping terms in description lists

2016-04-20 Thread Tom Harrop
Hello again, The document I'm typsetting uses description lists. To keep the list entries close together I'm using before=\nowhitespace and after=\nowhitespace in \definedescription. This is fine so long as the term is short, but when the term wraps to two lines it can overlap with

Re: [NTG-context] grid + description + superscript

2014-06-05 Thread Hans Hagen
On 6/5/2014 6:20 PM, Trond Thorbjørnsen wrote: Superscript in math in a description, results in a blank line, see the example. Is there a way to avoid this? \setuplayout[grid=tolerant] -Trond Thorbjørnsen \setuplayout[grid=yes] \definedescription[desc][ inbetween={\blank[none

[NTG-context] grid + description + superscript

2014-06-05 Thread Trond Thorbjørnsen
Superscript in math in a description, results in a blank line, see the example. Is there a way to avoid this? -Trond Thorbjørnsen \setuplayout[grid=yes] \definedescription[desc][ inbetween={\blank[none]}, before={\blank[none]}, after={\blank[none]}, margin=no, ] \starttext \desc{foo

Re: [NTG-context] description setup error

2012-05-13 Thread Wolfgang Schuster
a minimal example and the error. > > \definedescription[htmldd][before=,after=] > \setupdescriptions[htmldd][alternative=right] > \starttext > Text before.\crlf > \starthtmldd{item-1}description\stophtmldd > \starthtmldd{item-2}description\stophtmldd > Text after. > \sto

[NTG-context] description setup error

2012-05-13 Thread Meer, H. van der
ore=,after=] \setupdescriptions[htmldd][alternative=right] \starttext Text before.\crlf \starthtmldd{item-1}description\stophtmldd \starthtmldd{item-2}description\stophtmldd Text after. \stoptext ! Undefined control sequence. system > tex > error on line 5 in file description.tex: Undefined

Re: [NTG-context] \description - indenting lines, "alternative=top"

2012-04-10 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... OK, thanks for explanation. Best regards, Lukas On Tue, 10 Apr 2012 17:42:46 +0200, Wolfgang Schuster wrote: small = 1em medium = 1.5em big = 2em Are these values accessible anyhow? Via Lua? They are stored in \parindent but descriptions have the setting “indenting=never” which se

Re: [NTG-context] \description - indenting lines, "alternative=top"

2012-04-10 Thread Wolfgang Schuster
Am 10.04.2012 um 15:42 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: > On Tue, 10 Apr 2012 11:49:56 +0200, Wolfgang Schuster > wrote: > >> When you want a certain value in various places I would use \definemeasure >> to set it and \measure to access it. >> >> \definemeasure[parindent][1em]

Re: [NTG-context] \description - indenting lines, "alternative=top"

2012-04-10 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Tue, 10 Apr 2012 11:49:56 +0200, Wolfgang Schuster wrote: When you want a certain value in various places I would use \definemeasure to set it and \measure to access it. \definemeasure[parindent][1em] \define[1]\TestHeadCommand {\offset[x=-\measure{parindent}]{#1}} \definedescription

Re: [NTG-context] \description - indenting lines, "alternative=top"

2012-04-10 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... Thank you, Aditya, that's it! Lukas On Tue, 10 Apr 2012 11:27:05 +0200, Aditya Mahajan wrote: On Tue, 10 Apr 2012, Procházka Lukáš Ing. - Pontex s. r. o. wrote: XXX _ ^ V - this distance to be specified. blablabla blabla b

Re: [NTG-context] \description - indenting lines, "alternative=top"

2012-04-10 Thread Wolfgang Schuster
Am 10.04.2012 um 09:13 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: > Hello Wolfgang, > > thanks for the solution. > > Two more questions: > > - How to specify indenting to be equal to the normal paragraph indenting? > > Here's my trial: > > > \setupindenting[yes,first,medium] > > \

Re: [NTG-context] \description - indenting lines, "alternative=top"

2012-04-10 Thread Aditya Mahajan
On Tue, 10 Apr 2012, Procházka Lukáš Ing. - Pontex s. r. o. wrote: - Is it possible to reduce (or specify) the distance between the label and the next text? XXX _ ^ V - this distance to be specified. blablabla blabla blabla blabla

Re: [NTG-context] \description - indenting lines, "alternative=top"

2012-04-10 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello Wolfgang, thanks for the solution. Two more questions: - How to specify indenting to be equal to the normal paragraph indenting? Here's my trial: \setupindenting[yes,first,medium] \define[1]\TestHeadCommand{\offset[x=-\parindent]{#1}} % This doesn't work \starttext \definedescr

Re: [NTG-context] \description - indenting lines, "alternative=top"

2012-04-09 Thread Wolfgang Schuster
Am 09.04.2012 um 14:50 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: > Hello, > > another case of description (following > http://www.mail-archive.com/ntg-context@ntg.nl/msg62775.html), now with > "alternative=top" - I'm trying to get: > > XX

[NTG-context] \description - indenting lines, "alternative=top"

2012-04-09 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, another case of description (following http://www.mail-archive.com/ntg-context@ntg.nl/msg62775.html), now with "alternative=top" - I'm trying to get: XX blablabla bla bla blablabla blabla. | | |-| A constant of indenting - to be specif

Re: [NTG-context] \description - indenting lines from the 2nd

2012-04-04 Thread Wolfgang Schuster
Am 04.04.2012 um 16:03 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: > ... Thank you, now it's perfect. > > So option "alternative=" is to be used instead of "location=". > > Does "location" still have any meaning or is it deprecated and replaced by > "alternative"? For MkIV not because the

Re: [NTG-context] \description - indenting lines from the 2nd

2012-04-04 Thread Procházka Lukáš Ing . - Pontex s . r . o .
|<--->| Indenting given by the width of the head - unwanted. \B=\C: XX blablabla blablabla bla blab- la. | | |<--->| Indenting given by the width of the head - unwanted. | | |-] The "margin" option affects indenting of the whole descriptio

Re: [NTG-context] \description - indenting lines from the 2nd

2012-04-04 Thread Wolfgang Schuster
- > la. > > | | > |<--->| Indenting given by the width of the head - unwanted. > > > \B=\C: > > XX blablabla > blablabla > bla blab- > la. > > | | > |<--->| Indenting given by the width of the

[NTG-context] \description - indenting lines from the 2nd

2012-04-04 Thread Procházka Lukáš Ing . - Pontex s . r . o .
blab- la. | | |<--->| Indenting given by the width of the head - unwanted. | | |-] The "margin" option affects indenting of the whole description - unwanted, I want to indent only lines from the 2nd. I tried some combinations of options - location, width, margin - nothing leads to

Re: [NTG-context] Description inheritance?

2011-09-06 Thread Wolfgang Schuster
Am 06.09.2011 um 12:20 schrieb Marcin Borkowski: > Is there a way to define a description based on another one, so that all > parameters except the specified ones are inherited from the "base one"? \definedescription[base] \definedescription[clone]

[NTG-context] Description inheritance?

2011-09-06 Thread Marcin Borkowski
Is there a way to define a description based on another one, so that all parameters except the specified ones are inherited from the "base one"? TIA, -- Marcin Borkowski http://mbork.pl ___ If your ques

Re: [NTG-context] A description question

2011-09-06 Thread Marcin Borkowski
Dnia 2011-09-06, wto o godzinie 09:44 +0200, Wolfgang Schuster pisze: > \define[1]\DescriptionCommand > {Definition ({\tf #1}).} > > \definedescription > [definition] > [command=\DescriptionCommand, >width=fit, >distance=.5em, >style=normal, >location=serried] Thanks a lot!

Re: [NTG-context] A description question

2011-09-06 Thread Wolfgang Schuster
Am 06.09.2011 um 09:31 schrieb Marcin Borkowski: > Dnia 2011-09-06, wto o godzinie 02:45 -0400, Aditya Mahajan pisze: >> >> Untested. Try >> >> titleleft=(, titleright=), titlestyle=normal, distance=0.5em, >> location=serried, > > Thanks! > > It almost works - location=serried made the inden

Re: [NTG-context] A description question

2011-09-06 Thread Marcin Borkowski
Dnia 2011-09-06, wto o godzinie 02:45 -0400, Aditya Mahajan pisze: > On Tue, 6 Sep 2011, Marcin Borkowski wrote: > > > Hi all! > > > > I have something like this: > > > > \definedescription[definition][ > > text=Definition, > > location=hanging, > > width=fit, > > align=flushleft, > > headsty

Re: [NTG-context] A description question

2011-09-05 Thread Aditya Mahajan
On Tue, 6 Sep 2011, Marcin Borkowski wrote: Hi all! I have something like this: \definedescription[definition][ text=Definition, location=hanging, width=fit, align=flushleft, headstyle=bold, style=normal, ] \startdefinition{whatever} Lorem ipsum dolor sit amet, consectetur adipiscing e

[NTG-context] A description question

2011-09-05 Thread Marcin Borkowski
Hi all! I have something like this: \definedescription[definition][ text=Definition, location=hanging, width=fit, align=flushleft, headstyle=bold, style=normal, ] \startdefinition{whatever} Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent arcu nisl, interdum nec

Re: [NTG-context] Description

2011-04-20 Thread Procházka Lukáš Ing . - Pontex s . r . o .
OK, thanks. On Wed, 20 Apr 2011 18:20:18 +0200, Wolfgang Schuster wrote: You can use “titleright” only in enumerations. I thought "titleright" was valid for descriptions [as well], see contextref.pdf, sec. "Descriptions", table on the pg. 237: \setupdescriptions [...,...][..,.=.,..] ...

Re: [NTG-context] Description

2011-04-20 Thread Wolfgang Schuster
Am 20.04.2011 um 11:56 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: > Hello, > > is it possible to specify some text to be used as the end of a description? > > I tried this: > > --- > \starttext > \definedescription[Owner][headstyle=em,width=broad,titleright={-

Re: [NTG-context] Item description in bold

2011-03-01 Thread Wolfgang Schuster
Am 01.03.2011 um 16:02 schrieb Aditya Mahajan: > \head is delimited by \par, so be careful with something like this: \starthead … \par … \stophead Wolfgang ___ If your question is of interest to others as well, ple

Re: [NTG-context] Item description in bold

2011-03-01 Thread Taco Hoekwater
On 03/01/2011 04:14 PM, Cecil Westerhof wrote: \startitemize \head Description one I already tried this, but it did not work. You also need the \setupitemize[each][headstyle=bold] setup from the other answer. Best wishes, Taco

Re: [NTG-context] Item description in bold

2011-03-01 Thread Cecil Westerhof
2011/3/1 Aditya Mahajan > On Tue, 1 Mar 2011, Cecil Westerhof wrote: > > I have something like: >> \startitemize >> \item Description one >> >> Some text belonging to this description. >> >> \item Description two >> >> Some text bel

Re: [NTG-context] Item description in bold

2011-03-01 Thread Aditya Mahajan
On Tue, 1 Mar 2011, Cecil Westerhof wrote: I have something like: \startitemize \item Description one Some text belonging to this description. \item Description two Some text belonging to this description. \item Description three Some text belonging to this description. \stopitemize I

Re: [NTG-context] Item description in bold

2011-03-01 Thread Stefan Müller
Hi Cecil, I think here is what you are looking for: http://wiki.contextgarden.net/Description There it is explained how to define descriptions. In \definedescription[descr][ headstyle=bold,style=normal,align=left,location=hanging, width=broad,margin=1cm] the option "headstyle=bold&

[NTG-context] Item description in bold

2011-03-01 Thread Cecil Westerhof
I have something like: \startitemize \item Description one Some text belonging to this description. \item Description two Some text belonging to this description. \item Description three Some text belonging to this description. \stopitemize I would like to have 'Descriptio

Re: [NTG-context] description

2010-10-26 Thread Alan BRASLAU
On Tuesday 26 October 2010 20:51:15 luigi scarso wrote: > On Tue, Oct 26, 2010 at 8:39 PM, Jelle Huisman wrote: > > On 26/10/10 14:31, Arthur Reutenauer wrote: > >> On Tue, Oct 26, 2010 at 08:30:08PM +0200, Arthur Reutenauer wrote: > >>> On Tue, Oct 26, 2010 at 08:28:17PM +0200, Herbert Voss wrote

Re: [NTG-context] description

2010-10-26 Thread Henning Hraban Ramm
Am 2010-10-26 um 20:51 schrieb luigi scarso: Yes, you're right. ... no pun intended... Right... you left me wondering about it ;-) Threre were times and countries where be Left was right, and be Right was wrong. "War doesn't decide who's right but who's left." Greetlings, Hraban

Re: [NTG-context] description

2010-10-26 Thread Hans Hagen
On 26-10-2010 8:30, Arthur Reutenauer wrote: On Tue, Oct 26, 2010 at 08:28:17PM +0200, Herbert Voss wrote: Please explain the meaning of "align=left". To me it is more a raggedleft. (mkiv, TeXLive) Yes, you're right. This has been the case since the beginning, and has been retained for com

[NTG-context] description

2010-10-26 Thread Herbert Voss
>From the documentation page 236 ( ConTEXt reference manual ) %- \definedescription [definition] [location=serried, headstyle=bold,width=broad, sample={icon}%% senseless here ] \starttext \definition{icon} What for some languages lo

Re: [NTG-context] description

2010-10-26 Thread luigi scarso
On Tue, Oct 26, 2010 at 8:39 PM, Jelle Huisman wrote: > On 26/10/10 14:31, Arthur Reutenauer wrote: >> >> On Tue, Oct 26, 2010 at 08:30:08PM +0200, Arthur Reutenauer wrote: >>> >>> On Tue, Oct 26, 2010 at 08:28:17PM +0200, Herbert Voss wrote: Please explain the meaning of "align=left". T

Re: [NTG-context] description

2010-10-26 Thread Herbert Voss
Am 26.10.2010 20:30, schrieb Arthur Reutenauer: > On Tue, Oct 26, 2010 at 08:28:17PM +0200, Herbert Voss wrote: >> Please explain the meaning of "align=left". To me it >> is more a raggedleft. (mkiv, TeXLive) > > Yes, you're right. This has been the case since the beginning, and > has been reta

Re: [NTG-context] description

2010-10-26 Thread Jelle Huisman
On 26/10/10 14:31, Arthur Reutenauer wrote: On Tue, Oct 26, 2010 at 08:30:08PM +0200, Arthur Reutenauer wrote: On Tue, Oct 26, 2010 at 08:28:17PM +0200, Herbert Voss wrote: Please explain the meaning of "align=left". To me it is more a raggedleft. (mkiv, TeXLive) Yes, you're right. ..

Re: [NTG-context] description

2010-10-26 Thread Arthur Reutenauer
On Tue, Oct 26, 2010 at 08:30:08PM +0200, Arthur Reutenauer wrote: > On Tue, Oct 26, 2010 at 08:28:17PM +0200, Herbert Voss wrote: > > Please explain the meaning of "align=left". To me it > > is more a raggedleft. (mkiv, TeXLive) > > Yes, you're right. ... no pun intended... Arthur _

Re: [NTG-context] description

2010-10-26 Thread Arthur Reutenauer
On Tue, Oct 26, 2010 at 08:28:17PM +0200, Herbert Voss wrote: > Please explain the meaning of "align=left". To me it > is more a raggedleft. (mkiv, TeXLive) Yes, you're right. This has been the case since the beginning, and has been retained for compatibility reasons, even if the name is confus

[NTG-context] description

2010-10-26 Thread Herbert Voss
Please explain the meaning of "align=left". To me it is more a raggedleft. (mkiv, TeXLive) \definedescription[Uni][ headstyle=bold, align=left, location=hanging,width=broad,margin=1cm] \starttext \Uni{FU} Freie Universität Berlin \Uni{HU} Humboldt Universität Berlin, die älteste U

Re: [NTG-context] description: whitespace between head and text

2010-07-23 Thread Wolfgang Schuster
Am 23.07.10 15:45, schrieb Jan Pohanka: Hello, \definedescription [definition] [headstyle=bold, inbetween=, headcolor=TheColor, location=top] \definition{AAA} AAA is an aglorithm \par which parameter controls the white space between the description title (at top location

[NTG-context] description: whitespace between head and text

2010-07-23 Thread Jan Pohanka
Hello, \definedescription [definition] [headstyle=bold, inbetween=, headcolor=TheColor, location=top] \definition{AAA} AAA is an aglorithm \par which parameter controls the white space between the description title (at top location) and the description text. greetings

[NTG-context] feature request: minwidth in description

2010-06-23 Thread Peter Münster
Hello, It would be nice, to have a minimum width for the description label. I hope, the following example shows well enough, what I'm looking for: \definedescription[Descr][headstyle=bold, location=hanging, width=broad, minwidth=7em, distance=1em] \starttext \startDescr{\hbox to 7e

[NTG-context] Broken description in mkiv

2010-06-19 Thread Otared Kavian
Hi Hans, It seems that in the latest beta, ConTeXt ver: 2010.06.18 11:26 MKIV the description environment is broken: the header does not change after the first invocation of the defined description: in the following minimal example the first invocation uses Lemma, and the second and third one

Re: [NTG-context] Itemize within description

2009-11-09 Thread Vyatcheslav Yatskovsky
Thank you very much, Aditya! I'm glad it is so easy! )) Change location=serried to location=top. Serried ignores the inbetween option as it does not make sense with serried. Vyatcheslav ___ If your question is of i

Re: [NTG-context] Itemize withing description

2009-11-08 Thread Aditya Mahajan
On Sun, 8 Nov 2009, Vyatcheslav Yatskovsky wrote: Hello, Another tricky question. I have "Review Questions" at the end of each section. There are only questions inside, and they are enumerated. I felt natural to implement it as description. Going further, I added \starti

[NTG-context] Itemize withing description

2009-11-08 Thread Vyatcheslav Yatskovsky
Hello, Another tricky question. I have "Review Questions" at the end of each section. There are only questions inside, and they are enumerated. I felt natural to implement it as description. Going further, I added \startitemize and \stopitemize inside the description definition

Re: [NTG-context] Space between description entries?

2009-07-22 Thread Wolfgang Schuster
Am 22.07.2009 um 07:07 schrieb Corsair: Hi all, Anyone knows how to adjust white space between description entries? I thought it was `inbetween', but it does not work. use 'before' and 'after' Wolfgang _

[NTG-context] Space between description entries?

2009-07-21 Thread Corsair
Hi all, Anyone knows how to adjust white space between description entries? I thought it was `inbetween', but it does not work. -- There is no emotion; there is peace. There is no ignorance; there is knowledge. There is no passion; there is serenity. There is no death; there is the

  1   2   >