[NTG-context] Small problems with my columns

2015-07-30 Thread Fabrice Couvreur
] [modern] [default] [rscale=0.9] \definetypeface [mainface] [mm] [math] [xits] [default] \setupbodyfont[mainface,11pt] \starttext \startmycolumn \startitemize[n][stopper={)},style=bold] \item \startitemize[a][stopper={)},style=bold] \item \item \item \'Emettre une conjecture sur la nature de la

Re: [NTG-context] Small problems with my columns

2015-07-30 Thread Pablo Rodriguez
] \setupbodyfont[mainface,11pt] \starttext \startmycolumn \startitemize[n][stopper={)},style=bold] \item \startitemize[a][stopper={)},style=bold] \item \item \item \'Emettre une conjecture sur la nature de la transformation correspondant à l'enchaînement de ces deux translations

[NTG-context] Printing bibliographic entries without the full publication list

2015-07-29 Thread Mojca Miklavec
Dear Hans Alan, I would like to manually print the selected list of publications, like this: \usebtxdataset[items.bib] \usebtxdefinitions[aps] \starttext \startitemize \item \cite[entry][bib1] \item some random text \item \cite[entry][bib5] \stopitemize \stoptext The problem

Re: [NTG-context] Printing bibliographic entries without the full publication list

2015-07-29 Thread Hans Hagen
On 7/29/2015 11:38 AM, Mojca Miklavec wrote: Dear Hans Alan, I would like to manually print the selected list of publications, like this: \usebtxdataset[items.bib] \usebtxdefinitions[aps] \starttext \startitemize \item \cite[entry][bib1] \item some random text \item \cite[entry][bib5

Re: [NTG-context] Printing bibliographic entries without the full publication list

2015-07-29 Thread Robert Blackstone
On 29 Jul 2015, at 12:00 , Mojca Miklavec mojca.miklavec.li...@gmail.com wrote: Dear Hans Alan, I would like to manually print the selected list of publications, like this: \usebtxdataset[items.bib] \usebtxdefinitions[aps] \starttext \startitemize \item \cite[entry][bib1] \item some

Re: [NTG-context] TeX capacity exceeded - in Lua block - why?

2015-07-16 Thread Procházka Lukáš Ing . - Pontex s . r . o .
called for TeX code (at various places of use: \GG $\GG$ \startitemize[][] \sym{\GG} \GG \sym{$\GG$} $\GG$ \sym{\m{\GG}} \m{\GG} \item End \stopitemize ) but stopped working when called from Lua (?!). @Hans: This seems to be best solution - exactly what I wanted to achieve

Re: [NTG-context] TeX capacity exceeded - in Lua block - why?

2015-07-16 Thread Hans Hagen
} \starttext \GG $\GG$ \startitemize[][] \sym{\GG} \GG \sym{$\GG$} $\GG$ \sym{\m{\GG}} \m{\GG} \item End \stopitemize \stoptext So how to rewrite the itemization into Lua? maybe you mean: \def\GG{\ifmmode G_G\else$GG$\fi} ... Could be \def\GG{\ifmmode G_G\else$G_G$\fi

Re: [NTG-context] TeX capacity exceeded - in Lua block - why?

2015-07-16 Thread Hans Hagen
. Also, my observation was that my original macro worked well when called for TeX code (at various places of use: \GG $\GG$ \startitemize[][] \sym{\GG} \GG \sym{$\GG$} $\GG$ \sym{\m{\GG}} \m{\GG} \item End \stopitemize ) but stopped working when called from Lua

Re: [NTG-context] TeX capacity exceeded - in Lua block - why?

2015-07-16 Thread luigi scarso
just enclose itself by $...$ (or \m{...})... And, this works well in TeX code: \def\GG{\ifmmode G_G\else$\GG$\fi} \starttext \GG $\GG$ \startitemize[][] \sym{\GG} \GG \sym{$\GG$} $\GG$ \sym{\m{\GG}} \m{\GG} \item End \stopitemize \stoptext So how

Re: [NTG-context] TeX capacity exceeded - in Lua block - why?

2015-07-16 Thread Procházka Lukáš Ing . - Pontex s . r . o .
\else$\GG$\fi} \starttext \GG $\GG$ \startitemize[][] \sym{\GG} \GG \sym{$\GG$} $\GG$ \sym{\m{\GG}} \m{\GG} \item End \stopitemize \stoptext So how to rewrite the itemization into Lua? maybe you mean: \def\GG{\ifmmode G_G\else$GG$\fi} ... Could be \def\GG{\ifmmode G_G

Re: [NTG-context] TeX capacity exceeded - in Lua block - why?

2015-07-16 Thread luigi scarso
not true then you have infinite recursion. Also, my observation was that my original macro worked well when called for TeX code (at various places of use: \GG $\GG$ \startitemize[][] \sym{\GG} \GG \sym{$\GG$} $\GG$ \sym{\m{\GG}} \m{\GG} \item End \stopitemize

Re: [NTG-context] TikZ and wrong drawing order

2015-06-14 Thread Mojca Miklavec
On Thu, Jun 11, 2015 at 11:26 PM, Hans Hagen wrote: On Thu, 11 Jun 2015, Mojca Miklavec wrote: Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item symbol and additionally use background text

[NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Mojca Miklavec
Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item symbol and additionally use background text, then the first symbol in itemize environment gets covered by the background. Here's an example: \usemodule

Re: [NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Aditya Mahajan
On Thu, 11 Jun 2015, Mojca Miklavec wrote: Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item symbol and additionally use background text, then the first symbol in itemize environment gets covered

Re: [NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Mojca Miklavec
On Thu, Jun 11, 2015 at 7:59 PM, Aditya Mahajan wrote: On Thu, 11 Jun 2015, Mojca Miklavec wrote: Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item symbol and additionally use background text

Re: [NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Mojca Miklavec
for the following problem. If I use a TikZ picture as item symbol and additionally use background text, then the first symbol in itemize environment gets covered by the background. Here's an example: Workaround (though I have no idea why this should work). background={foreground,color} While

Re: [NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Aditya Mahajan
On Thu, 11 Jun 2015, Mojca Miklavec wrote: On Thu, Jun 11, 2015 at 7:59 PM, Aditya Mahajan wrote: On Thu, 11 Jun 2015, Mojca Miklavec wrote: Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item symbol

Re: [NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Hans Hagen
On 6/11/2015 10:14 PM, Mojca Miklavec wrote: On Thu, Jun 11, 2015 at 7:59 PM, Aditya Mahajan wrote: On Thu, 11 Jun 2015, Mojca Miklavec wrote: Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item

Re: [NTG-context] TikZ and wrong drawing order

2015-06-11 Thread Hans Hagen
On 6/11/2015 7:27 PM, Mojca Miklavec wrote: Hi, I would like to ask for help for either finding a fix or some clever workaround for the following problem. If I use a TikZ picture as item symbol and additionally use background text, then the first symbol in itemize environment gets covered

[NTG-context] Environment \starttikzpicture \stoptikzpicture like float

2015-05-24 Thread Fabrice Couvreur
] [figure] \setupfloat [recipe] [default={right,none}] \starttext \startitemize[n][stopper={.},style=bold] \placerecipe {} {\externalfigure[cow.pdf][width=4cm]} \item \input knuth \placerecipe {} { \starttikzpicture[level 1/.style={level distance=35mm,sibling distance=40mm},level 2/.style

Re: [NTG-context] Environment \starttikzpicture \stoptikzpicture like float

2015-05-24 Thread Hans Hagen
] \pgfplotsset{compat=1.8} \definefloat [recipe] [figure] \setupfloat [recipe] [default={right,none}] \starttext \startitemize[n][stopper={.},style=bold] \placerecipe {} {\externalfigure[cow.pdf][width=4cm]} \item \input knuth \placerecipe {} { \starttikzpicture[level 1/.style={level

[NTG-context] Mark off boxes

2015-05-03 Thread henman
for check boxes? Here is a minimal example: - \definesymbol[5]{\bigsquare} \starttext This is a big square: \bigsquare \startitemize[5] \item Choice a does not have a check box. \item Choice b also does not have a check box. \item Not really a choice

Re: [NTG-context] Mark off boxes

2015-05-03 Thread Wolfgang Schuster
square: \symbol[BigSquare]. \startitemize[BigSquare] \item Choice a does not have a check box. \item Choice b also does not have a check box. \item Not really a choice. No checkbox (bitsquare) here either. \stopitemize \stoptext Wolfgang

[NTG-context] Right Margin Being ignored bug?

2015-05-02 Thread henman
ideas on how I can get ConText to split the lines and honor the righ margin space? Thanks \starttext % \showlayout \showframe _, 20__, at , California. \startitemize[n] \item by Lessor/Optionor and Lessee

Re: [NTG-context] Index items

2015-04-16 Thread Hans Hagen
) to be reused for other purposes. Change them in one operation, that is, not by digging up all occurrences in the book of the item that has to be changed. In answer to Alan’s question: names, theoretical treatises and manuscripts, musical works, musical terms. Nearly all examples in the book have

Re: [NTG-context] Index items

2015-04-16 Thread Robert Blackstone
) to be reused for other purposes. Change them in one operation, that is, not by digging up all occurrences in the book of the item that has to be changed. In answer to Alan’s question: names, theoretical treatises and manuscripts, musical works, musical terms. Nearly all examples in the book have

Re: [NTG-context] Index items

2015-04-15 Thread Robert Blackstone
for other purposes. Change them in one operation, that is, not by digging up all occurrences in the book of the item that has to be changed. In answer to Alan’s question: names, theoretical treatises and manuscripts, musical works, musical terms. Nearly all examples in the book have several features

Re: [NTG-context] epub-mkiv-demo.epub

2015-04-13 Thread Piotr Kopszak
* Info:I9026:option: (hidden) amazon creator tool or pipeline Info:I9014:option: -verbose: Verbose output Info(prcgen):I1048: Unpacking ePub file Error(xmlmake):E27012: Item or process id already used: cow-svg

Re: [NTG-context] tagging heads and empty output

2015-04-10 Thread Idris Samawi Hamid ادريس سماوي حامد
2015 07:34:32 -0600, Idris Samawi Hamid ادريس سماوي حامد isha...@colostate.edu wrote: Dear gang, Two issues: 1. What is the proper way to tag heads in itemize? I do the next beta will provide item head=yes === div class=itemgroup itemize symbol-n level-1 div class=item

Re: [NTG-context] tagging heads and empty output

2015-04-08 Thread Hans Hagen
...@colostate.edu wrote: Dear gang, Two issues: 1. What is the proper way to tag heads in itemize? I do the next beta will provide item head=yes === div class=itemgroup itemize symbol-n level-1 div class=item head-yes div class=itemtag1./div div class=itemcontentHead 1

Re: [NTG-context] itemize[n] and dejavu fonts

2015-04-07 Thread Wolfgang Schuster
(switching to 100 items is even worse!) You missed the \stopitemize after the last item. Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

Re: [NTG-context] itemize[n] and dejavu fonts

2015-04-07 Thread Alan BRASLAU
the last item. Just in the email (and so-called MWE) but not in the test (and my applications). Adding the missing \stopitemize in the MWE above does not change the problem. Alan ___ If your question is of interest

Re: [NTG-context] itemize[n] and dejavu fonts

2015-04-07 Thread Wolfgang Schuster
to 100 items is even worse!) You missed the \stopitemize after the last item. Just in the email (and so-called MWE) but not in the test (and my applications). Adding the missing \stopitemize in the MWE above does not change the problem. When I add \stopitemize to your example and use

Re: [NTG-context] itemize[n] and dejavu fonts

2015-04-07 Thread Alan BRASLAU
] \starttext \startitemize [n] \dorecurse{10}{\startitem X\stopitem} \stoptext (switching to 100 items is even worse!) You missed the \stopitemize after the last item. Just in the email (and so-called MWE) but not in the test (and my applications). Adding the missing

Re: [NTG-context] itemize[n] and dejavu fonts

2015-04-07 Thread Wolfgang Schuster
+0200 Wolfgang Schuster schuster.wolfg...@gmail.com wrote: MWE: \setupbodyfont [dejavu,10pt] \starttext \startitemize [n] \dorecurse{10}{\startitem X\stopitem} \stoptext (switching to 100 items is even worse!) You missed the \stopitemize after the last item. Just in the email

Re: [NTG-context] itemize[n] and dejavu fonts

2015-04-07 Thread Alan BRASLAU
in such examples. Perhaps the fixed spacing that is presently tuned works well with simple symbol item lists and passably with single digit numbered lists, which probably explains why this is the default. Also, I suppose that there is some aesthetic value in having item lists take a fixed, uniform

[NTG-context] Unexpected results...

2015-04-03 Thread Willi Egger
but the whole item. On the other hand if using \head then it works ok. 2. I use a lot \Milli\Meter. When loading the module with \usemodule[units] it works fine. But in the log there is a message that this is an obsolete module. - This is unfortunately not true, because when not loading the module

Re: [NTG-context] tagging heads and empty output

2015-04-03 Thread Idris Samawi Hamid ادريس سماوي حامد
way to tag heads in itemize? I do the next beta will provide item head=yes === div class=itemgroup itemize symbol-n level-1 div class=item head-yes div class=itemtag1./div div class=itemcontentHead 1 div class=break!--empty--/div Test 3/div /div div class=item

Re: [NTG-context] Unexpected results...

2015-04-03 Thread Wolfgang Schuster
in an itemize with head style set to bold, not only the head gets bold but the whole item. On the other hand if using \head then it works ok. The \starthead command takes the head text as argument, e.g. \starthead{Head A} 2. I use a lot \Milli\Meter. When loading the module with \usemodule

Re: [NTG-context] Unexpected results...

2015-04-03 Thread Willi Egger
..\stophead in an itemize with head style set to bold, not only the head gets bold but the whole item. On the other hand if using \head then it works ok. The \starthead command takes the head text as argument, e.g. \starthead{Head A} 2. I use a lot \Milli\Meter. When loading the module

[NTG-context] Latest beta: reference to items broken in mkiv

2015-04-01 Thread Otared Kavian
Hi Hans, It seems that referencing to items is broken in the latest beta mkiv: for example in the example below the command \in{Item}[ref:2] does not show item number 2. However it works fine in mkii and previous releases. Best regards: OK PS: a minimal example follows %%% begin ref-item

[NTG-context] question on bibliography generation in context stable

2015-04-01 Thread Csikos Bela
the list item numbers right aligned and having a period, like: 1. Authors 25. Authors 134. Authors I also would like to know how I can change the distance between the numbers and text (authors). 2. I am confused how to use the autohang, totalnumber and samplesize options. For exmample I have

Re: [NTG-context] tagging heads and empty output

2015-03-28 Thread Hans Hagen
On 3/28/2015 10:12 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: On Sat, 28 Mar 2015 07:34:32 -0600, Idris Samawi Hamid ادريس سماوي حامد isha...@colostate.edu wrote: Dear gang, Two issues: 1. What is the proper way to tag heads in itemize? I do the next beta will provide item head=yes

Re: [NTG-context] tagging heads and empty output

2015-03-28 Thread Idris Samawi Hamid ادريس سماوي حامد
to tweak in css. == div class=itemgroup itemize level-1 symbol-n div class=item div class=itemtag1./div div class=itemcontentHead 1 div class=break!--empty--/div Test 1/div /div div class=item div class=itemtag2./div div class=itemcontentHead 2 div

[NTG-context] tagging heads and empty output

2015-03-28 Thread Idris Samawi Hamid ادريس سماوي حامد
tagging command for the heads? 2. In a browser, everything within a div class=itemgroup itemize level-1 symbol-n etc is ignored (tried different browers); nothing shows up at all, so nothing to tweak in css. == div class=itemgroup itemize level-1 symbol-n div class=item div

Re: [NTG-context] Alignment on the baseline in a itemize environment with \dfrac{}{}

2015-03-22 Thread Wolfgang Schuster
Am 22.03.2015 um 13:10 schrieb Fabrice Couvreur fabrice1.couvr...@gmail.com: The alignment of the second item on the baseline is not correct if I use the command \dfrac{}{}. How to solve this problem without using the command \framed ? Best regards, Fabrice \starttext \startitemize

[NTG-context] Alignment on the baseline in a itemize environment with \dfrac{}{}

2015-03-22 Thread Fabrice Couvreur
The alignment of the second item on the baseline is not correct if I use the command \dfrac{}{}. How to solve this problem without using the command \framed ? Best regards, Fabrice \starttext \startitemize[columns,A,joinedup,three][stopper={)},style=bold] \item $f^{\prime}(x) = \dfrac{- 1}{(x

Re: [NTG-context] Columns and itemize not showing up as expected

2015-03-21 Thread Norbert Melzer
2015-03-21 14:33 GMT+01:00 Mikael P. Sundqvist mic...@gmail.com: \startitemize[columns] \item a \item b \item c \item d \item e \item f \stopitemize \stoptext This one works. Thank you! Is there a way to have other column count than 2

[NTG-context] Columns and itemize not showing up as expected

2015-03-21 Thread Norbert Melzer
The MWE at the end of this mail typesets something like this: * a * e * b * f * c * d But I'd expect something like this: * a * d * b * e * c * f How can I get expected output? ```tex \starttext \startcolumns[n=2] \startitemize \item a \item b

Re: [NTG-context] Columns and itemize not showing up as expected

2015-03-21 Thread Mikael P. Sundqvist
On Sat, Mar 21, 2015 at 1:38 PM, Norbert Melzer timmel...@gmail.com wrote: \startcolumns[n=2] \startitemize \item a \item b \item c \item d \item e \item f \stopitemize \stopcolumns Try \starttext \startcolumns[n=2] \startitemize

[NTG-context] Word wrap around framed text.

2015-03-19 Thread John Culleton
just yet. For now, success will depend on your personal and business vision, drive, talent, and the amount of capital you can raise. Let's put that last item into perspective: the average cost of getting national grocery store shelf exposure for a new product by a branded manufacturer has been

Re: [NTG-context] mkiv versus mkii: whitespace issues

2015-03-15 Thread Gerben Wierda
\chapter{\contextmark} \input knuth \startitemize[packed,joinedup] \item One \item Two \item Three \stopitemize \stoptext Wolfgang ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] mkiv versus mkii: whitespace issues

2015-03-15 Thread Gerben Wierda
\chapter{\contextmark} \input knuth \startitemize[packed,joinedup] \item One \item Two \item Three \stopitemize \stoptext Wolfgang ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] mkiv versus mkii: whitespace issues

2015-03-15 Thread Gerben Wierda
it where mkii doesn’t How can I fix this? Do you have a example because I can’t reproduce it. \showgrid \starttext \chapter{\contextmark} \input knuth \startitemize[packed,joinedup] \item One \item Two \item Three \stopitemize \stoptext Wolfgang

Re: [NTG-context] mkiv versus mkii: whitespace issues

2015-03-15 Thread Gerben Wierda
The itemize white space issue was a difference in handling \reference. In mkii a \reference between \startitemize and the first item did not produce empty space, in mkiv it does. I moved the \reference to inside the \item G On 14 Mar 2015, at 17:14, Wolfgang Schuster schuster.wolfg

[NTG-context] Exporting highlights

2015-03-15 Thread Idris Samawi Hamid ادريس سماوي حامد
{ display : block ; margin-top : 1em ; margin-bottom : 1em ; font-weight : bold ; border-color: rgb(50%,50%,100%) ; border-bottom-style : dotted ; border-width: .15em ; } /* itemgroup : display */ /* item: display */ /* itemtag

Re: [NTG-context] mkiv versus mkii: whitespace issues

2015-03-15 Thread Wolfgang Schuster
Am 15.03.2015 um 15:57 schrieb Gerben Wierda gerben.wie...@rna.nl: The itemize white space issue was a difference in handling \reference. In mkii a \reference between \startitemize and the first item did not produce empty space, in mkiv it does. I moved the \reference to inside the \item

Re: [NTG-context] mkiv versus mkii: whitespace issues

2015-03-14 Thread Wolfgang Schuster
,joinedup] inserts whitespace between the list and the paragraph before it where mkii doesn’t How can I fix this? Do you have a example because I can’t reproduce it. \showgrid \starttext \chapter{\contextmark} \input knuth \startitemize[packed,joinedup] \item One \item Two \item Three

Re: [NTG-context] Itemization

2015-03-12 Thread Mikael P. Sundqvist
\startitemize[g][,stopper=,right=)] \item Hellow \item Hi \item Good bye \stopitemize \stoptext I think you have to use a font that has the lower case greek letters available. /Mikael ___ If your question is of interest

Re: [NTG-context] Itemization

2015-03-12 Thread Wolfgang Schuster
___ This works here: \setupbodyfont[pagella] \starttext \startitemize[g][,stopper=,right=)] \item Hellow \item Hi \item Good bye \stopitemize \stoptext I think you have to use a font that has the lower case greek letters available. For Latin Modern you can use

Re: [NTG-context] Itemization

2015-03-12 Thread MANUEL GONZALEZ SUAREZ
___ This works here: \setupbodyfont[pagella] \starttext \startitemize[g][,stopper=,right=)] \item Hellow \item Hi \item Good bye \stopitemize \stoptext I think you have to use a font that has the lower case greek letters available. For Latin Modern you can use the mathgreek conversion

Re: [NTG-context] Get rid of caption on an intermezzo.

2015-03-04 Thread John Culleton
] \definefloat[intermezzo]{ } \kern 5em\placeintermezzo[right]{} \startframedtext[width=3.2in] \centerline{\ss\tfb Life Before Specialty} \centerline{\ss\tfb Food Marketing} \tfx What food entrepeneurs did before starting a specialty food firm (in order of prevalence): \startitemize[1] \item

[NTG-context] Get rid of caption on an intermezzo.

2015-02-25 Thread John Culleton
] \centerline{\ss\tfb Life Before Specialty} \centerline{\ss\tfb Food Marketing} \tfx What food entrepeneurs did before starting a specialty food firm (in order of prevalence): \startitemize[1] \item Other business non-food-related (52\%) \item food-related business (14\%) \item Medical profession (11

[NTG-context] Context to epub: itemize

2015-02-16 Thread Axel Kielhorn
vi I see something that looks like my items in a very complex form. I was expecting something like ul li /li li /li /ul but i see div class=itemgroup itemize level-1 symbol-1 div class=item div class=itemtagm:math display=inline xmlns:m=http://www.w3.org/1998/Math/MathML;m:mo

Re: [NTG-context] Context to epub: itemize

2015-02-16 Thread Hans Hagen
no with Safari, Firefox or Calibre.) When use vi I see something that looks like my items in a very complex form. I was expecting something like ul li /li li /li /ul but i see div class=itemgroup itemize level-1 symbol-1 div class=item div class=itemtagm:math display=inline

Re: [NTG-context] Context to epub: itemize

2015-02-16 Thread Axel Kielhorn
-1 symbol-1 div class=item div class=itemtagm:math display=inline xmlns:m=http://www.w3.org/1998/Math/MathML;m:mo•/m:mo/m:math/div div class=itemcontentListenpunkt 1/div /div div class=item div class=itemtagm:math display=inline xmlns:m=http://www.w3.org/1998/Math/MathML

Re: [NTG-context] comments in bbl files broken

2015-02-01 Thread Idris Samawi Hamid ادريس سماوي حامد
: == %D \item Attempt to fix percent signs in bbl files. As a side-effect, %D this prohibits comments in \tex{startpublication} blocks! (17/4/2008) = But we can do, e.g., \startpublication[k=corbin81, t=book, a=Corbin, y

[NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Rob Heusdens
implementation is using a frame: \defineframed[achtergrond] [frame=off, background=color, backgroundcolor=gray, width=fit, height=fit, offset=2ex, align={flushleft,nothyphenated,verytolerant}] And use it as: \achtergrond{ \section{Last section} \startitemize[n] \item

Re: [NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Rob Heusdens
} \startitemize[n] \item ... \stopitemize } But this does not accomodate sections longer then a page. And I can't place \page command in the middle of an itemize, and using \stopitemize, \startitemize[continue] makes the pages vary in sizes. Is there some way to achieve the desired effect (grey

Re: [NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Wolfgang Schuster
}] And use it as: \achtergrond{ \section{Last section} \startitemize[n] \item ... \stopitemize } But this does not accomodate sections longer then a page. And I can't place \page command in the middle of an itemize, and using \stopitemize, \startitemize[continue] makes the pages vary

Re: [NTG-context] Grey background for pages belonging to last section of every chapter

2015-01-30 Thread Rob Heusdens
}] And use it as: \achtergrond{ \section{Last section} \startitemize[n] \item ... \stopitemize } But this does not accomodate sections longer then a page. And I can't place \page command in the middle of an itemize, and using \stopitemize, \startitemize[continue] makes the pages vary in sizes

Re: [NTG-context] Indentation inside environment

2015-01-30 Thread Wolfgang Schuster
\startitemize[n] \item \item \item \stopitemize \stopFirstLevel \stoptext Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] Indentation inside environment

2015-01-30 Thread Wolfgang Schuster
Am 30.01.2015 um 12:59 schrieb Fabrice Couvreur fabrice1.couvr...@gmail.com: Hi, I would have no indentation for the text (ward) thank you, Fabrice \starttext \startitemize[A][stopper={.},style=bold] \iem \item \blank[big] \input ward \startitemize[n][stopper

[NTG-context] Indentation inside environment

2015-01-30 Thread Fabrice Couvreur
Hi, I would have no indentation for the text (ward) thank you, Fabrice \starttext \startitemize[A][stopper={.},style=bold] \iem \blank[big] \input ward \startitemize[n][stopper={.},style=bold] \item \item \item \stopitemize \item \blank[big] \input ward \startitemize[n][stopper={.},style=bold

[NTG-context] Attachment marks to be aligned horizontally

2015-01-19 Thread Procházka Lukáš Ing . - Pontex s . r . o .
that \blank before is necessary for any reason? The code follows: \setupinteraction[state=start] % \starttext A \attachment[t-Att2.mkiv] \attachment[t-Att2.mkiv] \startitemize[][] \item B \blank \attachment[t-Att2.mkiv] \attachment[t-Att2.mkiv] \item C

Re: [NTG-context] context - docx ??

2015-01-15 Thread Alan BRASLAU
: \startitemize \startitem item one \stopitem \startitem item two \stopitem \stopitemize (although can someone indicate how to replace \sym{} ?) \startdigression Curiously, I sometimes work with coauthors who only know Word as their text editor. A work flow that we share is to edit ConTeXt

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

2015-01-10 Thread Gerben Wierda
=\measure{CAindent}, right=\measure{CAindent}, middle=\measure{CAindent}] \setupitemize[each][margin=\measure{CAindent}] \starttext \input knuth \startitemize[joinedup,packed] \item \input tufte \startitemize[joinedup,packed] \item \input tufte \stopitemize \input tufte \stopitemize

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

2015-01-10 Thread Wolfgang Schuster
}] \setupitemize[each][margin=\measure{CAindent}] \starttext \input knuth \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

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

[NTG-context] dealing with footnotes and ol in XML

2015-01-09 Thread Pablo Rodriguez
Dear list, I have the following sample: \startbuffer[demo] doc pThis is the first paragraph./p ol lipfirst item/p/li lipsecond item/p/li /ol ptext with footnotea href=#fn1 class=footnoteRef id=fnref1sup1/sup/a/p ptext with another footnotea href=#fn2 class

Re: [NTG-context] dealing with footnotes and ol in XML

2015-01-09 Thread Hans Hagen
On 1/9/2015 11:41 AM, Pablo Rodriguez wrote: Dear list, I have the following sample: \startbuffer[demo] doc pThis is the first paragraph./p ol lipfirst item/p/li lipsecond item/p/li /ol ptext with footnotea href=#fn1 class=footnoteRef id=fnref1sup1/sup

Re: [NTG-context] Nested \startitemize[columns] breaks tagging

2015-01-06 Thread Hans Hagen
On 1/6/2015 9:57 AM, Christoph Reller wrote: Hi, Another MWE that breaks tagging: \setuptagging[state=start] \starttext \startchapter[title=Chapter] \startitemize \item Text \startitemize[columns] \item Text \stopitemize \stopitemize \stopchapter \startchapter[title=Next Chapter

Re: [NTG-context] Define a new command from the command \periods[n]

2015-01-06 Thread Alan BRASLAU
]{}{ \startframedtext[ width=6cm, frame=on, framecolor=H1prime, location=middle, background=color, backgroundcolor=H4] \switchtobodyfont[10pt] Ingrédients (pour 4 personnes) \startitemize[1] \item \unit{1 kg} de pommes de terre \item \unit{60 g} de fromage

[NTG-context] Nested \startitemize[columns] breaks tagging

2015-01-06 Thread Christoph Reller
Hi, Another MWE that breaks tagging: \setuptagging[state=start] \starttext \startchapter[title=Chapter] \startitemize \item Text \startitemize[columns] \item Text \stopitemize \stopitemize \stopchapter \startchapter[title=Next Chapter] Text \stopchapter \stoptext This time the structure

Re: [NTG-context] Define a new command from the command \periods[n]

2015-01-05 Thread Hans Hagen
][stopper={.},style=bold] \placefigure[right,none]{}{ \startframedtext[ width=6cm, frame=on, framecolor=H1prime, location=middle, background=color, backgroundcolor=H4] \switchtobodyfont[10pt] Ingrédients (pour 4 personnes) \startitemize[1] \item \unit{1 kg} de pommes de terre

Re: [NTG-context] Define a new command from the command \periods[n]

2015-01-05 Thread Fabrice
] \placefigure[right,none]{}{ \startframedtext[ width=6cm, frame=on, framecolor=H1prime, location=middle, background=color, backgroundcolor=H4] \switchtobodyfont[10pt] Ingrédients (pour 4 personnes) \startitemize[1] \item \unit{1 kg} de pommes de terre \item \unit{60 g} de fromage râpé

Re: [NTG-context] Steps in presentation

2015-01-02 Thread Fabrice L.
\StartSteps\startitemize\item one \FlushStep\item two \FlushStep\item three \FlushStep\stopitemize\StopSteps\stoptextBut it does not compile:ConTeXt  ver: 2012.09.11 20:36 MKIV  fmt: 2012.9.12  int: english/englishsystem  cont-new.mkiv loaded(/opt/context-minimals/texmf-context/tex/context/base

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

2014-12-30 Thread Alan Bowen
This seems to work: \startitemize[n] \item Insert the key \item Try to turn the key \stopitemize If key is working \startitemize[n,continue] \item Open the door \stopitemize If key is not working \setupitemize[start=3] %% \startitemize[n] \item Change key \item Goto step 1

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

[NTG-context] system fonts access under macosx (again)

2014-12-23 Thread j. van den hoff
to square one in this respect :-(. I can only assume that this has been caused by the `--reload' run (see item 1. above: intitially `optima' italics worked) and/or maybe still fragile support of these `ttc' (true type collection) files? just a guess. what am I doing wrong _this_ time? thx

Re: [NTG-context] system fonts access under macosx (again)

2014-12-23 Thread Pablo Rodriguez
On 12/23/2014 05:42 PM, j. van den hoff wrote: [...] so I seem back to square one in this respect :-(. I can only assume that this has been caused by the `--reload' run (see item 1. above: intitially `optima' italics worked) and/or maybe still fragile support of these `ttc' (true type

Re: [NTG-context] system fonts access under macosx (again)

2014-12-23 Thread Wolfgang Schuster
Am 23.12.2014 um 19:44 schrieb Pablo Rodriguez oi...@gmx.es: On 12/23/2014 05:42 PM, j. van den hoff wrote: [...] so I seem back to square one in this respect :-(. I can only assume that this has been caused by the `--reload' run (see item 1. above: intitially `optima' italics worked

Re: [NTG-context] system fonts access under macosx (again)

2014-12-23 Thread j. van den hoff
caused by the `--reload' run (see item 1. above: intitially `optima' italics worked) and/or maybe still fragile support of these `ttc' (true type collection) files? just a guess. what am I doing wrong _this_ time? Hi Jörg, I cannot tell, but maybe there is something that might work. From

[NTG-context] \startitem [reference=xxx]

2014-12-17 Thread Alan BRASLAU
Hello, An item in an itemized list can have a reference: \startitemize [n] \item[first] This is a first item; \item[second] This is a second item. \stopitemize \in{item}[first] appears before \in{item}[second]. How does this work with \startitem\stopitem? I tried, of course: \startitem

Re: [NTG-context] \startitem [reference=xxx]

2014-12-17 Thread Otared Kavian
Hi Alan, This works here: %% \starttext \startitemize [n] \startitem[first] This is a first item. \stopitem \item[second] This is a second item. \stopitemize Alan’s \in{item}[first] appears before \in{item}[second]. \stoptext %% Is this what you wanted? best

Re: [NTG-context] \startitem [reference=xxx]

2014-12-17 Thread Alan BRASLAU
On Wed, 17 Dec 2014 20:16:18 +0100 Otared Kavian ota...@gmail.com wrote: \startitem[first] This is a first item. \stopitem Thanks. It does work. I did not think about trying this (obsolete) syntax. Wouldn't it be a good idea to respect the explicit reference=first syntax? Alan

Re: [NTG-context] Paragraph numbering

2014-12-12 Thread MANUEL GONZALEZ SUAREZ
command? \starttext \startitemize[n,text][lefttext={[},righttext={]},stopper=] \item Text of the first paragraph. \item Text of the second paragraph \stopitemize \stoptext Wolfgang ___ If your question is of interest

Re: [NTG-context] bug in \setupitemize?

2014-12-12 Thread Hans Hagen
I missing something? }\par} \startitemize \item \dorecurse{5}{First item that I try. } \item \dorecurse{15}{Second item that I write. } \item \dorecurse{5}{Third item that I forgot. } \stopitemize \stoptext Although I ask ConTeXt to try to insert a page break between

Re: [NTG-context] bug in \setupitemize?

2014-12-12 Thread Pablo Rodriguez
On 12/12/2014 09:36 AM, Hans Hagen wrote: On 12/11/2014 7:04 PM, Pablo Rodriguez wrote: [...] Although I ask ConTeXt to try to insert a page break between list items (which for some strange reason is avoided), the whole first list item is moved to the next page, leaving a huge blank space

<    4   5   6   7   8   9   10   11   12   13   >