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

2014-12-12 Thread Wolfgang Schuster
list item is moved to the next page, leaving a huge blank space in the previous page (where the first list item would completely). I have found this before and this is causing me problems when using lists. Isn’t this a bug? (If not moving a whole first item to the next page when it fits

[NTG-context] bug in \setupitemize?

2014-12-11 Thread Pablo Rodriguez
\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 list items (which for some strange reason is avoided

Re: [NTG-context] Paragraph numbering

2014-12-11 Thread Wolfgang Schuster
\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 to others as well, please

Re: [NTG-context] Strange behavior with itemize

2014-12-07 Thread Otared Kavian
fabrice1.couvr...@gmail.com wrote: Hi, Why the first two items are not there ? Best regards, Fabrice \starttext \startitemize[n][stopper={.},style=bold] \item \startitemize[a][stopper={.},style=bold] \item Étudier le signe de $B^{\prime}(x)$ sur l'intervalle $\left[0\,;40\right]$. \item

[NTG-context] Strange behavior with itemize

2014-12-06 Thread Fabrice Couvreur
Hi, Why the first two items are not there ? Best regards, Fabrice \starttext \startitemize[n][stopper={.},style=bold] \item \startitemize[a][stopper={.},style=bold] \item Étudier le signe de $B^{\prime}(x)$ sur l'intervalle $\left[0\,;40\right]$. \item Dresser le tableau de variation de la

Re: [NTG-context] nested itemize

2014-11-30 Thread Otared Kavian
] \setupitemgroup[itemize][2][a,repeat][width=2em] \setupitemgroup[itemize][3][n] [width=3em] \starttext \startitemize \item Item one \startitemize \item subitem one of item one \startitemize \item sub-subitem one of subitem one

Re: [NTG-context] nested itemize

2014-11-30 Thread Mikael P. Sundqvist
subitems.tex \setupitemgroup[itemize][1][n,repeat][width=1em] \setupitemgroup[itemize][2][a,repeat][width=2em] \setupitemgroup[itemize][3][n] [width=3em] \starttext \startitemize \item Item one \startitemize \item subitem one of item one

Re: [NTG-context] nested itemize

2014-11-29 Thread Otared Kavian
Hi Mickael, If you put a blank line after \item, or an empty grouping everything works fine. I think the reason for the behavior may be that \item expects something after you invok eit and it doesn’t know what to do with the scond \startitemize. %%% begin example \starttext \startitemize[n

Re: [NTG-context] nested itemize

2014-11-29 Thread Hans Hagen
On 11/28/2014 7:01 PM, Mikael P. Sundqvist wrote: The following code (using latest minimals) \starttext \startitemize[n] \item FOO \startitemize[a] \item Hello \item Good bye \stopitemize \stopitemize \startitemize[n] \item \startitemize[a] \item Hello \item Good bye \stopitemize \stopitemize

Re: [NTG-context] nested itemize

2014-11-29 Thread Mikael P. Sundqvist
On Sat, Nov 29, 2014 at 11:04 AM, Hans Hagen pra...@wxs.nl wrote: On 11/28/2014 7:01 PM, Mikael P. Sundqvist wrote: The following code (using latest minimals) \starttext \startitemize[n] \item FOO \startitemize[a] \item Hello \item Good bye \stopitemize \stopitemize \startitemize[n

Re: [NTG-context] nested itemize

2014-11-29 Thread Hans Hagen
On 11/29/2014 11:43 AM, Mikael P. Sundqvist wrote: On Sat, Nov 29, 2014 at 11:04 AM, Hans Hagen pra...@wxs.nl wrote: On 11/28/2014 7:01 PM, Mikael P. Sundqvist wrote: The following code (using latest minimals) \starttext \startitemize[n] \item FOO \startitemize[a] \item Hello \item Good bye

[NTG-context] nested itemize

2014-11-28 Thread Mikael P. Sundqvist
The following code (using latest minimals) \starttext \startitemize[n] \item FOO \startitemize[a] \item Hello \item Good bye \stopitemize \stopitemize \startitemize[n] \item \startitemize[a] \item Hello \item Good bye \stopitemize \stopitemize \stoptext gives the attached pdf file, i.e

Re: [NTG-context] small abstracts in table of contents?

2014-11-25 Thread Gerben Wierda
:41, Gerben Wierda gerben.wie...@rna.nl wrote: I have a standard ToC, but what I’d like to have is that each chapter item (I don’t go lower than that in the hierarchy) comes with its own little abstract.Is that possible? G

Re: [NTG-context] small abstracts in table of contents?

2014-11-25 Thread Otared Kavian
: OK On 25 Nov 2014, at 00:41, Gerben Wierda gerben.wie...@rna.nl mailto:gerben.wie...@rna.nl wrote: I have a standard ToC, but what I’d like to have is that each chapter item (I don’t go lower than that in the hierarchy) comes with its own little abstract.Is that possible? G

Re: [NTG-context] small abstracts in table of contents?

2014-11-25 Thread Gerben Wierda
is that each chapter item (I don’t go lower than that in the hierarchy) comes with its own little abstract.Is that possible? G ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] small abstracts in table of contents?

2014-11-25 Thread Otared Kavian
of this chapter: \input ward } \input knuth.tex \stoptext Best regards: OK On 25 Nov 2014, at 00:41, Gerben Wierda gerben.wie...@rna.nl mailto:gerben.wie...@rna.nl wrote: I have a standard ToC, but what I’d like to have is that each chapter item (I don’t go lower than

[NTG-context] small abstracts in table of contents?

2014-11-24 Thread Gerben Wierda
I have a standard ToC, but what I’d like to have is that each chapter item (I don’t go lower than that in the hierarchy) comes with its own little abstract.Is that possible? G ___ If your question is of interest

Re: [NTG-context] small abstracts in table of contents?

2014-11-24 Thread Wolfgang Schuster
Am 25.11.2014 um 00:41 schrieb Gerben Wierda gerben.wie...@rna.nl: I have a standard ToC, but what I’d like to have is that each chapter item (I don’t go lower than that in the hierarchy) comes with its own little abstract.Is that possible? You can use the \writebetweenlist

Re: [NTG-context] small abstracts in table of contents?

2014-11-24 Thread Otared Kavian
{This is a chapter} \writetolist[chaptertext]{}{This is a small description of this chapter: \input ward } \input knuth.tex \stoptext Best regards: OK On 25 Nov 2014, at 00:41, Gerben Wierda gerben.wie...@rna.nl wrote: I have a standard ToC, but what I’d like to have is that each chapter item (I don’t go

[NTG-context] Moving hairline in itemize environment

2014-11-21 Thread Jaroslav Hajtmar
Hello ConTeXist. Is there possibility move hairline in itemize environment to the leftto start from the beginning of the line independently indentation environment? Thanx Jaroslav Hajtmar Here is minimal example: \starttext \startitemize[n] \item \input ward \hairline %this line move

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

Re: [NTG-context] extra unwanted interline space in list

2014-11-16 Thread Hans Hagen
On 11/15/2014 11:40 AM, Pablo Rodriguez wrote: Dear list, I have the following sample: \starttext \startitemize[n] \item \input zapf \item \startitemize[a] \item \input knuth \stopitemize \stopitemize \stoptext For some strange

Re: [NTG-context] IMHO there is a bug in itemgrops

2014-11-16 Thread Hans Hagen
On 11/13/2014 2:41 PM, Vasiliy Chirkov wrote: Minimal example: \starttext \defineitemgroup[Enum][levels=3] \setupitemgroup[Enum][each][fit][symbol=n] \setupitemgroup[Enum][1][stopper={}] \setupitemgroup[Enum][2][stopper={***}] \setupitemgroup[Enum][3][stopper={**}] \startEnum \item

Re: [NTG-context] extra unwanted interline space in list

2014-11-16 Thread Pablo Rodriguez
On 11/16/2014 07:54 PM, Hans Hagen wrote: On 11/15/2014 11:40 AM, Pablo Rodriguez wrote: Dear list, I have the following sample: \starttext \startitemize[n] \item \input zapf \item \startitemize[a] \item \input knuth \stopitemize

[NTG-context] extra unwanted interline space in list

2014-11-15 Thread Pablo Rodriguez
Dear list, I have the following sample: \starttext \startitemize[n] \item \input zapf \item \startitemize[a] \item \input knuth \stopitemize \stopitemize \stoptext For some strange reason, the first line from 2.a. has an extra interline space

[NTG-context] IMHO there is a bug in itemgrops

2014-11-14 Thread Vasiliy Chirkov
Minimal example: \starttext \defineitemgroup[Enum][levels=3] \setupitemgroup[Enum][each][fit][symbol=n] \setupitemgroup[Enum][1][stopper={}] \setupitemgroup[Enum][2][stopper={***}] \setupitemgroup[Enum][3][stopper={**}] \startEnum \item item 1 \startEnum \item

[NTG-context] enumeration with the Spanish alphabet

2014-11-11 Thread Pablo Rodriguez
Hans, enumerating using the Spanish alphabet lacks a letter between n and o, the ñ. Here is the small sample that shows the missing letter: \mainlanguage[es] \starttext \startitemize[a] \dorecurse{30}{\item \recurselevel} \stopitemize \stoptext Instead of changing the default letter series

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

2014-11-11 Thread Hans Hagen
On 11/11/2014 6:40 PM, Pablo Rodriguez wrote: Hans, enumerating using the Spanish alphabet lacks a letter between n and o, the ñ. Here is the small sample that shows the missing letter: \mainlanguage[es] \starttext \startitemize[a] \dorecurse{30}{\item \recurselevel} \stopitemize \stoptext

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

2014-11-11 Thread Hans Hagen
On 11/11/2014 6:40 PM, Pablo Rodriguez wrote: Hans, enumerating using the Spanish alphabet lacks a letter between n and o, the ñ. Here is the small sample that shows the missing letter: \mainlanguage[es] \starttext \startitemize[a] \dorecurse{30}{\item \recurselevel} \stopitemize \stoptext

[NTG-context] Create an item marker with a counter with Metapost

2014-11-10 Thread Fabrice Couvreur
; \stopuseMPgraphic \definesymbol[itemize:fuzzy][\useMPgraphic{itemize:fuzzy}] \setupitemize[1][symbol=itemize:fuzzy] \starttext \startitemize \item \input knuth \item \input knuth \stopitemize \stoptext ___ If your

Re: [NTG-context] Create an item marker with a counter with Metapost

2014-11-10 Thread Alan BRASLAU
On Mon, 10 Nov 2014 19:18:20 +0100 Fabrice Couvreur fabrice1.couvr...@gmail.com wrote: Hi, With the book Metafun I created a marker with metapost. How to add a counter ? Best regards, Fabrice The puzzler is for you to understand why I only increment by 1/2 ;-) Perhaps someone else can

Re: [NTG-context] Create an item marker with a counter with Metapost

2014-11-10 Thread Wolfgang Schuster
) randomized 2pt; pickup pencircle scaled 1pt; fill p withcolor green; draw p withcolor blue; \stopuseMPgraphic \definesymbol[itemize:fuzzy][\useMPgraphic{itemize:fuzzy}] \setupitemize[1][symbol=itemize:fuzzy] \starttext \startitemize \item \input knuth \item \input knuth \stopitemize

Re: [NTG-context] Create an item marker with a counter with Metapost

2014-11-10 Thread Alan BRASLAU
On Mon, 10 Nov 2014 19:53:30 +0100 Wolfgang Schuster schuster.wolfg...@gmail.com wrote: You can use the visualcounter module, the documentation is included in the package or you download it from the github [1] page. [1] https://github.com/adityam/visualcounter Indeed as also used in the

Re: [NTG-context] Create an item marker with a counter with Metapost

2014-11-10 Thread Aditya Mahajan
; path p; p := fullcircle xyscaled (u,u) randomized 2pt; pickup pencircle scaled 1pt; fill p withcolor green; draw p withcolor blue; \stopuseMPgraphic \definesymbol[itemize:fuzzy][\useMPgraphic{itemize:fuzzy}] \setupitemize[1][symbol=itemize:fuzzy] \starttext \startitemize \item \input knuth \item

Re: [NTG-context] Create an item marker with a counter with Metapost

2014-11-10 Thread Fabrice
Hi, Thank you for all your suggestions, especially for the beautiful work of adityam. In fact, you do a fantastic job all. Fabrice ___ If your question is of interest to others as well, please add an entry to the

Re: [NTG-context] Numbering in a Table

2014-11-08 Thread Fabrice
=table:initialize] \bTR \bTD \eTD \bTD Vrai \eTD \bTD Faux \eTD \bTD Peut-être \eTD \eTR \bTR \bTD \startitemize[a] \item Les droites (IJ) et (AB) sont parallèles. \stopitemize \eTD \bTD \eTD \bTD \eTD \bTD \eTD \eTR \bTR \bTD Les droites (JK) et (BC) sont parallèles. \eTD \bTD \eTD \bTD \eTD \bTD \eTD

