summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eledmac/examples/1-verses.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-15 23:28:58 +0000
committerKarl Berry <karl@freefriends.org>2015-06-15 23:28:58 +0000
commit210f6b4d5e219769ade60e62594dbea850759243 (patch)
tree621b069b0b55efdd833052e1cf4cad7d7003a5b8 /Master/texmf-dist/doc/latex/eledmac/examples/1-verses.tex
parent20e51a25c22700214c05b35772c0f08180182e9b (diff)
eledmac (2jun15)
git-svn-id: svn://tug.org/texlive/trunk@37555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/eledmac/examples/1-verses.tex')
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/1-verses.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/1-verses.tex b/Master/texmf-dist/doc/latex/eledmac/examples/1-verses.tex
new file mode 100644
index 00000000000..1e1d5c2adf9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/1-verses.tex
@@ -0,0 +1,42 @@
+\documentclass{article}
+\usepackage{polyglossia,fontspec,xunicode}
+\usepackage{libertineotf}
+\setmainlanguage{latin}
+\setotherlanguage{english}
+
+\usepackage[series={A,B},noend,noeledsec,noledgroup]{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}