blob: db7e045c8fe3b40b0cbcfd3cc429613663bb7802 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
%% June 2004 W\l{}odek Bzyl (public domain)
%% UTF8MeX
%% MeX format for UTF-8 encoded files
%%
%% Requires:
%% - version 7.5.3 of Web2C implementation of TeX
%% - `utf8math.tex', `utf8raw.tex, `utf8unkn.tex'
%% (these files belong to the EncTeX package:
%% ftp://math.feld.cvut.cz/pub/olsak/enctex/)
%%
\ifx\pdfoutput\undefined \else
\ifx\pdfoutput\relax \else
%
% We're building the Mex format with the pdfetex engine (started 2004).
\input pdftexconfig
\pdfoutput=0
%
% pdfTeX related primitives are no longer hidden by default
% (started 2005). Uncomment and recreate the format files by running
% "fmtutil --all" resp. "fmtutil-sys --all" to revert to the old
% (2004) behaviour.
% \input pdftex-dvi.tex
%
\fi
\fi
%
% the usual format initialization.
\input mex.tex
\input utf8-pl
%\input plaina4 % set \hsize and \vsize for A4 %not important, needs cslatex (SW)
\everyjob=\expandafter{\the\everyjob
\message{This is UTF8MeX Version 0.1 13.VI.2004 (W. Bzyl)}}
\dump
|