Re: [NTG-context] Problem with PDF bookmarks (outline)

2014-11-05 Thread Michał Goliński
\stopfrontmatter \startpart[title={Part A}] \startchapter[title=One] \input knuth \stopchapter \stoppart \startbackmatter \startchapter[title=Epilogue] \input knuth \stopchapter \stopbackmatter \stoptext ConTeXt (Mk IV) generates a PDF file which has only one item in the bookmarks

Re: [NTG-context] Problem with PDF bookmarks (outline)

2014-11-05 Thread Hans Hagen
which has only one item in the bookmarks -- the Prologue. The other chapters show up only if the file is changed with \placebookmarks[chapter,section] but then of course there is no sign of Part A in the bookmarks. I would expect the bookmarks to look like this: Prologue Part A One Epilogue

Re: [NTG-context] Problem with PDF bookmarks (outline)

2014-11-05 Thread Hans Hagen
which has only one item in the bookmarks -- the Prologue. The other chapters show up only if the file is changed with \placebookmarks[chapter,section] but then of course there is no sign of Part A in the bookmarks. I would expect the bookmarks to look like this: Prologue Part A One Epilogue

[NTG-context] Problem with PDF bookmarks (outline)

2014-11-04 Thread Michał Goliński
\startbackmatter \startchapter[title=Epilogue] \input knuth \stopchapter \stopbackmatter \stoptext ConTeXt (Mk IV) generates a PDF file which has only one item in the bookmarks -- the Prologue. The other chapters show up only if the file is changed with \placebookmarks[chapter,section

Re: [NTG-context] Problem with PDF bookmarks (outline)

2014-11-04 Thread Robert Blackstone
={Part A}] \startchapter[title=One] \input knuth \stopchapter \stoppart \startbackmatter \startchapter[title=Epilogue] \input knuth \stopchapter \stopbackmatter \stoptext ConTeXt (Mk IV) generates a PDF file which has only one item in the bookmarks -- the Prologue

