[NTG-context] Re: numbering subitems

2025-07-30 Thread Wolfgang Schuster
ments", but I don’t know to which values – I found it only documented for sections. """ \setupitemize[packed,joinedup,n] Add "repeat". Thank you! It’s even documented, but I didn’t expect that parameter. Would it work with numbersegments or prefixsegments? No,

[NTG-context] Re: numbering subitems

2025-07-30 Thread Henning Hraban Ramm
nd it only documented for sections. """ \setupitemize[packed,joinedup,n] Add "repeat". Thank you! It’s even documented, but I didn’t expect that parameter. Would it work with numbersegments or prefixsegments? Hraban ___

[NTG-context] Re: numbering subitems

2025-07-30 Thread Wolfgang Schuster
Am 30.07.2025 um 19:59 schrieb Henning Hraban Ramm: Hi, I’d like to have the number of the parent element in the number of a subitem, like 2.1, 2.2 etc. I guess I must set "numbersegments", but I don’t know to which values – I found it only documented for sections. ""&q

[NTG-context] numbering subitems

2025-07-30 Thread Henning Hraban Ramm
Hi, I’d like to have the number of the parent element in the number of a subitem, like 2.1, 2.2 etc. I guess I must set "numbersegments", but I don’t know to which values – I found it only documented for sections. """ \setupitemize[packed,joinedup,n] \setupitemize[2]

[NTG-context] Enumerations: How to place an itemized list's index above an item's contents?

2025-05-14 Thread Michael Guravage
} \stoptexdefinition \definesymbol [ordinal_symbol] [{\OrdinalDate{\currentitemnumber}}] \setupitemize[symbol=ordinal_symbol] \definestartstop[framedtextitem] [before={\startitem\startframedtext}, after={\stopframedtext\stopitem}] \startbuffer This is a test. For the next sixty seconds, this stat

[NTG-context] Re: Yet Another itemize question

2025-01-08 Thread Jim
ered that using either the distance= or the leftmargindistance= >> parameters "cancels" the "packed". >> I looked at the documentation I could (relatively easily) find, and I have >> not discovered either >> (1) why distance and leftmargindistance

[NTG-context] Re: Yet Another itemize question

