Re: [NTG-context] How to sort the reference by the cite sequence

2011-03-31 Thread seasoul
I figured out. I tried many times with different commands. I think if I cannot get the solution, I will switch to author-year method. Luckily, I found the solution. Previously, I am using \placepublications[[criterium=all], because that is a compromise solution to list the publications in an

Re: [NTG-context] Page break between \title and \itemize

2011-03-31 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Perfect, thanks! If anyone is interested, there is a sample attached which demonstrates the problem and the solution by autointro. Lukas Add: into to \startitemize \startitemize[intro] \item ... \item ... \item ... \stopitemize Or you can use \setupitemize[autointro] Aditya

Re: [NTG-context] Page break between \title and \itemize

2011-03-31 Thread Procházka Lukáš Ing . - Pontex s . r . o .
BTW, is there a difference between \startitemize[intro] and \startitemize[autointro]? - I tried both and both do the desired effect. - autointro was your suggestion for \setupitemize whilst intro was option for \startitemize... Kind regards, Lukas \startitemize[intro] \item ...

Re: [NTG-context] Page break between \title and \itemize

2011-03-31 Thread Wolfgang Schuster
Am 31.03.2011 um 12:11 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: BTW, is there a difference between \startitemize[intro] and \startitemize[autointro]? Yes, “autointro” prevents a page break only when the last paragraph has only one or two lines while “intro” always prevents a page

[NTG-context] Minimal example for Cyrillic

2011-03-31 Thread Aleksandr Sinicyn
Hello! Cyrillic characters get transliterated after being processed by texexec. The following example: \enableregime[utf] \useencoding[cyr] \definetypeface[russian][rm][serif][computer-modern][default][encoding=t2a] \setupbodyfont[russian,24pt] \starttext Немного

[NTG-context] m-obsolete mkii problem

2011-03-31 Thread Mojca Miklavec
Dear Hans, would it be possible to change the following line in m-obsolete.tex \writestatus\m!system{skipping obsolete module} so that it wouldn't generate errors (undefined m!system) when compiling with mkii? (I suspect that it is connected with bib module, but I'm not sure). Thanks a lot,

[NTG-context] type-lua.mkiv

2011-03-31 Thread Wolfgang Schuster
Hi Hans, can you add \unprotect and \protect at the begin and end of type-lua.mkiv. 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] m-obsolete mkii problem

2011-03-31 Thread Zhichu Chen
I think I've reported that feature a few days ago. It could be \m!systems, so I have to define \m!system as \m!systems before loading the bib module. On Thu, Mar 31, 2011 at 6:55 PM, Mojca Miklavec mojca.miklavec.li...@gmail.com wrote: Dear Hans, would it be possible to change the following

[NTG-context] nested quotes ?

2011-03-31 Thread Steffen Wolfrum
Hi, I just saw something handy in a LaTeX document: nested quotes! The source looked liked this... \enquote{Needless to say \enquote{mind mapping} is just ...} And the result looked like this ... “Needless to say ‘mind mapping’ is just ...” Do we have something like this in ConTeXt too?

[NTG-context] columnset failed in the latest beta

2011-03-31 Thread Zhichu Chen
Minimal code: \definecolumnset[columntest][n=2,balance=yes] \definecolumnsetspan[wide][n=2] \starttext \startcolumnset[columntest] \startcolumnsetspan[wide] \dorecurse{3}{\input knuth\par} \stopcolumnsetspan \dorecurse{10}{\input knuth\par} \stopcolumnset \stoptext There is

Re: [NTG-context] nested quotes ?

