I am using the %&format magic line in a plain TeX file. On older versions of TeX the result produces the expected results. On TeXLive 2009 (under Gentoo), however, this line has no effect. When I use 'tex -fmt format.fmt file.tex' the expected font substitutions nevertheless work. Has the magic file feature to be enabled in some config file? Many thanks.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
I don't know about Gentoo, but this is controlled by the
|
|||||
|
|
Thanks for the speedy reply. In Gentoo the file is /etc/texmf/web2c/texmf.cnf. In there, parse_first_line was set true by default, but parse_first_line.tex was set to false. Changing to true ('t') fixed the problem. Great help! |
|||||||||
|