Re: [NTG-context] Accessibility and Tagged PDF/A, Footnotes showing

2016-01-19 Thread Ursula Hermann
Hello Alan! Yes, i know, it is because I am working with Word until now, but would like to change to ConTeXt. If I set there a footnote, then there comes an pop-up window with the text. A Discussion would be very interesting. Thanks a lot. Ursula Hermann -Ursprüngliche

Re: [NTG-context] Ligatures in EB Garamond

2016-01-19 Thread Hans Hagen
On 1/19/2016 8:13 AM, Jan U. Hasecke wrote: I was disappointed to learn that there is no package like selnolig for ConTeXt but the book I am now typesetting is only 120 pages long and I'll switch ligatures off manually with the ZWNJ replacement. (The ConTeXt notation is a bit uncomfortable, but

Re: [NTG-context] Ligatures in EB Garamond

2016-01-19 Thread Arthur Reutenauer
> I have no clue what a package is supposed to do but any solution has to come > up with a list if words. I think the point is that often in German, breakpoints for hyphenation also break ligatures. I mentioned that in Nasbinals. Best, Arthur

Re: [NTG-context] Page Numbers change after 9 to 01 - 11 -21 - 31 and so on.

2016-01-19 Thread Wolfgang Schuster
Ibn Saeed 19. Januar 2016 um 04:54 Mohammad Hossein Bateni writes: One hacky way to fix it is the following: \setupheadertexts[{\getmarking[chapter]}] [{\lefttoright\pagenumber}][{\lefttoright\pagenumber}]

Re: [NTG-context] (mashriqi) Arabic-Hindi Numerals

2016-01-19 Thread Wolfgang Schuster
Ibn Saeed 19. Januar 2016 um 10:55 Here is my code for the header: \setupheadertexts [{\righttoleft\getmarking[chapter]}] [{\romannumerals}] [{\pagenumber}] [{\righttoleft\getmarking[chapter]}] Use \setupheadertexts[pagenumber] or

Re: [NTG-context] TeX in \xmlsetentity and DTDs in DOCTYPEs

2016-01-19 Thread Hans Hagen
On 1/18/2016 10:45 PM, Thomas A. Schmitz wrote: On 01/18/2016 10:26 PM, Hans Hagen wrote: i already feared that ... ... i still wonder what happens in tuc files (roundtrip mess) beta coming Yep, this seems to be a somewhat difficult area. Was just preparing an example when yours

Re: [NTG-context] (mashriqi) Arabic-Hindi Numerals

2016-01-19 Thread Ibn Saeed
Here is my code for the header: \setupheadertexts [{\righttoleft\getmarking[chapter]}][{\romannumerals}] [{\pagenumber}][{\righttoleft\getmarking[chapter]}] \setuppagenumbering[ alternative=doublesided, location=, ]

Re: [NTG-context] Page Numbers change after 9 to 01 - 11 -21 - 31 and so on.

2016-01-19 Thread Mohammad Hossein Bateni
That should work for Ibn Saeed, but it's not a complete solution. For example it does not work if one wants to write "page x of y" instead, with "page" and "y" written in Arabic/Persian. Then the text of the header is partly LTR and part RTL. This is still simple and I can use my hacky solution

Re: [NTG-context] (mashriqi) Arabic-Hindi Numerals

2016-01-19 Thread Mohammad Hossein Bateni
Also \arabicnumerals is probably not what you want: this will produce an abjad-like sequence: ا ب ج د ه و ز ... I guess, what you want is called \arabicdecimals, and was not part of MkIV for a while. (For instance, it is not in standard TeXLive 2015 distribution whose CONTEXT version is for

Re: [NTG-context] Page Numbers change after 9 to 01 - 11 -21 - 31 and so on.

2016-01-19 Thread Wolfgang Schuster
Mohammad Hossein Bateni 19. Januar 2016 um 12:16 That should work for Ibn Saeed, but it's not a complete solution. For example it does not work if one wants to write "page x of y" instead, with "page" and "y" written in Arabic/Persian. Then the text of the header is

Re: [NTG-context] (mashriqi) Arabic-Hindi Numerals

2016-01-19 Thread Otared Kavian
Hi, There is the command \persiandecimals is that what you are looking for? Best regards: OK > On 19 Jan 2016, at 12:30, Mohammad Hossein Bateni wrote: > > Also \arabicnumerals is probably not what you want: this will produce an > abjad-like sequence: > ا ب ج د ه

Re: [NTG-context] (mashriqi) Arabic-Hindi Numerals

2016-01-19 Thread Wolfgang Schuster
Ibn Saeed 19. Januar 2016 um 18:23 Mohammad Hossein Bateni writes: You do not need to uninstall TeXLive. ConTeXt Standalone can work side by side and it's very simple to install. You can pick to use the standalone for some of your compilations.

Re: [NTG-context] Ligatures in EB Garamond

2016-01-19 Thread Hans Hagen
On 1/19/2016 5:41 PM, Jan U. Hasecke wrote: Am 19.01.2016 um 16:31 schrieb Kate F: On 19 January 2016 at 09:05, Arthur Reutenauer wrote: I have no clue what a package is supposed to do but any solution has to come up with a list if words. I think the

Re: [NTG-context] (mashriqi) Arabic-Hindi Numerals

2016-01-19 Thread Ibn Saeed
> \setupuserpagenumber[numberconversion=Characters] > Wolfgang Thank you very much Wolfgang.Its nice seperation of settings and content. ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] (mashriqi) Arabic-Hindi Numerals

