Re: [NTG-context] Second-level itemization and indenting question

2015-01-10 Thread Wolfgang Schuster
\startitemize[joinedup,packed] \item \input tufte \startitemize[joinedup,packed] \item \input tufte \stopitemize \input tufte \stopitemize \stoptext The result is that quotations at first level are perfectly aligned with the indentation of the first line of a paragraph at first level

[NTG-context] Second-level itemization and indenting question

2015-01-10 Thread Gerben Wierda
[joinedup,packed] \item \input tufte \startitemize[joinedup,packed] \item \input tufte \stopitemize \input tufte \stopitemize \stoptext The result is that quotations at first level are perfectly aligned with the indentation of the first line of a paragraph at first level. But the itemizations

Re: [NTG-context] Start an itemized list with a given number

2014-12-30 Thread Wolfgang Schuster
the number from a previous item with the “continue” keyword and set a different value for the first item in a list with the “start” key. \starttext \startitemize[n,packed] \item Insert the key \item Try to turn the key \stopitemize If key is working \startitemize[n,packed,continue] \item Open the door

Re: [NTG-context] enumeration with the Spanish alphabet

2014-11-17 Thread Pablo Rodriguez
[a, packed][start=3] \dorecurse{3}{\item test\endgraf} \stopitemize \stoptext and Spanish: \mainlanguage[es] \definestructureconversionset[sectionnumbers] [characters,a,alphabetic][n] \setupinteraction[state=start] \placebookmarks[part,chapter,section

[NTG-context] Problem with last version of ConTeXt

2014-10-18 Thread Jaroslav Hajtmar
error in line 14, namespace 'itemgroup', instance 'itemize', k ey 'packed' close source 3 5 c:/1da/tex/context/ctx_sml_library.tex close source 2 5 C:/$~1da/PODNIK/ConTeXt/Ds477_2202421.tex close source 1 5 C:/context/tex/texmf-context/tex/context/base/cont-yes .mkiv

Re: [NTG-context] Problem with last version of ConTeXt

2014-10-18 Thread Hans Hagen
', k ey 'n' setuperror in line 14, namespace 'itemgroup', instance 'itemize', k ey 'packed' some kind of error in your \setupitemize command close source 3 5 c:/1da/tex/context/ctx_sml_library.tex close source 2 5 C:/$~1da/PODNIK/ConTeXt/Ds477_2202421.tex close source 1

Re: [NTG-context] Problem with last version of ConTeXt

2014-10-18 Thread Jaroslav Hajtmar
'itemgroup', instance 'itemize', k ey 'n' setuperror in line 14, namespace 'itemgroup', instance 'itemize', k ey 'packed' some kind of error in your \setupitemize command close source 3 5 c:/1da/tex/context/ctx_sml_library.tex close source 2 5 C:/$~1da/PODNIK/ConTeXt/Ds477_2202421

Re: [NTG-context] math snapping

2014-10-16 Thread Mikael P. Sundqvist
On Wed, Oct 15, 2014 at 1:30 PM, Hans Hagen pra...@wxs.nl wrote: Hi, new experimental feature in next beta \enabletrackers[math.openedup] \starttext \dorecurse{10}{\dorecurse{#1}{whatever }} \startitemize[packed] \startitem whatever \openedupimath{\frac{1}{2}} whatever

Re: [NTG-context] math snapping

2014-10-16 Thread Hans Hagen
On 10/16/2014 1:23 PM, Mikael P. Sundqvist wrote: On Wed, Oct 15, 2014 at 1:30 PM, Hans Hagen pra...@wxs.nl wrote: Hi, new experimental feature in next beta \enabletrackers[math.openedup] \starttext \dorecurse{10}{\dorecurse{#1}{whatever }} \startitemize[packed

Re: [NTG-context] math snapping

2014-10-16 Thread Mikael P. Sundqvist
}{\dorecurse{#1}{whatever }} \startitemize[packed] \startitem whatever \openedupimath{\frac{1}{2}} whatever \startitem whatever \openedupimath{\frac{1}{2}} whatever \startitem whatever \openedupimath{\frac{1}{2}} whatever \stopitemize \startitemize

[NTG-context] math snapping

2014-10-15 Thread Hans Hagen
Hi, new experimental feature in next beta \enabletrackers[math.openedup] \starttext \dorecurse{10}{\dorecurse{#1}{whatever }} \startitemize[packed] \startitem whatever \openedupimath{\frac{1}{2}} whatever \startitem whatever \openedupimath{\frac{1}{2}} whatever

[NTG-context] Heading followed by itemize: how to keep them together?

2014-08-20 Thread Gerben Wierda
When I have: \subsubsection{Foo} \startitemize[joinedup,packed] \item Bar \item Bar \item Bar \stopitemize TeX may put a page break between the heading and the paragraph. Is there a way to prevent this? I tried \subsubsection{Foo}\page[no] \startitemize[joinedup,packed] \item Bar \item Bar

Re: [NTG-context] itemize: how to get the first level items indented?

2014-08-20 Thread Gerben Wierda
, but incapacitates packed and joinedup, which are ignored if the margin statement is there. So, I get indented items, but at the price of losing joinedup and packed. \setupindenting[yes,medium] \starttext Foo bar bar foo. Foo bar bar foo. Foo bar bar foo. \startitemize[joinedup,packed] \item

Re: [NTG-context] Heading followed by itemize: how to keep them together?

2014-08-20 Thread Wolfgang Schuster
Am 20.08.2014 um 16:01 schrieb Gerben Wierda gerben.wie...@rna.nl: When I have: \subsubsection{Foo} \startitemize[joinedup,packed] \item Bar \item Bar \item Bar \stopitemize TeX may put a page break between the heading and the paragraph. Is there a way to prevent this? I tried

Re: [NTG-context] itemize: how to get the first level items indented?

2014-08-20 Thread Gerben Wierda
] \setupindenting[small] \indenting[yes] \setupitemize[each][margin=standard] \start \switchtobodyfont[8pt] Bar foo foo bar. Bar foo foo bar. Bar foo foo bar. Bar foo foo bar. Bar foo foo bar. (PSA) becomes the Project Architecture (PA). As of that moment: \startitemize[joinedup,packed] \item Foo

Re: [NTG-context] itemize: how to get the first level items indented?

2014-08-19 Thread Gerben Wierda
of a paragraph (which is indented). Is there a way to do that? \setupindenting[yes,medium] \starttext \input knuth \startitemize[margin=standard] Does the margin thing, but incapacitates packed and joinedup, which are ignored if the margin statement is there. So, I get indented items

Re: [NTG-context] itemize: how to get the first level items indented?

2014-08-19 Thread Aditya Mahajan
amount of indentation as the start of a paragraph (which is indented). Is there a way to do that? \setupindenting[yes,medium] \starttext \input knuth \startitemize[margin=standard] Does the margin thing, but incapacitates packed and joinedup, which are ignored if the margin statement

Re: [NTG-context] \startitemize Step 1: Step 2:

2014-07-28 Thread Gerben Wierda
\Step \input weisman \stoptext Doesn’t work. I’ve added the \defineenumeration to my environment file and do \startitemize[packed,joinedup] \Step A \Step B \Step C \stopitemize it fails: Runaway argument? C\ETC. ! File ended while scanning use of \dodowithpar. inserted text

Re: [NTG-context] \startitemize Step 1: Step 2:

2014-07-28 Thread luigi scarso
=hanging,width=fit,stopper=:] \starttext \Step \input ward \Step \input weisman \stoptext Doesn’t work. I’ve added the \defineenumeration to my environment file and do \startitemize[packed,joinedup] \Step A \Step B \Step C \stopitemize it fails: In Wolfgang's example

Re: [NTG-context] \startitemize Step 1: Step 2:

2014-07-28 Thread Wolfgang Schuster
][alternative=hanging,width=fit,stopper=:] \starttext \Step \input ward \Step \input weisman \stoptext Doesn’t work. I’ve added the \defineenumeration to my environment file and do \startitemize[packed,joinedup] \Step A \Step B \Step C \stopitemize A enumeration *isn’t* the same

[NTG-context] Three questions about descriptions

2014-07-25 Thread Matthias Weber
[Introduction] Tufte or Knuth? \outline[Snack] Chocolate Cake \outline[Discussion] Knuth or Tufte? \outline[Open End] Bear and wine \stoptext However, instead of the above I would like to — have the result “packed”, i.e. without lines between the descriptions — have a stopper (“:”) after the label — have

Re: [NTG-context] Three questions about descriptions

2014-07-25 Thread Rik Kabel
] \starttext \outline[Welcome] Tea \outline[Introduction] Tufte or Knuth? \outline[Snack] Chocolate Cake \outline[Discussion] Knuth or Tufte? \outline[Open End] Bear and wine \stoptext However, instead of the above I would like to — have the result “packed”, i.e. without lines between the descriptions

Re: [NTG-context] Three questions about descriptions

2014-07-25 Thread Matthias Weber
End] Bear and wine \stoptext However, instead of the above I would like to — have the result “packed”, i.e. without lines between the descriptions — have a stopper (“:”) after the label — have the text of the description begin after the stopper and not at a fixed indentation (distance

Re: [NTG-context] \head: broken?

2014-07-18 Thread Rob Heusdens
) Greetings, Rob You can’t mix keywords and assignment in the same argument of a setup-command, e.g. \staritemize[packed,headstyle=bold] but some commands have multiple arguments which you use for both types, e.g. \startitemize[packed][headstyle=bold] BTW: A minimal example should

[NTG-context] \head: broken?

2014-07-16 Thread Rob Heusdens
is that? Greetings, Rob MWE: \startitemize[n,packed,]%headstyle=bold] \head End notes at end of each part. In the original text and first \CONTEXT\ version this was done without the footnote mechanism. This is now being tranformed to the footnote mechanism, which provides clicable, interactive links to notes

Re: [NTG-context] \head: broken?

2014-07-16 Thread Wolfgang Schuster
the headstyle out, numbers do appear. (ex. 2: MWE). Why is that? You can’t mix keywords and assignment in the same argument of a setup-command, e.g. \staritemize[packed,headstyle=bold] but some commands have multiple arguments which you use for both types, e.g. \startitemize[packed

[NTG-context] Two levels of itemization with the 'intext' option

2014-06-05 Thread Maggyero
Aditya finally gave me a great solution on Stack Exchange: One way to achieve this is to explicitly set the width of each symbol, and align the symbol to the right. Visually, this is give the output that you want. For example: \definesymbol[emdash][---] \setupitemize[1][packed, intext][symbol

[NTG-context] Two levels of itemization with the 'intext' option

2014-06-02 Thread Maggyero
inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. \stoptext I have tried this, but without success (it works only when there is one level of itemization): \definesymbol[emdashone][\quad---~] \definesymbol[emdashtwo][\quad\quad~---~] \setupitemize[1][packed, fit, intext][symbol

Re: [NTG-context] Blindtext

2014-05-21 Thread Mikael P. Sundqvist
[ward] [file=ward, before=\blank, after=\blank] \defineipsum [ward:itemize] [ward] [alternative=lines, before={\startitemize[packed]}, after=\stopitemize, left=\startitem, right=\stopitem] \defineipsum [ward:title

Re: [NTG-context] joinedup in itemize changed?

2014-05-02 Thread Mikael P. Sundqvist
Three \stopitemize Bla \startitemize[3,joinedup]% Not as expected \item One \item Two \item Three \stopitemize Bla \startitemize[3,packed]%OK \item One \item Two \item Three \stopitemize Bla \startitemize[3,packed,joinedup]%OK \item One \item Two \item Three \stopitemize Bla

Re: [NTG-context] joinedup in itemize changed?

2014-05-02 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I've never used joinedup option so I cannot confirm its behavior has changed. Anyway, I'm getting the same result with the last Ctx beta and Ctx ver: 2012.11.26; see attachs. It seems joindeup implies packed, too; I don't know if it is an intention/feature. Best regards, Lukas

Re: [NTG-context] joinedup in itemize changed?

2014-05-02 Thread Rogers, Michael K
The keys packed and joinedup seem to control the keys before, after, and inbetween. You can use these keys directly to get whatever style you like. The setting packed is equivalent to \startitemize[3][before=\blank,after=\blank,inbetween=] The setting joinedup is equivalent to \startitemize

Re: [NTG-context] joinedup in itemize changed?

2014-05-02 Thread Mikael P. Sundqvist
On Fri, May 2, 2014 at 1:37 PM, Rogers, Michael K mrog...@emory.edu wrote: The keys packed and joinedup seem to control the keys before, after, and inbetween. You can use these keys directly to get whatever style you like. The setting packed is equivalent to \startitemize[3][before=\blank

[NTG-context] joinedup in itemize changed?

2014-04-30 Thread Mikael P. Sundqvist
\item Three \stopitemize Bla \startitemize[3,packed]%OK \item One \item Two \item Three \stopitemize Bla \startitemize[3,packed,joinedup]%OK \item One \item Two \item Three \stopitemize Bla \stoptext ___ If your question

[NTG-context] Paragraph itemizes

2014-04-29 Thread Maggyero
one one one one one one one one 2. two two two two two two two two two two __two two two two two two two two two two 3. three three three three three three three three three three __three three three three three three three three three three with: \setupitemgroup[itemize][each][packed

Re: [NTG-context] Paragraph itemizes

2014-04-29 Thread Romain Diss
get this instead (notice the margins represented with underscores): 1. one one one one one one one one one one __one one one one one one one one one one with: \setupitemgroup[itemize][each][packed] \startitemize[n] \item \dorecurse{20}{one} \item \dorecurse{20}{two} \item \dorecurse{20

Re: [NTG-context] Paragraph itemizes

2014-04-29 Thread Wolfgang Schuster
three three three three three with: \setupitemgroup[itemize][each][packed] \startitemize[n] \item \dorecurse{20}{one} \item \dorecurse{20}{two} \item \dorecurse{20}{three} \stopitemize Use the “intext” keyword. \usemodule[visual] \starttext \startitemize[n,intext,packed] \item \fakewords

[NTG-context] Bug? Missing items in nested columnar layout

2014-04-01 Thread Thangalin
Hi, \setuphead[subsection][after={\blank[small]},] \starttext \startcolumns \startmixedcolumns[balance=yes,] \startsubsection[title=title,] \startitemgroup[][packed][before=\empty] \dorecurse{10}{\startitem item \#\recurselevel{}.\stopitem} \stopitemgroup

[NTG-context] Bug with TikZ

2014-03-14 Thread Xan
); \draw (0, \x) node[anchor=east] {\small $\xtext$}; } \draw[color=blue, ultra thick] (0,0) -- (5,3) -- (7,1) -- (10,9) -- (12.2,9); \stoptikzpicture} \egroup \eTD \eTR \eTABLE} \startitemize[a,packed] \item Quines variables es representen en el gràfic? \item A quina distància (de ca seva

[NTG-context] Customize register format

2014-03-09 Thread Thangalin
, pagecommand=\PageCommand, distance=\zeropoint, before={\startitemize[packed,nowhite]}, ] \setuphead[section][aftersection=\page,] \starttext \startsection[title={Maguro}] Text \PhotographerIndexEntry{Kenji Fujimoto}{http://bit.ly/1fNWF0Y}{Maguro} \stopsection \startsection

Re: [NTG-context] Problem with setupitemize, columns, and packed?

2014-01-30 Thread Hans Hagen
On 1/30/2014 1:03 AM, Casey Jones wrote: The following MWE doesn't print item two when using the packed option with three columns. \starttext % correct \startitemize[columns, three] \startitem one \stopitem \startitem two \stopitem \startitem three \stopitem \startitem four \stopitem \startitem

[NTG-context] Problem with setupitemize, columns, and packed?

2014-01-29 Thread Casey Jones
The following MWE doesn't print item two when using the packed option with three columns. \starttext % correct \startitemize[columns, three] \startitem one \stopitem \startitem two \stopitem \startitem three \stopitem \startitem four \stopitem \startitem five \stopitem \stopitemize % item two

[NTG-context] A problem with itemize in columns - once again, now with an MWE

2014-01-17 Thread Marcin Borkowski
be thankful.) \setupbodyfont[pagella] \starttext \startitemize[columns,two,packed]% with packed, it's also wrong, but in another way \item abc \item $a^2$ \item xyz \item $\frac12$ \item foo \item bar \item baz \item $\sqrt{2}$% \smash-ing helps, but I'd prefer

Re: [NTG-context] A problem with itemize in columns - once again, now with an MWE

2014-01-17 Thread Wolfgang Schuster
] \endgroup \blank \stopsetups \starttext \startitemize[columns,two,packed][before=\directsetup{itemize:before},after=\directsetup{itemize:after}] \item abc \item \math{a^2} \item xyz \item \math{\frac{1}{2}} \item foo \item bar \item baz \item \math{\sqrt{2}} \item asdf \item qwerty \stopitemize

Re: [NTG-context] A problem with itemize in columns - once again, now with an MWE

2014-01-17 Thread Marcin Borkowski
[itemize:before] \blank \begingroup \setupinterlinespace[medium] \stopsetups \startsetups[itemize:after] \endgroup \blank \stopsetups \starttext \startitemize[columns,two,packed][before=\directsetup{itemize:before},after=\directsetup{itemize:after}] \item abc \item \math{a^2

Re: [NTG-context] setuphead for in-paragraph head ?

2014-01-09 Thread Otared Kavian
%%% %defining numbered questions \defineconversion[exercise][\numbers] %\setupitemize[packed] \def\StartQuestions{% \startitemize[exercise][width=2em,packed,style=bold,stopper=,right=)]} \def\StopQuestions{\stopitemize} \def\q{\item} % trye each of the following \setups

Re: [NTG-context] setuphead for in-paragraph head ?

2014-01-09 Thread Jaroslav Hajtmar
%%% %defining numbered questions \defineconversion[exercise][\numbers] %\setupitemize[packed] \def\StartQuestions{% \startitemize[exercise][width=2em,packed,style=bold,stopper=,right=)]} \def\StopQuestions{\stopitemize} \def\q{\item} % trye each of the following \setups

Re: [NTG-context] setuphead for in-paragraph head ?

2014-01-09 Thread Otared Kavian
questions \defineconversion[exercise][\numbers] %\setupitemize[packed] \def\StartQuestions{% \startitemize[exercise][width=2em,packed,style=bold,stopper=,right=)]} \def\StopQuestions{\stopitemize} \def\q{\item} % trye each of the following \setups[style:simple] %\setups[style:textrule

[NTG-context] What is the error of that header lines?

2013-12-21 Thread Xan
] {\small $\xtext$}; } \draw[color=blue, ultra thick] (0,0) -- (5,3) -- (7,1) -- (10,9) -- (12.2,9); \stoptikzpicture} \egroup \eTD \eTR \eTABLE} \startitemize[a,packed] \item Quines variables es representen en el gràfic? \item A quina distància (de ca seva) està la parada del bus? \item Quina