2025-01-08 Thread Mikael Sundqvist
easily) find, and I have > not discovered either > (1) why distance and leftmargindistance "cancel" packed, nor > (2) how to uncancel this cancellation. > > I can work around this in a number of ways (including setting > \setupitemiz

[NTG-context] Yet Another itemize question

2025-01-08 Thread Jim
around this in a number of ways (including setting \setupitemize[1][width=] ) but I'd prefer to avoid kludgy work-arounds if at all possible. Can anyone tell me The Right Way to do this? Thanks. Jim ___

[NTG-context] Re: serial letters

2024-11-11 Thread Robert via ntg-context
ltext{#1}{/formalname},}, closing={Kind regards,}, subject={Subject: How to write interesting letters}, signature={Joseph Doe, \setupitemize[before=\tfx] {\startitemize[blacktriangle,joinedup,packed,nowhite,text] \item Brother of Joh

[NTG-context] Re: Why is my custom bullet point not rendering?

2024-10-27 Thread Wolfgang Schuster
s set before the value of the symbol-key is available to the environment and therefore never used. You can now either set the symbol with \setupitemize (or \setupitemgroup) before you call \startitemize (or \startitemgroup) or pass the symbol as keyword as shown below. begin ex

[NTG-context] Re: crossreferences

2024-09-27 Thread Jürgen Hanneder via ntg-context
Zitat][ before={\blank[ZitatDistance] \setupnarrower[left=2pc,right=2pc] \startnarrower[left,right] \noindent,style=\tfx\setupinterlinespace}, after={\stopnarrower \blank[ZitatDistance] \indenting[next]}] \setupitemize[packed] \definedescription[Litverz][headstyle=n

[NTG-context] Re: how do I get the correct page numbers and do the calculations with it?

2024-09-11 Thread Wolfgang Schuster
sed "\warichuparameter{XXX}" for all command. Maybe it's because I didn't define it? Should I define the following in advance? %%% \def\c!pointstyle{pointstyle} %%% Yes, these constants are predefined to have language dependent keys in the setup command, e.g.     \setupi

[NTG-context] Re: missing space with French quotation

2024-06-07 Thread Alan Braslau via ntg-context
(and not having some space in the source looks awkward when reading French text). I use: \setupcharacterspacing [frenchpunctuation] [language=fr] \mainlanguage [fr] \setcharacterspacing [frenchpunctuation] % why necessary? \setupitemize [symbol=2] % dash rather than bullet This gives proper

[NTG-context] Re: which parameter is for adjust the distance between items in a list?

2024-04-25 Thread hf
You are right. I shall change the parameter `inbetween` in `\setupitemize`. Regards, Hong April 25, 2024 at 4:54 PM, "Henning Hraban Ramm" wrote: > Am 25.04.24 um 10:46 schrieb h...@hongfeng.ch: > >> thank you. >> >> just tried, not worked

[NTG-context] Re: which parameter is for adjust the distance between items in a list?

2024-04-25 Thread Henning Hraban Ramm
want to affect itemizations, use \setupitemize (same as \setupitemgroup[itemize]). https://wiki.contextgarden.net/Command/_setupitemgroup Besides, height is a different parameter. Hraban ___ If your question is

[NTG-context] Re: preventing column break after section title

2024-04-18 Thread Peter Münster
On Thu, Apr 18 2024, Peter Münster wrote: > How could I prevent a column break after the second section title please? Ok, found it: \setupitemize[each][autointro] -- Peter ___ If your question is

[NTG-context] Wiki page : Mixed languages sample (French, Ancient Greek, Arabic, Chinese)

2024-03-01 Thread Jean-Pierre Delange
setupinterlinespace[line=3.2ex] \setupitemize[each][margin=yes] \setuphead[title][header=empty] \setupheader[style={\sc}] \setupfooter[style={\itxx}] \setupheadertexts[Utilisation de plusieurs langues dans un même texte avec \ConTeXt][][][{\getmarking[section]}] \setupfootertexts[][][][© J.-P. Delange

[NTG-context] Re: Looking for itemize help

2024-01-15 Thread Jim
but that seems like a crude way to do it. >> Can someone either enlighten me on either >> (a) the Right ConTeXt Way to do this, or >> (b) a document that would tell me this, if I knew to read it? >> I've looked in the wiki, the not-so-short intro to ConTeXt, and &quo

[NTG-context] Re: Looking for itemize help

2024-01-15 Thread Wolfgang Schuster
Can someone either enlighten me on either (a) the Right ConTeXt Way to do this, or (b) a document that would tell me this, if I knew to read it? I've looked in the wiki, the not-so-short intro to ConTeXt, and "ConTeXt: an excursion" with no luck. Hi Jim, such a feature exists

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-19 Thread Carlos via ntg-context
entation there is the > >> following example: > > >> % > > >> \setupindenting[medium,yes] > >> \setupitemize[indentnext=auto] > > >> \startitemize > >> \item

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-18 Thread Hans Hagen via ntg-context
: % \setupindenting[medium,yes] \setupitemize[indentnext=auto] \startitemize \item One \stopitemize This paragraph should be indented - due to the blank line after \type{\stopitemize}. \startitemize

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-18 Thread Aditya Mahajan via ntg-context
im via ntg-context wrote: > >> > >>> % > >>> > >>> \setupindenting[medium,yes] > >>> \setupitemize[indentnext=auto] > >>> > >>>\startitemize > >>> \item One > >&g

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-17 Thread Hans Hagen via ntg-context
On 4/17/2023 7:06 AM, Aditya Mahajan via ntg-context wrote: On Sun, 16 Apr 2023, Aditya Mahajan via ntg-context wrote: On Sat, 15 Apr 2023, Jim via ntg-context wrote: % \setupindenting[medium,yes] \setupitemize

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-16 Thread Aditya Mahajan via ntg-context
On Sun, 16 Apr 2023, Aditya Mahajan via ntg-context wrote: > On Sat, 15 Apr 2023, Jim via ntg-context wrote: > > > % > > > > \setupindenting[medium,yes] > > \setupitemize[indentnext=

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-16 Thread Jim via ntg-context
llowing example: >> % >> \setupindenting[medium,yes] >> \setupitemize[indentnext=auto] >> \startitemize >> \item One >> \stopitemize >> This paragraph should be indented - due to the blank line after >> \type{\stopitemize}. >> \sta

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-16 Thread Aditya Mahajan via ntg-context
On Sat, 15 Apr 2023, Jim via ntg-context wrote: > In the wiki page https://wiki.contextgarden.net/Indentation there is the > following example: > > % > > \setupindenting[medium,yes] > \setupit

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-16 Thread Jim via ntg-context
llowing example: >> % >> \setupindenting[medium,yes] >> \setupitemize[indentnext=auto] >> \startitemize >> \item One >> \stopitemize >> This paragraph should be indented - due to the blank line after >> \type{\stopitemize}.

Re: [NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-16 Thread Carlos via ntg-context
On Sat, Apr 15, 2023 at 02:27:56PM -0300, Jim via ntg-context wrote: > In the wiki page https://wiki.contextgarden.net/Indentation there is the > following example: > > % > > \setupindenting[medium,ye

[NTG-context] \setupitemize[indentnext=auto] broken?

2023-04-15 Thread Jim via ntg-context
In the wiki page https://wiki.contextgarden.net/Indentation there is the following example: % \setupindenting[medium,yes] \setupitemize[indentnext=auto] \startitemize \item One \stopitemize This paragraph should

Re: [NTG-context] Microtipography

2022-05-25 Thread Denis Maier via ntg-context
tever \setupalign[hz,hanging] Unfortunately the global alignment settings do not propagate into certain structures. For example itemizations, captions, and bibliographies just reset it and need special treatment: \setupitemize[each][align={hz,hanging}] \setupbtxlist[align={hz,hanging,to

Re: [NTG-context] Microtipography

2022-05-25 Thread Tommaso Gordini via ntg-context
global alignment settings do not propagate into > certain structures. For example itemizations, captions, and > bibliographies just reset it and need special treatment: > >\setupitemize[each][align={hz,hanging}] >\setupbtxlist[align={hz,hanging,tolerant}] >\setupcaptio

Re: [NTG-context] Microtipography

2022-05-25 Thread Henri Menke via ntg-context
y, expansion=quality] \setupbodyfont[modern] % or whatever \setupalign[hz,hanging] Unfortunately the global alignment settings do not propagate into certain structures. For example itemizations, captions, and bibliographies just reset it and need special treatment: \setupitemize[each][align={hz,

Re: [NTG-context] item enumeration

2022-05-25 Thread Wolfgang Schuster via ntg-context
:\currentparentitemgroup][\recurselevel].}%  #1% } \defineconversion[legal][\legalconversion] How can fix this? Are you looking for the repeat keyword? \starttext \setupitemize[1][width=\widthofstring    {0},distance=1em] \setupitemize[2][width=\widthofstring  {0.0},distance=1em] \setupitemize[3

Re: [NTG-context] What is the proper way to define many different list types in a document?

2022-01-24 Thread Aditya Mahajan via ntg-context
d be > defining them, so the settings from one type don't spill over into the other > types? > --Joel > > %prompt > > \definesymbol[bighand][{{☞}}] > > \define[1]\prompt{% >     \setupitemize[symbol=bighand] >     \startitemize >         {\it #1} >     \s

[NTG-context] What is the proper way to define many different list types in a document?

2022-01-24 Thread Joel via ntg-context
es? --Joel %prompt \definesymbol[bighand][{{☞}}] \define[1]\prompt{%     \setupitemize[symbol=bighand]     \startitemize         {\it #1}     \stopitemize }% \prompt{What did you learn about today?} %vocabulary \startcolumns[n=3]\startitemize[n] \item word1 \item word2 \item word3 \stopitemize\s

Re: [NTG-context] Spacing issue in itemize

2022-01-14 Thread Aditya Mahajan via ntg-context
On Fri, 14 Jan 2022, Hans Hagen wrote: > > @Hans: Does it make sense to add a setups key to \setupitemize to keep such > > changes local? > % 0 = before/after > % 1 = between unless before > % 2 = between > > \c_strc_itemgroups_spacing_mode\plustwo > > The ques

Re: [NTG-context] Spacing issue in itemize

2022-01-14 Thread Hans Hagen via ntg-context
h outputs are similar. @Hans: Does it make sense to add a setups key to \setupitemize to keep such changes local? % 0 = before/after % 1 = between unless before % 2 = between \c_strc_itemgroups_spacing_mode\plustwo The question then is: "what key" (we have c!inherit available) and

Re: [NTG-context] Spacing issue in itemize

2022-01-13 Thread Gavin via ntg-context
e nested itemization (because, ConTeXt doesn't think that they are > nested as the names are different). But the before key of the nested > itemization doesn't get inserted in both cases because ConTeXt thinks that > the itemization is nested! > > You can change thi

Re: [NTG-context] Spacing issue in itemize

2022-01-13 Thread Aditya Mahajan via ntg-context
ion is nested! You can change this behavior by using: \unprotect \c_strc_itemgroups_spacing_mode\plusone \protect in which case both outputs are similar. @Hans: Does it make sense to add a setups key to \setupitemize to keep such changes local? Aditya

Re: [NTG-context] Problem with \head inside \itemize

2021-12-23 Thread Benjamin Buchmuller via ntg-context
formatted inline headers in itemize like: > > The syntax for \starthead is > > \starthead {...} ... \stophead > > where the argument within the braces is mandatory. > >> – Unformatted item. >> – *Head One.* Something bla bla. >> – *Head Two.* Other

Re: [NTG-context] Problem with \head inside \itemize

2021-12-21 Thread Wolfgang Schuster via ntg-context
. – Unformatted item. – *Head One.* Something bla bla. – *Head Two.* Other bla bla. From: \setupitemize[each][2, headintext] % \setupitemize[each][headstyle={\groupedcommand{\bf}{.\space\tf}}] \setupitemize[each][headcolor=red, headstyle=bold] \startitemize \item Unformatted item. \head Head

Re: [NTG-context] Problem with \head inside \itemize

2021-12-21 Thread Benjamin Buchmuller via ntg-context
Not sure if this is the behavior to expect, but I would like to get formatted inline headers in itemize like: – Unformatted item. – *Head One.* Something bla bla. – *Head Two.* Other bla bla. From: \setupitemize[each][2, headintext] % \setupitemize[each][headstyle={\groupedcommand{\bf}{.\space

Re: [NTG-context] itemize problems

2021-09-07 Thread Sylvain Hubert via ntg-context
7/09/2021, fv leung via ntg-context wrote: >> > I add >> > >> > left=,right=, >> > >> > in the second option group. >> > >> > 在 2021年9月7日週二 07:02,Sylvain Hubert via ntg-context >> 寫道: >> > >> >> A few more information

Re: [NTG-context] itemize problems

2021-09-07 Thread fv leung via ntg-context
2021年9月7日週二 07:02,Sylvain Hubert via ntg-context > 寫道: > > > >> A few more information: > >> > >> For the 1st problem: > >> > >> It seems that \setupitemize accepts two option groups, to which > >> n,packed and margin belong accordingly. However,

Re: [NTG-context] itemize problems

2021-09-07 Thread Sylvain Hubert via ntg-context
in the second option group. > > 在 2021年9月7日週二 07:02,Sylvain Hubert via ntg-context 寫道: > >> A few more information: >> >> For the 1st problem: >> >> It seems that \setupitemize accepts two option groups, to which >> n,packed and margin belong accordingl

Re: [NTG-context] itemize problems

2021-09-06 Thread fv leung via ntg-context
I add left=,right=, in the second option group. 在 2021年9月7日週二 07:02,Sylvain Hubert via ntg-context 寫道: > A few more information: > > For the 1st problem: > > It seems that \setupitemize accepts two option groups, to which > n,packed and margin belong accordingly. However,

Re: [NTG-context] itemize problems

2021-09-06 Thread Sylvain Hubert via ntg-context
A few more information: For the 1st problem: It seems that \setupitemize accepts two option groups, to which n,packed and margin belong accordingly. However, \setupitemize[n][margin=2em] does not seem to work. For the 2nd problem: \setupitemize[columns,one], although doing nothing in theory

Re: [NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-08-06 Thread Jeroen via ntg-context
tuphead[chapter][style=\bfd] \setuphead[section][style=\bfc] \setuphead[subsection][style=\bfb] \setuphead[subsubsection][style=\bf] \setupitemize[autointro] % prevent orphan list intro \setupitemize[indentnext=no] \starttext \startsection[title={MySlideTitle},ref={myref1}] Body text \startitem

Re: [NTG-context] Code document and simpleslides and create in one go the document with simpleslides added

2021-07-31 Thread Jeroen via ntg-context
dium] \setuptyping[typing][bodyfont=16pt] \setupwhitespace[medium] \setbreakpoints[compound] \setuphead[chapter][style=\bfd] \setuphead[section][style=\bfc] \setuphead[subsection][style=\bfb] \setuphead[subsubsection][style=\bf] \setupitemize[autointro] % prevent orphan list intro \setupitemize[indentnex

Re: [NTG-context] itemize margins,

2021-06-01 Thread denis.maier
Thanks! To get rid of the space add % after the setup (i.e. \setupindenting[no]%) or even better use the indenting key with \startitemize or \setupitemize (i.e. \startitemize[indneting=no]). \startitemize[indenting=no] works p

Re: [NTG-context] itemize margins,

2021-06-01 Thread Wolfgang Schuster
are adding a extra space in the first line at the end of the \setupindenting line. To get rid of the space add % after the setup (i.e. \setupindenting[no]%) or even better use the indenting key with \startitemize or \setupitemize (i.e. \startitemize[indneting=no]). Wolfgang

Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Alain Delmotte
f the file: \setupitemize[joinedup,packed,leftmargin=2em] but I find that the inter-item space is too big for what I want to create. Is it possible to reduce that space? You can't put keywords and ass

Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Alain Delmotte
48 am, Alain Delmotte wrote: Hi! I am trying to reduce the space inter two items in a \start...\stopitemize. I did setup in the beginning of the file: \setupitemize[joinedup,packed,leftmargin=2em]

Re: [NTG-context] How to reduce the inter-item space

2021-02-26 Thread Alain Delmotte
 : Check https://wiki.contextgarden.net/Enumerations Would \setupitemize[nowhite] help? Julian On 26/2/21 8:48 am, Alain Delmotte wrote: Hi! I am trying to reduce the space inter two items in a \start...\stopitemize

Re: [NTG-context] How to reduce the inter-item space

2021-02-25 Thread Wolfgang Schuster
Alain Delmotte schrieb am 25.02.2021 um 22:48: Hi! I am trying to reduce the space inter two items in a \start...\stopitemize. I did setup in the beginning of the file: \setupitemize[joinedup,packed,leftmargin=2em] but I find that the inter-item space is too big for what I want to create

Re: [NTG-context] How to reduce the inter-item space

2021-02-25 Thread jbf
Check https://wiki.contextgarden.net/Enumerations <https://wiki.contextgarden.net/Enumerations> Would \setupitemize[nowhite] help? |Julian| On 26/2/21 8:48 am, Alain Delmotte wrote: Hi! I am trying to reduce the space inter two items in a \start...\stopitemize. I did setup

[NTG-context] How to reduce the inter-item space

2021-02-25 Thread Alain Delmotte
Hi! I am trying to reduce the space inter two items in a \start...\stopitemize. I did setup in the beginning of the file: \setupitemize[joinedup,packed,leftmargin=2em] but I find that the inter-item space is too big for what I want to create

Re: [NTG-context] Forcing indentation on item groups

2021-02-02 Thread Jairo A. del Rio
ze > > > > \stoptext > > > > The item group doesn't follow indentation. Adding \leavevmode only has > > effect on the first line, and only insert a spurious space from the > > second item on. How would

Re: [NTG-context] Forcing indentation on item groups

2021-02-02 Thread Wolfgang Schuster
group doesn't follow indentation. Adding \leavevmode only has effect on the first line, and only insert a spurious space from the second item on. How would I solve this? To be clear, I want indenting before numbers, i.e. (1), not (1). Thanks beforehand. \setupitemize [each] [margin=sta

Re: [NTG-context] basic issues with formulas

2020-12-03 Thread Pablo Rodriguez
o get rid of the extra line you > can either disable the grid setting for itemize with > >     \setupitemize[grid=no] Many thanks with your reply, Wolfgang. This solves the issue. > or you replace the mixed columns mechanism with a simpler column > mechanism whic

Re: [NTG-context] basic issues with formulas

2020-12-03 Thread Wolfgang Schuster
}{2}$ \item item \stopitemize \stoptext I don’t know whether this is a bug. Itemize uses the mixed columns when you enable columns with enabled grid snapping as default setting. To get rid of the extra line you can either disable the grid setting for itemize with     \setupitemize

Re: [NTG-context] french translation of ConTeXt interface - progress (v3)

2020-07-19 Thread Garulfo
orget about whatever was undefined." Could you please help me find my way around: what do I need to pay attention to so that my other modifications don't break the whole mechanism? Everything works as expected but you have set a string for the endsetup element which has become part of your

Re: [NTG-context] french translation of ConTeXt interface - progress (v3)

2020-07-19 Thread Wolfgang Schuster
orget about whatever was undefined." Could you please help me find my way around: what do I need to pay attention to so that my other modifications don't break the whole mechanism? Everything works as expected but you have set a string for the endsetup element which has become

Re: [NTG-context] use parentheses in itemize

2020-06-03 Thread Mike Cooper
020 10:15 PM To: mailing list for ConTeXt users Subject: Re: [NTG-context] use parentheses in itemize On Wed, 3 Jun 2020, Tomas Hala wrote: > Hi Mike, > > use this: > > \setupitemize[left=(,stopper=)] > \startitemize[a] > \item 415,668 lb > \item 415,668 lb > \stopitem

Re: [NTG-context] use parentheses in itemize

2020-06-02 Thread Aditya Mahajan
On Wed, 3 Jun 2020, Tomas Hala wrote: Hi Mike, use this: \setupitemize[left=(,stopper=)] \startitemize[a] \item 415,668 lb \item 415,668 lb \stopitemize For symmetry, I prefer \setupitemize[left=(, right=), stopper=] Aditya

Re: [NTG-context] use parentheses in itemize

2020-06-02 Thread Mike Cooper
Awesome! Thank you Tomáš! -Original Message- From: ntg-context [mailto:ntg-context-boun...@ntg.nl] On Behalf Of Tomas Hala Sent: Tuesday, June 02, 2020 4:23 PM To: mailing list for ConTeXt users Subject: Re: [NTG-context] use parentheses in itemize Hi Mike, use this: \setupitemize

Re: [NTG-context] use parentheses in itemize

2020-06-02 Thread Tomas Hala
Hi Mike, use this: \setupitemize[left=(,stopper=)] \startitemize[a] \item 415,668 lb \item 415,668 lb \stopitemize Best wishes, Tomáš Tue, Jun 02, 2020 ve 09:56:38PM + Mike Cooper napsal(a): #Link: [1]File-List #Link: [2]Edit-Time-Data # #Hello list. # #  # #Here

Re: [NTG-context] \setupitemgroup[itemize],/setupitemize

2019-12-23 Thread Willi Egger
Wolfgang, thank you for this expalantion. Kind regards Willi > On 18 Dec 2019, at 23:15, Wolfgang Schuster > wrote: > > Willi Egger schrieb am 18.12.2019 um 19:58: >> Wolfgans, Hraban, >> >> thank you very much for this instruction! >> >> - In the real itemlist I have of course \startitemiz

Re: [NTG-context] \setupitemgroup[itemize],/setupitemize

2019-12-18 Thread Wolfgang Schuster
Willi Egger schrieb am 18.12.2019 um 19:58: Wolfgans, Hraban, thank you very much for this instruction! - In the real itemlist I have of course \startitemize (sorry for the ommission in the MWE - I misinterpreted the Wiki. There is no mentioning in the red section that n is possible. However

Re: [NTG-context] \setupitemgroup[itemize],/setupitemize

2019-12-18 Thread Wolfgang Schuster
Willi Egger schrieb am 18.12.2019 um 19:09: Hello everybody, I just wanted to typeset a simple file with a adaptet itemization. Howewer none of the options have effect. Do I miss somehting or is itemize broken? 1. As Hraban already wrote you're missing \start|stopitamize. 2. You put the "n"

Re: [NTG-context] \setupitemgroup[itemize],/setupitemize

2019-12-18 Thread Henning Hraban Ramm
ting or is itemize broken? > > > MWE: > % \setupitemize[packed][n,left={Step~},n] > > \setupitemgroup[itemize][1][packed][left={Step~},n] > > \starttext > \startitem > Start with this\dots > \stopitem > \startitem &g

[NTG-context] \setupitemgroup[itemize],/setupitemize

2019-12-18 Thread Willi Egger
Hello everybody, I just wanted to typeset a simple file with a adaptet itemization. Howewer none of the options have effect. Do I miss somehting or is itemize broken? MWE: % \setupitemize[packed][n,left={Step~},n] \setupitemgroup[itemize][1][packed][left={Step~},n] \starttext

Re: [NTG-context] packed list only if items > 5

2019-11-14 Thread Tomas Hala
] {\def\startitem##1\stopitem{\incrementcounter[mycounter]}#1} \ifnum \rawcountervalue[mycounter]>\rawcountervalue[minforpacked] \setupitemize[packed]\fi \startitemize#1\stopitemize} \starttext \mystartitemize %normal \dorecurse{2}{\startitem text\stopitem} \stopitem

Re: [NTG-context] LaTeX's itemsep in ConTeXt?

2019-08-19 Thread Wolfgang Schuster
Jon Wong schrieb am 19.08.2019 um 16:59: Hi all, Is there a counterpart in ConTeXt to LaTeX’s itemsep?  \setupitemize[each][inbetween=...] % inbetween={\blank[medium]} Wolfgang ___ If your question is of interest

Re: [NTG-context] Itemization formatting

2019-05-29 Thread Wolfgang Schuster
: * Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus turpis et nulla venenatis tincidunt. Curabitur sit amet vehicula nisi, sit amet and so far it has been impossible for me to set up \setupitemize to do what I want. In descriptive text, what I want is: 1. some global

Re: [NTG-context] Itemization formatting (different question)

2019-05-29 Thread Taco Hoekwater
> hidden by a conditional and there is no official way to change it (e.g. > \setupitemize[spacing=local|global] or \setupitemize[method=1|2|3]). > Wolfgang > > ___ > If your question is of interest

Re: [NTG-context] Itemization formatting (different question)

2019-05-29 Thread Wolfgang Schuster
the inner itemizations but they are hidden by a conditional and there is no official way to change it (e.g. \setupitemize[spacing=local|global] or \setupitemize[method=1|2|3]). Wolfgang ___ If your question is of

Re: [NTG-context] Itemization formatting

2019-05-29 Thread Taco Hoekwater
Hans, You missed this bit: # > # \setupitemize[option=intext] # > # # > # is nearly right for this case (with indentation equal to the left margin), so I assumed I would # > # be able to tweak that. But the problem there is that while it does 2-4, it ignores the extra # >

Re: [NTG-context] Itemization formatting

2019-05-29 Thread Taco Hoekwater
Hi, > On 29 May 2019, at 16:53, Tomas Hala wrote: > > > You're right... And this? > > \setupitemize[1][option=intext][margin=1cm] > \setupitemize[2][option=intext][margin=2cm] Sorry, no go, intext is back, but the nested margin setting is ignored. I also tested wit

Re: [NTG-context] Itemization formatting

2019-05-29 Thread Tomas Hala
You're right... And this? \setupitemize[1][option=intext][margin=1cm] \setupitemize[2][option=intext][margin=2cm] Best wishes, Tomáš Wed, May 29, 2019 ve 04:40:09PM +0200 Taco Hoekwater napsal(a): # Hi, # # Not here. The extra empty brackets seem to ‘destroy’ the option=intext # setting

Re: [NTG-context] Itemization formatting

2019-05-29 Thread Taco Hoekwater
; Hi Taco, > > probably, there is missing one pair of []: > > \setupitemize[1][][margin=1cm] > \setupitemize[2][][margin=2cm] > > I tried it with TL2018 and I guess it works. > > Best wishes, > > Tomáš > > > > > Wed, May 29, 2019 ve 04:15:25PM +0200

Re: [NTG-context] Itemization formatting

2019-05-29 Thread Tomas Hala
Hi Taco, probably, there is missing one pair of []: \setupitemize[1][][margin=1cm] \setupitemize[2][][margin=2cm] I tried it with TL2018 and I guess it works. Best wishes, Tomáš Wed, May 29, 2019 ve 04:15:25PM +0200 Taco Hoekwater napsal(a): # Hi all, # # I must be getting old

[NTG-context] Itemization formatting

2019-05-29 Thread Taco Hoekwater
elit. Donec dapibus turpis et nulla venenatis tincidunt. Curabitur sit amet vehicula nisi, sit amet and so far it has been impossible for me to set up \setupitemize to do what I want. In descriptive text, what I want is: 1. some global indentation to the left and/or right. That is what the

Re: [NTG-context] Prevent indentation after itemize

2019-04-12 Thread Procházka Lukáš Ing .
(untested) \setupindenting[medium,yes] \setupitemize[indentnext=auto] \starttext \startitem \item One \stopitem This paragraph should be indented. \startitemize \item Two \stopitemize This paragraph should not be indented. \stoptext Aditya -- Ing. Lukáš Procházka | mailto:l

Re: [NTG-context] Prevent indentation after itemize

2019-04-11 Thread Aditya Mahajan
s no blank space. So (untested) \setupindenting[medium,yes] \setupitemize[indentnext=auto] \starttext \startitem \item One \stopitem This paragraph should be indented. \startitemize \item Two \stopitemize This paragraph should not be indented.

Re: [NTG-context] Prevent indentation after itemize

2019-04-11 Thread Procházka Lukáš Ing .
__ Try the indentnext key. Either locally \startitemize[][indentnext=no] or, globally, \setupitemize[ indentnext=no, ] /Mikael ___ If your question is of interest to others as well, please add an entry to the

Re: [NTG-context] Prevent indentation after itemize

2019-04-11 Thread Mikael P. Sundqvist
et > archive : https://bitbucket.org/phg/context-mirror/commits/ > wiki : http://contextgarden.net > ___ Try the indentnext key. Either locally \startitemize[][indentnext=no] or, globally, \setupite

Re: [NTG-context] inmargin for only Roman-numbered items

2019-03-20 Thread Pablo Rodriguez
On 3/20/19 8:50 PM, Wolfgang Schuster wrote: > Pablo Rodriguez schrieb am 20.03.19 um 20:43: >> [...] >> Is there a way with a \setupitemize (or \setupitemgroup) to configure >> only one kind of numbered (or unnumbered, for that matter) item groups? > > You hav

Re: [NTG-context] inmargin for only Roman-numbered items

2019-03-20 Thread Wolfgang Schuster
. I need a \setup... command, since I’m going to use it in an environment file to typeset XML sources. Is there a way with a \setupitemize (or \setupitemgroup) to configure only one kind of numbered (or unnumbered, for that matter) item groups? You have to create a new itemgroup environment

Re: [NTG-context] inmargin for only Roman-numbered items

2019-03-20 Thread Pablo Rodriguez
a \setup... command, since I’m going to use it in an environment file to typeset XML sources. Is there a way with a \setupitemize (or \setupitemgroup) to configure only one kind of numbered (or unnumbered, for that matter) item groups? Many thanks for your help, P

Re: [NTG-context] inmargin for only Roman-numbered items

2019-03-20 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 20.03.19 um 20:03: Dear list, I have the following sample: \showframe \setupitemize[each][option=inmargin] \starttext \startitemize[n] \dorecurse{5}{\item item} \stopitemize \startitemize \dorecurse{5}{\item item

[NTG-context] inmargin for only Roman-numbered items

2019-03-20 Thread Pablo Rodriguez
Dear list, I have the following sample: \showframe \setupitemize[each][option=inmargin] \starttext \startitemize[n] \dorecurse{5}{\item item} \stopitemize \startitemize \dorecurse{5}{\item item} \stopitemize \startitemize[I] \dorecurse{5

Re: [NTG-context] How to adjust inter item vertical space

2019-01-18 Thread Wolfgang Schuster
jdh schrieb am 16.01.19 um 10:48: I want to fit a page with an itemized group of items. The normal vertical spacing is to large and the [packed] doesn't give enough seperation between items. I should think that there's a simple way to adjust this with \setupitemize command or

Re: [NTG-context] How to adjust inter item vertical space

2019-01-16 Thread Otared Kavian
Hi, You can define your own white space and then attribute it to each item, as in the following: \setupwhitespace[big] \startsetups[mywhitespace] \setupwhitespace[small] \setupblank[small] \stopsetups \setupitemize[each][inner=\directsetup{mywhitespace}] \starttext \input knuth

[NTG-context] How to adjust inter item vertical space

2019-01-16 Thread jdh
I want to fit a page with an itemized group of items. The normal vertical spacing is to large and the [packed] doesn't give enough seperation between items. I should think that there's a simple way to adjust this with \setupitemize command or even with \startitemize. Is there?

Re: [NTG-context] Itemize lists run into floats - how to add additional spacing

2018-12-19 Thread Hans Hagen
On 12/19/2018 1:15 PM, Marco Patzer wrote: Hi! The bullet of itemize lists runs into the boxes and caption of floats. How to add spacing so the bullet doesn't touch the float? Example: \setupexternalfigures [location=default] \setupfloat [figure] [default=left] \setupit

[NTG-context] Itemize lists run into floats - how to add additional spacing

2018-12-19 Thread Marco Patzer
Hi! The bullet of itemize lists runs into the boxes and caption of floats. How to add spacing so the bullet doesn't touch the float? Example: \setupexternalfigures [location=default] \setupfloat [figure] [default=left] \setupitemize [packed, autointro] \starttext \startit

Re: [NTG-context] Language dependency in environment-project file

2018-11-28 Thread Marco Patzer
On Wed, 28 Nov 2018 09:20:49 +0100 Hans Hagen wrote: > An alternative is to use system modes: > > \mainlanguage[nl] > > % \startmode[*en] > % \setupitemize[n] > % \stopmode > > % \startmode[*nl] > % \setupitemize[a] > % \stopmode > > %

Re: [NTG-context] Language dependency in environment-project file

2018-11-28 Thread Hans Hagen
riable{language}{\mainlanguage[\documentvariable{language}]} \to \everysetupdocument \stopenvironment An alternative is to use system modes: \mainlanguage[nl] % \startmode[*en] % \setupitemize[n] % \stopmode % \startmode[*nl] % \setupitemize[a] % \stopmode % \startmode[*de] % \setupitemize

Re: [NTG-context] line break after \item, but not \stopitem

2018-10-09 Thread Damien Thiriet
Hans, Thank you for your answer. > you can do this: > > \setuppapersize[S6] > \setupitemize[1][before={\page}] > > \starttext > > \startitemize[n] > \startitem \input knuth \stopitem > \stopitemize > > \startitemize[continue] > \sta

  1   2   3   4   5   6   >