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
|
About Lollipop and its manual.
You have obtained a package containing the Lollipop format
and its manual.
The manual uses only Computer Modern, but there are a few
lines in `lollipop-manual.tex' that allow you to switch easily to Times
and Helvetica on Macintosh and Unix systems.
The manual is a pretty good illustration of the power of
Lollipop, but there is also a file 'address.tex' which
contains example macros for an address book.
Lollipop is still under development. The manual contains
some remarks about what is still to be done. If you have any
questions, remarks, suggestions (or if you want to voice
your appreciation :-) , feel free to contact me:
Vafa Khalighi
persian-tex@tug.org
Here is how much of TeX's memory you used:
1194 strings out of 495844
16212 string characters out of 6190699
74602 words of memory out of 5000000
3495 multiletter control sequences out of 15000+600000
11241 words of font info for 40 fonts, out of 8000000 for 9000
19 hyphenation exceptions out of 8191
27i,4n,24p,187b,448s stack positions out of
5000i,500n,10000p,200000b,80000s
Output written on lollipop-manual.pdf (59 pages, 334502 bytes).
History so far:
0.9 October 1992, first public release
0.91 Unannounced update
TeX3 based lolplain
penalties and white space in embedded constructs
splittopskip set equal to topskip
0.92 November 1992, update for friends and family
Copyright notices added
math family setting for \rm, \bf, \tt
bugs in penalties corrected
0.93 December 1992, official update
Lots of nobreaks in pre/post-tex material of constructs
Synonym counters repaired
Topskip and raggedbottom in state of repair
0.94 December 1992, unofficial update
Adaptive distances
0.95 January 1993, unofficial update
Short titles, rewritten external files,
address book example format.
0.97 4 April 2014, organized and updated
files and also generated various formats.
0.98 6 April 2014, changed all lollipop filenames
to start with `lollipop' prefix, and fixed typewriter font.
0.99 9 April 2014, improved ini files, and the error in
address.tex example fixed.
1.00 11 April 2014, updated lollipop-plain.tex and manual.
1.01 12 April 2014, 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
1.02 16 April 2014, Updated lollipop-text.tex (defined \EveryParagraph,
\EveryMath, and \EveryDisplay), defined \PointSizeScriptSizes:12
1.03 19 April 2014, Fixed the wrong numbering of nested enumerate lists
1.04 9 April 2016, Updated lualollipop.ini for the new luatex binary
1.05 16 April 2016, Changed \lolli@name to \lollipop@name
added \footnoterule to output routine
defined \PushLeftIndentLevel, \PopLeftIndentLevel,
\PushRightIndentLevel, \PopRightIndentLevel,
\PushLeftRightIndentLevels, and \PopLeftRightIndentLevels
commands. \PushIndentLevel is now a synonym for
\PushLeftIndentLevel and \PopIndentLevel is a synonym
for \PopLeftIndentLevel
defined \FlushCenter
fixed the error caused by \newhelp
|