Re: [NTG-context] No indent with first paragraph with \item

2011-03-24 Thread Cecil Westerhof
2011/3/24 Wolfgang Schuster schuster.wolfg...@googlemail.com \startitemize \item Alleen een test This is the paragraph which is not indented. \input knuth This starts the second paragraph which is now indented. There is nothing wrong here. To prevent indentation you can

Re: [NTG-context] No indent with first paragraph with \item

2011-03-24 Thread Wolfgang Schuster
Am 24.03.2011 um 18:46 schrieb Cecil Westerhof: Then the first paragraph of knuth is not indented by head, but is indented by item. This I find not consistent. I would prefer item to work like head. \item ≠ \head If both would behave the same way there is no need to have two commands

Re: [NTG-context] circled number for item head

2011-03-21 Thread Wolfgang Schuster
Am 21.03.2011 um 00:39 schrieb Jeong Dalyoung: Dear all, I'd like to use circled number for item head. I found one method which use a counter as follows: - http://www.ntg.nl/pipermail/ntg-context/2009/041430.html - http://www.ntg.nl/pipermail/ntg-context/2006/017319.html Wolfgang

Re: [NTG-context] circled number for item head (Wolfgang Schuster)

2011-03-21 Thread Jeong Dalyoung
Dear Wolfgang, Thank you for reminding me the thread. I also found it yesterday evening and it made me realize how dumb I am. I am so sorry to give you a needless work. I'd like to ask you one more. I was looking for a way to use some characters as an item head like \startitemize[a] because

Re: [NTG-context] circled number for item head (Wolfgang Schuster)

2011-03-21 Thread Aditya Mahajan
as an item head like \startitemize[a] because an official document usually use numbers and some characters as item heads. For consecutive characters in unicode, it is possible to do that using unicode. \def\circledja#1{\uchar{50}{95+#1}} \def\circledga#1{\uchar{50}{109+#1}} \def\circleden#1{\uchar

Re: [NTG-context] circled number for item head

2011-03-21 Thread Jeong Dalyoung
Dear Aditya, Thank you for the solution. You cleared one of my wish list in one sentence. \defineconversion[whatever][One, Two, Three, Four] I was just looking for a way to use the counter. Best regards, Dalyoung

[NTG-context] circled number for item head

2011-03-20 Thread Jeong Dalyoung
Dear all, I'd like to use circled number for item head. I found one method which use a counter as follows: \def\circlednum#1{\uchar{36}{95+#1}} \defineconversion[myitem][\circlednum] \starttext \startitemize[myitem, pack] \item 111 \item 222 \item 333 \item 444 \item 555 \stopitemize