[NTG-context] Nested itemize (spaces before and after inside environment)

2013-10-24 Thread Jaroslav Hajtmar
the following problem. Is there a way to adjust the spacing before internal itemize environment when the external itemize environment is set as PACKED? Thanx JaroslavHajtmar Here is my minimal example: \setupitemize[1][packed][symbol=n,before={\blank[medium]},after={\blank[medium]}] \setupitemize[2

Re: [NTG-context] Nested itemize (spaces before and after inside environment)

2013-10-24 Thread Tomas Hala
it for one of plainTEX developers (Mr. Olšák), which # compared results of PlainTeX, LaTeX and ConTeXt. However, I # encountered the following problem. # # Is there a way to adjust the spacing before internal itemize # environment when the external itemize environment is set as PACKED? # # Thanx

Re: [NTG-context] Nested itemize (spaces before and after inside environment)

2013-10-24 Thread Jaroslav Hajtmar
developers (Mr. Olšák), which # compared results of PlainTeX, LaTeX and ConTeXt. However, I # encountered the following problem. # # Is there a way to adjust the spacing before internal itemize # environment when the external itemize environment is set as PACKED? # # Thanx JaroslavHajtmar # # Here is my

[NTG-context] [***SPAM***] itemization

2013-10-11 Thread hwitloc
to specify an overall width or the inter-column spacing. \starttext \startitemize[none,columns,three,packed,joinedup,8*serried,][width=0mm] \item A \item B \item C \item D \item E \item F \item G \item H \item I \stopitemize \stoptext

Re: [NTG-context] [***SPAM***] itemization

2013-10-11 Thread luigi scarso
cm. Regards - minimum example (How to specify an overall width or the inter-column spacing. \starttext \startitemize[none,columns,three,packed,joinedup,8*serried,][width=0mm] \item A \item B \item C \item D \item E \item F \item G \item H \item I

Re: [NTG-context] [***SPAM***] itemization

2013-10-11 Thread hwitloc
. \starttext \startitemize[none,columns,three,packed,joinedup,8*serried,] [width=0mm] \item A \item B \item C \item D \item E \item F \item G \item H \item I \stopitemize \stoptext Maybe starttabulate http://wiki.contextgarden.net/Command/starttabulate ? -- luigi

Re: [NTG-context] startitemize bad with columns

2013-09-20 Thread Xan
, trobeu les seves descomposicions en forma de potència: 41 \startitemize[a,columns,three,packed] 42 \item 64 43 \item 16 44 \column 45 \item 81 \ctxcommand #1^^@-\directlua {commands.#1} \page_mix_routine_construct ...\else false\fi

Re: [NTG-context] \startitemize and \startinteraction problem in footnotes

2013-09-18 Thread Hans Hagen
, style=rm, click=yes, display=new, ] \setupnotation[footnote][interaction=yes, way=bytext, numberconversion=numbers, rule=on, textstyle=normal] \startitemize[n,broad,joinedup,packed,intro] [itemalign=flushright,left={},right={},stopper={.},margin=1pc] \itemstuff \sym{4.}stuff \sym{10.}more stuff \sym{11

[NTG-context] \startitemize and \startinteraction problem in footnotes

2013-09-17 Thread Alan Bowen
, ] \setupnotation[footnote][interaction=yes, way=bytext, numberconversion=numbers, rule=on, textstyle=normal] \startitemize[n,broad,joinedup,packed,intro] [itemalign=flushright,left={},right={},stopper={.},margin=1pc] \item stuff \sym{4.} stuff \sym{10.} more stuff \sym{11.} and yet more \stopitemize a few

[NTG-context] \startfloattext ... \stopfloattext

2013-09-09 Thread Christian Prim
\placetable the text is indented, but the second item is placed near the table on the right. (I could insert a \blank[xycm] but I don't think it's the way to solve my problem.) Thanks for all comments Christian \starttext \startitemize[n,packed,joinedup][stopper=)] \item Abhängigkeit der Beschleunigung von

