Changes

Jump to navigation Jump to search
no edit summary
Then
\setromanfont{[KalligraphiaLTStd.otf]}
 
 
What follows should be put when we solve the trouble
===Figures===
Because of an actual bug, including figures in a document processed by XeTeX requires some cautions. The use of the usual <cmd>externalfigure</cmd> can slow a lot the processing and raise some troubles. A possible strategy (which works only as a workaround as it breaks engine compatibility) is to replace <cmd>externalfigure</cmd> with the low-level XeTeX specific command <cmd>XeTeXpicfile</cmd>. For pdf inclusion one can use <cmd>XeTeXpdffile</cmd>.
As an example, consider this code:
<texcode>
\externalfigure[stuff/picTest] [height=.5\paperheight, width=\paperwidth]
\externalfigure[stuff/pdfTest] [height=.5\paperheight, width=\paperwidth]
</texcode>
it can be replaced by:
<texcode>
\XeTeXpicfile "stuff/picTest.png" height .5\paperheight width \paperwidth
\XeTeXpdffile "stuff/pdfTest.pdf" height .5\paperheight width \paperwidth
</texcode>
89

edits

Navigation menu