diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-06 21:58:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-06 21:58:48 +0000 |
commit | 8250d9a7dd7d0b665030bd401781a79022ddc865 (patch) | |
tree | f2df69706bd33b51880b83e9d722b8d2a4007131 /Master/texmf-dist/doc/latex/reledmac/examples/1-verses.tex | |
parent | 5949a9aee0bb29a10f1ec50a6cb8dd50a1c7de81 (diff) |
reledmac (6nov17)
git-svn-id: svn://tug.org/texlive/trunk@45709 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/reledmac/examples/1-verses.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/reledmac/examples/1-verses.tex | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/reledmac/examples/1-verses.tex b/Master/texmf-dist/doc/latex/reledmac/examples/1-verses.tex index 50c12ca81aa..7b2f27ee047 100644 --- a/Master/texmf-dist/doc/latex/reledmac/examples/1-verses.tex +++ b/Master/texmf-dist/doc/latex/reledmac/examples/1-verses.tex @@ -20,6 +20,8 @@ This file provides an example of verse's typesetting with reledmac. 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+\sethangingsymbol+). Two levels of critical footnotes are used. + +We also add example of notes overlapping two lines of verse, using \verb+xxref+ and \verb+lemma+. \end{abstract} \end{english} @@ -27,17 +29,17 @@ Two levels of critical footnotes are used. \setcounter{stanzaindentsrepetition}{2} \setstanzaindents{8,0,1} \stanza -Lorem ipsum dolor sit amet, consectetur adipisicing elit,& +\edlabel{begin:1}\edtext{Lorem}{\lemma{Lorem\ldots nisis}\xxref{begin:1}{end:1}\Afootnote{A note on two verses}} 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& +exercitation ullamco laboris nisi\edlabel{end:1}& \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& +\edlabel{begin:2}\edtext{Duis}{\xxref{begin:2}{end:2}\lemma{Duis\ldots occaecat}\Afootnote{A other note on two verses}} aute irure dolor in reprehenderit& in voluptate velit esse cillum dolore eu fugiat nulla& -pariatur. Excepteur sint occaecat\& +pariatur. Excepteur sint occaecat\edlabel{end:2}\& \endnumbering \end{document} |