[NTG-context] Indenting number in TOC, particular numbering scheme, and other questions

2019-12-02 Thread Daniel Haid
\def\laarconv#1{(\alphabeticnumerals{#1}\alphabeticnumerals{#1})} \defineconversion[laar][\laarconv] \def\alpharconv#1{\greeknumerals{#1})} \defineconversion[alphar][\alpharconv] \definestructureconversionset[myconvset][,A,I,n,ar,aar,lnr,lar,laar,alphar] \setupheads[part, chapter,

Re: [NTG-context] r2l alignment and linenumbering conflict?

2015-08-04 Thread Otared Kavian
Hi Hans, Thanks for the new beta. As Idris pointed out, the logic you follow for naming greeknumerals, romannumerals, persiannumerals, arabicnumerals, and all others in core-con.lua, makes sense but I didn’t notice this logic before… Which means one may learn each and evry day :-) As far

Re: [NTG-context] issues with greeknumerals

2014-04-08 Thread Pablo Rodriguez
On 04/08/2014 05:09 AM, Wolfgang Schuster wrote: [...] I’m speaking about the different results when you use “G” or “Greeknumerals” as name for the conversion in \defineconversionset, while the first works in bookmarks the second doesn’t work even though there is no difference between both

[NTG-context] issues with greeknumerals

2014-04-07 Thread Pablo Rodriguez
Dear list, I have the following sample: \definestructureconversionset[cs][0,Greeknumerals,greeknumerals][n] \setupheads[sectionconversionset=cs] \setupinteraction[state=start] \placebookmarks[chapter, section] \starttext \dorecurse{5}{\chapter{Chapter} \section

Re: [NTG-context] issues with greeknumerals

2014-04-07 Thread Wolfgang Schuster
Am 07.04.2014 um 20:45 schrieb Pablo Rodriguez oi...@gmx.es: Dear list, I have the following sample: \definestructureconversionset[cs][0,Greeknumerals,greeknumerals][n] \setupheads[sectionconversionset=cs] \setupinteraction[state=start] \placebookmarks[chapter, section

Re: [NTG-context] issues with greeknumerals

2014-04-07 Thread Pablo Rodriguez
On 04/07/2014 08:59 PM, Wolfgang Schuster wrote: Am 07.04.2014 um 20:45 schrieb Pablo Rodriguez: [...] I cannot get either Greeknumerals or greeknumerals working in PDF bookmarks. \defineconversionset[cs][n,G,g][n] Many thanks for your help, Wolfgang. Since Romannumerals and romannumerals

Re: [NTG-context] issues with greeknumerals

2014-04-07 Thread Wolfgang Schuster
Am 07.04.2014 um 21:18 schrieb Pablo Rodriguez oi...@gmx.es: On 04/07/2014 08:59 PM, Wolfgang Schuster wrote: Am 07.04.2014 um 20:45 schrieb Pablo Rodriguez: [...] I cannot get either Greeknumerals or greeknumerals working in PDF bookmarks. \defineconversionset[cs][n,G,g][n] Many

Re: [NTG-context] issues with greeknumerals

2014-04-07 Thread Otared Kavian
On 7 avr. 2014, at 21:25, Wolfgang Schuster schuster.wolfg...@gmail.com wrote: Am 07.04.2014 um 21:18 schrieb Pablo Rodriguez oi...@gmx.es: […] Since Romannumerals and romannumerals (or Characters and characters) are required, I thought it would be consistent to use Greeknumerals

Re: [NTG-context] issues with greeknumerals

2014-04-07 Thread Schmitz Thomas A.
to the case one would say a), b), c), d) etc. Would Thomas Schmitz give us some insight? In fact, I was wondering what “Greeknumerals” would translate to. The most common system used in antiquity is the “Milesian” system: α=1, β=2 etc., but 6 is expressed by ς; ι=10; ρ=100, with two archaic

Re: [NTG-context] issues with greeknumerals

2014-04-07 Thread Wolfgang Schuster
) are required, I thought it would be consistent to use Greeknumerals and greeknumerals. But I was obviously wrong. This could be a bug because there shouldn’t be a difference between the two conversion names. Maybe not, since Roman numerals i, ii, iii, iv, etc correspond really to the way Romans

Re: [NTG-context] issues with greeknumerals

2014-04-07 Thread Otared Kavian
Romannumerals and romannumerals (or Characters and characters) are required, I thought it would be consistent to use Greeknumerals and greeknumerals. But I was obviously wrong. This could be a bug because there shouldn’t be a difference between the two conversion names. Maybe not, since

Re: [NTG-context] greek items broken:

2012-05-09 Thread Philipp Gesang
{\mathematics{\greeknumerals{#1}}} \defineconversion [mathgreek] [\math_greek_characters] \protect etc. It will depend on your choice of math font whether you get italics or upright glyphs. Philipp -- () ascii ribbon

Re: [NTG-context] greek letters in itemize

2010-11-01 Thread Hans Hagen
lower greek letters in the example? I get only a dot for g does the font that you use have greek symbols? It seems to be a bug in code, not the lack of symbols. It fails in Gentium as well. The code (\greeknumerals{3}) doesn't return anything, but it works in MKII. Can you make a example because

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread Mojca Miklavec
. It fails in Gentium as well. The code (\greeknumerals{3}) doesn't return anything, but it works in MKII. Mojca ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread Wolfgang Schuster
? It seems to be a bug in code, not the lack of symbols. It fails in Gentium as well. The code (\greeknumerals{3}) doesn't return anything, but it works in MKII. Can you make a example because it works for me: \setupbodyfont[gentium] \starttext \startitemize[g] \dorecurse{10}{\startitem #1

Re: [NTG-context] greek letters in itemize

2010-10-31 Thread Khaled Hosny
? I get only a dot for g does the font that you use have greek symbols? It seems to be a bug in code, not the lack of symbols. It fails in Gentium as well. The code (\greeknumerals{3}) doesn't return anything, but it works in MKII. Can you make a example because it works for me

Re: [NTG-context] bug with numeral conversion function

2008-09-02 Thread Khaled Hosny
\gurmurkhinumerals #1{\ctxlua{converters.alphabetic(\number#1,gurmurkhi)}} -\def\gujaratinumerals #1{\ctxlua{converters.alphabetic(\number#1,gujarati)}} -\def\tibetannumerals #1{\ctxlua{converters.alphabetic(\number#1,tibetan)}} -\def\greeknumerals #1{\ctxlua{converters.alphabetic(\number#1