diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2012-10-08 09:33:26 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2012-10-08 09:33:26 +0000 |
commit | f69c8d8dfd2e817ad0b0362281142de38fa7ce1f (patch) | |
tree | f1204c92f55cbbfb9920d28792dafaef59ca4900 /Master/texmf-dist/doc/latex/eledform/example.tex | |
parent | c46b4f889a135737e16f618372d51338c82c6910 (diff) |
new latex package: eledform
git-svn-id: svn://tug.org/texlive/trunk@27922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/eledform/example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/eledform/example.tex | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/eledform/example.tex b/Master/texmf-dist/doc/latex/eledform/example.tex new file mode 100644 index 00000000000..392717e13aa --- /dev/null +++ b/Master/texmf-dist/doc/latex/eledform/example.tex @@ -0,0 +1,32 @@ +\documentclass{article} +\usepackage{eledform} +\firstlinenum{1} +\linenumincrement{1} +\varseparator{\thinspace;\space} % Separator between variants +\manvarseparator{$\rightarrow$} % Separator between manuscrit and variant +\omittext{\emph{del}} % Txt to print when a lemma is ommited +\manuscript{A,B,C,D} % Define the existing manuscripts + +\begin{document} +\makeatletter +\varseries{B} % Define the series where textual variants will be printed +\beginnumbering +\pstart +\edtext{}{\Afootnote{s}} % Example to test \varseries +\var{lorem}{A,B}{ % Basic example +{{C}{loram}}, +{{D}{lorim}} +} +\var{ipsum}{}{{C}{ipsem}} % Only variants +\var{dolor}{C}{} % Only deletion +\var[sit\ldots elit]{sit amet consectetur adipiscing elit}{B,C}{} % Syntaxe with shortened lemma +\var{sed}{}{ % Example with two manuscripts with the same form + {{C,D}{sid}} + } +\var{do}{}{ % Example with a wrong manuscript + {{C,E}{da}} + } +\var{eiusmod}{A}{}[\Afootnote{dem. pro. ?}] +\pend +\endnumbering +\end{document} |