[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 'Description one

Re: [NTG-context] Item description in bold

2011-03-01 Thread Stefan Müller
the magic. Besides, you could also just use {\bf Description one}, I think. HTH, Stefan On 01.03.2011 15:47, 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

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 Cecil Westerhof
2011/3/1 Aditya Mahajan adit...@umich.edu 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

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 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,

[NTG-context] customized item list symbol/graphic

2010-12-11 Thread Jan-Erik Hägglöf
(.625,0,0); \stopuniqueMPgraphic \defineoverlay[square][\uniqueMPgraphic{square}] \setupitemgroup [itemize] [1] [symbol=square] \starttext \startitemize[1,columns] \dorecurse{10}{\item itempoint \par} \stopitemize \stoptext This doesn't have any effect so my question is how do I

Re: [NTG-context] customized item list symbol/graphic

2010-12-11 Thread Taco Hoekwater
On 12/11/2010 02:27 PM, Jan-Erik Hägglöf wrote: HI All Contexters out there! I'm a Guy from sweden who will appreciate a possible solution to following problem. I'm interested in to do a personalized itemlist with a symbol created in metapost. Here is an example: There are two small

Re: [NTG-context] customized item list symbol/graphic

2010-12-11 Thread Jan-Erik Hägglöf
On 2010-12-11 14:42, Taco Hoekwater wrote: On 12/11/2010 02:27 PM, Jan-Erik Hägglöf wrote: HI All Contexters out there! I'm a Guy from sweden who will appreciate a possible solution to following problem. I'm interested in to do a personalized itemlist with a symbol created in metapost. Here

Re: [NTG-context] customized item list symbol/graphic

2010-12-11 Thread Wolfgang Schuster
Am 11.12.2010 um 15:37 schrieb Jan-Erik Hägglöf: Thanks that worked but how to manage more vertical whitespace? Before and after the list you can set the vertical space with \setupitemize [before={\blank[dimension or keyword]}, after={\blank[dimension or keyword]}] and between the

Re: [NTG-context] customized item list symbol/graphic

2010-12-11 Thread Jan-Erik Hägglöf
On 2010-12-11 16:23, Wolfgang Schuster wrote: Am 11.12.2010 um 15:37 schrieb Jan-Erik Hägglöf: Thanks that worked but how to manage more vertical whitespace? Before and after the list you can set the vertical space with \setupitemize [before={\blank[dimension orkeyword]},

Re: [NTG-context] customized item list symbol/graphic

2010-12-11 Thread Jan-Erik Hägglöf
On 2010-12-11 17:14, Jan-Erik Hägglöf wrote: On 2010-12-11 16:23, Wolfgang Schuster wrote: Am 11.12.2010 um 15:37 schrieb Jan-Erik Hägglöf: Thanks that worked but how to manage more vertical whitespace? Before and after the list you can set the vertical space with \setupitemize

Re: [NTG-context] customized item list symbol/graphic

2010-12-11 Thread Wolfgang Schuster
,unpacked,2*broad][inbetween={\blank[1cm]}] Please make complete examples next time which can be used without adding extra lines, e.g. this is what i used for your problem: \starttext \startitemize[columns,unpacked][inbetween={\blank[2*big]}] \dorecurse{4}{\item text} \stopitemize \stoptext Wolfgang

Re: [NTG-context] customized item list symbol/graphic [solved]

2010-12-11 Thread Jan-Erik Hägglöf
}{\item text} \stopitemize \stoptext Wolfgang It worked! I will follow your advice next time! Thanks a lot! Jannema ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] Paragraph or item goes on a new page along with section (MkIV only)

2010-07-28 Thread Vedran Miletić
Datuma 22. srpnja 2010. 17:32 Hans Hagen pra...@wxs.nl je napisao/la: just in the process of optimizing it ... you can run some tests with \let\dopreventbreakafterstructureheadauto\relax and see if heads end up along at the bottom It seems you fixed it, at least in MTXrun | current version:

Re: [NTG-context] Paragraph or item goes on a new page along with section (MkIV only)

2010-07-28 Thread Peter Münster
On Wed, Jul 28 2010, Vedran Miletić wrote: just in the process of optimizing it ... you can run some tests with \let\dopreventbreakafterstructureheadauto\relax and see if heads end up along at the bottom It seems you fixed it, at least in MTXrun | current version: 2010.07.27 16:30

[NTG-context] Paragraph or item goes on a new page along with section (MkIV only)

2010-07-22 Thread Vedran Miletić
page (which makes sense), while in MkIV it goes on second just before section name. Itemize behaves in similar way, if it is used just before section, last item in the itemization list goes on second page. A bug? -- Vedran Miletić

Re: [NTG-context] Paragraph or item goes on a new page along with section (MkIV only)

2010-07-22 Thread Hans Hagen
that shows what happens. goes on the first page (which makes sense), while in MkIV it goes on second just before section name. Itemize behaves in similar way, if it is used just before section, last item in the itemization list goes on second page. A bug? just in the process of optimizing

Re: [NTG-context] Paragraph or item goes on a new page along with section (MkIV only)

2010-07-22 Thread Peter Münster
On Thu, Jul 22 2010, Hans Hagen wrote: just in the process of optimizing it ... Great Hans! You will then update the tracker item http://tracker.luatex.org/view.php?id=389 ? Cheers, Peter -- Contact information: http://pmrb.free.fr/contact

Re: [NTG-context] Change whitespace before item?