2016-01-19 Thread Mohammad Hossein Bateni
You do not *need* to uninstall TeXLive. ConTeXt Standalone can work side by side and it's very simple to install . You can pick to use the standalone for some of your compilations. \persiandecimals and \arabicdecimals are very similar. The

Re: [NTG-context] (mashriqi) Arabic-Hindi Numerals

2016-01-19 Thread Ibn Saeed
Wolfgang Schuster gmail.com> writes: > Use >     \setupheadertexts[pagenumber] > or >     \setupheadertexts[\userpagenumber] > Wolfgang > Hello Wolfgang, Thanks for helping out again. i tried your code : \setupheadertexts[pagenumber] [{\righttoleft\getmarking[chapter]}]

Re: [NTG-context] (mashriqi) Arabic-Hindi Numerals

2016-01-19 Thread Ibn Saeed
Otared Kavian gmail.com> writes: > > Hi, > There is the command  > > > \persiandecimals > > is that what you are looking for? > > Best regards: OK > No, that is not it. I am looking for Arabic Decimals. I think, ill have to uninstall texlive and setup ConTeXt standalone.

Re: [NTG-context] (mashriqi) Arabic-Hindi Numerals

2016-01-19 Thread Ibn Saeed
Mohammad Hossein Bateni gmail.com> writes: > > > You do not need to uninstall TeXLive.  ConTeXt Standalone can work side by side and it's very simple to install.  You can pick to use the standalone for some of your compilations. > \persiandecimals and \arabicdecimals are very similar.  The

Re: [NTG-context] Accessibility and Tagged PDF/A, Footnotes showing

2016-01-19 Thread Alan BRASLAU
On Tue, 19 Jan 2016 09:24:58 +0100 Ursula Hermann wrote: > Yes, i know, it is because I am working with Word until now, but > would like to change to ConTeXt. If I set there a footnote, then > there comes an pop-up window with the text. The pop-up appears under

Re: [NTG-context] Ligatures in EB Garamond

2016-01-19 Thread Kate F
On 19 January 2016 at 09:05, Arthur Reutenauer wrote: >> I have no clue what a package is supposed to do but any solution has to come >> up with a list if words. > > I think the point is that often in German, breakpoints for hyphenation > also break ligatures.

Re: [NTG-context] Ligatures in EB Garamond

2016-01-19 Thread Arthur Reutenauer
> The guts of the selnolig package just call \hyphenation{...}: > http://anorien.csc.warwick.ac.uk/mirrors/CTAN/macros/luatex/latex/selnolig/selnolig-english-hyphex.sty That's not the core part of the package, it just sets a list of hyphenation exceptions (that's what \hyphenation does). The

Re: [NTG-context] Ligatures in EB Garamond

2016-01-19 Thread Jan U. Hasecke
Am 19.01.2016 um 16:31 schrieb Kate F: > On 19 January 2016 at 09:05, Arthur Reutenauer > wrote: >>> I have no clue what a package is supposed to do but any solution has to come >>> up with a list if words. >> >> I think the point is that often in German,

Re: [NTG-context] (mashriqi) Arabic-Hindi Numerals

2016-01-19 Thread Ibn Saeed
Mohammad Hossein Bateni gmail.com> writes: > > > You do not need to uninstall TeXLive.  ConTeXt Standalone can work side by side and it's very simple to install.  You can pick to use the standalone for some of your compilations. > \persiandecimals and \arabicdecimals are very similar.  The

[NTG-context] 10th ConTeXt users' meeting

2016-01-19 Thread Alan BRASLAU
Happy New Years¹, fellow ConTeXt users, The 10th ConTeXt Meeting will take place on September 25-October 1, 2016 at Het Doevehuis in Kalenberg, about 35 km from Hasselt, the Netherlands. http://meeting.contextgarden.net/2016/ Having been *designated* as a member (and chairman!) of the program

Re: [NTG-context] (mashriqi) Arabic-Hindi Numerals

2016-01-19 Thread Ibn Saeed
Mohammad Hossein Bateni gmail.com> writes: > > > You do not need to uninstall TeXLive.  ConTeXt Standalone can work side by side and it's very simple to install.  You can pick to use the standalone for some of your compilations. > \persiandecimals and \arabicdecimals are very similar.  The

Re: [NTG-context] Page Numbers change after 9 to 01 - 11 -21 - 31 and so on.

2016-01-19 Thread Mohammad Hossein Bateni
Thanks, Wolfgang! This does work indeed. I had actually tried it before but made a mistake which made it useless. What commands accept this kind of setup? Do the headers and footers accept such a thing? How much overhead does this cause? Is it possible to run the bidi code on a small string?