[NTG-context] assembling typescript
Karsten Heymann
kheymann at ecology.uni-kiel.de
Sun Mar 19 16:34:31 CET 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
after Patrick Gundlach convinced me at DANTE 2006 to switch the small
scientific magazine project I'm currently working on for a client from
LaTeX co ConTeXt, I'm now preparing a sample document for my client to
convince him, and for that I need your help :)
I've spent the last two weeks getting in touch wich context and I must
say I'm really impressed, nice work!
First challenge is that the document fonts are URW GaramondNo8 for the
text and Bitstream Futura (really: Bitstream Geometric 211) for the
headings. I managed quite easyly to install them with texfont and the
instructions from the contextgarden wiki[1] and compile the sample
document with either font family. But now I'm trying to (1) understand
the typescript files and (2) build an own typescript putting those fonts
together. This is what I have so far:
\usetypescriptfile[type-ugm]
\usetypescriptfile[type-bfu]
\starttypescript [ifa][texnansi]
\definetypeface [ifa] [rm] [serif] [garamond] [default]
~ [encoding=texnansi]
\definetypeface [ifa] [ss] [sans] [futura] [default]
~ [encoding=texnansi]
\definetypeface [ifa] [tt] [mono] [modern] [default]
~ [encoding=texnansi]
\stoptypescript
\usetypescript[ifa][texnansi]
%\ifa
\starttext
\ss
\input knuth
\rm
\input knuth
\stoptext
(type-ugm.tex and type-bfu.tex are attached). What happens is: When I
compile the file a is it is set in computer modern. To enable my fonts I
have to comment out \starttypescript, \stoptypescript and \usetypescript
and enable \ifa. How do I activate my fonts via a typescript.
Yours,
Karsten
[1] http://wiki.contextgarden.net/URW_Garamond
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFEHXoGKLkXHxOeP2ERAoLUAJ41I6/BTzzb9IHVDSu4rNLOyb+lEQCeJCmw
AxeVTdOqaAwkFeOQTtPis6g=
=nWCx
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: type-bfu.tex
Type: text/x-tex
Size: 2381 bytes
Desc: not available
Url : http://www.ntg.nl/pipermail/ntg-context/attachments/20060319/a1ed4e12/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: type-ugm.tex
Type: text/x-tex
Size: 1787 bytes
Desc: not available
Url : http://www.ntg.nl/pipermail/ntg-context/attachments/20060319/a1ed4e12/attachment-0001.bin
More information about the ntg-context
mailing list