2009-08-12 Thread Uriel Avalos
That sounds like a good idea. From what you are telling me and my experience, it seems that the gurus are too busy anyway to help newbies... On Tuesday 11 August 2009 13:13:02 Stéphane Goujet wrote: Wolfgang Schuster a écrit : Am 11.08.2009 um 17:41 schrieb U Avalos: How can I get a

Re: [NTG-context] Change whitespace before item?

2009-08-12 Thread Uriel Avalos
. For example, the following code does NOT work for me: \startitemize[n] \item top level \startitemize[a][margin=5cm] \item sub item 1 \item sub item 2 \stopitemize \stopitemize Margin has no effect on the sublist... On Tuesday 11 August 2009 12:57:40 Derek CORDEIRO wrote: On Tue, Aug 11, 2009

Re: [NTG-context] Change whitespace before item?

2009-08-12 Thread Uriel Avalos
Like I said, I tried margin and it does NOT work. Margin has no effect on sub-lists. \startitemize[n] \item top level \startitemize[a,margin=5cm] \item sub item 1 \item sub item 2 \stopitemize \stopitemize margin does NOT affect the sublist at all. Oh I apologize if you took the rant

Re: [NTG-context] Change whitespace before item?

2009-08-12 Thread Taco Hoekwater
Hi, Idris Samawi Hamid ادريس سماوي حامد wrote: It seems that no one either knows anything or are too busy for simple questions. People are busy, and no one necessarily reads every single mail. It is a busy list after all. But see above. I just saw this thread while approving Uriel

[NTG-context] Change whitespace before item?

2009-08-11 Thread U Avalos
Say I want to change the whitespace before an item in an enumeration. The diagram below: |.(a) Item 2 |.(b) item 2 Say I want to change the whitespace (represented by the dots) in a list? How can I do that? Tried various settings: changing margin, adding hskip, but nothing seems

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread Wolfgang Schuster
Am 11.08.2009 um 17:41 schrieb U Avalos: Say I want to change the whitespace before an item in an enumeration. The diagram below: |.(a) Item 2 |.(b) item 2 Say I want to change the whitespace (represented by the dots) in a list? How can I do that? Tried various settings

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread Idris Samawi Hamid ادريس سماوي ح امد
Wolfgang answered your main question, so that leaves On Tue, 11 Aug 2009 09:41:26 -0600, U Avalos amscopub-m...@yahoo.com wrote: How can I get a question answered on this list, BTW? Very simple: politely send the question a second time if you don't get a response. I've had to do that

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread Derek CORDEIRO
On Tue, Aug 11, 2009 at 9:11 PM, U Avalos amscopub-m...@yahoo.com wrote: Say I want to change the whitespace before an item in an enumeration. The diagram below: |.(a) Item 2 |.(b) item 2 Say I want to change the whitespace (represented by the dots) in a list? How can I do

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread Stéphane Goujet
Wolfgang Schuster a écrit : Am 11.08.2009 um 17:41 schrieb U Avalos: How can I get a question answered on this list, BTW? It seems that no one either knows anything or are too busy for simple questions. FYI, devs, this language is going to die if you don't get more users You're really

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread Idris Samawi Hamid ادريس سماوي ح امد
On Tue, 11 Aug 2009 11:13:02 -0600, Stéphane Goujet stephane.gou...@wanadoo.fr wrote: Simple questions from end-users are barely answered while questions from developpers/people with experience are generaly answered and generate rather long threads. This is simply not true AFAICT. I've been

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread U Avalos
Like I said, I tried margin and it does NOT work. Margin has no effect on sub-lists. \startitemize[n] \item top level \startitemize[a,margin=5cm] \item sub item 1 \item sub item 2 \stopitemize \stopitemize margin does NOT affect the sublist at all. Oh I apologize for the rant

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread U Avalos
No, actually. The documentation says to use margins but that command does not seem to work for sub-lists. Unless my notation is wrong, it would seem that the margin values for a sub-list are hardcoded. For example, the following code does NOT work for me: \startitemize[n] \item top level

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread Idris Samawi Hamid ادريس سماوي ح امد
On Tue, 11 Aug 2009 11:13:02 -0600, Stéphane Goujet stephane.gou...@wanadoo.fr wrote: I have tried posting questions once or twice and I never got a single answer. The result is that, now, I do not post them here any more. Just try again and don't take it personally. That's what I've done

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread U Avalos
You're right I should know better On Tuesday 11 August 2009 14:32:32 Idris Samawi Hamid ادريس سماوي حامد wrote: On Tue, 11 Aug 2009 11:13:02 -0600, Stéphane Goujet stephane.gou...@wanadoo.fr wrote: I have tried posting questions once or twice and I never got a single answer. The result

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread Wolfgang Schuster
to the left margin for each level, sub levels are controlled with the 'width' parameter. You can then align the number/symbol/... with 'itemalign' or with 'left=hskipdimen'. \showframe \starttext \startitemize[n] \item Item 1 \item Item 2 \startitemize[a][left=\hskip1cm,width=2cm] \item

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread Wolfgang Schuster
Am 11.08.2009 um 19:13 schrieb Stéphane Goujet: Perhaps it would be time to split this mailing-list in 2 parts, one really for users and the other for developpers, beta testers, package programmers, etc. We already have two different lists:

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread Thomas A. Schmitz
after the itemization symbols: \starttext \startitemize[n] \item top level \startitemize[A,intext][left={\hskip2em},width=4em] \item sub item 1 \item sub item 2 \stopitemize \stopitemize \stoptext Thomas

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread U Avalos
better OK, since you're a brave man and can admit a mistake: here's an answer to your original question. I'm not sure if it's the best way to do this, but it allows you to finetune the whitespace and the distance after the itemization symbols: \starttext \startitemize[n] \item top level