2011-03-31 Thread Peter Münster
Steffen Wolfrum cont...@st.estfiles.de writes: \enquote{Needless to say \enquote{mind mapping} is just ...} And the result looked like this ... “Needless to say ‘mind mapping’ is just ...” Do we have something like this in ConTeXt too? \quotation{Needless to say \quote{mind mapping} is

Re: [NTG-context] nested quotes ?

2011-03-31 Thread Marco
On 2011-03-31 pmli...@free.fr (Peter Münster) wrote: Steffen Wolfrum cont...@st.estfiles.de writes: \enquote{Needless to say \enquote{mind mapping} is just ...} And the result looked like this ... “Needless to say ‘mind mapping’ is just ...” Do we have something like this in

Re: [NTG-context] Minimal example for Cyrillic

2011-03-31 Thread Mojca Miklavec
On Thu, Mar 31, 2011 at 12:22, Aleksandr Sinicyn wrote: Hello! Cyrillic characters get transliterated after being processed by texexec. The following example:    \enableregime[utf]    \useencoding[cyr]    \definetypeface[russian][rm][serif][computer-modern][default][encoding=t2a]    

Re: [NTG-context] nested quotes ?

2011-03-31 Thread mathew
On Thu, Mar 31, 2011 at 07:35, Marco net...@lavabit.com wrote: I think  the idea behind Steffens  post was not to  find a command that  does the quoting, rather  than finding *one* command  that  »knows« about  the level of  quotation  and inserts the corresponding quotation marks. ...like

Re: [NTG-context] nested quotes ?

2011-03-31 Thread Peter Münster
Marco net...@lavabit.com writes: I think the idea behind Steffens post was not to find a command that does the quoting, rather than finding *one* command that »knows« about the level of quotation and inserts the corresponding quotation marks. Right. That's why I mentioned also

Re: [NTG-context] nested quotes ?

2011-03-31 Thread Steffen Wolfrum
Am 31.03.2011 um 14:12 schrieb Peter Münster: Steffen Wolfrum cont...@st.estfiles.de writes: Do we have something like this in ConTeXt too? http://wiki.contextgarden.net/Quotes Sure we have!! :o) Thx, Steffen

Re: [NTG-context] Minimal example for Cyrillic

2011-03-31 Thread mathew
Here's a full working Cyrillic (and Greek) example, with comments: %context % % Example of Cyrillic in ConTeXt. % % For plain text, I'm using Gentium Plus, which has more glyphs but doesn't yet % have bold and italic variants. % % You can obtain Gentium Plus from http://scripts.sil.org/gentium %

Re: [NTG-context] nested quotes ?

2011-03-31 Thread Marco
On 2011-03-31 pmli...@free.fr (Peter Münster) wrote: Marco net...@lavabit.com writes: I think the idea behind Steffens post was not to find a command that does the quoting, rather than finding *one* command that »knows« about the level of quotation and inserts the

[NTG-context] rscale (only for integers?)

2011-03-31 Thread Steffen Wolfrum
Hi, in a typescript I need to set sansserif font proportional bigger than serif font. Using rscale? As far as I have seen this only works when integers are used for bodyfont: \starttypescript [times] \definetypeface [times] [ss] [sans][helvetica] [default] [rscale=10.2]

[NTG-context] chapter and section titles in margin of each page

2011-03-31 Thread C.
Hello, this is nice: http://wiki.contextgarden.net/Headers_and_Footers#Marginal_headings_and_cent ered_headings However, the text in the margin has not the same interlinespace as the main text and that looks weird. See http://i52.tinypic.com/91rc.png The only solution I came up with is using

Re: [NTG-context] chapter and section titles in margin of each page

2011-03-31 Thread Wolfgang Schuster
Am 31.03.2011 um 19:17 schrieb C.: Hello, this is nice: http://wiki.contextgarden.net/Headers_and_Footers#Marginal_headings_and_cent ered_headings However, the text in the margin has not the same interlinespace as the main text and that looks weird. See http://i52.tinypic.com/91rc.png

Re: [NTG-context] rscale (only for integers?)

2011-03-31 Thread Thomas A. Schmitz
On Mar 31, 2011, at 5:22 PM, Steffen Wolfrum wrote: Hi, in a typescript I need to set sansserif font proportional bigger than serif font. Using rscale? As far as I have seen this only works when integers are used for bodyfont: \starttypescript [times] \definetypeface [times] [ss]

Re: [NTG-context] Minimal example for Cyrillic

2011-03-31 Thread Thomas A. Schmitz
Your example is very nice, and I appreciate that you took the time to comment all this. But actually, all you need is: \setupbodyfont[gentium,12pt] and then your text. Explanation: gentium is in the minimal distribution, there's a typescript for it

Re: [NTG-context] Minimal example for Cyrillic

2011-03-31 Thread mathew
On Thu, Mar 31, 2011 at 17:14, Thomas A. Schmitz thomas.schm...@uni-bonn.de wrote: Explanation: gentium is in the minimal distribution Aha. I didn't notice that because LuaTeX found my OS-installed one first, and so used that. mathew -- URL:http://www.pobox.com/~meta/