blob: 121b4001cd39f41cf9ed122989fb886a6156b2af (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
%
% setter.tex
%
%% Cyrillic font container with T2 encoding beta-support
%
% This file is future part of lxfonts package
% Version 3.4 // Patchlevel=1
% (c) O.Lapko
%
% This package belongs to the public domain under conditions similar to
% those of D. E. Knuth specified for the Computer Modern family of fonts.
% In particular, only the authors are entitled to modify this file
% and to save it under the same name.
%
% Content:
%
% The example file of resetting some defaults
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\def\fntallcm{fntbercm} % Font assortment for CM-like fonts
\def\fntallec{fntberec} % Font assortment for EC-like fonts
\MakeFileHeadsfalse % Create font file headers ?
\SliTeXtrue % Create SliTeX font file headers ?
%\SliTeXfalse % Create SliTeX font file headers ?
\Concretetrue % Create concrete font file headers ?
%\Concretefalse % Create concrete font file headers ?
\CMBrighttrue % Create CM Bright font file headers ?
%\CMBrightfalse % Create CM Bright font file headers ?
\MakeDvifalse % Create DVI file ?
%for experts
%\MakeFontEnctrue % Create encoding files ?
\MakeFontEncfalse % Create encoding files ?
%\Babeltrue % Create encoding files like LaTeX2e XXXdef.enc ?
%\Babelfalse % Create encoding files like LaTeX2e XXXdef.enc ?
%\TFMonlyfalse % Create tfm-files only ?
\TFMonlytrue % Create tfm-files only ?
\doBatchfalse % Create Batch file
% [true option is only for experts; that was heavily
% borrowed from EC's ecstdedt.tex and had not any testing]
\doMFJobtrue % Create MFJob file ?
%\doMFJobfalse % Create MFJob file ?
%\def\jobmodedef{m} % (works if \doMFJobtrue)
%\def\fmtbase{plain} % (works if \doMFJobtrue)
%\def\mfjobscaling{s0} % (works if \doMFJobtrue)
%\def\mfcommand{} % (works if \doMFJobtrue)
\endinput
|