[NTG-context] Wrap an item in a frame?

2009-08-06 Thread U Avalos
Hi all is there a way to automatically wrap an \item in a frame or frametext box? This my be an obvious question but can't seem to figure it out... Tried this \setupitemize[1][ before=\startframedtext after=\stopframedtext ] But that didn't work

Re: [NTG-context] Font sizes in item group

2009-06-06 Thread Michael Bynum
of an item group so that as you go down the item group, the font decreases a small amount.  I assume there must be a way, but I haven't found anything looking around the manuals.  Here is my current item group. \defineitemgroup[bullet][levels=3]        \setupitemgroup[bullet][1][1

[NTG-context] Font sizes in item group

2009-06-05 Thread Michael Bynum
I am trying to find out it there is a way to set the font size for each level of an item group so that as you go down the item group, the font decreases a small amount. I assume there must be a way, but I haven't found anything looking around the manuals. Here is my current item group

Re: [NTG-context] Font sizes in item group

2009-06-05 Thread Wolfgang Schuster
Am 05.06.2009 um 23:04 schrieb Michael Bynum: I am trying to find out it there is a way to set the font size for each level of an item group so that as you go down the item group, the font decreases a small amount. I assume there must be a way, but I haven't found anything looking around

Re: [NTG-context] define an incremental personal bullet of item

2009-05-27 Thread dalyoung
} \fi \fi } \ifconditional \f... \complexdoitemgroupitem ...obreak \fi \dolistitem \relax \ifconditional \pac... to be read again t ... l.15 \dorecurse{20}{\item test \recurselevel} ? However, I don't see any extra }. I

Re: [NTG-context] define an incremental personal bullet of item

2009-05-27 Thread Willi Egger
\dolistitem \relax \ifconditional \pac... to be read again t ... l.15 \dorecurse{20}{\item test \recurselevel} ? However, I don't see any extra }. I just copy your code and run it. Thank you again Best regards, Dalyoung

Re: [NTG-context] define an incremental personal bullet of item

2009-05-27 Thread Peter Rolf
} \fi \fi }\ifconditional \f... \complexdoitemgroupitem ...obreak \fi \dolistitem \relax \ifconditional \pac... to be read again t ... l.15 \dorecurse{20}{\item test \recurselevel} ? However, I don't

Re: [NTG-context] define an incremental personal bullet of item