Re: [NTG-context] ConTeXt Standalone will not install

2014-10-22 Thread Jaroslav Hajtmar
) in paragraph at lines 1--17 \3modern-designsize-12pt-rm-tf-0--0 item-ize, re-view, dip into, flip through, browse, glance into, leaf through, backend xmp using file 'C:/context/tex/texmf-context/tex/context/bas e/lpdf-pdx.xml' pagesflushing realpage 1, userpage 1 close source

[NTG-context] Extra line in a list

2014-10-21 Thread Fabrice Couvreur
Hi, In the code below, why is there an extra line in the first item ? Best regards, Fabrice \usesymbols[mvs] \setupsymbolset[europe] \starttext \startitemize[n][stopper={.},style=bold] \item \startitemize[a][stopper={.},style=bold] \item On pose $P_A=9$ et $P_B=7$. On a alors $\frac{1}{2}P_A

[NTG-context] indentnext=no and \item

2014-10-19 Thread Pablo Rodriguez
Dear list, I have the following sample: \setupindenting[medium, always] \starttext \startitemize[a, indentnext=no] \item This is not indented. This shouldn’t be indented, but it is. \stopitemize \stoptext How can I get that the paragraphs other than the first

Re: [NTG-context] indentnext=no and \item

2014-10-19 Thread Wolfgang Schuster
Am 19.10.2014 um 21:10 schrieb Pablo Rodriguez oi...@gmx.es: Dear list, I have the following sample: \setupindenting[medium, always] \starttext \startitemize[a, indentnext=no] \item This is not indented. This shouldn’t be indented, but it is. \stopitemize

