[pdftex] another pretest -- failure using marovsym fonts
Heiko Oberdiek
oberdiek at ruf.uni-freiburg.de
Tue Aug 7 01:35:35 CEST 2001
On Mon, 6 Aug 2001, George N. White III wrote:
> On Mon, 6 Aug 2001, Han The Thanh wrote:
>
> > ftp://ftp.cstug.cz/pub/tex/local/cstug/thanh/pdftex
> >
> > I fixed the problems with compilation, and a minor change to \pdfcrypt
>
> "make pdftex" tried to run ./tangle, which didn't exist -- copying
> an older tangle to the web2c directory allowed building pdftex
> and pdfetex.
Another possibility:
src/texk/web2c> touch tangleboot.p
This has solved the problem for me.
The compilation succeeded, but results in a warning message
in pdfcrypt.c (symlinked to pdfcrypt-full.c).
The following diff solves the warning:
%%% cut %%% pdfcrypt-full.diff %%% cut %%%
53c53
< pdftex_warn("\pdfcrypt ignored (must be enable before the first object is written out)");
---
> pdftex_warn("\\pdfcrypt ignored (must be enabled before the first object is written out)");
%%% cut %%% pdfcrypt-full.diff %%% cut %%%
It doubles the backslash of "\pdfcrypt" in the string and
corrects the typo to "enabled".
Yours sincerely
Heiko <oberdiek at uni-freiburg.de>
More information about the pdftex
mailing list