2009-05-27 Thread Dalyoung
Thank you for the checking. I typed the text and run it. At this time, it worked. There may be a garbage attached during the process of copy and paste. By the way, is it possible to modify this code to use circled character a, b, c, ...? By using the command \sym{symbol}, I may use them,

[NTG-context] define an incremental personal bullet of item

2009-05-26 Thread polytope
Dear all, I'd like to use circled number 1, circled number 2, ... as bullets of itemized block. There is an explanation how to define a personal bullet in the manual. For each \item the same bullet is used. But I want bullets automatically changed to the next character in unicode table

Re: [NTG-context] define an incremental personal bullet of item

2009-05-26 Thread Hans Hagen
polytope wrote: Dear all, I'd like to use circled number 1, circled number 2, ... as bullets of itemized block. There is an explanation how to define a personal bullet in the manual. For each \item the same bullet is used. But I want bullets automatically changed to the next character

[NTG-context] \item doesn't work with ConTeXt (works with LuaTeX/TeX)

2008-10-31 Thread Mildred Ki'Lya
Hi, I have a strange error with ConTeXt. This error isn't produced using LuaTeX. The error seems to be in one of the CoTeXt files but I can't understand it. I hope some of you will be able to help me there. The code is as simple as that: = test.tex = 1 \begingroup 2 \item{1} test 1

Re: [NTG-context] \item doesn't work with ConTeXt (works with LuaTeX/TeX)

2008-10-31 Thread luigi scarso
is as simple as that: = test.tex = 1 \begingroup 2 \item{1} test 1 3 \item{2} test 2 4 \endgroup 5 6 \end 7 See http://wiki.contextgarden.net/Description -- luigi

Re: [NTG-context] \item doesn't work with ConTeXt (works with LuaTeX/TeX)

2008-10-31 Thread Wolfgang Schuster
is as simple as that: = test.tex = 1 \begingroup 2 \item{1} test 1 3 \item{2} test 2 4 \endgroup 5 6 \end 7 Now, if I run 'context test', I get at some point the following error: ! Missing } inserted. inserted text } to be read

Re: [NTG-context] \item doesn't work with ConTeXt (works with LuaTeX/TeX)

2008-10-31 Thread Hans Hagen
= 1 \begingroup 2 \item{1} test 1 3 \item{2} test 2 4 \endgroup 5 6 \end 7 Now, if I run 'context test', I get at some point the following error: ! Missing } inserted. inserted text } to be read again \endgroup

Re: [NTG-context] defineitemgroup interferes with item reference

2008-05-03 Thread Sanjoy Mahajan
Hans Hagen [EMAIL PROTECTED] wrote: itemgroups cannot be miced Though there's no problem without those references in [brackets], so the mixing works most of the time anyway. this catches it Thanks! With two small changes, your definition makes the mixing work even when using references.

Re: [NTG-context] defineitemgroup interferes with item reference

2008-05-03 Thread Aditya Mahajan
Hi Sanjoy, On Sat, 3 May 2008, Sanjoy Mahajan wrote: closing brace, and (2) there's no \currentitemlevel in any context source file so I guessed that \itemlevel was the intention. So: Are you using an old version of ConTeXt? http://source.contextgarden.net/?search=currentitemlevel Aditya

Re: [NTG-context] defineitemgroup interferes with item reference

2008-05-03 Thread Sanjoy Mahajan
Aditya Mahajan [EMAIL PROTECTED] wrote: Are you using an old version of ConTeXt? Version 2008.01.28 from Norbert's latest packages for Debian unstable. I can upgrade to 2008.04.27 by hand, but my TeX life has become so sipmle since using Norbert's packages that I may let laziness triumph.

Re: [NTG-context] defineitemgroup interferes with item reference

2008-05-02 Thread Hans Hagen
is well. \defineitemgroup[problemlist] \starttext \startproblemlist \item Drag \startitemize \item[ref] blah \stopitemize \stopproblemlist \stoptext I'm using context 2008.01.28 21:28 (mkii), Debian GNU/Linux 'unstable' for i386, and the 2008.04.27 version on the Garden gives

[NTG-context] defineitemgroup interferes with item reference

