Re: [NTG-context] Footnotes in titles, 3 years old file compiles now different

2018-08-06 Thread Huseyin Özoguz
I forget: I use now luatex beta 0.80.0 (and Context from 2015.04.15), 
but the old pdf was compiled with luatex 0.77.0, is that the difference, 
which deleted the footnote?


(I hope this does not break the threadnever learned how to use 
mail-lists with thunderbird)


___
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 / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Footnotes in titles, 3 years old file compiles now different

2018-08-06 Thread Huseyin Özoguz

Hello together,

I have a file from 2015, which contains something like this:

\section{title\footnote{ftn-content}}

And the compiled pdf from then show the footnote correct and with the 
number in order to the other footnotes.


But now I have compiled it again without differences, and the footnote 
disappears. I have read about this and basically it says that apart from 
local footnotes its not possible anymore (?) to set footnotes in titles 
(s.t. the numbers stay in order to all the other footnotes).


What changed since 2015? That is a problem for me because I have to 
compile a book from then to print it again (with minor other corrections 
in the text, but nothing in style). How to achieve the same result like 
back then?


Thank you!
Huseyin

___
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 / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] footnote and endnote markers aligned with the left margin of the main text

2018-08-06 Thread Robert Zydenbos
Sorry for all these footnote questions, but here's another one. I want to print 
the notes without the footnote marker jutting out into the margin, but flushed 
with the left margin of the main text.

Any help will be highly appreciated.

Robert
___
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 / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] preventing endnotes from running off the page

2018-08-06 Thread Robert Zydenbos
Thank you for your sample, Pablo – because you left out something that I had 
wrongly included, and that evidently is what caused the trouble.

I had \footnote everywhere in my text and wanted not to change all of them to 
\endnote but, instead, I had put a \setupfootnotes[location=text] at the top of 
the file and a \placenotes [footnote] at the bottom, where I wanted the notes 
to appear. (Why? Because I could not figure out how to keep the proper font 
formatting if I used \endnote without adding an explicit font command at the 
beginning of each endnote.)

That apparently was a mistake. It was solved by \setupfootnotes[location=none].

Robert

> On 6. Aug 2018, at 17:48, Pablo Rodriguez  wrote:
> 
> On 08/06/2018 12:54 AM, Robert Zydenbos wrote:
>> When using endnotes, it seems that all the notes that are collected
>> in the text are placed together in a frame – but I have so many notes
>> in a chapter that the frame runs off the last page.
>> 
>> Is there any way to let the endnotes run on naturally to the next page?
> 
> Hi Robert,
> 
> I’m not sure I understand your issue. At least, I’m not able to
> reproduce it:
> 
>\starttext
>\dorecurse{500}{\recurselevel\endnote{This is an endnote.} }
> 
>\placenotes[endnote]
>\stoptext
> 
> Could you modify the sample to reproduce your issue?
> 
> Pablo


___
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 / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] preventing endnotes from running off the page

2018-08-06 Thread Pablo Rodriguez
On 08/06/2018 12:54 AM, Robert Zydenbos wrote:
> When using endnotes, it seems that all the notes that are collected
> in the text are placed together in a frame – but I have so many notes
> in a chapter that the frame runs off the last page.
> 
> Is there any way to let the endnotes run on naturally to the next page?

Hi Robert,

I’m not sure I understand your issue. At least, I’m not able to
reproduce it:

\starttext
\dorecurse{500}{\recurselevel\endnote{This is an endnote.} }

\placenotes[endnote]
\stoptext

Could you modify the sample to reproduce your issue?

Pablo
-- 
http://www.ousia.tk
___
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 / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___