Re: [NTG-context] \startitem and \startparagraph

2014-10-18 Thread Wolfgang Schuster
paragraphs with \startparagraph..\stopparagraph within the \startitem..\stopitem, there is an unwanted newline inserted between the bullet and the item text. Or, is it not recommend to wrap paragraphs that are in enumerations? I ask because http://wiki.contextgarden.net/Epub_Sample suggests “Make

Re: [NTG-context] \startitem and \startparagraph

2014-10-17 Thread Hans Hagen
between the bullet and the item text. Or, is it not recommend to wrap paragraphs that are in enumerations? I ask because http://wiki.contextgarden.net/Epub_Sample suggests “Make sure to tag all your structural elements with \start...-\stop..., e.g. \startchapter, but even \startparagraph!” I also

Re: [NTG-context] \startitem and \startparagraph

2014-10-17 Thread Rik Kabel
, there is an unwanted newline inserted between the bullet and the item text. Or, is it not recommend to wrap paragraphs that are in enumerations? I ask because http://wiki.contextgarden.net/Epub_Sample suggests “Make sure to tag all your structural elements with \start...-\stop..., e.g

[NTG-context] \startitem and \startparagraph

2014-10-16 Thread Rik Kabel
What is the proper way to delimit paragraphs within an itemized list using \start..\stop tagging (as for epub and such)? When I wrap paragraphs with \startparagraph..\stopparagraph within the \startitem..\stopitem, there is an unwanted newline inserted between the bullet and the item text

