Hi, I would like to have font bigger than 12pt. When I try following, commented line causes error message "Math formula deleted: Insufficient symbol fonts." while compiled with luatex. Could you tell me why and how to fix it? Thanks ZS \starttext \setupbodyfont[rm,13pt] Some reaction O\low{2} $\rightarrow$ O\low{3}. %Some reaction\footnote{ O\low{2} $\rightarrow$ O\low{3} }. \stoptext
zs wrote:
Hi,
I would like to have font bigger than 12pt. When I try following, commented line causes error message "Math formula deleted: Insufficient symbol fonts." while compiled with luatex. Could you tell me why and how to fix it?
Thanks
ZS
\starttext \setupbodyfont[rm,13pt]
Some reaction O\low{2} $\rightarrow$ O\low{3}. %Some reaction\footnote{ O\low{2} $\rightarrow$ O\low{3} }.
you need to define a bodyfotn environment (probably explained somewhere on the wiki) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Mon, 20 Aug 2007 12:42:26 +0200
Hans Hagen
you need to define a bodyfotn environment (probably explained somewhere on the wiki)
OK, I tried that using cont-eni.pdf, but got the same result or overlapping text and footnotes. Have you (anybody) working example using non standard size and math? Thanks ZS
\starttext \definebodyfontenvironment[13pt] \setupbodyfont[rm,13pt] Some reaction O\low{2} $\rightarrow$ O\low{3}. Some reaction\footnote{ O\low{2} $\rightarrow$ O\low{3} }. \stoptext Live context/luatex cannot compile this. Footnote makes the trouble. Is it a bug or some other setting should be made? ZS
participants (2)
-
Hans Hagen
-
zs