summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eledmac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-06 22:49:21 +0000
committerKarl Berry <karl@freefriends.org>2014-08-06 22:49:21 +0000
commit6dbec9cf98c5cc99c45848bbb37a207c2ae21160 (patch)
tree9a852286da25707be4379a9c2170ffe30783b8be /Master/texmf-dist/doc/latex/eledmac
parentff1845c8557690d905ecb126d40c90e611602de5 (diff)
eledmac (6aug14)
git-svn-id: svn://tug.org/texlive/trunk@34854 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/eledmac')
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/Makefile15
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/README178
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/eledmac.pdfbin897401 -> 935706 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/eledpar.pdfbin495952 -> 507805 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/columns-alignment.pdfbin0 -> 21172 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/columns-alignment.tex131
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/cross-referencing.pdfbin0 -> 16303 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/cross-referencing.tex30
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/indexing.pdfbin0 -> 19894 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/indexing.tex41
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/makefile11
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/minimal-parallels.pdfbin0 -> 12221 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/minimal-parallels.tex72
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/minimal-verses.pdfbin0 -> 17126 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/minimal-verses.tex42
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/parallel-column-two-languages.pdfbin0 -> 24844 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/parallel-column-two-languages.tex75
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/sections-not-in-line-numbering.pdfbin0 -> 17148 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/sections-not-in-line-numbering.tex54
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/sections-parallel-not-in-line-numbering.pdfbin0 -> 22219 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/sections-parallel-not-in-line-numbering.tex246
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-columns.pdfbin0 -> 29456 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-columns.tex225
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-pages.pdfbin0 -> 31788 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-pages.tex357
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes.pdfbin0 -> 22787 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes.tex104
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/side-notes.pdfbin0 -> 20120 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/side-notes.tex41
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/spaces-around-footnote-rule.pdfbin0 -> 20765 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/spaces-around-footnote-rule.tex70
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/text-between-verses-in-parallel.pdfbin0 -> 16237 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/text-between-verses-in-parallel.tex71
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/latexmkrc2
34 files changed, 1695 insertions, 70 deletions
diff --git a/Master/texmf-dist/doc/latex/eledmac/Makefile b/Master/texmf-dist/doc/latex/eledmac/Makefile
index 4f28f1e0134..9081baf5dd8 100644
--- a/Master/texmf-dist/doc/latex/eledmac/Makefile
+++ b/Master/texmf-dist/doc/latex/eledmac/Makefile
@@ -3,7 +3,8 @@ PACKAGE = *.dtx \
eledmac.pdf \
eledpar.pdf \
README \
- Makefile
+ Makefile \
+ latexmkrc \
@@ -14,6 +15,8 @@ all: eledmac.sty eledmac.pdf eledpar.sty eledpar.pdf dist
doc: *.pdf
+README: README.md
+ pandoc README.md -o README
%.sty: %.ins %.dtx
rm -f $*.sty $*tex
@@ -27,14 +30,22 @@ doc: *.pdf
@pdflatex $*.dtx
-dist: $(PACKAGE)
+dist: $(PACKAGE) examples
rm -rf eledmac
mkdir eledmac
+ mkdir eledmac/examples
+ $(MAKE) -C examples clean
+ $(MAKE) -C examples all
+ cp examples/*pdf eledmac/examples
+ cp examples/*tex eledmac/examples
+ cp examples/makefile eledmac/examples
+
cp $(PACKAGE) eledmac
@$(RM) ../eledmac.zip
zip -r ../eledmac.zip eledmac
clean:
+ $(MAKE) -C examples 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
index 0b2537830d2..6d548bdad29 100644
--- a/Master/texmf-dist/doc/latex/eledmac/README
+++ b/Master/texmf-dist/doc/latex/eledmac/README
@@ -1,72 +1,114 @@
- 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.
+Overview
+========
+
+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 eledmac.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
+The package is available on [CTAN](http://www.ctan.org/pkg/eledmac). \#
+Copyright and Licence \#\# Authors - Peter Wilson (Herries Press)
+herries dot press at earthlink dot net, - Maïeul Rouquette (new
+maintainer since june 2011)
+
+Copyright
+---------
+
+- Copyright 2003 --- 2005 Peter R. Wilson
+- Copyright 2011 --- .. Maïeul Rouquette
+
+Licence
+-------
+
+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,
+- eledpar.dtx,
+- eledpar.ins,
+
+and the derived files:
+
+- eledmac.sty,
+- eledpar.sty,
+- eledmac.pdf, (200+ pages)
+- eledpar.pdf, (100+ pages)
+
+The distribution consists of the following files:
+
+- README (this file)
+- eledmac.dtx
+- eledmac.ins
+- eledmac.pdf
+- eledpar.dtx
+- eledpar.ins
+- eledpar.pdf
+- makefile
+- latexmrc
+- examples/
+ - \*.tex
+ - \*.pdf
+ - makefile
+
+Installation
+============
+
+- run: `latex eledmac.ins` (which will generate eledmac.sty) and
+ `latex eledpar.ins` (which will generate eledmac.sty)
+- move eledmac.sty and eledpar.sty 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):
+
+- run: `make eledmac.pdf`
+
+Help
+====
+
+- [Users list](https://lists.berlios.de/pipermail/ledmac-users/)
+- [StackExchange](https://tex.stackexchange.com/questions/tagged/eledmac),
+ see also the [older
+ tag](https://tex.stackexchange.com/questions/tagged/eledmac)
+
+ Debug
+======
+
+Suggestions and bug reports are welcome.
+
+Maïeul Rouquette is the only one maintainer. To help him in his work,
+please follow these rules:
+
+- Go to the [issues page](https://github.com/maieul/ledmac/issues);
+- Open *one issue by problem*, even if problems are similar.
+- Add a [minimal working
+ example](http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl).
+- If your report is really a bug, Maïeul Rouquette will open a
+ "branch" to solve your problem. This branch will be called
+ "issueXXX", where "XXX" is the issue number.
+- Once the problem has a possible solution, Maïeul Rouquette will send
+ you a zip file and ask you to test it:
+ - Download the zip file of the branch (or, if you know Git, go to
+ the branch there):
+ - Go to [the project page](https://github.com/maieul/ledmac/).
+ - Choose the correct branch in the "branch" menu.
+ - Click on the cloud, in the right side.
+
+ - Run the `.ins` files with pdflatex, to obtain the `.sty` files.
+ - Put the `.sty` files with your test files (in the same folder).
+ - Make your report.
+
diff --git a/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf b/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf
index e2fe2e7ac58..7c287898c11 100644
--- a/Master/texmf-dist/doc/latex/eledmac/eledmac.pdf
+++ 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
index 4051acf929c..a306fc33d24 100644
--- a/Master/texmf-dist/doc/latex/eledmac/eledpar.pdf
+++ b/Master/texmf-dist/doc/latex/eledmac/eledpar.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/columns-alignment.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/columns-alignment.pdf
new file mode 100644
index 00000000000..acde45f4cc0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/columns-alignment.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/columns-alignment.tex b/Master/texmf-dist/doc/latex/eledmac/examples/columns-alignment.tex
new file mode 100644
index 00000000000..1154556631a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/columns-alignment.tex
@@ -0,0 +1,131 @@
+\documentclass{article}
+\usepackage{polyglossia,fontspec,xunicode}
+\usepackage[showframe]{geometry}
+\usepackage{libertineotf}
+\setmainlanguage{english}
+
+\usepackage{eledmac,eledpar}
+
+\linenummargin{left}
+\setlength{\Lcolwidth}{.44\textwidth}
+\setlength{\Rcolwidth}{.44\textwidth}
+\setlength{\columnrulewidth}{0.4pt}
+
+\begin{document}
+
+
+\title{\texttt{\textbackslash Columns} alignment}
+\date{}
+\maketitle
+\begin{abstract}
+This file provide example of setting the alignment of \verb+\Columns+ on the page: right (default), left or center.
+
+The column are 0.44\verb+\textwidth+, and we use \verb+\columnsposition+.
+
+We also provide a last example, showing how we can manipulate space between colons, by redefining \verb+\beforecolumnseparator+ and \verb+\aftercolumnseparator+.
+\end{abstract}
+
+
+\section{Right (default)}
+
+\columnsposition{R}
+\begin{pairs}
+
+\begin{Leftside}
+\beginnumbering
+\pstart
+Left side left side left side left side left side left side left side left side left side left side
+\pend
+\endnumbering
+\end{Leftside}
+
+\begin{Rightside}
+\beginnumbering
+\pstart
+Right side right side right side right side right side right side right side right side right side right side
+\pend
+\endnumbering
+\end{Rightside}
+
+\Columns
+\end{pairs}
+
+\section{Left}
+\columnsposition{L}
+
+\begin{pairs}
+
+\begin{Leftside}
+\beginnumbering
+\pstart
+Left side left side left side left side left side left side left side left side left side left side
+\pend
+\endnumbering
+\end{Leftside}
+
+\begin{Rightside}
+\beginnumbering
+\pstart
+Right side right side right side right side right side right side right side right side right side right side
+\pend
+\endnumbering
+\end{Rightside}
+
+\Columns
+\end{pairs}
+
+\section{Center}
+
+\columnsposition{C}
+\begin{pairs}
+
+\begin{Leftside}
+\beginnumbering
+\pstart
+Left side left side left side left side left side left side left side left side left side left side
+\pend
+\endnumbering
+\end{Leftside}
+
+\begin{Rightside}
+\beginnumbering
+\pstart
+Right side right side right side right side right side right side right side right side right side right side
+\pend
+\endnumbering
+\end{Rightside}
+
+\Columns
+\end{pairs}
+
+\section{Center, setting space between columns}
+
+Now, we set the spaces between columns, to have all the line occupied.
+
+\setlength{\beforecolumnseparator}{0.06\textwidth}
+\setlength{\aftercolumnseparator}{0.06\textwidth}
+
+\vspace{\baselineskip}
+
+\begin{pairs}
+
+\begin{Leftside}
+\beginnumbering
+\pstart
+Left side left side left side left side left side left side left side left side left side left side
+\pend
+\endnumbering
+\end{Leftside}
+
+\begin{Rightside}
+\beginnumbering
+\pstart
+Right side right side right side right side right side right side right side right side right side right side
+\pend
+\endnumbering
+\end{Rightside}
+
+\Columns
+\end{pairs}
+
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/cross-referencing.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/cross-referencing.pdf
new file mode 100644
index 00000000000..9d2a75bf918
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/cross-referencing.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/cross-referencing.tex b/Master/texmf-dist/doc/latex/eledmac/examples/cross-referencing.tex
new file mode 100644
index 00000000000..dd83a43adc1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/cross-referencing.tex
@@ -0,0 +1,30 @@
+\documentclass{article}
+\usepackage{polyglossia,fontspec,xunicode}
+\usepackage{libertineotf}
+\setmainlanguage{latin}
+\setotherlanguage{english}
+\usepackage{eledmac,hyperref}
+
+
+
+\begin{document}
+
+\begin{english}
+\title{Cross-referencing with eledmac}
+\date{}
+\maketitle
+\begin{abstract}
+This files provides a MWE of cross-referencing with eledmac, referencing to line number.
+The \verb+\edlabel+, \verb+\edpageref+ and \verb+\lineref+ commands are used.
+
+See p.~\edpageref{ultrices} l.~\lineref{ultrices}.
+\end{abstract}
+\end{english}
+
+\beginnumbering
+
+\pstart
+Pellentesque non orci dui. Donec a libero eu nisl sollicitudin lobortis eget nec lacus. Nulla pellentesque, neque ut tincidunt vestibulum, ante mi varius purus, nec cursus neque orci ut orci. Donec bibendum ligula bibendum nisl aliquet auctor. Nam luctus lorem mauris, ac venenatis felis posuere non. Quisque ultricies ante magna, facilisis pellentesque nibh placerat at. Aliquam sit amet ante varius, vestibulum augue condimentum, scelerisque turpis. Proin at nibh vulputate, tincidunt tellus vel, vehicula libero. Praesent venenatis, turpis nec feugiat sodales, risus sapien tempus odio, at vehicula ipsum nisl a nisl. Nunc pretium elit tellus, \edlabel{ultrices}ultrices facilisis odio interdum non. Donec et condimentum quam, id ullamcorper nisl.
+\pend
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/indexing.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/indexing.pdf
new file mode 100644
index 00000000000..fc9715e6e94
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/indexing.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/indexing.tex b/Master/texmf-dist/doc/latex/eledmac/examples/indexing.tex
new file mode 100644
index 00000000000..44e6e01701b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/indexing.tex
@@ -0,0 +1,41 @@
+\documentclass{article}
+\usepackage{polyglossia,fontspec,xunicode}
+\usepackage{libertineotf}
+\setmainlanguage{latin}
+\setotherlanguage{english}
+\usepackage[nonewpage]{imakeidx}
+
+\usepackage{eledmac,hyperref}
+\makeindex
+\makeindex[title=Index Nominum,name=name]
+\begin{document}
+
+\begin{english}
+\date{}
+\title{Indexing with eledmac}
+\maketitle
+
+\begin{abstract}
+ This file provides a MWE of indexing with eledmac, referencing to line number.
+ The \verb+\edindex+ command is used. The package imakeidx is used, to have multiple index.
+\end{abstract}
+\end{english}
+
+\beginnumbering
+\pstart
+Imperator\edindex[name]{Nero} purus, dictum a semper eu, \edindex{long-passage|(}fermentum a augue. Nam enim sapien, consequat sit amet fermentum et, convallis non orci. Aliquam erat volutpat. Sed laoreet vitae enim eget posuere. Integer auctor aliquet sagittis. Curabitur odio felis, tempus sit amet porttitor sed, mattis a sapien. Interdum et malesuada fames ac ante ipsum primis in faucibus. Vivamus posuere adipiscing erat, et porta augue semper nec.
+\pend
+\pstart
+Phasellus pretium euismod urna ac congue. Integer interdum\edindex{long-passage|)} dapibus aliquet. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vestibulum placerat volutpat est, porta adipiscing lectus commodo vel. Vestibulum libero magna, vulputate eget tellus ornare, posuere lobortis velit. Suspendisse non diam at est auctor luctus in nec elit. Cras sed aliquam tellus. Suspendisse non odio sit amet nunc consequat malesuada. Curabitur eget lacus lectus. Vivamus elementum risus eget nisi venenatis, in volutpat elit placerat. Maecenas congue nunc id est luctus accumsan. Fusce id nisl enim.
+\pend
+\pstart
+Pellentesque non orci dui. Donec a libero\edindex{libero|textbf} eu nisl sollicitudin lobortis eget nec lacus. Nulla pellentesque, neque ut tincidunt vestibulum, ante mi varius purus, nec cursus neque orci ut orci. Donec bibendum ligula bibendum nisl aliquet auctor. Nam luctus lorem mauris, ac venenatis felis posuere non. Quisque ultricies ante magna, facilisis pellentesque nibh placerat at. Aliquam sit amet ante varius, vestibulum augue condimentum, scelerisque turpis. Proin at nibh vulputate, tincidunt tellus vel, vehicula libero. Praesent venenatis, turpis nec feugiat sodales, risus sapien tempus odio, at vehicula ipsum nisl a nisl. Nunc pretium elit tellus, ultrices facilisis odio interdum non. Donec et condimentum quam, id ullamcorper nisl.
+\pend
+\endnumbering
+
+\newpage
+\printindex
+
+\printindex[name]
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/makefile b/Master/texmf-dist/doc/latex/eledmac/examples/makefile
new file mode 100644
index 00000000000..2957ca2313a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/makefile
@@ -0,0 +1,11 @@
+.SUFFIXES: .tex
+
+all: .tex.pdf
+
+.tex.pdf:
+ latexmk $<
+
+
+
+clean:
+ @$(RM) *pdf *toc *.1* *.2* *.3* *.eledsec* *.log *.fdb_latexmk *.aux *.end *.ilg *.ind *.idx *.out *.synctex.gz *.synctex.gz\(busy\) \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/minimal-parallels.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/minimal-parallels.pdf
new file mode 100644
index 00000000000..636a81bb0a0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/minimal-parallels.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/minimal-parallels.tex b/Master/texmf-dist/doc/latex/eledmac/examples/minimal-parallels.tex
new file mode 100644
index 00000000000..83c19f87715
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/minimal-parallels.tex
@@ -0,0 +1,72 @@
+\documentclass{article}
+\usepackage{polyglossia,fontspec,xunicode}
+\usepackage{libertineotf}
+\setmainlanguage{english}
+
+
+\usepackage{eledmac,eledpar}
+
+
+\begin{document}
+
+\date{}
+\title{Parallel}
+\maketitle
+
+\begin{abstract}
+This file provides two minimal examples of typesetting parallel texts with eledmac plus eledpar.
+
+The first minimal example is parallel typesetting in columns, the second one is parallel typesetting in pages.
+\end{abstract}
+
+
+\begin{pairs}
+ \begin{Leftside}
+ \beginnumbering
+ \pstart
+ Left side paragraph. Left side paragraph. Left side paragraph. Left side paragraph. Left side paragraph. Left side paragraph. Left side paragraph. Left side paragraph.
+ \pend
+ \pstart
+ Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph.
+ \pend
+ \endnumbering
+ \end{Leftside}
+ \begin{Rightside}
+ \beginnumbering
+ \pstart
+ Right side paragraph. Right side paragraph. Right side paragraph. Right side paragraph.
+ \pend
+ \pstart
+ Other right side paragraph. Other right side paragraph. Other right side paragraph. Other right side paragraph. Other right side paragraph. Other right side paragraph. Other right side paragraph.
+ \pend
+ \endnumbering
+ \end{Rightside}
+\Columns
+\end{pairs}
+
+
+\begin{pages}
+ \begin{Leftside}
+ \beginnumbering
+ \pstart
+ Left side paragraph. Left side paragraph. Left side paragraph. Left side paragraph. Left side paragraph. Left side paragraph. Left side paragraph. Left side paragraph.
+ \pend
+ \pstart
+ Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph. Other left side paragraph.
+ \pend
+ \endnumbering
+ \end{Leftside}
+ \begin{Rightside}
+ \beginnumbering
+ \pstart
+ Right side paragraph. Right side paragraph. Right side paragraph. Right side paragraph.
+ \pend
+ \pstart
+ Other right side paragraph. Other right side paragraph. Other right side paragraph. Other right side paragraph. Other right side paragraph. Other right side paragraph. Other right side paragraph.
+ \pend
+ \endnumbering
+ \end{Rightside}
+\Pages
+\end{pages}
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/minimal-verses.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/minimal-verses.pdf
new file mode 100644
index 00000000000..00849a277d4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/minimal-verses.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/minimal-verses.tex b/Master/texmf-dist/doc/latex/eledmac/examples/minimal-verses.tex
new file mode 100644
index 00000000000..d034880184d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/minimal-verses.tex
@@ -0,0 +1,42 @@
+\documentclass{article}
+\usepackage{polyglossia,fontspec,xunicode}
+\usepackage{libertineotf}
+\setmainlanguage{latin}
+\setotherlanguage{english}
+
+\usepackage{eledmac}
+\renewcommand{\hangingsymbol}{[\,}
+
+
+\begin{document}
+\begin{english}
+\date{}
+\title{Stanza}
+\maketitle
+
+\begin{abstract}
+This file provides an example of verse's typesetting with eledmac.
+
+The odd verses are not indented, the even are indented. When a verse is too long, the end is printed after a long indentation, and a left bracket is inserted (\verb+\hangingsymbol+).
+Two levels of critical footnotes are used.
+\end{abstract}
+\end{english}
+
+\beginnumbering
+\setcounter{stanzaindentsrepetition}{2}
+\setstanzaindents{8,0,1}
+\stanza
+Lorem ipsum dolor sit amet, consectetur adipisicing elit,&
+sed do eiusmod tempor incididunt ut labore et dolore&
+magna aliqua. Ut enim ad minim veniam, quis nostrud&
+exercitation ullamco laboris nisi&
+\edtext{ut aliquip}{\Afootnote{ut aliliquip}} consequat ut aliquip consequat irure dolor in reprehenderit irure dolor in reprehenderit&
+\edtext{Duis aute}{\Bfootnote{Some comments}} irure dolor in reprehenderit&
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat&
+cupidatat non proident, sunt in culpa qui officia deserunt&
+Duis aute irure dolor in reprehenderit&
+in voluptate velit esse cillum dolore eu fugiat nulla&
+pariatur. Excepteur sint occaecat\&
+\endnumbering
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/parallel-column-two-languages.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/parallel-column-two-languages.pdf
new file mode 100644
index 00000000000..e8efbba53ef
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/parallel-column-two-languages.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/parallel-column-two-languages.tex b/Master/texmf-dist/doc/latex/eledmac/examples/parallel-column-two-languages.tex
new file mode 100644
index 00000000000..d1080316848
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/parallel-column-two-languages.tex
@@ -0,0 +1,75 @@
+\documentclass{book}
+\usepackage[a4paper]{geometry}
+\usepackage{fontspec}
+\setmainfont[Ligatures=TeX]{Linux Libertine O}
+\usepackage{xunicode}
+\usepackage{polyglossia}
+
+\usepackage{eledmac}
+\usepackage{eledpar}
+
+\linenumincrement*{1}
+\firstlinenum*{1}
+\setlength{\Lcolwidth}{0.48\textwidth}
+\setlength{\Rcolwidth}{0.48\textwidth}
+
+\setmainlanguage{english}
+\setotherlanguage{russian}
+\setotherlanguage{hebrew}
+\newfontfamily\hebrewfont[Script=Hebrew]{Linux Libertine O}
+\newfontfamily\russianfont[Script=Cyrillic]{Linux Libertine O}
+
+\begin{document}
+
+
+\title{Parallel columns in two different languages}
+
+
+
+{\let\newpage\relax\maketitle}
+{\small
+This file provides example of typesetting parallel columns in two different language, using eledpar and polyglossia.
+
+The main language is English. The left column is in Russian, the right column in Hebrew.
+We have enlarged \verb+\Lcolwidth+ and \verb+\Rcolwidth+ to avoid problem with hyphenations.
+
+We also used \verb+\eledchapter+, which implies that chapters' titles are printed with line numbering beside.
+}
+
+
+
+\begin{pairs}
+
+\begin{Rightside}
+\begin{RTL}
+\begin{hebrew}
+\beginnumbering
+\pstart
+\eledchapter{המאמר השני}\ledleftnote{s}
+\pend
+\pstart
+בפנות התוריות, ר״ל שהם יסודות ועמודים אשר בית אלהים נכון עליהם, ובמציאותם יציר מציאות התורה מסדרת ממנו יתברך, ואלו יציר העדר אחת מהם תפל התורה בכללה חלילה.
+\pend
+\endnumbering
+\end{hebrew}
+\end{RTL}
+\end{Rightside}
+
+
+
+
+\begin{Leftside}
+\begin{russian}
+\beginnumbering
+\pstart
+\eledchapter{Трактат Второй}
+\pend
+\pstart
+О краеугольных [принципах] Торы, имеется ввиду, которые [есть] основы и столпы на которых дом Б-жий опирается/нахон, и с существованием их может быть представлено существование Торы упорядоченной от Него, благословенного, и если бы было представлено отсутствие одного из них — упадет Тора в общем, [Б-же] упаси.
+\pend
+\endnumbering
+\end{russian}
+\end{Leftside}
+\Columns
+\end{pairs}
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/sections-not-in-line-numbering.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/sections-not-in-line-numbering.pdf
new file mode 100644
index 00000000000..94e1099d6f4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/sections-not-in-line-numbering.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/sections-not-in-line-numbering.tex b/Master/texmf-dist/doc/latex/eledmac/examples/sections-not-in-line-numbering.tex
new file mode 100644
index 00000000000..25b59ee77c0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/sections-not-in-line-numbering.tex
@@ -0,0 +1,54 @@
+\documentclass{article}
+\usepackage{polyglossia,fontspec,xunicode}
+\usepackage{libertineotf}
+\setmainlanguage{latin}
+\setotherlanguage{english}
+
+\usepackage{eledmac}
+\begin{document}
+
+\begin{english}
+\date{}
+\title{Sectioning with eledmac (not numbered)}
+\maketitle
+\begin{abstract}
+This file provides examples of use of sectioning commands with eledmac.
+The sections are outside of the numbered text.
+
+The optional argument of \verb+\pstart+ is used. The optional argument of \verb+\pend+ is also used.
+\end{abstract}
+\end{english}
+
+\beginnumbering
+\pstart[\section{Section title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+Une note à la ligne 5 consequat ut aliquip consequat\pend[\vskip 2ex]
+\pstart[\subsection{Subsection title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend[]
+\pstart[\subsection{Subsection title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ consequat ut aliquip consequat
+\pend[\vskip\baselineskip\noindent\hfill⁂\hfill\hbox{}]
+\pstart[\section{Section title}]
+Irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+\endnumbering
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/sections-parallel-not-in-line-numbering.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/sections-parallel-not-in-line-numbering.pdf
new file mode 100644
index 00000000000..18ae3a213b0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/sections-parallel-not-in-line-numbering.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/sections-parallel-not-in-line-numbering.tex b/Master/texmf-dist/doc/latex/eledmac/examples/sections-parallel-not-in-line-numbering.tex
new file mode 100644
index 00000000000..914694c29c9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/sections-parallel-not-in-line-numbering.tex
@@ -0,0 +1,246 @@
+\documentclass{article}
+\usepackage{fontspec}
+\usepackage{libertineotf}
+\usepackage{polyglossia}
+\setmainlanguage{latin}
+\setotherlanguage{english}
+
+\usepackage{eledmac}
+\usepackage{eledpar}
+
+
+\begin{document}
+\begin{english}
+\date{}
+\title{Titles in parallel, not in numbered line}
+\maketitle
+\begin{abstract}
+This file provides example of section titles set in parallel. The titles are not in numbered line. Following the standard configuration of eledpar, only the left titles are add to the table of contents.
+
+We use the optional arguments of \verb+\pstart+.
+\end{abstract}
+\end{english}
+
+\tableofcontents
+
+
+\begin{pages}
+
+\begin{Leftside}
+\beginnumbering
+
+\pstart[\section{Left section title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ut aliquip consequat ut aliquip consequat
+\pend
+
+\pstart[\subsection{Left subsection title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+
+\pstart[\subsection{Left subsection title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ut aliquip consequat ut aliquip consequat\pend
+
+\pstart[\section{Left section title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+
+\pstart[\subsection{Left subsection title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ut aliquip consequat ut aliquip consequat
+\pend
+
+\pstart[\subsection{Left subsection title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+
+\pstart[\section{Left section title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ut aliquip consequat ut aliquip consequat\pend
+
+\pstart[\subsection{Left subsection title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+
+\pstart[\subsection{Left subsection title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ut aliquip consequat ut aliquip consequat
+\pend
+
+\pstart[\section{Left section title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+
+\pstart[\subsection{Left subsection title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ut aliquip consequat ut aliquip consequat
+\pend
+
+\pstart[\subsection{Left subsection title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+
+\endnumbering
+\end{Leftside}
+
+\begin{Rightside}
+
+\beginnumbering
+\pstart[\section{Right section title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ut aliquip consequat ut aliquip consequat
+\pend
+
+\pstart[\subsection{Right subsection title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+
+\pstart[\subsection{Right subsection title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ut aliquip consequat ut aliquip consequat
+\pend
+
+\pstart[\section{Right section title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+
+\pstart[\subsection{Right subsection title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ut aliquip consequat ut aliquip consequat
+\pend
+
+\pstart[\subsection{Right subsection title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+
+\pstart[\section{Right section title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ut aliquip consequat ut aliquip consequat
+\pend
+
+\pstart[\subsection{Right subsection title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+
+\pstart[\subsection{Right subsection title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ut aliquip consequat ut aliquip consequat
+\pend
+
+\pstart[\section{Right section title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+
+\pstart[\subsection{Right subsection title}]
+Lorem ipsum dolor sit amet, consectetur adipisicing elit
+sed do eiusmod tempor incididunt ut labore et dolore
+magna aliqua. Ut enim ad minim veniam, quis nostrud
+exercitation ullamco laboris nisi
+ut aliquip consequat ut aliquip consequat
+\pend
+
+\pstart[\subsection{Right subsection title}]
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat
+cupidatat non proident, sunt in culpa qui officia deserunt
+Duis aute irure dolor in reprehenderit
+in voluptate velit esse cillum dolore eu fugiat nulla
+pariatur. Excepteur sint occaecat.
+\pend
+
+\endnumbering
+\end{Rightside}
+
+
+\Pages
+\end{pages}
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-columns.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-columns.pdf
new file mode 100644
index 00000000000..2fa9e774d4f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-columns.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-columns.tex b/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-columns.tex
new file mode 100644
index 00000000000..5b2d9692621
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-columns.tex
@@ -0,0 +1,225 @@
+\documentclass[oneside,12pt]{book}
+\usepackage{polyglossia,fontspec,xunicode}
+\usepackage{libertineotf}
+\setmainlanguage{english}
+
+\usepackage{eledmac,eledpar}
+\eledsectnotoc{L}
+\eledsectmark{R}
+\linenumincrement*{1}
+\firstlinenum*{1}
+
+\begin{document}
+
+\title{Sectioning commands with critical notes in parallel colums}
+
+
+
+{\let\newpage\relax\maketitle}
+{\small
+This file provides examples of using sectioning commands with eledpar. The section titles are in the line numbering, and have critical notes.
+
+The left and right sides are put in columns. We use \verb+\eledsectnotoc{L}+ to say we want the right titles be added to the table of contents, and not the left titles.
+We also use \verb+\eledsectmark{R}+ to use the right side to add \LaTeX\ marks for headers.
+
+We use the \verb+\eledxxx+ commands, each of them in their own \verb+\pstart…\pend+ group.
+
+Page clearings are manually added before chapter with \verb+\beforeeledchapter+.
+}
+
+
+\tableofcontents
+
+\beforeeledchapter
+
+\begin{pairs}
+\begin{Leftside}
+\beginnumbering
+\pstart
+\eledchapter{Left \edtext{chapter}{\Afootnote{chapitre}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten..
+\pend
+
+\pstart
+\eledsection{Left section}
+\pend
+
+\pstart
+\eledsubsection{Left \edtext{subsection}{\Afootnote{sous-section}}}
+\pend
+
+\pstart
+\eledsubsubsection{Left \edtext{subsubsection}{\Afootnote{sous-sous-section}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Left section}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+
+
+\endnumbering
+\end{Leftside}
+
+\begin{Rightside}
+
+\beginnumbering
+\pstart
+\eledchapter{Right \edtext{chapter}{\Afootnote{chapitre}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten..
+\pend
+
+\pstart
+\eledsection{Right section}
+\pend
+
+\pstart
+\eledsubsection{Right \edtext{subsection}{\Afootnote{sous-section}}}
+\pend
+
+\pstart
+\eledsubsubsection{Right \edtext{subsubsection}{\Afootnote{sous-sous-section}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Right section}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+
+\endnumbering
+
+\end{Rightside}
+\Columns
+\end{pairs}
+
+\beforeeledchapter
+
+
+\begin{pairs}
+\begin{Leftside}
+\beginnumbering
+
+\pstart
+\eledchapter{Left \edtext{chapter}{\Afootnote{chapitre}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten..
+\pend
+
+\pstart
+\eledsection{Left section}
+\pend
+
+\pstart
+\eledsubsection{Left \edtext{subsection}{\Afootnote{sous-section}}}
+\pend
+
+\pstart
+\eledsubsubsection{Left \edtext{subsubsection}{\Afootnote{sous-sous-section}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Left section}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\endnumbering
+\end{Leftside}
+
+\begin{Rightside}
+
+\beginnumbering
+
+\pstart
+\eledchapter{Right \edtext{chapter}{\Afootnote{chapitre}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten..
+\pend
+
+\pstart
+\eledsection{Right section}
+\pend
+
+\pstart
+\eledsubsection{Right \edtext{subsection}{\Afootnote{sous-section}}}
+\pend
+
+\pstart
+\eledsubsubsection{Right \edtext{subsubsection}{\Afootnote{sous-sous-section}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Right section}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\endnumbering
+
+\end{Rightside}
+\Columns
+\end{pairs}
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-pages.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-pages.pdf
new file mode 100644
index 00000000000..bfbddbc6d6a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-pages.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-pages.tex b/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-pages.tex
new file mode 100644
index 00000000000..f40d599696f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes-in-parallel-pages.tex
@@ -0,0 +1,357 @@
+\documentclass[twoside,12pt]{book}
+\usepackage{polyglossia,fontspec,xunicode}
+\usepackage{libertineotf}
+\setmainlanguage{english}
+
+\usepackage{eledmac,eledpar}
+\linenumincrement*{1}
+\firstlinenum*{1}
+\begin{document}
+
+\title{Sectioning commands with critical notes in parallel pages}
+
+
+
+{\let\newpage\relax\maketitle}
+{\small
+This file provides examples for using the sectioning command with eledpar. The section titles are in the line numbering, and have critical notes.
+
+The left and right sides are put in parallel pages. Following the standard behavior of eledpar, only the left titles are put to the table of contents.
+
+We use the \verb+\eledxxx+ commands, each of them in their own \verb+\pstart…\pend+ group.
+
+Page breaks are manually added before chapter with \verb+\beforeeledchapter+.
+}
+
+
+\tableofcontents
+
+\beforeeledchapter
+
+
+\begin{pages}
+\begin{Leftside}
+\beginnumbering
+\pstart
+\eledchapter{Left \edtext{chapter}{\Afootnote{chapitre}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Left section}
+\pend
+
+\pstart
+\eledsubsection{Left \edtext{subsection}{\Afootnote{sous-section}}}
+\pend
+
+\pstart
+\eledsubsubsection{Left \edtext{subsubsection}{\Afootnote{sous-sous-section}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Left section}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Left section}
+\pend
+
+\pstart
+\eledsubsection{Left \edtext{subsection}{\Afootnote{sous-section}}}
+\pend
+
+\pstart
+\eledsubsubsection{Left \edtext{subsubsection}{\Afootnote{sous-sous-section}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Left section}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+
+\endnumbering
+\end{Leftside}
+
+\begin{Rightside}
+
+\beginnumbering
+\pstart
+\eledchapter{Right \edtext{chapter}{\Afootnote{chapitre}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Right section}
+\pend
+
+\pstart
+\eledsubsection{Right \edtext{subsection}{\Afootnote{sous-section}}}
+\pend
+
+\pstart
+\eledsubsubsection{Right \edtext{subsubsection}{\Afootnote{sous-sous-section}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Right section}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Right section}
+\pend
+
+\pstart
+\eledsubsection{Right \edtext{subsection}{\Afootnote{sous-section}}}
+\pend
+
+\pstart
+\eledsubsubsection{Right \edtext{subsubsection}{\Afootnote{sous-sous-section}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Right section}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\endnumbering
+
+\end{Rightside}
+\Pages
+\end{pages}
+
+\begin{pages}
+\begin{Leftside}
+\beginnumbering
+\pstart
+\eledchapter{Left \edtext{chapter}{\Afootnote{chapitre}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Left section}
+\pend
+
+\pstart
+\eledsubsection{Left \edtext{subsection}{\Afootnote{sous-section}}}
+\pend
+
+\pstart
+\eledsubsubsection{Left \edtext{subsubsection}{\Afootnote{sous-sous-section}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Left section}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Left section}
+\pend
+
+\pstart
+\eledsubsection{Left \edtext{subsection}{\Afootnote{sous-section}}}
+\pend
+
+\pstart
+\eledsubsubsection{Left \edtext{subsubsection}{\Afootnote{sous-sous-section}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Left section}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+
+\endnumbering
+\end{Leftside}
+
+\begin{Rightside}
+
+\beginnumbering
+\pstart
+\eledchapter{Right \edtext{chapter}{\Afootnote{chapitre}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Right section}
+\pend
+
+\pstart
+\eledsubsection{Right \edtext{subsection}{\Afootnote{sous-section}}}
+\pend
+
+\pstart
+\eledsubsubsection{Right \edtext{subsubsection}{\Afootnote{sous-sous-section}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Right section}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Right section}
+\pend
+
+\pstart
+\eledsubsection{Right \edtext{subsection}{\Afootnote{sous-section}}}
+\pend
+
+\pstart
+\eledsubsubsection{Right \edtext{subsubsection}{\Afootnote{sous-sous-section}}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{Right section}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+
+\endnumbering
+
+\end{Rightside}
+\Pages
+\end{pages}
+
+
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes.pdf
new file mode 100644
index 00000000000..3d7a8d3c257
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes.tex b/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes.tex
new file mode 100644
index 00000000000..b3f4dfecbfd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/sections-with-critical-notes.tex
@@ -0,0 +1,104 @@
+\documentclass[twoside,12pt]{book}
+\usepackage{polyglossia,fontspec,xunicode}
+\usepackage{libertineotf}
+\setmainlanguage{english}
+
+\usepackage{eledmac}
+\linenumincrement{1}
+\firstlinenum{1}
+\begin{document}
+\title{Sectioning commands with critical notes}
+
+\date{}
+
+{\let\newpage\relax\maketitle}
+{\small
+This file provides examples of using sectioning command with eledmac. The section titles are in the line numbering, and have critical and side notes.
+
+We use the \verb+\eledxxx+ commands, each of them in their own \verb+\pstart…\pend+ group.
+
+Page breaks are manually added before chapter with \verb+\beforeeledchapter+.
+}
+\beginnumbering
+\beforeeledchapter
+\pstart
+\eledchapter{\edtext{chapter}{\Afootnote{chapitre}}\ledsidenote{chapter}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten..
+\pend
+
+\pstart
+\eledsection{section\ledsidenote{section}}
+\pend
+
+\pstart
+\eledsubsection{\edtext{subsection}{\Afootnote{sous-section}}\ledsidenote{subsection}}
+\pend
+
+\pstart
+\eledsubsubsection{\edtext{subsubsection}{\Afootnote{sous-sous-section}}\ledsidenote{subsubsection}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{section\ledsidenote{section}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+
+\beforeeledchapter
+\pstart
+\eledchapter{\edtext{chapter}{\Afootnote{chapitre}}\ledsidenote{chapter}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten..
+\pend
+
+\pstart
+\eledsection{section\ledsidenote{section}}
+\pend
+
+\pstart
+\eledsubsection{\edtext{subsection}{\Afootnote{sous-section}}\ledsidenote{subsection}}
+\pend
+
+\pstart
+\eledsubsubsection{\edtext{subsubsection}{\Afootnote{sous-sous-section}}\ledsidenote{subsubsection}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\pstart
+\eledsection{section\ledsidenote{section}}
+\pend
+
+\pstart
+I use git to manage some packages.
+I would like to add a pre-commit hook, to check if I have forgotten
+For now, I have a minimal pre-commit, which tests only the blank spaces at ends of lines, but not the forgotten.
+\pend
+
+\endnumbering
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/side-notes.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/side-notes.pdf
new file mode 100644
index 00000000000..2eba98a3b13
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/side-notes.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/side-notes.tex b/Master/texmf-dist/doc/latex/eledmac/examples/side-notes.tex
new file mode 100644
index 00000000000..5614fa00b7b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/side-notes.tex
@@ -0,0 +1,41 @@
+\documentclass{article}
+\usepackage{polyglossia,fontspec,xunicode}
+\usepackage{libertineotf}
+\setmainlanguage{latin}
+\setotherlanguage{english}
+
+\usepackage{eledmac}
+\sidenotemargin{outer}
+\renewcommand{\ledlsnotefontsetup}{\small\it}% left
+\renewcommand{\ledrsnotefontsetup}{\small\it}% right
+\leftnoteupfalse
+\rightnoteupfalse
+\renewcommand{\sidenotesep}{ $|$ }
+
+\begin{document}
+
+\begin{english}
+\title{Side notes}
+\maketitle
+\begin{abstract}
+This file provides examples of side notes with eledmac.
+We use :
+\begin{itemize}
+ \item \verb+\ledleftnote+ (left notes);
+ \item \verb+\ledrightnote+ (right notes);
+ \item \verb+\ledsidenote+ (configurable notes).
+\end{itemize}
+
+For the \verb+\ledsidenote+, we put them in the outer margin.
+Notes are in small size, and italic. If there is more than one note by the line, they are separated$ | $. The notes start at the level of the line they are called, and continue after.
+\end{abstract}
+\end{english}
+
+\beginnumbering
+\pstart
+Lorem\ledrightnote{1-R}\ledleftnote{1-L} \ledsidenote{1-M}\ledsidenote{2-M}ipsum\ledrightnote{2-R} dolor\ledleftnote{2-L} sit amet, consectetur adipiscing elit. Fusce sed dolor libero. Aenean rutrum vestibulum lacus ut pretium. Fusce et auctor lectus. Ut et commodo quam, quis gravida orci. Nullam at risus elementum, suscipit enim a, pellentesque mi. Morbi commodo, ligula vel consectetur accumsan, massa metus egestas velit, eu fringilla leo ante in turpis. Vivamus ut tellus sollicitudin, facilisis ipsum sit amet, tincidunt odio. Maecenas tincidunt dolor sed ante blandit tincidunt. Etiam vulputate ultricies facilisis.
+\pend
+\endnumbering
+
+
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/spaces-around-footnote-rule.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/spaces-around-footnote-rule.pdf
new file mode 100644
index 00000000000..d9bf0b6fa86
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/spaces-around-footnote-rule.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/spaces-around-footnote-rule.tex b/Master/texmf-dist/doc/latex/eledmac/examples/spaces-around-footnote-rule.tex
new file mode 100644
index 00000000000..43ed8bd4955
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/spaces-around-footnote-rule.tex
@@ -0,0 +1,70 @@
+\documentclass{article}
+\usepackage{fontspec}
+\usepackage{libertineotf}
+\usepackage{polyglossia}
+\setmainlanguage{latin}
+\setotherlanguage{english}
+\usepackage{SIunits}
+
+\usepackage{eledmac}
+
+% THE APPARATI ARE PARAGRAPHED
+\footparagraph{A}
+\footparagraph{B}
+\footparagraph{C}
+
+%VERTICAL SPACES BEFORE APPARATUS
+\preXnotes{0.5cm}
+
+% VERTICAL SPACE BEFORE RULES
+\newlength{\before} % A length which will contains the space before the rule
+\setlength{\before}{3mm} % The space we want to have
+\addtolength{\before}{3pt} % A compensation for the space decreased by \footnoterule
+\beforeXnotes{\before} % And so, we configure eledmac.
+
+% VERTICAL SPACE AFTER RULES
+\newlength{\after} % A length which will contains the space before the rule
+\setlength{\after}{3mm} % The space we want to have
+\addtolength{\after}{-2.6pt} % A compensation for the space added by \footnoterule
+\afterXrule{\after} % And so, we configure eledmac.
+
+\begin{document}
+
+\begin{english}
+\title{Setting spaces around footnote rules}
+\maketitle
+\begin{abstract}
+This file sets spaces around footnote rules, to have a uniform \unit{3}{\milli\meter} before and after. There are three levels of paragraphed notes. Before the first series of notes, we have \unit{0.5}{\centi\meter}.
+
+We use \verb+\beforeXnotes+ and \verb+\afterXrule+. There is, anyway, a subtlety: the footnote rule of eledmac is the standard \LaTeX footnote rule: \verb+\footnoterule+, which automatically decreases \unit{3}{pt} before and adds \unit{2.6}{pt} after. So we have to compensate, by defining to length: \verb+before+ and \verb+\after+, which are passed to the respective commands.
+\end{abstract}
+\end{english}
+
+\beginnumbering
+\pstart%
+Cum defensionum \edtext{laboribus}{\Cfootnote{first note}} senatoriisque muneribus aut omnino aut magna ex parte essem aliquando liberatus, rettuli me, Brute, te hortante maxime ad ea studia, quae retenta animo, remissa temporibus, longo intervallo intermissa revocavi, et cum omnium artium, quae ad rectam vivendi viam pertinerent, \edtext{ratio}{\Afootnote{second note}} et disciplina studio sapientiae, quae philosophia dicitur, contineretur, hoc mihi Latinis litteris \edtext{inlustrandum}{\Cfootnote{third note}} putavi, non quia \edtext{philosophia}{\Bfootnote{fourth note}} Graecis et litteris et doctoribus percipi non posset, sed meum semper iudicium fuit omnia nostros aut invenisse per se sapientius quam Graecos aut accepta ab illis fecisse meliora, quae quidem digna statuissent, in quibus elaborarent.
+\pend
+
+\pstart%
+Cum defensionum \edtext{laboribus}{\Cfootnote{first note}} senatoriisque muneribus aut omnino aut magna ex parte essem aliquando liberatus, rettuli me, Brute, te hortante maxime ad ea studia, quae retenta animo, remissa temporibus, longo intervallo intermissa revocavi, et cum omnium artium, quae ad rectam vivendi viam pertinerent, \edtext{ratio}{\Afootnote{second note}} et disciplina studio sapientiae, quae philosophia dicitur, contineretur, hoc mihi Latinis litteris \edtext{inlustrandum}{\Cfootnote{third note}} putavi, non quia \edtext{philosophia}{\Bfootnote{fourth note}} Graecis et litteris et doctoribus percipi non posset, sed meum semper iudicium fuit omnia nostros aut invenisse per se sapientius quam Graecos aut accepta ab illis fecisse meliora, quae quidem digna statuissent, in quibus elaborarent.
+\pend
+
+\pstart%
+Cum defensionum \edtext{laboribus}{\Cfootnote{first note}} senatoriisque muneribus aut omnino aut magna ex parte essem aliquando liberatus, rettuli me, Brute, te hortante maxime ad ea studia, quae retenta animo, remissa temporibus, longo intervallo intermissa revocavi, et cum omnium artium, quae ad rectam vivendi viam pertinerent, \edtext{ratio}{\Afootnote{second note}} et disciplina studio sapientiae, quae philosophia dicitur, contineretur, hoc mihi Latinis litteris \edtext{inlustrandum}{\Cfootnote{third note}} putavi, non quia \edtext{philosophia}{\Bfootnote{fourth note}} Graecis et litteris et doctoribus percipi non posset, sed meum semper iudicium fuit omnia nostros aut invenisse per se sapientius quam Graecos aut accepta ab illis fecisse meliora, quae quidem digna statuissent, in quibus elaborarent.
+\pend
+
+\pstart%
+Cum defensionum \edtext{laboribus}{\Cfootnote{first note}} senatoriisque muneribus aut omnino aut magna ex parte essem aliquando liberatus, rettuli me, Brute, te hortante maxime ad ea studia, quae retenta animo, remissa temporibus, longo intervallo intermissa revocavi, et cum omnium artium, quae ad rectam vivendi viam pertinerent, \edtext{ratio}{\Afootnote{second note}} et disciplina studio sapientiae, quae philosophia dicitur, contineretur, hoc mihi Latinis litteris \edtext{inlustrandum}{\Cfootnote{third note}} putavi, non quia \edtext{philosophia}{\Bfootnote{fourth note}} Graecis et litteris et doctoribus percipi non posset, sed meum semper iudicium fuit omnia nostros aut invenisse per se sapientius quam Graecos aut accepta ab illis fecisse meliora, quae quidem digna statuissent, in quibus elaborarent.
+\pend
+
+\pstart%
+Cum defensionum \edtext{laboribus}{\Cfootnote{first note}} senatoriisque muneribus aut omnino aut magna ex parte essem aliquando liberatus, rettuli me, Brute, te hortante maxime ad ea studia, quae retenta animo, remissa temporibus, longo intervallo intermissa revocavi, et cum omnium artium, quae ad rectam vivendi viam pertinerent, \edtext{ratio}{\Afootnote{second note}} et disciplina studio sapientiae, quae philosophia dicitur, contineretur, hoc mihi Latinis litteris \edtext{inlustrandum}{\Cfootnote{third note}} putavi, non quia \edtext{philosophia}{\Bfootnote{fourth note}} Graecis et litteris et doctoribus percipi non posset, sed meum semper iudicium fuit omnia nostros aut invenisse per se sapientius quam Graecos aut accepta ab illis fecisse meliora, quae quidem digna statuissent, in quibus elaborarent.
+\pend
+
+\pstart%
+Cum defensionum \edtext{laboribus}{\Cfootnote{first note}} senatoriisque muneribus aut omnino aut magna ex parte essem aliquando liberatus, rettuli me, Brute, te hortante maxime ad ea studia, quae retenta animo, remissa temporibus, longo intervallo intermissa revocavi, et cum omnium artium, quae ad rectam vivendi viam pertinerent, \edtext{ratio}{\Afootnote{second note}} et disciplina studio sapientiae, quae philosophia dicitur, contineretur, hoc mihi Latinis litteris \edtext{inlustrandum}{\Cfootnote{third note}} putavi, non quia \edtext{philosophia}{\Bfootnote{fourth note}} Graecis et litteris et doctoribus percipi non posset, sed meum semper iudicium fuit omnia nostros aut invenisse per se sapientius quam Graecos aut accepta ab illis fecisse meliora, quae quidem digna statuissent, in quibus elaborarent.
+\pend
+
+\endnumbering
+
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/text-between-verses-in-parallel.pdf b/Master/texmf-dist/doc/latex/eledmac/examples/text-between-verses-in-parallel.pdf
new file mode 100644
index 00000000000..4d51ced6640
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/text-between-verses-in-parallel.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/text-between-verses-in-parallel.tex b/Master/texmf-dist/doc/latex/eledmac/examples/text-between-verses-in-parallel.tex
new file mode 100644
index 00000000000..4f188bff50f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/text-between-verses-in-parallel.tex
@@ -0,0 +1,71 @@
+\documentclass{article}
+\usepackage{fontspec}
+\usepackage{libertineotf}
+\usepackage{polyglossia}
+\setmainlanguage{latin}
+\setotherlanguage{english}
+
+\usepackage{eledmac}
+\usepackage{eledpar}
+\setcounter{stanzaindentsrepetition}{2}
+\setstanzaindents{14,0,1}
+
+\begin{document}
+\begin{english}
+\date{}
+\title{Content between verse, with parallel typesetting}
+\maketitle
+\begin{abstract}
+This file provides examples of adding content between two verses. The parallel typesetting is used.
+
+The \verb+\newverse+ command is used, with only the first optional arguments.
+\end{abstract}
+\end{english}
+
+\begin{pages}
+
+\begin{Leftside}
+\beginnumbering
+
+\stanza
+Ut enim ad minim veniam,&
+sed do eiusmod tempor incididunt ut labore et dolore&
+magna aliqua. Ut enim ad minim veniam, quis nostrud&
+exercitation ullamco laboris nisi&
+Uut aliquip consequat ut aliquip consequat
+\newverse[\vskip\baselineskip%
+ ⁂\hfill⁂\hfill⁂%
+ \vskip\baselineskip]%
+%
+Duis aute irure dolor in reprehenderit&
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat&
+cupidatat non proident, sunt in culpa qui officia deserunt&
+Duis aute irure dolor in reprehenderit&
+in voluptate velit esse cillum dolore eu fugiat nulla&
+pariatur. Excepteur sint occaecat\&
+\endnumbering
+\end{Leftside}
+
+\begin{Rightside}
+\beginnumbering
+
+\stanza
+Lorem ipsum dolor sit amet, consectetur adipisicing elit,&
+sed do eiusmod tempor incididunt ut labore et dolore&
+magna aliqua. Ut enim ad minim veniam Ut enim ad minim veniam, quis nostrud&
+exercitation ullamco laboris nisi&
+Ut aliquip consequat ut consequat ut consequat ut consequat ut aliquip consequat\newverse[\vskip\baselineskip%
+ ⁂\hfill⁂\hfill⁂%
+ \vskip\baselineskip]%
+%
+Duis aute irure dolor in reprehenderit&
+in voluptate velit esse cillum dolore eu ur. Excepteur sint occaecat&
+cupidatat non proident, &
+Duis aute irure dolor in reprehenderit&
+in voluptate velit esse cillum dolore eu fugiat nulla&
+pariatur. Excepteur sint occaecat\&
+\endnumbering
+\end{Rightside}
+\Pages
+\end{pages}
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/eledmac/latexmkrc b/Master/texmf-dist/doc/latex/eledmac/latexmkrc
new file mode 100644
index 00000000000..c734d8b7606
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/latexmkrc
@@ -0,0 +1,2 @@
+$pdflatex = "xelatex --shell-escape %S";
+$pdf_mode = "1"; \ No newline at end of file