[NTG-context] Problems with letter module

2018-07-19 Thread Lutz Haseloff
Hi Wolfgang, hi all, I would like to use the letter module. With my minimal letter i don't get pagenumbering and background working. They don't appear in the pdf. -- \setupbodyfont[cambria] \usemodule[letter] \useletterstyle[dinb] \mainlanguage[de] \starttext \setupletter

Re: [NTG-context] title of index

2018-07-19 Thread Henri Menke
On 19/07/18 23:54, Hans van der Meer wrote: The macro \completeregister[index] placed in \startbackmatter\startappendices typesets as “I Index”. How can I change and format with my custom macro the part “Index”? Such as using \mytitle{xyz} instead of Index? Looks like the sectioning command

[NTG-context] Problem of compiling a file with Emacs

2018-07-19 Thread Fabrice Couvreur
Hello, I'm starting a new discussion about compiling a file with Emacs. I will try to be clear: 1. Compilation without Emacs in a terminal (Xterm): /home / aragorn / texlive / 2018 / bin / x86_64-linux / context Test.tex Ok! / home / aragorn / context / tex / linux-64 / bin / context Test.tex

Re: [NTG-context] page ranges in \markpage

2018-07-19 Thread Hans Hagen
On 7/19/2018 9:56 PM, Pablo Rodriguez wrote: On 07/18/2018 09:08 PM, Wolfgang Schuster wrote: [...] Afterwards you can use a loop where you add the markpage commands at the begin and end of the range, below is a simple example but it’s easy to write a better loop with Lua. \setuplayout[page]

Re: [NTG-context] Issues with vertical spacing in simple case

2018-07-19 Thread Joseph Canedo
Finally I could make a MWE that reproduces the issue. %\setuplayout[grid=both] % uncommenting this makes last line not indented. %\enabletrackers[vspacing.synchronizepage] \starttext \dorecurse{39}{ % other values like 40 do not show issue A. } Chapitre. \blank[0pt, samepage]

Re: [NTG-context] Issues with vertical spacing in simple case

2018-07-19 Thread Joseph Canedo
Thanks for the extended explanation. I guess I need to figure out how to create a MWE that reproduces the issue. Provenance : Courrier pour Windows 10 De : Hans Hagen Envoyé le :jeudi 19 juillet 2018 09:35 À : Joseph Canedo; mailing list for ConTeXt users Objet :Re: [NTG-context] Issues with

Re: [NTG-context] page ranges in \markpage

2018-07-19 Thread Pablo Rodriguez
On 07/18/2018 09:08 PM, Wolfgang Schuster wrote: > > [...] > Afterwards you can use a loop where you add the markpage commands at > the begin and end of the range, below is a simple example but it’s easy > to write a better loop with Lua. > > \setuplayout[page] > \setupinteraction[state=start] >

Re: [NTG-context] title of index

2018-07-19 Thread Wolfgang Schuster
\definehead[mytitle][title] \starttext ... \mytitle{...} \placeregister[index] \stoptext Wolfgang Hans van der Meer 19. Juli 2018 um 13:54 The macro \completeregister[index] placed in \startbackmatter\startappendices typesets as “I Index”. How can I change and

Re: [NTG-context] title of index

2018-07-19 Thread Hans van der Meer
Thanks. Putting \placeregister[index] inside a \startchapter[title=\mytitle{}]-\stopchapter pair does the ttrick. > On 19 Jul 2018, at 14:19, Rik Kabel wrote: > > On 7/19/2018 07:54, Hans van der Meer wrote: >> The macro \completeregister[index] placed in >> \startbackmatter\startappendices

Re: [NTG-context] title of index

2018-07-19 Thread Rik Kabel
On 7/19/2018 07:54, Hans van der Meer wrote: The macro \completeregister[index] placed in \startbackmatter\startappendices typesets as “I Index”. How can I change and format with my custom macro the part “Index”? Such as using \mytitle{xyz} instead of Index? No solution found in the Context

[NTG-context] title of index

2018-07-19 Thread Hans van der Meer
The macro \completeregister[index] placed in \startbackmatter\startappendices typesets as “I Index”. How can I change and format with my custom macro the part “Index”? Such as using \mytitle{xyz} instead of Index? No solution found in the Context Wiki. dr. Hans van der Meer

Re: [NTG-context] Issues with vertical spacing in simple case

2018-07-19 Thread Hans Hagen
On 7/19/2018 8:55 AM, Joseph Canedo wrote: Thanks. The problem happens in a case where there are no paragraph split between 2 pages. All pars are entirely either in page 1 or page 2 (these numbers are not actual page numbers, but it’s for clarity). I am trying to create a MWE but it’s not

Re: [NTG-context] Issues with vertical spacing in simple case

2018-07-19 Thread Joseph Canedo
Thanks. The problem happens in a case where there are no paragraph split between 2 pages. All pars are entirely either in page 1 or page 2 (these numbers are not actual page numbers, but it’s for clarity). I am trying to create a MWE but it’s not trivial. The situation as far as I understand