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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
% lollipop.tex; master file for the Lollipop tex format.
% This file and all input files and all files for the manual
% (with the exception of hyphen.tex and btxmac.tex)
% copyright 1992/3 Victor Eijkhout
% copyright 2014 Vafa Khalighi
%
%
% This program is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with this program. If not, see <http://www.gnu.org/licenses/>.
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%% L O L L I P O P T E X %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% o
% L O L L I P O P
% | |
%
\catcode`\@=11
\input lollipop-plain
\input lollipop-tools
\input lollipop-define
\input lollipop-fonts
\input lollipop-fontdefs
\input lollipop-text
\input lollipop-document
\input lollipop-heading
\input lollipop-output
\input lollipop-float
\input lollipop-lists
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\frenchspacing
\showboxdepth=7 \showboxbreadth=300
\errorcontextlines=\maxdimen
\let\willbeunhskip\unhskip
\Typeface:ComputerModern
\Pointsize:10
\Style:bold \Style:slant \Style:italic \Style:roman
\Distance:verbatimwhiteleft=levelindent
\Distance:verbatimwhitebefore={0pt plus 1pt}
\Distance:verbatimwhiteafter={0pt plus 1pt}
%\tracingmacros=2\tracingcommands\tracingmacros
\DefineTextBlock:Ver
whitebefore:verbatimwhitebefore whiteafter:verbatimwhiteafter
breakbefore:200 breakafter:-100
whiteleft:verbatimwhiteleft
command:vVer text Stop
\DefinePageGrid:RightPage height:page=8in width:page=5in
textband:start text textband:stop
vwhite:12pt
band:start PageCounter band:stop
Stop
\RightPage
\hyphenation{Eijk-hout dis-cre-tio-na-ry al-ign-ment met-hod
met-hods}
% v0.9 First public release October 1992
% v0.91 TeX3 based lolplain, penalties in embedded constructs,
% splittopskip
% v0.92 Copyright notices added, math family setting,
% bugs in penalties corrected
% v0.93 Nobreaks in constructs, synonym counters, start floats
% v0.94 Adaptive distances and counters
% v0.95 BibTeX, short titles, improved external handling,
% \CurrentOutput changed
% v0.96 repair: counters, ToExternal, option:title=Smthng,
% changed copyright status! fontdefs file, late externals
% EmptyList -> IsEmp...
%
% v0.97 Update and organized files and generated various
% formats for Lollipop.
%
% v0.98 Changed filenames; the new filename has now
% "lollipop-" prefix, and fixed typewriter font.
%
% v0.99 Improved ini files, and the error in address.tex
% example fixed.
%
% v1.00 Updated lollipop-plain.tex.
%
% v1.01 Updated lollipop-text.tex (changed "#1 cs to \"#1 cs
% to be compatible with plain; also we can not make
% " active since it is used by xetex for font selection,
% new ini file xelollipop.ini
%
%v1.02 Updated lollipop-text.tex (defined \EveryParagraph,
% \EveryMath, and \EveryDisplay), defined
% \PointSizeScriptSizes:12
%
%v1.03 Fixed the wrong numbering of nested enumerate lists
%
\edef\fmtname{\lolli@name}%defined in Tools
\def\fmtversion{v1.03, 19 April 2014}
\append@to@list{everyjob}{\message{
>>>> This is Lollipop TeX (\fmtversion) <<<<}}
\makeatother
\errorstopmode
\endinput
|