Re: [NTG-context] Stopper and itemize

2014-10-14 Thread Mikael P. Sundqvist
___ Hi, what about \starttext \startitemize[columns,a,joinedup][stopper=)] \item $f(0)$ \item $g(0,3)$ \item $f(\sqrt 2)$ \item $g(-4)$ \stopitemize \stoptext /Mikael

Re: [NTG-context] Possibly bug: misalignment with matrix

2014-10-13 Thread Hans Hagen
On 10/12/2014 7:08 PM, Xan wrote: and \item $\startdet[n=3] \NC yz \NC \frac{1}{x} \NC x \NR \NC zx \NC \frac{1}{y} \NC y \NR \NC xy \NC \frac{1}{z} \NC z \NR \stopdet$ puts x over 1 in the second row in a next beta ... \definemathmatrix[TheMatrixA][left={\left\lvert\,},right={\,\right

[NTG-context] (no subject)

2014-10-13 Thread Fabrice Couvreur
hi, In the following code, the default stopper is the point. \starttext \startitemize[columns,a,joinedup] \item $f(0)$ \item $g(0,3)$ \item $f(\sqrt 2)$ \item $g(-4)$ \stopitemize \stoptext How to have a break ? Best regards, Fabrice

[NTG-context] Stopper and itemize

2014-10-13 Thread Fabrice Couvreur
hi, In the following code, the default stopper is the point. \starttext \startitemize[columns,a,joinedup] \item $f(0)$ \item $g(0,3)$ \item $f(\sqrt 2)$ \item $g(-4)$ \stopitemize \stoptext How to have a break ? Best regards, Fabrice

Re: [NTG-context] Stopper and itemize

2014-10-13 Thread Otared Kavian
What do you mean by a « break »? On 14 Oct 2014, at 02:24, Fabrice Couvreur fabrice1.couvr...@gmail.com wrote: hi, In the following code, the default stopper is the point. \starttext \startitemize[columns,a,joinedup] \item $f(0)$ \item $g(0,3)$ \item $f(\sqrt 2)$ \item $g(-4

Re: [NTG-context] Possibly bug: misalignment with matrix

2014-10-12 Thread Xan
Another bug. @Hans: At least for user view point it's a bug. @Thangalin: thanks. A bigskip will solve me problems, but thanks. \definemathmatrix[det] [left={\left\lvert\,},right={\,\right\rvert}] \starttext Calculeu els determinants següents: \startitemize[a,columns] \item $\startdet[n=4

Re: [NTG-context] Possibly bug: misalignment with matrix

2014-10-12 Thread Xan
and \item $\startdet[n=3] \NC yz \NC \frac{1}{x} \NC x \NR \NC zx \NC \frac{1}{y} \NC y \NR \NC xy \NC \frac{1}{z} \NC z \NR \stopdet$ puts x over 1 in the second row ___ If your question is of interest to others

Re: [NTG-context] Error with alternative (interactive) TOC

2014-10-10 Thread Wolfgang Schuster
Am 09.10.2014 um 20:24 schrieb Thangalin thanga...@gmail.com: Hi, How do you make a custom TOC entry that links to the correct page? In the following example, the last TOC item is not hyperlinked, and all the section hyperlinks are incorrect (off by one). Note that the chapters

Re: [NTG-context] Possibly bug: misalignment with matrix

2014-10-09 Thread Hans Hagen
\startitemize[a,columns,four] \item \startpmatrix[n=4] \NC \NR \NC 2 \NC 3 \NR \NC 6 \NC 7 \NR \NC \NR \stoppmatrix \item \startpmatrix[n=4] \NC 3 \NC 2 \NC 1 \NR \NC 4 \NC 5 \NC 3 \NR \NC 5 \NC 0 \NC -2 \NR \NC \stoppmatrix \item \startpmatrix[n=4] \NC 5 \NC 4 \NC 2 \NR \NC 2 \NC 2 \NC 3 \NR \NC 7 \NC 6 \NC

Re: [NTG-context] Possibly bug: misalignment with matrix

2014-10-09 Thread Aditya Mahajan
ho siguin, trobeu la inversa \startitemize[a,columns,four] \item \startpmatrix[n=4] \NC \NR \NC 2 \NC 3 \NR \NC 6 \NC 7 \NR \NC \NR \stoppmatrix \item \startpmatrix[n=4] \NC 3 \NC 2 \NC 1 \NR \NC 4 \NC 5 \NC 3 \NR \NC 5 \NC 0 \NC -2 \NR \NC \stoppmatrix \item \startpmatrix[n=4] \NC 5 \NC 4 \NC 2

[NTG-context] Error with alternative (interactive) TOC

2014-10-09 Thread Thangalin
Hi, How do you make a custom TOC entry that links to the correct page? In the following example, the last TOC item is not hyperlinked, and all the section hyperlinks are incorrect (off by one). Note that the chapters and sections are separate pages. \setupinteraction[state=start,] \setuphead

[NTG-context] Possibly bug: misalignment with matrix

2014-10-07 Thread Xan
Hi, Minimal example: \definemathmatrix[pmatrix] [left={\left(\,},right={\,\right)}] \starttext Digueu quines de les matrius següents són regulars. Quan ho siguin, trobeu la inversa \startitemize[a,columns,four] \item \startpmatrix[n=2] \NC 2 \NC 3 \NR \NC 6 \NC 7 \NR \stoppmatrix \item

Re: [NTG-context] Possibly bug: misalignment with matrix

2014-10-07 Thread Thangalin
Looks like a bug; adding blank rows works around the problem (but looks terrible): \definemathmatrix[pmatrix] [left={\left(\,},right={\,\right)}] \starttext Digueu quines de les matrius següents són regulars. Quan ho siguin, trobeu la inversa \startitemize[a,columns,four] \item \startpmatrix[n

Re: [NTG-context] Influencing the vertical spacing of the table of contents? No possible?

2014-10-02 Thread Wolfgang Schuster
a table of contents that just places one item on the next page, which is ugly. I'd like to tweak the spacing between lines, but which parameter do I have to adjust? It wasn't clear to me from the docs. You can use the before and after keys for \setuplist to set your own values for spaces before

[NTG-context] Using \startframedtext with \startcombination

2014-09-29 Thread Fabrice Couvreur
, backgroundcolor=lightgray] {\bf Algorithme A} \startitemize[2] \item Choisir un nombre \item Élever au carré \item Multiplier par 4 \item Ajouter le produit du nombre choisi au départ par 28 \item Donner le résultat \stopitemize \stopframedtext }{} {% \startframedtext[ width=0.45\textwidth

[NTG-context] Influencing the vertical spacing of the table of contents? No possible?

2014-09-28 Thread Gerben Wierda
I asked this on the list a while back. Is there no answer on this one? I use \startpacked\stoppacked with some effect, but I'd like to have more finegrained control. Original question: I'm using mkii. I've got a table of contents that just places one item on the next page, which is ugly. I'd

[NTG-context] Influencing the vertical spacing of the table of contents?

2014-09-21 Thread Gerben Wierda
I'm using mkii. I've got a table of contents that just places one item on the next page, which is ugly. I'd like to tweak the spacing between lines, but which parameter do I have to adjust? It wasn't clear to me from the docs. Thanks, G

[NTG-context] \definedescription question

2014-09-21 Thread Gerben Wierda
I have this definition: \definedescription[Member][headstyle=bold, location=hanging,width=fit] What do I need to do if my description item has multiple paragraphs? A \par ends the description, so I need a definition of some sort of followup item without the heading. How do I do

Re: [NTG-context] \definedescription question

2014-09-21 Thread Otared Kavian
this definition: \definedescription[Member][headstyle=bold, location=hanging,width=fit] What do I need to do if my description item has multiple paragraphs? A \par ends the description, so I need a definition of some sort of followup item without the heading. How do I do that? I'm

Re: [NTG-context] \definedescription question

2014-09-21 Thread Gerben Wierda
=hanging,width=fit] What do I need to do if my description item has multiple paragraphs? A \par ends the description, so I need a definition of some sort of followup item without the heading. How do I do that? I'm using mkii. G

[NTG-context] Two errors in test file.

2014-09-09 Thread john Culleton
Here is the test file: -- \definefontfamily [myfamily][serif][MinionPro Serif] \definefontfamily [myfamily][sans][MyriadPro Sans] \definefontfamily [myfamily][italic][MinionPro Italic] \setupbodyfont[myfamily] \starttext \rm foo \startitemize[a] \item {\bf

Re: [NTG-context] Two errors in test file.

2014-09-09 Thread Wolfgang Schuster
] \setupbodyfont[myfamily] \starttext \rm foo \startitemize[a] \item {\bf Inkscape} \item Scribus \item Gimp \stopitemize \stoptext --- First, nothing prints. Second, if I say \startitemize[1] I get an error on the first \item line. I suspect

[NTG-context] Placement of a figure

2014-09-02 Thread Fabrice Couvreur
Hi, In this code, the figure is placed on the base line. How to make the numbering at the top of the figure ? \starttext \startitemize[n][stopper=),style=bf] \item \midaligned{\externalfigure[figure1_reperage.pdf]} \startitemize[a][stopper=),style=bf] \item Donner les coordonnées des points

Re: [NTG-context] Placement of a figure

2014-09-02 Thread Wolfgang Schuster
Am 02.09.2014 um 12:43 schrieb Fabrice Couvreur fabrice1.couvr...@gmail.com: Hi, In this code, the figure is placed on the base line. How to make the numbering at the top of the figure ? \starttext \startitemize[n][stopper=),style=bf] \item \midaligned{\externalfigure

[NTG-context] Itemize and framed

2014-08-29 Thread Fabrice Couvreur
,backgroundcolor=H4]{% \rbox{ \startitemize[1] \item planter le piquet 1 à côté de l'arbre 1 ; \item aligner le piquet 1, le piquet 2 et les deux arbres puis fixer les piquets 3 et 4 ; \item se placer de manière à être aligné avec l'arbre 2 et le piquet 3 d'une part ; et avec l'arbre 1 et le piquet 4

Re: [NTG-context] Itemize and framed

2014-08-29 Thread Otared Kavian
=H1prime, location=middle, background=color, backgroundcolor=H4] \startitemize[1] \item planter le piquet 1 à côté de l'arbre 1 ; \item aligner le piquet 1, le piquet 2 et les deux arbres puis fixer les piquets 3 et 4 ; \item se placer de manière à être aligné avec l'arbre

Re: [NTG-context] Itemize and framed

2014-08-29 Thread Wolfgang Schuster
[ width=\textwidth, corner=06, frame=on, framecolor=H1prime, location=middle, background=color, backgroundcolor=H4] \startitemize[1] \item planter le piquet 1 à côté de l'arbre 1 ; \item aligner le piquet 1, le piquet 2 et les deux arbres puis fixer les

[NTG-context] Font (roboto) and math font - error

2014-08-27 Thread Zenlima
Hi, I am switching all my docs to the roboto font as I just like the look of that font. During this I ran into a problem with \item: ! Math error: parameter \Umathquad\displaystyle is not set. .. l.26 \item h ere we list the points, In my example: as soon I

Re: [NTG-context] Font (roboto) and math font - error

2014-08-27 Thread Hans Hagen
On 8/27/2014 9:50 PM, Zenlima wrote: Hi, I am switching all my docs to the roboto font as I just like the look of that font. During this I ran into a problem with \item: ! Math error: parameter \Umathquad\displaystyle is not set. .. l.26 \item h ere we list

Re: [NTG-context] Font (roboto) and math font - error

2014-08-27 Thread Zenlima
Thanks Hans, it works :) Am Wed, 27 Aug 2014 22:41:37 +0200 schrieb Hans Hagen pra...@wxs.nl: On 8/27/2014 9:50 PM, Zenlima wrote: Hi, I am switching all my docs to the roboto font as I just like the look of that font. During this I ran into a problem with \item: ! Math error

