[NTG-context] paragraph footnotes line height

2015-03-06 Thread mf
Hello, I'd like to know how I can set the line height of paragraph footnotes. They get the line height set with \setupinterlinespace, whether I use the grid or not. Here's my configuration: \setupnotation[footnote][ alternative=serried, numbercommand=, numberstopper=, numbercommand=\high,

[NTG-context] page breaks before titles

2015-03-06 Thread mf
Hello, I'm trying to typeset a book made of letters with ConTeXt. Every letter has a title a subtitle and a date, before it starts with Dear ... Like this: - Title subtitle where, when Dear ..., the rest of the letter ...

Re: [NTG-context] Using the standalone ConTeXt, how do I add access to my texmf-local tree

2015-03-06 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, On Fri, 06 Mar 2015 14:45:44 +0100, Hans Hagen pra...@wxs.nl wrote: On 3/6/2015 1:08 PM, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Thanks for explanation, I didn't know about that... i guess that there is a lot of stuff deep down only a few people know about (this is typical

Re: [NTG-context] Using the standalone ConTeXt, how do I add access to my texmf-local tree

2015-03-06 Thread Hans Hagen
On 3/6/2015 10:52 AM, Hans Hagen wrote: we have a runtime tree search with: context --path=tree://e:/tmp/whatever/**/ --global somefile.tex which is quite ok for jobs that involve not that many files and a cached-across-jobs search with context --path=dirfile://e:/tmp/whatever

Re: [NTG-context] Using the standalone ConTeXt, how do I add access to my texmf-local tree

2015-03-06 Thread Hans Hagen
On 3/6/2015 1:08 PM, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Thanks for explanation, I didn't know about that... i guess that there is a lot of stuff deep down only a few people know about (this is typical needed for more complex workflows) ... when i run into them i'll try to document

[NTG-context] Add labels to a grid (Metafun)

2015-03-06 Thread Fabrice Couvreur
To add labels to a grid, Hans wrote a macro hlintext (Min, Max, Step, Lenght , Format). I do not know what to put in Format. Best regards, Fabrice \definecolor[mycolor][c=.4,m=0,y=0,k=0] \starttext \start \switchtobodyfont[small] \startMPcode input tex; numeric xmin, xmax, ymin, ymax;

Re: [NTG-context] Using the standalone ConTeXt, how do I add access to my texmf-local tree

2015-03-06 Thread Hans Hagen
On 3/6/2015 9:22 AM, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, when you want to use your personal (additional) path (but apparently not a tree), e.g. for styles (environments), you can use --path switch: context.exe --path=c:\MyDirectory\MyContextStyles MyFile.tex (Source:

Re: [NTG-context] Using the standalone ConTeXt, how do I add access to my texmf-local tree

2015-03-06 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Thanks for explanation, I didn't know about that... Lukas On Fri, 06 Mar 2015 10:52:47 +0100, Hans Hagen pra...@wxs.nl wrote: On 3/6/2015 9:22 AM, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, when you want to use your personal (additional) path (but apparently not a tree), e.g. for

Re: [NTG-context] Add labels to a grid (Metafun)

2015-03-06 Thread Fabrice
thank you very much Alain, I think I understood for the format @d but for other formats, I will need documentation. Fabrice \definecolor[mycolor][c=.4,m=0,y=0,k=0] \starttext \start \switchtobodyfont[small] \startMPcode xmin := 0; xmax := 22; ymax :=460 ;ymin:=0; u := 0.5cm; v:= 0.025cm;

Re: [NTG-context] Change the dots of the macro \periods[n]

2015-03-06 Thread Wolfgang Schuster
Am 06.03.2015 um 18:42 schrieb Fabrice Couvreur fabrice1.couvr...@gmail.com: Hi, Is it possible to change the shape of the dots of macro \periods[n] to be like the dots of macro \definefiller[dots][left=\dontleavehmode, right=\hskip\ZeroPoint\par] ? You can change the width of each

Re: [NTG-context] Add labels to a grid (Metafun)

2015-03-06 Thread Alan BRASLAU
On Fri, 6 Mar 2015 18:15:09 +0100 Fabrice Couvreur fabrice1.couvr...@gmail.com wrote: To add labels to a grid, Hans wrote a macro hlintext (Min, Max, Step, Lenght, Format). I do not know what to put in Format. it is a string format specifier such as %g, %f, %d, ... Since the % can sometimes

[NTG-context] Change the dots of the macro \periods[n]

2015-03-06 Thread Fabrice Couvreur
Hi, Is it possible to change the shape of the dots of macro \periods[n] to be like the dots of macro \definefiller[dots][left=\dontleavehmode, right=\hskip\ ZeroPoint\par] ? Best regards, Fabrice ___ If your question

Re: [NTG-context] Change the dots of the macro \periods[n]

2015-03-06 Thread Hans Hagen
On 3/6/2015 6:42 PM, Fabrice Couvreur wrote: Hi, Is it possible to change the shape of the dots of macro \periods[n] to be like the dots of macro \definefiller[dots][left=\dontleavehmode, right=\hskip\ZeroPoint\par] ? % in cont-new.mkiv : \unprotect \def\periodsymbol {.}

Re: [NTG-context] Change the dots of the macro \periods[n]

2015-03-06 Thread Wolfgang Schuster
Am 06.03.2015 um 20:02 schrieb Hans Hagen pra...@wxs.nl: On 3/6/2015 6:42 PM, Fabrice Couvreur wrote: Hi, Is it possible to change the shape of the dots of macro \periods[n] to be like the dots of macro \definefiller[dots][left=\dontleavehmode, right=\hskip\ZeroPoint\par] ? % in

Re: [NTG-context] Change the dots of the macro \periods[n]

2015-03-06 Thread Hans Hagen
On 3/6/2015 8:18 PM, Wolfgang Schuster wrote: Am 06.03.2015 um 20:02 schrieb Hans Hagen pra...@wxs.nl: On 3/6/2015 6:42 PM, Fabrice Couvreur wrote: Hi, Is it possible to change the shape of the dots of macro \periods[n] to be like the dots of macro \definefiller[dots][left=\dontleavehmode,

[NTG-context] bug in \setupsectionblock and page={yes, blank}

2015-03-06 Thread Pablo Rodriguez
Dear list, I have just discovered a weird issue: \setuppapersize[A6] \setupsectionblock[frontpart][page={yes, blank}] \setupsectionblock[bodypart] [page={yes, header, footer}] \setupsectionblock[backpart] [page={yes, blank}] \starttext \startfrontmatter

Re: [NTG-context] Using the standalone ConTeXt, how do I add access to my texmf-local tree

2015-03-06 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, when you want to use your personal (additional) path (but apparently not a tree), e.g. for styles (environments), you can use --path switch: context.exe --path=c:\MyDirectory\MyContextStyles MyFile.tex (Source: context.exe --help) (Once I tried also: set