Re: [NTG-context] How to setup the footnote number in local footnotes

2018-03-25 Thread Wolfgang Schuster
Idris Samawi Hamid ادريس سماوي حامد 26. März 2018 um 00:24 2) Alternatively, would like to be able to define a conversion that sets the footnote numeral to 2. 3) Uncommenting the line % \startlocalfootnotes[n=2] doesn't work, although it is mentioned here:

Re: [NTG-context] How to setup the footnote number in local footnotes

2018-03-25 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sun, 25 Mar 2018 09:29:01 -0600, Wolfgang Schuster wrote: Idris Samawi Hamid ادريس سماوي حامد 25. März 2018 um 17:04 Dear gang, Consider the following: == \starttext

Re: [NTG-context] decomposed u umlaut

2018-03-25 Thread Henning Hraban Ramm
Am 2018-03-25 um 22:36 schrieb Arthur Reutenauer : > On Thu, Mar 22, 2018 at 10:08:44AM +0100, Mojca Miklavec wrote: >> On 20 March 2018 at 08:42, Henning Hraban Ramm wrote: >>> I’ve one annoying problem with ConTeXt: all üs (small u umlauts) seem to be >>>

Re: [NTG-context] decomposed u umlaut

2018-03-25 Thread Arthur Reutenauer
On Thu, Mar 22, 2018 at 10:08:44AM +0100, Mojca Miklavec wrote: > On 20 March 2018 at 08:42, Henning Hraban Ramm wrote: >> I’ve one annoying problem with ConTeXt: all üs (small u umlauts) seem to be >> encoded as decomposed unicode or something like that, at least every ü >> breaks into u +

Re: [NTG-context] linux binaries split?

2018-03-25 Thread Arthur Reutenauer
On Sat, Mar 24, 2018 at 06:05:08PM +0100, Thomas A. Schmitz wrote: > Arthur's > > if command -v ldd >/dev/null && ldd --version 2>&1 | fgrep -q '^musl' > > works for me, but again, there may be other corner cases that we don't see > now. I would suggest reversing the logic of this test: default

Re: [NTG-context] How to setup the footnote number in local footnotes

2018-03-25 Thread Wolfgang Schuster
Idris Samawi Hamid ادريس سماوي حامد 25. März 2018 um 17:04 Dear gang, Consider the following: == \starttext \startframedtext[width=fit,frame=off,offset=0pt] % \startlocalfootnotes[n=2] \startlocalfootnotes \input ward \startfootnote \input ward

[NTG-context] How to setup the footnote number in local footnotes

2018-03-25 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, Consider the following: == \starttext \startframedtext[width=fit,frame=off,offset=0pt] % \startlocalfootnotes[n=2] \startlocalfootnotes \input ward \startfootnote \input ward \stopfootnote \placelocalfootnotes \stoplocalfootnotes \stopframedtext \stoptext ==

Re: [NTG-context] Question about a pair of floating fugures

2018-03-25 Thread Tomas Hala
Hi Wolfgang, that's genious! Thank you very much. Tomáš Sun, Mar 25, 2018 ve 02:37:17PM +0200 Wolfgang Schuster napsal(a): #Hi Thomas, # #you have to put your images in a floatcombination environment. # #\setupexternalfigure[location=default] # #\starttext # #

Re: [NTG-context] Question about a pair of floating fugures

2018-03-25 Thread Wolfgang Schuster
Hi Thomas, you have to put your images in a floatcombination environment. \setupexternalfigure[location=default] \starttext \startplacefigure[location=none] \startfloatcombination[2*1] \placefigure{A dutch cow}{\externalfigure[cow][height=5cm]} \placefigure{A dutch

Re: [NTG-context] Question about a pair of floating fugures

2018-03-25 Thread Tomas Hala
I am taking it back, it has only one caption:-( I wanted to send this code: \starttext \startcolumns[n=2] \placefigure{c11}{\externalfigure[cow][height=3cm]} \column \placefigure{c12}{\externalfigure[cow][height=3cm]} \stopcolumns \stoptext Tomáš Sun, Mar 25, 2018 ve 12:11:58PM +0200