Le 14 juin à 15:40:31 "Thomas A. Schmitz"
| > Hi all, | > | > I'm trying to make use of the two last official presentation | > modules, but | > with my (up-to-date with all fonts) TeXlive installation I obtain | > lots of | > font errors (I will of course send the log if asked). | > | > Is there some easy way to use this module? | > tia, | > -- | > Jean | >
| The first lines define the typeface: from s-pre-61.tex:
| \usetypescriptfile[type-ghz]
| \definetypeface[mainface][ss][sans][optima-nova][default][encoding= | \defaultencoding]
| Assuming you don't have optima-nova, have you simply tried to replace | this line with something referring to a font you have, such as
| \definetypeface[mainface][ss][sans][modern][default][encoding= | \defaultencoding] ?
| This works for me with --mode-demo
| Best
| Thomas Thanks Thomas, I had tried to comment out these lines, but no more. All works well on my machine now, best -- Jean