On Mon, Jun 9, 2008 at 11:03 AM, Uwe Koloska
Hello,
Am Montag, 9. Juni 2008 schrieb Wolfgang Schuster:
On Mon, Jun 9, 2008 at 3:06 AM, Uwe Koloska
wrote: does someone have a typescript (or what's now needed) for using the wonderful delicious font with context?
I used it myself for the examples in my letter manual.
Ah - Thank you!
But what is necessary to let it be known to context? (process with texfont, etc.)
Save the typescripts in a file with the name "type-delicious.tex" and use it in your document with: \usetypefile [delicious] \usetypescript[delicious] \setupbodyfont[delicious] \starttext My document with the delicious fonts. \stoptext You could put the fonts in the font directory of your OS or in a folder in your TeX tree, to let LuaTeX or XeTeX know about your fonts call "luatools --generate" or "context --generate" for LuaTeX and "fc-cache -v -r" (not sure about the parameters) for XeTeX. To get a PDF file save my example in a file with the name "delicious.tex" (or whatever you want) and process it either with "texexec --lua delicious" or "context delicious" (faster than the texexec call) for LuaTeX and "texexec --xtx delicious" for XeTeX.
And where can I find the "letter manual"? The letter-doc.pdf seems not to include any examples nor the delicious fonts ...
http://wolfgang.schuster.googlepages.com/letter -> Manual Wolfgang