Re: [NTG-context] \writetolist in mkiv

2014-10-13 Thread Jano Kula
Thank you, Wolfgang, here is the working example for the structure manual ;) % \writetolist local table of contents example \def\ManualSubsection#1{\blank% {\bf Manual Subsection #1}\par% \writetolist[subsection]{}{Manual Subsection #1}% \input tufte\relax} \starttext \dorecurse{3}{%

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

[NTG-context] Starting with bibliography / international entries

2014-10-13 Thread Henning Hraban Ramm
Hi, it’s the first time I need a proper bibliography, and our book will be published in three languages (German, English and Russian). Most of the sources are in Russian. I’d use everything (titles, author names) in original spelling (i.e. cyrillic), but would like to provide also a

Re: [NTG-context] Starting with bibliography / international entries

2014-10-13 Thread Wolfgang Schuster
Am 13.10.2014 um 12:31 schrieb Henning Hraban Ramm te...@fiee.net: Hi, it’s the first time I need a proper bibliography, and our book will be published in three languages (German, English and Russian). Most of the sources are in Russian. I’d use everything (titles, author names) in

Re: [NTG-context] Starting with bibliography / international entries

2014-10-13 Thread Henning Hraban Ramm
Am 2014-10-13 um 16:49 schrieb Wolfgang Schuster schuster.wolfg...@gmail.com: The context suite comes with the file mkiv-publications.pdf which is the manual for the new bibliography mechanism. Thanks for the hint, I didn’t look after that. I guess I will use the Lua syntax, since it’s the

Re: [NTG-context] Starting with bibliography / international entries

2014-10-13 Thread Henning Hraban Ramm
Am 2014-10-13 um 18:00 schrieb Henning Hraban Ramm te...@fiee.net: Am 2014-10-13 um 16:49 schrieb Wolfgang Schuster schuster.wolfg...@gmail.com: The context suite comes with the file mkiv-publications.pdf which is the manual for the new bibliography mechanism. Thanks for the hint, I

[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

Re: [NTG-context] Starting with bibliography / international entries

2014-10-13 Thread Hans Hagen
On 10/13/2014 5:18 PM, Henning Hraban Ramm wrote: Am 2014-10-13 um 18:00 schrieb Henning Hraban Ramm te...@fiee.net: Am 2014-10-13 um 16:49 schrieb Wolfgang Schuster schuster.wolfg...@gmail.com: The context suite comes with the file mkiv-publications.pdf which is the manual for the new

Re: [NTG-context] Stopper and itemize

2014-10-13 Thread Fabrice
___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl /

[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)$

[NTG-context] first line indents

2014-10-13 Thread Andrea Valle
Hi, I’d like to have first line indents for the whole document I’m working o (the latter including various chapter). Each new line, an indent. Following the wiki, I’m able only to get the first line of a section indented. Thanks best -a- --

Re: [NTG-context] first line indents

2014-10-13 Thread Wolfgang Schuster
Am 13.10.2014 um 23:03 schrieb Andrea Valle va...@di.unito.it: Hi, I’d like to have first line indents for the whole document I’m working o (the latter including various chapter). Each new line, an indent. Following the wiki, I’m able only to get the first line of a section indented. What

Re: [NTG-context] first line indents

2014-10-13 Thread Andrea Valle
thanks Wolfgang, see the “indent” section here: http://smad.jmu.edu/shen/webtype/indent.html Best -a- -- Andrea Valle -- CIRMA - StudiUm Università degli Studi di Torino --

Re: [NTG-context] first line indents

2014-10-13 Thread Wolfgang Schuster
Am 13.10.2014 um 23:42 schrieb Andrea Valle va...@di.unito.it: thanks Wolfgang, see the “indent” section here: http://smad.jmu.edu/shen/webtype/indent.html \setupindenting[yes,medium] \starttext \input knuth \section{Knuth} \input knuth \stoptext Wolfgang

Re: [NTG-context] first line indents

2014-10-13 Thread Andrea Valle
Thanks, that’s what I was thinking but I’m missing something. If I replace the double white line in knuth.tex with \crlf indentation is not applied anymore to the first block. In my source I have this: TYPESET with Mark IV %%% \enableregime[utf] \mainlanguage[it] \language[it]

Re: [NTG-context] first line indents

2014-10-13 Thread Wolfgang Schuster
Am 14.10.2014 um 00:14 schrieb Andrea Valle va...@di.unito.it: Thanks, that’s what I was thinking but I’m missing something. If I replace the double white line in knuth.tex with \crlf indentation is not applied anymore to the first block. 1. This part is missing in your example below. 2.

Re: [NTG-context] first line indents

2014-10-13 Thread Andrea Valle
1. This part is missing in your example below. 2. To end a paragraph insert a blank line or use \par. Ah! Never known about that! My fault \mainlanguage[it] \language[it] You don’t need \language here because \mainlanguage already loads the italian hyphenation patterns, the

Re: [NTG-context] first line indents

2014-10-13 Thread Wolfgang Schuster
Am 14.10.2014 um 00:45 schrieb Andrea Valle va...@di.unito.it: Yeah, I put it because I (still) get in Terminal: languageslanguage 'en' is active is it relevant? I had some issues with hyphenation You can ignore this message, it’s just a stupid message from the default setup.