2008-05-01 Thread Sanjoy Mahajan
. \defineitemgroup[problemlist] \starttext \startproblemlist \item Drag \startitemize \item[ref] blah \stopitemize \stopproblemlist \stoptext I'm using context 2008.01.28 21:28 (mkii), Debian GNU/Linux 'unstable' for i386, and the 2008.04.27 version on the Garden gives the same error. The error is ! Undefined

Re: [NTG-context] TABLE in item

2006-10-29 Thread Duncan Hothersall
\let\beforeTABLEsplitbox\relax \let\afterTABLEsplitbox \relax \let\beforeTABLEbox \relax \let\afterTABLEbox \relax you can play with these macros since they are the formal hooks Hans, I played with \let\beforeTABLEsplitbox\dontleavehmode

Re: [NTG-context] TABLE in item

2006-10-28 Thread Hans Hagen
Duncan Hothersall wrote: Very simple question which has suddenly stumped me: \starttext \startitemize[n,broad] \item Hello world! \bTABLE\bTR\bTD Little\eTD \bTD table\eTD\eTR\eTABLE First item continues. \item Second item. \stopitemize \stoptext How to get the TABLE inside the first

Re: [NTG-context] TABLE in item

2006-10-28 Thread Hans Hagen
Duncan Hothersall wrote: I said: \starttext \startitemize[n,broad] \item Hello world! \bTABLE\bTR\bTD Little\eTD \bTD table\eTD\eTR\eTABLE First item continues. \item Second item. \stopitemize \stoptext What I *meant* (sorry!) was \starttext \startitemize[n,broad] \item

[NTG-context] TABLE in item

2006-10-27 Thread Duncan Hothersall
Very simple question which has suddenly stumped me: \starttext \startitemize[n,broad] \item Hello world! \bTABLE\bTR\bTD Little\eTD \bTD table\eTD\eTR\eTABLE First item continues. \item Second item. \stopitemize \stoptext How to get the TABLE inside the first item to align with the item content

Re: [NTG-context] TABLE in item

2006-10-27 Thread Duncan Hothersall
I said: \starttext \startitemize[n,broad] \item Hello world! \bTABLE\bTR\bTD Little\eTD \bTD table\eTD\eTR\eTABLE First item continues. \item Second item. \stopitemize \stoptext What I *meant* (sorry!) was \starttext \startitemize[n,broad] \item Hello world! \bTABLE[split=yes]\bTR\bTD

[NTG-context] Subsection header last item on a page

2006-08-09 Thread David Arnold
All, A subsection head should not be the last item to appear on a page. What setting should prevent this? ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Subsection header last item on a page

