Hi all, for some reason, hyphenation for ancient Greek isn't working in the latest current. test file: \usetypescript[type-gentium] \setupbodyfont[gentium,12pt] \starttext \hyphenatedword{allegorical} {\fr\hyphenatedword{détoxication}} {\agr\hyphenatedword{φιλοσοφούμενα}} \stoptext I looked at lang-grk.tex but couldn't find anything obvious, and according to the log file, all languages are loaded, mkiv lua stats : loaded patterns - agr:gr:31 en::2 fr::15 so I'm a bit puzzled. Thomas
On 2-8-2010 4:39, Thomas Schmitz wrote:
Hi all,
for some reason, hyphenation for ancient Greek isn't working in the latest current. test file:
\usetypescript[type-gentium] \setupbodyfont[gentium,12pt]
\starttext
\hyphenatedword{allegorical}
{\fr\hyphenatedword{détoxication}}
{\agr\hyphenatedword{φιλοσοφούμενα}}
can you send me a zipped test file ? ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Thanks Hans. Here's another small problem I have noticed which I think started with the latest current and is still there in the beta: aligning footnumbers numbers (instead of footnote text) at the left margin as described in the wiki doesn't work any longer. Example: \setupnote[footnote][margindistance=0em,command=\myfootnotecommand] \setupnotedefinition[footnote][location=left,hang=1] \def\myfootnotecommand#1{\hbox to 1.5em{#1}} \showframe \starttext \input{tufte}\footnote{Look, a footnote} \stoptext (no pesky utf characters this time). All best Thomas
Am 02.08.10 21:02, schrieb Thomas Schmitz:
Thanks Hans. Here's another small problem I have noticed which I think started with the latest current and is still there in the beta: aligning footnumbers numbers (instead of footnote text) at the left margin as described in the wiki doesn't work any longer. Example:
\setupnote[footnote][margindistance=0em,command=\myfootnotecommand] \setupnotedefinition[footnote][location=left,hang=1]
You don't need \setupnote: \setupnotedefinition[footnote][location=serried,hang=1,width=1.5em,headalign=flushleft]
\input{tufte}
This is LaTeX syntax. Wolfgang
On Mon, 02 Aug 2010 21:21:00 +0200
Wolfgang Schuster
You don't need \setupnote:
\setupnotedefinition[footnote][location=serried,hang=1,width=1.5em,headalign=flushleft]
Ah I see, there's now support in the core. That's great!
\input{tufte}
This is LaTeX syntax.
Oops. Won't happen again! Thanks Thomas
participants (4)
-
Arthur Reutenauer
-
Hans Hagen
-
Thomas Schmitz
-
Wolfgang Schuster