[NTG-context] bibliography problems

2014-08-26 Thread Gerben Wierda
I have set up: \setuppublications[numbering=short] \setupcite[short] but the \cite commands show (Author, Year) and not the short code and the \placepublications does not indent the entries enough, hence the item entry’s first column (the short code) overlaps with the actual entry. How do I

Re: [NTG-context] bibliography problems

2014-08-26 Thread Gerben Wierda
On 26 Aug 2014, at 10:34, Gerben Wierda gerben.wie...@rna.nl wrote: I have set up: \setuppublications[numbering=short] \setupcite[short] but the \cite commands show (Author, Year) and not the short code and the \placepublications does not indent the entries enough, hence the item

[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 Wolfgang Schuster
]} \setupbackgrounds[page][background=check] \starttext \input knuth \startitemize[margin=standard] \item \input ward \stopitemize \input tufte \stoptext Wolfgang ___ If your question is of interest to others

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-20 Thread Wolfgang Schuster
{myindent}, right=\measure{myindent}, middle=\measure{myindent}] \setupitemize[each][margin=\measure{myindent}]%,width=\measure{myindent}] \starttext \input knuth \startitemize \item \input ward \stopitemize \startnarrower \input zapf \stopnarrower \stoptext

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

2014-08-19 Thread Wolfgang Schuster
] \starttext \input knuth \startitemize[margin=standard] \item \input ward \stopitemize \input tufte \stoptext Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki

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

