greek letters in itemize
Do I need some additional settings to get lower greek letters in the example? I get only a dot for g \starttext \startitemize[g] \item foo \item bar \item baz \item baz \stopitemize \startitemize[G] \item foo \item bar \item baz \item baz \stopitemize \stoptext MTXrun | current version: 2010.10.29 18:15 Herbert
On 31-10-2010 12:11, Herbert Voss wrote:
Do I need some additional settings to get lower greek letters in the example? I get only a dot for g
\starttext
\startitemize[g] \item foo \item bar \item baz \item baz \stopitemize
\startitemize[G] \item foo \item bar \item baz \item baz \stopitemize
\stoptext
does the font that you use have greek symbols? ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Sun, Oct 31, 2010 at 16:57, Hans Hagen wrote:
On 31-10-2010 12:11, Herbert Voss wrote:
Do I need some additional settings to get 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. Mojca
Am 31.10.2010 um 18:18 schrieb Mojca Miklavec:
On Sun, Oct 31, 2010 at 16:57, Hans Hagen wrote:
On 31-10-2010 12:11, Herbert Voss wrote:
Do I need some additional settings to get 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 it works for me: \setupbodyfont[gentium] \starttext \startitemize[g] \dorecurse{10}{\startitem #1 = \greeknumerals{#1} \stopitem} \stopitemize \stoptext The difference between mkii and mkiv is that mkii use math mode to display the greek characters while mkiv takes them from the bodyfont and latin modern has no greek. Wolfgang
2010/10/31 Herbert Voss
Am 31.10.2010 18:48, schrieb Wolfgang Schuster:
The difference between mkii and mkiv is that mkii use math mode to display the greek characters while mkiv takes them from the bodyfont and latin modern has no greek.
yes, that was the problem. You can use Symbola
HErbert ___________________________________________________________________________________ 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://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- luigi
On Sun, Oct 31, 2010 at 06:48:21PM +0100, Wolfgang Schuster wrote:
Am 31.10.2010 um 18:18 schrieb Mojca Miklavec:
On Sun, Oct 31, 2010 at 16:57, Hans Hagen wrote:
On 31-10-2010 12:11, Herbert Voss wrote:
Do I need some additional settings to get 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 it works for me:
\setupbodyfont[gentium] \starttext \startitemize[g] \dorecurse{10}{\startitem #1 = \greeknumerals{#1} \stopitem} \stopitemize \stoptext
The difference between mkii and mkiv is that mkii use math mode to display the greek characters while mkiv takes them from the bodyfont and latin modern has no greek.
LM has upper case Greek, no idea why not lower case as well. Regards, Khaled -- Khaled Hosny Arabic localiser and member of Arabeyes.org team Free font developer
On Sun, Oct 31, 2010 at 10:18:20PM +0100, Martin Schröder wrote:
2010/10/31 Khaled Hosny
: LM has upper case Greek, no idea why not lower case as well.
I still find the idea of greek letters in a font called "latin" interesting... :-)
I'm more interested about the reasoning behind the partial support, it would either not support Greek at all (after all it is Latin), or fully support monotonic Greek at least (even though it is Latin, we all love Greek and Don have already drawn them). Regards, Khaled -- Khaled Hosny Arabic localiser and member of Arabeyes.org team Free font developer
On 31-10-2010 7:39, Khaled Hosny wrote:
On Sun, Oct 31, 2010 at 06:48:21PM +0100, Wolfgang Schuster wrote:
Am 31.10.2010 um 18:18 schrieb Mojca Miklavec:
On Sun, Oct 31, 2010 at 16:57, Hans Hagen wrote:
On 31-10-2010 12:11, Herbert Voss wrote:
Do I need some additional settings to get 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 it works for me:
\setupbodyfont[gentium] \starttext \startitemize[g] \dorecurse{10}{\startitem #1 = \greeknumerals{#1} \stopitem} \stopitemize \stoptext
The difference between mkii and mkiv is that mkii use math mode to display the greek characters while mkiv takes them from the bodyfont and latin modern has no greek.
LM has upper case Greek, no idea why not lower case as well.
i guess that they will be there when lm math shows up Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
2010/10/31 Herbert Voss
Do I need some additional settings to get lower greek letters in the example? I get only a dot for g
\setupbodyfont[dejavu] \starttext \startitemize[g] \item foo \item bar \item baz \item baz \stopitemize \startitemize[G] \item foo \item bar \item baz \item baz \stopitemize \stoptext It works ok wiht latest minimals & dejavu and cambria fonts; it shows dots with lm -- luigi
participants (7)
-
Hans Hagen
-
Herbert Voss
-
Khaled Hosny
-
luigi scarso
-
Martin Schröder
-
Mojca Miklavec
-
Wolfgang Schuster