summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eledmac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-18 23:43:55 +0000
committerKarl Berry <karl@freefriends.org>2012-09-18 23:43:55 +0000
commit1437f86d9a9ab519f98066f49b87beb08c1881ea (patch)
tree5525cf554edaf06815c6d7f8e57a746f2f6ac7b3 /Master/texmf-dist/doc/latex/eledmac
parent7d3fe67946edf779c9af7cf56549b46e86255fe1 (diff)
new altex package eledmac/eledpar (18sep12)
git-svn-id: svn://tug.org/texlive/trunk@27726 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/eledmac')
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/Makefile37
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/README72
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/eledmac.pdfbin0 -> 824992 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/eledpar.pdfbin0 -> 466216 bytes
4 files changed, 109 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/eledmac/Makefile b/Master/texmf-dist/doc/latex/eledmac/Makefile
new file mode 100644
index 00000000000..fc139a78913
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/Makefile
@@ -0,0 +1,37 @@
+PACKAGE = *.dtx \
+ *.ins \
+ eledmac.pdf \
+ eledpar.pdf \
+ README \
+ Makefile
+
+
+
+.PHONY: all dist clean
+
+
+all: eledmac.sty eledmac.pdf eledpar.sty eledpar.pdf dist
+
+doc: *.pdf
+
+
+%.sty: %.ins %.dtx
+ rm -f $*.sty led*tex
+ @pdflatex $*.ins
+
+%.pdf: %.sty %.dtx
+ @pdflatex $*.dtx
+ @makeindex -s gind.ist -o $*.ind $*.idx
+ @makeindex -s gglo.ist -o $*.gls $*.glo
+ @pdflatex $*.dtx
+ @pdflatex $*.dtx
+
+
+dist: $(PACKAGE)
+ @$(RM) ../eledmac.zip
+ zip ../eledmac.zip $(PACKAGE)
+
+
+clean:
+ @$(RM) *.aux *.log *.out *.toc *tex *.pdf eledmac.sty eledpar.sty *ind *ilg *lof *idx *glo *gls ../eledmac.zip
+
diff --git a/Master/texmf-dist/doc/latex/eledmac/README b/Master/texmf-dist/doc/latex/eledmac/README
new file mode 100644
index 00000000000..af4f6a3946d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/README
@@ -0,0 +1,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
+
diff --git a/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf b/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf
new file mode 100644
index 00000000000..5ffa142d9e0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/eledpar.pdf b/Master/texmf-dist/doc/latex/eledmac/eledpar.pdf
new file mode 100644
index 00000000000..f6288e69759
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/eledpar.pdf
Binary files differ