summaryrefslogtreecommitdiff
path: root/macros/generic/tex-ini-files/latex.ini
blob: 665dda30364aedf54cfad676d0dd48c9cf4877a4 (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
% tex-ini-files 20223-11-17: latex.ini

% Thomas Esser, 1998. public domain.
%
\ifx\pdfoutput\undefined \else
  \ifx\pdfoutput\relax \else
    %
    % We're building the latex 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.
\scrollmode
\input latex.ltx
\endinput