Re: [NTG-context] \startfloattext ... \stopfloattext

2013-09-09 Thread Hans Hagen
, but the table is not indented. When I use \placetable the text is indented, but the second item is placed near the table on the right. (I could insert a \blank[xycm] but I don't think it's the way to solve my problem.) Thanks for all comments Christian \starttext \startitemize[n,packed,joinedup][stopper

Re: [NTG-context] \startfloattext ... \stopfloattext

2013-09-09 Thread Christian Prim
my problem.) Thanks for all comments Christian \starttext \startitemize[n,packed,**joinedup][stopper=)] \item Abhängigkeit der Beschleunigung von der Wagenmasse $m$: \blank $M=$ \hl[5] \unit{kg} \blank \starttabletext[left,high,**none]{}{ %\placetable[left,high,none]{}**{ \starttable

[NTG-context] Auto selecting optical sizes for a font

2013-06-21 Thread Andres Conrado Montoya
[ebg][rm][serif][ebgaramond][default] \setupbodyfont[ebg,12pt] \setupbodyfontenvironment[default][em=italic] \setupinterlinespace[line=3.2ex] \setupalign[lesshyphenation,hz,hanging] \doublehyphendemerits=3 \setupspacing[packed] \starttext \showframe \showgrid \input tufte \stoptext

Re: [NTG-context] orphans and widows in poems

2013-06-17 Thread Bill Meahan
On 6/17/2013 1:39 AM, Wolfgang Schuster wrote: Verse page. You don’t need any tricks to prevent page breaks in a lines environment because \setuplines[option=packed] already does it. Wolfgang You still need to make each stanza an individual lines environment, don't you? -- Bill Meahan

Re: [NTG-context] orphans and widows in poems

2013-06-17 Thread Pablo Rodríguez
stanzas, you can put each stanza in an non-bordered frame. [...] A frame will never be split across pages. BTW this trickis on the wiki on the Verse page. You don’t need any tricks to prevent page breaks in a lines environment because \setuplines[option=packed] already does it. Many

Re: [NTG-context] orphans and widows in poems

2013-06-17 Thread Wolfgang Schuster
Am 17.06.2013 um 15:50 schrieb Bill Meahan subscribed_li...@meahan.net: On 6/17/2013 1:39 AM, Wolfgang Schuster wrote: Verse page. You don’t need any tricks to prevent page breaks in a lines environment because \setuplines[option=packed] already does it. Wolfgang You still need

Re: [NTG-context] orphans and widows in poems

2013-06-16 Thread Wolfgang Schuster
A frame will never be split across pages. BTW this trickis on the wiki on the Verse page. You don’t need any tricks to prevent page breaks in a lines environment because \setuplines[option=packed] already does it. Wolfgang

Re: [NTG-context] \setupalign[flushleft] doesn't like ~

2013-05-25 Thread Marcin Borkowski
)frenchspacing \usemodule[ipsum] \showframe \starttext \setupalign[flushleft] \setupspacing[fixed] \ipsum \par \setupalign[flushleft] \setupspacing[packed] \ipsum \par \setupalign[flushleft] \setupspacing[broad] \ipsum \par \stoptext (defaults are language dependent) Sorry for my delay

Re: [NTG-context] extra line after switchtobodyfont

2013-05-03 Thread Wolfgang Schuster
Am 03.05.2013 um 09:34 schrieb Meer, H. van der h.vanderm...@uva.nl: There is more to it then a preference for \crlf […] \setupwhitespace[line] \starttext \subject{Regular paragraphs} Line 1\par \start \switchtobodyfont[termes] Line 2\par \stop Line 3 \subject{Packed paragraphs

Re: [NTG-context] Heading flow

2013-05-01 Thread Lance Larsen
Using the continue=no option of setuphead (in MKIV) didn't seem to work (not sure why). What I did as a workaround was to a blank paragraph after each heading (using 'after' in setuphead) and then packed the result. Not necessarily an ideal solution, but adequate for what I needed. \definehead

Re: [NTG-context] Heading flow

2013-05-01 Thread Wolfgang Schuster
Am 02.05.2013 um 00:01 schrieb Lance Larsen lance.c.lar...@gmail.com: Using the continue=no option of setuphead (in MKIV) didn't seem to work (not sure why). What I did as a workaround was to a blank paragraph after each heading (using 'after' in setuphead) and then packed the result

Re: [NTG-context] \setupalign[flushleft] doesn't like ~

2013-04-26 Thread Hans Hagen
\setupalign[flushleft] \setupspacing[packed] \ipsum \par \setupalign[flushleft] \setupspacing[broad] \ipsum \par \stoptext (defaults are language dependent) Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] Cumulating numbered lists

2013-04-23 Thread Wolfgang Schuster
Am 22.04.2013 um 23:59 schrieb Alan Bowen bowenala...@gmail.com: Another try: Can someone explain why \setupitemgroup[itemize][broad,joinedup,packed,autointro] \setupitemize[itemalign=flushright] \startitemize[n,repeat] \item level a \startitemize[n,repeat] \item level b

Re: [NTG-context] Cumulating numbered lists

2013-04-23 Thread Alan Bowen
explain why \setupitemgroup[itemize][broad,joinedup,packed,autointro] \setupitemize[itemalign=flushright] \startitemize[n,repeat] \item level a \startitemize[n,repeat] \item level b \startitemize[A][prefix=no] \item level c

Re: [NTG-context] Cumulating numbered lists

2013-04-23 Thread Aditya Mahajan
}% \fi \else \let\m_strc_itemgroups_repeat_start\empty \fi} \protect \setupitemgroup[itemize][broad,joinedup,packed,autointro] \starttext \setupitemize[itemalign=flushright] \startitemize[n,repeat] \item level a \startitemize[n,norepeat] \item level b

