[NTG-context] footnotes by chapter

2013-02-24 Thread Meer, H. van der
I would like to have my footnotes typeset by chapter, using the following input: \startbuffer This is some text\footnote{First footnote}. Followed by more and more text having a footnote\footnote{Second footnote}. Again some text. Again some text. Again some text. Again some text. \stopbuffer

Re: [NTG-context] || missing in iwona?

2013-02-24 Thread Hans Hagen
On 2/23/2013 6:21 PM, Mojca Miklavec wrote: On Fri, Feb 22, 2013 at 5:32 PM, Hans Hagen wrote: On 2/22/2013 12:49 PM, luigi scarso wrote: My log file says: Missing character: There is no ‖ (U+2016) in font Iwona-Regular! Missing character: There is no ‖ (U+2016) in font Iwona-Regular!

Re: [NTG-context] Specifying MP instance for MPpage

2013-02-24 Thread Hans Hagen
On 2/23/2013 9:03 PM, Marco Patzer wrote: \defineMPinstance [myinstance] [metafun] [textcolor=green] \starttext \startMPpage draw textext(Foo) scaled 1cm; \stopMPpage \stoptext You can add this to cont-new.mkiv: \unprotect \def\c!instance{instance}

[NTG-context] footnotes what happened?

2013-02-24 Thread Meer, H. van der
What has happened to \setupfootnotes? \setupfootnotes defines [textcolor=] although in the wiki just below this the example has [color=] instead. But neither of these do color the footnote text. As the reset of the footnote numbering by chapter with way=bychapter doesn't work either, though

Re: [NTG-context] footnotes by chapter

2013-02-24 Thread Wolfgang Schuster
Am 24.02.2013 um 12:17 schrieb Meer, H. van der h.vanderm...@uva.nl: I would like to have my footnotes typeset by chapter, using the following input: \startbuffer This is some text\footnote{First footnote}. Followed by more and more text having a footnote\footnote{Second footnote}.

Re: [NTG-context] footnotes what happened?

2013-02-24 Thread Wolfgang Schuster
Am 24.02.2013 um 14:34 schrieb Meer, H. van der h.vanderm...@uva.nl: What has happened to \setupfootnotes? \setupfootnotes defines [textcolor=] although in the wiki just below this the example has [color=] instead. But neither of these do color the footnote text. As the reset of the

Re: [NTG-context] command \text inside math environment not working anymore

2013-02-24 Thread Wolfgang Schuster
Am 23.02.2013 um 21:24 schrieb Zenlima p...@zenlima.eu: Hi, during entering some formulas in a mkiv document I realized that the command \text is not working anymore. What is the new comḿand to embed text into a formula? I attached two minimal examples and the error message. Thanks

Re: [NTG-context] footnotes what happened?

2013-02-24 Thread Philipp Gesang
Hi Hans! ···date: 2013-02-24, Sunday···from: Meer, H. van der··· What has happened to \setupfootnotes? It is an alias for \setupnote[footnote]. \setupfootnotes defines [textcolor=] although in the wiki just below this the example has [color=] instead. The “color” key belongs in

Re: [NTG-context] setcalligraphicfont with simplefonts

2013-02-24 Thread Wolfgang Schuster
Am 23.02.2013 um 21:36 schrieb revic...@caesar.elte.hu: Hi, I thought I could use zapfino as a calligraphicfont as it is indeed a calligraphic typeface. The following example (modified from bitbucket.org/wolfs/simplefonts/src/tip/files/simplefonts-34.tex) however gives me an error:

Re: [NTG-context] Specifying MP instance for MPpage

2013-02-24 Thread Marco Patzer
On 2013–02–24 Hans Hagen wrote: You can add this to cont-new.mkiv: […] and then do: […] \startMPpage[instance=myinstance,offset=1cm] Thanks Hans for adding this! Marco signature.asc Description: Digital signature

[NTG-context] startchapter?

2013-02-24 Thread Meer, H. van der
Previously I could use \chapter[reference-to-this-chapter]{title} Now the preferred way seems to be \startchapter[title=the-title], but how do I program now the reference to this chapter? The Wiki does not contains a page for \startchapter and the section on command only gives info and

Re: [NTG-context] startchapter?

2013-02-24 Thread Reviczky Adam
Hi Hans, Did you try this: \startchapter[title={the-title},reference={reference-to-this-chapter}] see: http://www.mail-archive.com/ntg-context@ntg.nl/msg66342.html Adam On Sun, Feb 24, 2013 at 3:32 PM, Meer, H. van der h.vanderm...@uva.nlwrote: Previously I could use

Re: [NTG-context] startchapter?

2013-02-24 Thread Meer, H. van der
Thanks. No, I didn't try that, I got stuck with ..,ref=.. Coming from a computer age where every byte counted, I clearly was to terse. However thinking of 'ref' as a synonym for 'reference' .. .. Hans van der Meer On 24 feb. 2013, at 16:38, Reviczky Adam

Re: [NTG-context] makeupwidth in columns

2013-02-24 Thread Wolfgang Schuster
Am 24.02.2013 um 16:36 schrieb Meer, H. van der h.vanderm...@uva.nl: The contextrefmanual tells me in table 3.2 the following on the behaviour of the variables denoting the width of texts: Untitled.jpg But the claim that \textwidth gives the width of a column is false. See the

Re: [NTG-context] Complex Ruby

2013-02-24 Thread Wolfgang Schuster
Am 19.02.2013 um 18:14 schrieb Zenlima p...@zenlima.eu: Hi, I wonder how to make complex ruby like it is shown in the comments of the ruby module. Maybe I don't see the the obvious - can anyone help me with that? I need ruby text above and under a word in mkiv. The module supports only

Re: [NTG-context] makeupwidth in columns

2013-02-24 Thread Meer, H. van der
Thanks, Wolfgang. Just changed my source and checked. Now columns come out correctly when using \textwidth as a size parameter. As always I assume this correction will go into the next beta. Hans van der Meer On 24 feb. 2013, at 23:04, Wolfgang Schuster