2006-08-09 Thread Hans Hagen
David Arnold wrote: All, A subsection head should not be the last item to appear on a page. What setting should prevent this? \page[no] but normally you should not do this; a vskip or whatever spoils this game, \blank should work ok ; in the case of itemizations one can say [intro

Re: [NTG-context] Subsection header last item on a page

2006-08-09 Thread David Arnold
there are some things we could set for widow and orphan control. On Aug 9, 2006, at 2:08 PM, Hans Hagen wrote: David Arnold wrote: All, A subsection head should not be the last item to appear on a page. What setting should prevent this? \page[no] but normally you should not do

Re: [NTG-context] [XeTeX] no space after item no.

2006-03-13 Thread Adam Lindsay
Dalyoung Jeong wrote: Dear all, Yesterday, I made a short text including itemized list more than 10. I have run it using XeTeX+ConTeXt and got a nice pdf file except one thing. there is no space between item no and the sentence. I tested the same file using ConTeXt(Mac Os Roman encoding

Re: [NTG-context] colorizing item numbers

2005-07-19 Thread Hans Hagen
Jason Knight wrote: Thanks for the pointer. The color option was not one I found in the manual, and my combing through the source code wasn't as fruitful as I woulda hoped. many commands have a style and color key Hans -- -

[NTG-context] colorizing item numbers

2005-07-18 Thread Jason Knight
I'm new to ConTeXt and puzzling over a text I'm trying to set a text where item numbers (or letters, or symbols for that matter) need to be either color or grayscale. Here's what I'm thinking, though, obviously the code doesn't work: \startitemize[\color[darkred]{n}, packed, inmargin

Re: [NTG-context] colorizing item numbers

2005-07-18 Thread Hans Hagen
Jason Knight wrote: I'm new to ConTeXt and puzzling over a text I'm trying to set a text where item numbers (or letters, or symbols for that matter) need to be either color or grayscale. Here's what I'm thinking, though, obviously the code doesn't work: \startitemize[\color[darkred]{n}, packed

Re: [NTG-context] colorizing item numbers

2005-07-18 Thread Jason Knight
a text where item numbers (or letters, or symbols for that matter) need to be either color or grayscale. Here's what I'm thinking, though, obviously the code doesn't work: \startitemize[\color[darkred]{n}, packed, inmargin] . . . \stopitemize Any ideas? \setupcolors[state=start

Re: [NTG-context] big font in item separator

2005-07-12 Thread Taco Hoekwater
박내엽 wrote: Blow is my sample i can not compiled becuse \startitemize[1,packed] line but \startitemize[n, packed] is good and i want item 1(cdot) separator in higher text then 22pt Your example works ok here (ConTeXt 2005.06.27) Greetings, Taco

[NTG-context] big font in item separator

2005-07-11 Thread 박내엽
Blow is my sample i cannot compiled becuse "\startitemize[1,packed]" line but "\startitemize[n, packed]" is goodand i want item 1(cdot) separator in higher text then 22pt How ? - %\definebodyfontenvironment[24pt]\definebodyfont [22

Re: [NTG-context] Bold item separator?

2005-03-23 Thread Hans Hagen
[EMAIL PROTECTED] wrote: Greetings, I can't seem to get an itemize list to have *bold* item separators, namely the R UC Roman Numeral series. I bet it's really obvious *grinding teeth*. Anyone give me a clue? well, instead of grinding my teeth (since i dunno understand your requirement -), i

[NTG-context] Bold item separator?

2005-03-21 Thread dw
Greetings, I can't seem to get an itemize list to have bold item separators, namely the R UC Roman Numeral series. I bet it's really obvious *grinding teeth*. Anyone give me a clue? Regards, David ___ ntg-context mailing list ntg-context@ntg.nl http

[NTG-context] \its == item versus item == \its ?

2004-04-01 Thread Helmut Schwertner
. \stopitemize \stoptext The fields (to put a tick in) appear on the left side of the item. My question: Is it possible to achieve that the fields appear on the right side of the items? Thanks and best wishes, Helmut [EMAIL PROTECTED] ___ ntg-context mailing

Re: [NTG-context] Problem with math item in table of contents

2003-08-14 Thread Hans Hagen
At 15:41 01/08/2003 +0200, you wrote: Hi, I would like to use this: \completecontent \chapter{$a|b$} \bye the problem is that the bar | causes problems in the table of contents. Any ideas how I can still have it in the table? either patch supp-lan: \def\fakecompoundhyphen

[NTG-context] Problem with math item in table of contents

2003-08-01 Thread Tobias Burnus
Hi, I would like to use this: \completecontent \chapter{$a|b$} \bye the problem is that the bar | causes problems in the table of contents. Any ideas how I can still have it in the table? Tobias ___ ntg-context mailing list [EMAIL PROTECTED]

Re: [NTG-context] Problem with math item in table of contents

2003-08-01 Thread Sebastian Rooks
Tobias Burnus wrote: Hi, what about \chapter{a\vert b} ? Seb. PS: Did you get any answer for this one of your previous question : Hello all, (repost) I have the following problem: Using \setuppagenumbering[location={footer,right}] \startbodymatter \chapter{Hi} \stopbodymatter I always

Re: [NTG-context] Problem with math item in table of contents

2003-08-01 Thread Tobias Burnus
Hello Sebastian, On Fri, 1 Aug 2003, Sebastian Rooks wrote: what about \chapter{a\vert b} ? Good idea, I only remembered \mid which is something like '\,|\,'. (I need to find my texbook, someone seems to have borrowed it.) PS: Did you get any answer for this one of your previous question :

<    1   2   3