Re: [NTG-context] Cumulating numbered lists

2013-04-22 Thread Alan Bowen
Another try: Can someone explain why \setupitemgroup[itemize][broad,joinedup,packed,autointro] \setupitemize[itemalign=flushright] \startitemize[n,repeat] \item level a \startitemize[n,repeat] \item level b \startitemize[A][prefix=no] \item level c \stopitemize \stopitemize \stopitemize yields

Re: [NTG-context] Cumulating numbered lists

2013-04-19 Thread Alan Bowen
Text A. text B. text The problem seem to be in turning off the cumulation of numbers in the last entries (fourth level). \defineitemgroup[MyList] \setupitemgroup[MyList][1][broad,joinedup,packed,autointro] [itemalign=flushright,left={},right

[NTG-context] Cumulating numbered lists

2013-04-18 Thread Alan Bowen
in the last entries (fourth level). \defineitemgroup[MyList] \setupitemgroup[MyList][1][broad,joinedup,packed,autointro] [itemalign=flushright,left={},right={},stopper={.},margin=3pc] \setupitemgroup[MyList][2][broad,joinedup,packed,autointro] [itemalign=flushright,left={},right={},stopper

Re: [NTG-context] Cumulating numbered lists

2013-04-18 Thread Wolfgang Schuster
B. text The problem seem to be in turning off the cumulation of numbers in the last entries (fourth level). \defineitemgroup[MyList] \setupitemgroup[MyList][1][broad,joinedup,packed,autointro] [itemalign=flushright,left={},right={},stopper={.},margin=3pc

Re: [NTG-context] Cumulating numbered lists

2013-04-18 Thread Alan Bowen
Text A. text B. text The problem seem to be in turning off the cumulation of numbers in the last entries (fourth level). \defineitemgroup[MyList] \setupitemgroup[MyList][1][broad,joinedup,packed,autointro] [itemalign=flushright,left={},right

Re: [NTG-context] (no subject)

2013-03-20 Thread Wolfgang Schuster
Am 20.03.2013 um 03:22 schrieb non-null hwit...@gmail.com: Here is a simple example: \starttext \startitemize[1,packed] Introduction text to the list below. \item some item text1 \item some item text2 \stopitemize I want to be able to adjust the vertical white space between the list

Re: [NTG-context] (no subject)

2013-03-20 Thread Sietse Brouwer
://wiki.contextgarden.net/Command/setupitemgroup \starttext \setupitemgroup[itemize][before={\blank[0em]}] \starttext \startitemize[packed] asdf asdf asdf asdf \item asdf \item asdf \item asdf \stopitemize \stoptext \stoptext

Re: [NTG-context] itemize

2013-03-04 Thread Marco Patzer
}{flushright}] \starttext \startitemize [n, packed, columns] \dorecurse{32}{\startitem foo \stopitem} \stopitemize \stoptext Marco signature.asc Description: Digital signature ___ If your question is of interest

Re: [NTG-context] itemize

2013-03-04 Thread Meer, H. van der
clean solution. \setupitemgroup [itemize] [left=\simplealignedbox{1em}{flushright}] \starttext \startitemize [n, packed, columns] \dorecurse{32}{\startitem foo \stopitem} \stopitemize \stoptext Marco ___ If your

[NTG-context] Indented footnotes in ConTeXt

2012-11-20 Thread Adam Khan
] \indenting[always] \setupnarrower[left=0.5in, right=0in] \setupspacing[packed] \setupalign[right,broad,nothyphenated] \setuplinenumbering[step=1] \setuppagenumbering[way=bytext] \definenote[genetic] \setupnote[genetic][numberconversion=romannumerals, way=bychapter

[NTG-context] A few questions about itemizations

2012-10-25 Thread Marcin Borkowski
Hi all, this code: \defineitemgroup[subitems] \setupitemgroup[subitems][each][a,packed][left=(,stopper=)] \starttext \startitemize[n] \startitem Lorem ipsum \startsubitems \startitem dolor \stopitem \startitem sit \stopitem \startitem

[NTG-context] A strange problem, probably with \startitemize[columns]

2012-07-28 Thread Marcin Borkowski
. Narysujcie jedną lub dwie gałęzie aż do zakończenia gry. \startanswer (odręcznie) \stopanswer \stopitem \startitem Oszacujcie liczbę możliwych rozgrywek w~{\em Kółko i~krzyżyk}. \startanswer \startitemize[a,packed

Re: [NTG-context] A Lorem ipsum module?

2012-07-19 Thread Hans Hagen
={\startitemize[packed]}, after=\stopitemize, left=\startitem, right=\stopitem] \defineipsum [ward:title] [ward] [alternative=lines, n=random] \subject{\directipsum{ward:title}} \ipsum[ward] \ipsum[ward:itemize] \stoptext Rather

Re: [NTG-context] itemize behaviour

2012-07-05 Thread Wolfgang Schuster
Am 03.07.2012 um 21:43 schrieb Meer, H. van der: I do not understand the workings of the itemize. What I want is two nested itemlists. The outer one unpacked, the inner one packed. In the inner one the itemlist should be joinedup with the text before it. I do not get this working, see

Re: [NTG-context] itemize behaviour

2012-07-05 Thread Meer, H. van der
Thanks. Is the [joinedup] deprecated? Or has it another use? Hans van der Meer On 5 jul. 2012, at 20:16, Wolfgang Schuster wrote: You need the “paragraph” option. \starttext \setupitemgroup[itemize][1][4,unpacked] \setupitemgroup[itemize][2][5,packed,paragraph

[NTG-context] itemize behaviour

2012-07-03 Thread Meer, H. van der
I do not understand the workings of the itemize. What I want is two nested itemlists. The outer one unpacked, the inner one packed. In the inner one the itemlist should be joinedup with the text before it. I do not get this working, see the examples. The inner list is separated from the Intro

Re: [NTG-context] itemize in two columns and pagebreaks

2012-06-29 Thread Marcin Borkowski
~{\em Kółko i~krzyżyk}. \startanswer \startitemize[a,packed][stopper=)] \startitem Prostym ograniczeniem górnym jest \math{9!=362\,880}. \stopitem \startitem Jeśli wziąć pod uwagę symetrie w~początkowych dwóch

Re: [NTG-context] List without bullets

2012-06-29 Thread Otared Kavian
Hi, You can customize the symbol appearing in your items, and set it to nothing… \definesymbol[NoSymbol][{}] \definesymbol[MySymbol][{$\heartsuit$}] \starttext \startitemize[Nosymbol] \item foo \item bar \item baz \stopitemize \startitemize[MySymbol,packed] \item foo \item

Re: [NTG-context] ntg-style error

2012-06-06 Thread Taco Hoekwater
][\ChkBox] \setupitemize[1][packed] \setupitemize [each][% indentnext=no, align=right, width=1em, distance=0pt% ] % an outer form of itemize that does not indent % the paragraph. \definecomplexorsimpleempty\startouteritemize \def\complexstartouteritemize[#1]{\begingroup \startitemize[width

[NTG-context] itemze: alignment breaks spacing

2012-05-17 Thread Henning Hraban Ramm
Hi ho, as soon as I use the align key on an itemization, the effect of packed, joinedup is void. \starttext \input tufte \startitemize[packed,joinedup] %,align=right] \item bla \item fasel \item foo \item bar \stopitemize \input tufte \stoptext Greetlings, Hraban --- http

[NTG-context] Split \startalign content on more pages

2012-05-13 Thread elgo...@libero.it
)}}% sostituisce numero a valori letterali scrivendolo con 3 cifre decimali \definedescription[descr][style=packed,headstyle=bold,style=normal, location=hanging,width=broad,margin=1cm] %FINE PREAMBOLO \starttext Bla bla bla {\framed[height=15cm] Bla Bla} \startluacode e_yfi=5 R_fi=2000 r_fi=300

