blob: af4f6a3946df3e1fc2beffc392ec131ea4639537 (
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
|
The eledmac package is for typesetting critical editions. It is a
LaTeX port, and extension, of the plain TeX EDMAC, TABMAC and EDSTANZA
macros. The eledpar package is an extension of eledmac enabling parallel
typesetting in columns or on facing pages.
Eledmac and eledpar are successors of ledmac and ledpar.
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/eledmac
Users list : 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 "maintained".
This work consists of the files:
README (this file),
eledmac.dtx,
eledmac.ins,
eledmac.pdf (200+ pages)
eledpar.dtx,
eledpar.ins,
eledpar.pdf (100+ pages)
and the derived files
eledmac.sty,
eledpar.sty,
--------------------------------------------------------------------
The distribution consists of the following files:
README (this file)
eledmac.dtx
eledmac.ins
eledmac.pdf
eledpar.dtx
eledpar.ins
eledpar.pdf
makefile
To install the eledmac package:
o run: latex eledmac.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 eledmac.pdf
Installation of the other packages (via eledpar.ins)
is similar.
2012/08/14
Maïeul Rouquette
maieul at maieul dot net
|