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
134
135
136
137
|
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).
These 3 packages are deprecated :
- Ledmac is replace by eledmac.
- Ledpar is replace by eledpar
- Learab is unmaintened. You should consider using of XeLaTeX instead.
Bug reports and suggestions are welcome.
This version of the package is stored in github https://github.com/maieul/ledmac
Please use ledmac "issues" https://github.com/maieul/ledmac/issues
URL in the CTAN : http://www.ctan.org/pkg/ledmac
You can subscribe to ledmac list in https://lists.berlios.de/pipermail/ledmac-users/
--------------------------------------------------------------------
Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net, Maïeul Rouquette (new maintainer since june 2011)
Copyright 2003 --- 2005 Peter R. Wilson
Copyright 2011 --- .. Maïeul Rouquette
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 "unmaintned".
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)
makefile
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: make ledmac.pdf
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.
2012/06/07
Maïeul Rouquette
maieul at maieul dot net
|