summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/reledmac/examples/1-tabular.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-20 22:11:47 +0000
committerKarl Berry <karl@freefriends.org>2015-07-20 22:11:47 +0000
commitd0ed4c6b7442c3b8d5334d5dd88b69380f73964b (patch)
tree0b05fd508be80443e15808ad67576dc094c86126 /Master/texmf-dist/doc/latex/reledmac/examples/1-tabular.tex
parente6ddecda975d353fc842ec9a616498a1ef02cca5 (diff)
reledmac (20jul15)
git-svn-id: svn://tug.org/texlive/trunk@37912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/reledmac/examples/1-tabular.tex')
-rw-r--r--Master/texmf-dist/doc/latex/reledmac/examples/1-tabular.tex62
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/reledmac/examples/1-tabular.tex b/Master/texmf-dist/doc/latex/reledmac/examples/1-tabular.tex
new file mode 100644
index 00000000000..87fe3e0a77c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/reledmac/examples/1-tabular.tex
@@ -0,0 +1,62 @@
+\documentclass{article}
+\usepackage{fontspec}
+\usepackage{libertineotf}
+\usepackage{polyglossia}
+\setmainlanguage{italian}
+\setotherlanguage{english}
+
+\usepackage[series={A,B},noend,noeledsec,noledgroup]{reledmac}
+\firstlinenum{1}
+\linenumincrement{1}%
+
+\begin{document}
+\begin{english}
+\title{Tabulars with reledmac}
+\maketitle
+\begin{abstract}
+This file provides example of using tabular environments with \emph{reledmac}.
+
+We use \verb+edtabularl+, \verb+edtabularc+ and \verb+edtabularr+, with marginal, critical and familiar notes. We also use optional arguments of \verb+\pstart+.
+\end{abstract}
+\end{english}
+
+
+\beginnumbering
+\pstart[\section{Left align}]
+\begin{edtabularl}
+linea prima & linea prima\ledouternote{sidenote l} \\
+linea secunda & linea secunda\footnoteA{familiar footnote A.} \\
+linea tertia & linea \edtext{tertia}{\Afootnote{critical note A}} \\
+linea quarta & linea \edtext{quarta}{\Bfootnote{critical note B}} \\
+linea quinta & linea quinta\footnoteB{familiar footnote B.} \\
+linea sexta & linea sexta
+\end{edtabularl}
+\pend
+
+\pstart[\section{Center align}]
+\begin{edtabularc}
+linea prima & linea prima\ledouternote{sidenote c} \\
+linea secunda & linea secunda\footnoteA{familiar footnote A.} \\
+linea tertia & linea \edtext{tertia}{\Afootnote{critical note A}} \\
+linea quarta & linea \edtext{quarta}{\Bfootnote{critical note B}} \\
+linea quinta & linea quinta\footnoteB{familiar footnote B.} \\
+linea sexta & linea sexta
+\end{edtabularc}
+\pend
+
+
+
+\pstart[\section{Right align}]
+\begin{edtabularr}
+linea prima & linea prima\ledouternote{sidenote r} \\
+linea secunda & linea secunda\footnoteA{familiar footnote A.} \\
+linea tertia & linea \edtext{tertia}{\Afootnote{critical note A}} \\
+linea quarta & linea \edtext{quarta}{\Bfootnote{critical note B}} \\
+linea quinta & linea quinta\footnoteB{familiar footnote B.} \\
+linea sexta & linea sexta
+\end{edtabularr}
+\pend
+
+\endnumbering
+
+\end{document}