[NTG-context] Vertical alignment in nested itemizations

2012-05-10 Thread Mikael P. Sundqvist
Dear list, My question is: Can I somehow force an inner itemization to begin on the same line as the outer one? Background: I am writing solutions to an exam and use nested itemizations, as in the test file \starttext \startitemize[n][style=sans] \item Bla bla \item \startitemize[a,packed

Re: [NTG-context] Vertical alignment in nested itemizations

2012-05-10 Thread Mikael P. Sundqvist
\starttext \startitemize[n][style=sans] \item Bla bla \item \startitemize[a,packed][left={},right={)},stopper=,style=sans] \item Det sökta \stopitemize \stopitemize \stoptext Now the problem is that the a) does not stay on the same line as the 2., but is moved down half a line (this differs

Re: [NTG-context] Vertical alignment in nested itemizations

2012-05-10 Thread Hans Hagen
nested itemizations, as in the test file \starttext \startitemize[n][style=sans] \item Bla bla \item \startitemize[a,packed][left={},right={)},stopper=,style=sans] \item Det sökta \stopitemize \stopitemize \stoptext Now the problem is that the a) does not stay on the same line as the 2

Re: [NTG-context] Vertical alignment in nested itemizations

2012-05-10 Thread luigi scarso
\startitemize[n][style=sans] \item \hbox to0sp{\hss\vrule width 3cm height 0.1pt depth 0sp}\kern-0.25em\input tufte \item \startitemize[a,packed][left={},right={)},stopper=,style=sans] \item \hbox to0sp{\hss\vrule width 3cm height 0.1pt depth 0sp}\kern-0.25emDet sökta \item Bingospjäll \stopitemize \item

Re: [NTG-context] Vertical alignment in nested itemizations

2012-05-10 Thread Marco
% Foo \startitemize[n][style=sans] \item \input tufte \item \startitemize[a,packed][left={},right={)},stopper=,style=sans] \item Det sökta \item Bingospjäll \stopitemize \item \input tufte \item \input tufte \item \input tufte \item \input tufte \item \input tufte \item \input tufte Brynja

<    1   2   3   4   5   6   7   8   >