2014-08-19 Thread Gerben Wierda
, 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 Foo bar \item Foo bar \stopitemize Foo bar bar foo. Foo bar bar foo. Foo bar bar foo. Foo bar bar foo. Foo bar bar foo. Foo bar

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

2014-08-19 Thread Aditya Mahajan
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 Foo bar \item Foo bar \stopitemize Foo bar bar foo. Foo bar bar foo. Foo bar bar foo. Foo bar

Re: [NTG-context] Intsalling modules - once more

2014-08-18 Thread Werner Hintze
} \doprocesscommaitem \doprocesscommalist ...item \gobbleoneargument #1, ]\relax \global \advance \... ... l.61 \setupindenting[einrueckung] ? ! Emergency stop. No idea what this means. Anyway: It means that I can’t use it with context

Re: [NTG-context] Intsalling modules - once more

2014-08-18 Thread Wolfgang Schuster
} \next1 #1,-\docomplexsetupindentingA {#1} \doprocesscommaitem \doprocesscommalist ...item \gobbleoneargument #1, ]\relax \global \advance \... ... l.61 \setupindenting[einrueckung] Your problem

[NTG-context] snappedmath is now dropped?

2014-07-28 Thread Xan
825 TODO 826 (Solucions: \startitemize[a,text] \item $x = -1$ \item $x = -1$ \item $x = -2$ \item $x = 3$\stopitemize) 827 \stopmode 828 \stopexercici 829 830 \startexercici Resol: 831 832 \startitemize[a,columns] 833 834 \item \snappedmath {\displaystyle 3x

Re: [NTG-context] Problem with the verbosity of XML

2014-07-28 Thread Hans Hagen
-activitats.xml): ?xml version=1.0 encoding=UTF-8 standalone='yes'? activitats activitat id=1 tipusexercici/tipus enunciat sintaxi=context![CDATA[ Resol: \startitemize[a] \item $6(x+2)-x + 2 - 8x = 7x -2 -(7-2x)+35$ \item $-(x+2)-2(-3-x) +5x -3 = 5(x +2) -6x -16$ \item $-3(x+2) -1 +5(-x -4) = -7

[NTG-context] filter module: before print, it puts new line

2014-07-28 Thread Xan
Hi, I run this code: \usemodule[filter] \defineexternalfilter [python] [filtercommand={python \externalfilterinputfile\space \externalfilteroutputfile},cache=force] \starttext Resol les equacions següents i comprova'n la solució \startitemize[a,columns] \item $3x + 2 = 35$ \item

Re: [NTG-context] filter module: before print, it puts new line

2014-07-28 Thread Xan
equacions següents i comprova'n la solució \startitemize[a,columns] \item $3x + 2 = 35$ \item $11x – 18 = 4$ \item $56x + 33 = -23$ \item $5x + 25 = 125$ \stopitemize \starttextrule{Solucions} \startitemize[a,text] \item \startpython from sympy.solvers import solve from sympy import

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

2014-07-28 Thread Gerben Wierda
: foo foo foo foo foo foo foo foo foo foo foo foo foo foo Step 2: bar bar bar bar bar bar bar bar bar bar bar bar bar bar etc. (Indenting each item after the first line of course) \defineenumeration[Step][alternative=hanging,width=fit,stopper=:] \starttext \Step \input ward

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

2014-07-28 Thread luigi scarso
not by me). How do I create a list that is numbered like this: Step 1: foo foo foo foo foo foo foo foo foo foo foo foo foo foo Step 2: bar bar bar bar bar bar bar bar bar bar bar bar bar bar etc. (Indenting each item after the first line of course) \defineenumeration[Step][alternative

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

2014-07-28 Thread Wolfgang Schuster
not by me). How do I create a list that is numbered like this: Step 1: foo foo foo foo foo foo foo foo foo foo foo foo foo foo Step 2: bar bar bar bar bar bar bar bar bar bar bar bar bar bar etc. (Indenting each item after the first line of course) \defineenumeration[Step

Re: [NTG-context] snappedmath is now dropped?

2014-07-28 Thread Hans Hagen
... works here command is available in mkiv ... but, when checking I saw that there is an error: line 461 of math-ini.mkiv should be \dp\scratchbox\strutdp 824 % TODO: acabar les solucions 825 TODO 826 (Solucions: \startitemize[a,text] \item $x = -1$ \item $x = -1$ \item $x

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