Re: [NTG-context] footnotes on wrong page

2013-07-24 Thread Alan BRASLAU
On Tue, 23 Jul 2013 22:24:50 +0200 Hans Hagen pra...@wxs.nl wrote: you use the wrong command and there is also the scope parameter \setupnotes[footnote][split=verystrict,scope=page] Can you clarify this? The syntax is confusing, probably because it has evolved. Currently, I use:

Re: [NTG-context] footnotes on wrong page

2013-07-24 Thread Marco Patzer
On 2013–07–24 Alan BRASLAU wrote: From what I understand, footnotes can be handled using different mechanisms, and this is why it gets confusing for users. http://wiki.contextgarden.net/Unexpected_behavior#Footnotes:_The_Difference_between_.5Csetupnotation_and_.5Csetupnote Marco

[NTG-context] No indentation after macro

2013-07-24 Thread H. Özoguz
I have defined the following macro: \def\Qur[#1][#2][#3][#4]{\placeongrid{\blank[4pt]\testpage[4] \setupindenting[no] \startalignment[right]\setupalign[r2l]\setupinterlinespace[line=3.7ex]\amiri #1 \stopalignment \blank[4pt] {\bf #2} \wordright{\tfx (Heiliger Qur'an #3:#4)}

Re: [NTG-context] footnotes on wrong page

2013-07-24 Thread Schmitz Thomas A.
On Jul 24, 2013, at 11:57 AM, Marco Patzer home...@lavabit.com wrote: http://wiki.contextgarden.net/Unexpected_behavior#Footnotes:_The_Difference_between_.5Csetupnotation_and_.5Csetupnote I wasn't aware of this page - thanks a lot, this is VERY useful! Thomas

Re: [NTG-context] footnotes on wrong page

2013-07-24 Thread Alan Bowen
Thanks to all for drawing my attention to the wiki page on \setupnotation vs \setupnote and thanks to Hans for introducing the scope key. In the original example, only scope=page gets the footnote calls and the footnotes on the same page. So what is the difference between the split and scope

Re: [NTG-context] footnotes on wrong page

2013-07-24 Thread Hans Hagen
On 7/24/2013 1:34 PM, Alan Bowen wrote: Thanks to all for drawing my attention to the wiki page on \setupnotation vs \setupnote and thanks to Hans for introducing the scope key. not so much introducing ... the key was already there In the original example, only scope=page gets the footnote

Re: [NTG-context] footnotes on wrong page

2013-07-24 Thread Hans Hagen
On 7/24/2013 12:23 PM, Schmitz Thomas A. wrote: On Jul 24, 2013, at 11:57 AM, Marco Patzer home...@lavabit.com wrote: http://wiki.contextgarden.net/Unexpected_behavior#Footnotes:_The_Difference_between_.5Csetupnotation_and_.5Csetupnote I wasn't aware of this page - thanks a lot, this is

Re: [NTG-context] No indentation after macro

2013-07-24 Thread Wolfgang Schuster
Am 24.07.2013 um 12:23 schrieb H. Özoguz h.oezo...@mmnetz.de: I have defined the following macro: \def\Qur[#1][#2][#3][#4]{\placeongrid{\blank[4pt]\testpage[4] \setupindenting[no] \startalignment[right]\setupalign[r2l]\setupinterlinespace[line=3.7ex]\amiri #1 \stopalignment \blank[4pt]

Re: [NTG-context] Opening quotes problem with context.

2013-07-24 Thread David Rogers
john Culleton j...@wexfordpress.com writes: Did a fresh install of context etc. from the context site. I used this test file: --- \starttext ``Hello world.'' And ``Goodbye world.'' \stoptext %\bye - The resulting pdf

Re: [NTG-context] Opening quotes problem with context.

2013-07-24 Thread Wolfgang Schuster
Am 24.07.2013 um 16:58 schrieb David Rogers davidandrewrog...@gmail.com: john Culleton j...@wexfordpress.com writes: Did a fresh install of context etc. from the context site. I used this test file: --- \starttext ``Hello world.'' And ``Goodbye world.''

Re: [NTG-context] About Hyphenation

2013-07-24 Thread Andres Conrado Montoya
Thanks, Marco. That seems to work with final hyphens. Why this does not work instead?: \setpenalties\brokenpenalties{1}{1} I have tried both, but your solution works better. Andrés Conrado Montoya ___ If your

Re: [NTG-context] About Hyphenation

2013-07-24 Thread Wolfgang Schuster
Am 24.07.2013 um 20:22 schrieb Andres Conrado Montoya andresconr...@gmail.com: Thanks, Marco. That seems to work with final hyphens. Why this does not work instead?: \setpenalties\brokenpenalties{1}{1} I have tried both, but your solution works better. How about a example for us!

Re: [NTG-context] About Hyphenation

2013-07-24 Thread Marco Patzer
On 2013–07–24 Wolfgang Schuster wrote: How about a example for us! \starttext %% \brokenpenalty1\relax \setpenalties\brokenpenalties{1}{1} \dorecurse{4}{\input knuth} Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore

Re: [NTG-context] About Hyphenation

2013-07-24 Thread Wolfgang Schuster
Am 24.07.2013 um 20:54 schrieb Marco Patzer home...@lavabit.com: Apparently \brokenpenalty is not supposed to be used with \setpenalties, see spac-ver.mkiv : \setpenalties\widowpenalties\plustwo\maxdimen \setpenalties\clubpenalties \plustwo\maxdimen \brokenpenalty

Re: [NTG-context] About Hyphenation

2013-07-24 Thread Marco Patzer
On 2013–07–24 Wolfgang Schuster wrote: Apparently \brokenpenalty is not supposed to be used with \setpenalties, see spac-ver.mkiv : \setpenalties\widowpenalties\plustwo\maxdimen \setpenalties\clubpenalties \plustwo\maxdimen \brokenpenalty \maxdimen

Re: [NTG-context] About Hyphenation

2013-07-24 Thread Andres Conrado Montoya
So, it seems that this configuration worked (more or less), to avoid: Widows, Orphans, 3 or more consecutive hyphens, and final hyphens. \startsetups[grid][correcto] \setups[*reset] \setpenalties\widowpenalties{1}{1} \setpenalties\clubpenalties{1}{1} \stopsetups