summaryrefslogtreecommitdiff
path: root/support/tiny_c2l/lx2l-src/config.lx
blob: f5d3a1715ecba4b4d68ed4ffe44044353c510ade (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
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
@@# DEBUG YES

# If you use the afterpage package, the space for line numbers is
# justified every 100 lines. Unfortunately, the first line on the page
# after a change uses the old widt, the following lines use the new
# width. I don't know, how to fix this problem; so I prefer using a fix
# width for line numbers.
# The same problem occurs if one checks the \count0 register (current page
# number): it is incremented at the second line of each page.

@@# USE_AFTERPAGE NO

@# \datum
25.2.2000

@# \major_version
1
@# \minor_version
4
@# \patch_level
0

@# version_missing_blanks
{@calc "%s" " "*(42-strlen("\version from \date"))}

@#-1 lhead
{@end@}

@#-1 chead
Produced from %f on %D %t

@#-1 rhead
{@end@}

@#-1 lfoot
{@end@}

@#-1 cfoot
Page %p

@#-1 rfoot
{@end@}

@# tab2spc
3

@# min_blank
0.25em

@# max_blank
0.55em

@# min_xblank
0.3em

@# max_xblank
0.45em

@# hyphen_kern
\kern0.05em

@#-1 l2e_style
 \documentclass[10pt]{article}{@@+}
 \usepackage{a4,position,fancyhdr}{@@+}
 \usepackage[latin1]{inputenc}{@@+}
 \textwidth18cm\textheight25cm\hoffset-3cm\voffset-1cm

@#-1 l209_style
 \documentstyle[a4,position,fancyhdr]{article}{@@+}
 \textwidth18cm\textheight25cm\hoffset-3cm\voffset-1cm

@#-1 l2e_style_line
 \documentclass[10pt]{article}{@@+}
 \usepackage{a4,position,fancyhdr}{@@+}
 \usepackage[latin1]{inputenc}{@@+}
{@if USE_AFTERPAGE} \usepackage{afterpage}{@@+}
{@endif} \textwidth18cm\textheight25cm\hoffset-3cm\voffset-1cm

@#-1 l209_style_line
 \documentstyle[a4,position,fancyhdr{@if USE_AFTERPAGE},afterpage{@endif}]{article}{@@+}
 \textwidth18cm\textheight25cm\hoffset-3cm\voffset-1cm

@# copyright
%%{@@+}
%% Copyright (C) 1997 - {@calc get_year("")} Michael Plugge <m.plugge@fh-mannheim.de>{@@+}
%% All rights reserved.{@@+}
%%