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
130
131
132
133
|
The ledmac package is for typesetting critical editions. It is a
LaTeX port, and extension, of the plain TeX EDMAC, TABMAC and EDSTANZA
macros. The ledpar package is an extension of ledmac enabling parallel
typesetting in columns or on facing pages. The ledarab package is
an extension enabling the use of arabic script, as implemented by ArabTeX,
in critical editions (temporarily afoot.sty is provided to support regular
footnotes in ArabTeX).
Bug reports and suggestions may be welcome.
This package is versionned in github https://github.com/maieul/ledmac/
Please use the ledpar issues. https://github.com/maieul/ledmac/issues
--------------------------------------------------------------------
Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net, Maïeul Rouquette (news maintainer since juin 2011)
Copyright 2003 --- 2005 Peter R. Wilson
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3 of this license or (at your option) any
later version.
The latest version of the license is in
http://www.latex-project.org/lppl.txt
and version 1.3 or later is part of all distributions of
LaTeX version 2003/06/01 or later.
This work has the LPPL maintenance status "unmaintained".
This work consists of the files:
README (this file),
ledmac.dtx,
ledmac.ins,
ledmac.pdf (200+ pages)
ledeasy.eps,
ledfeat.eps,
ledioc.eps,
ledarden.eps,
ledmixed.eps,
ledekker.eps,
ledbraonain.eps,
ledpar.dtx,
ledpar.ins,
ledpar.pdf (100+ pages)
djd17novL.eps,
djd17novR.eps,
djdpoems1.eps,
djdpoems2.eps,
djdpoems3.eps,
djdpoems4.eps,
villon.eps,
ledarab.dtx,
ledarab.ins,
ledarab.pdf (20- pages)
egarab.eps
egarabpar.eps
and the derived files
ledmac.sty,
ledeasy.tex,
ledfeat.tex,
ledioc.tex,
ledarden.tex,
ledmixed.tex,
ledekker.tex,
ledbraonain.tex,
ledpar.sty,
djd17nov.tex,
djdpoems.tex,
villon.tex,
ledarab.sty
egarab.tex
egarabpar.tex
afoot.sty
--------------------------------------------------------------------
The distribution consists of the following files:
README (this file)
ledmac.dtx
ledmac.ins
ledmac.pdf
ledeasy.eps
ledfeat.eps
ledioc.eps
ledarden.eps
ledmixed.eps
ledekker.eps
ledbraonain.eps
ledpar.dtx
ledpar.ins
ledpar.pdf
djd17novL.eps
djd17novR.eps
djdpoems1.eps
djdpoems2.eps
djdpoems3.eps
djdpoems4.eps
villon.eps
ledarab.dtx
ledarab.ins
ledarab.pdf
egarab.eps
egarabpar.eps
(possibly ledpatch.sty)
(possibly ledparpatch.sty)
(possibly ledarabpatch.sty)
To install the ledmac package:
o run: latex ledmac.ins (which will generate ledmac.sty)
o Move ledmac.sty (and ledpatch.sty if it exists) to a location where
LaTeX will find it (for more information on this see the FAQ).
To generate a second copy of the manual (which is already supplied as a PDF file):
o run: latex ledmac.dtx
o (for an index run: makeindex -s gind.ist ledmac)
o run: latex ledmac.dtx
o Print ledmac.dvi for a hardcopy of the package manual
The *.eps files are example pages processed with the ledmac package.
They are included as figures in ledmac.dtx, which also contains the
source code for them.
Installation of the other packages (via ledpar.ins and ledarab.ins)
is similar.
2008/05/28
Peter Wilson
herries dot press at earthlink dot net
|