summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/reledmac/examples/2-lemma_disambigution.tex
blob: 57e1fe1bef9588fa9f27ea3c8c44093ac6a2a5ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\documentclass{article}
\usepackage[osf,p]{libertinus}
\usepackage{microtype}
\usepackage[pdfusetitle,hidelinks]{hyperref}
\usepackage[english, main=latin]{babel}
\babeltags{english = english}

\usepackage[series={A,B},nofamiliar,noend,noeledsec,noledgroup]{reledmac}
\begin{document}


\begin{english}
\date{}
\title{Lemma's disambiguation}
\maketitle

\firstlinenum{1}
\linenumincrement{1}

\begin{abstract}
This file provides an example of lemma's disambuigation. 

All word which can potentially be twice (or more) in a same line is marked by an \verb+\sameword+. \emph{reledmac} print the word rank only if the word is effectively printed twice (or more) time in the same line. 

For use with \verb+\lemma+, please read the handbook.
 
\end{abstract}
\end{english}





\beginnumbering
\pstart
Leo \sameword{aut} ursus \sameword{aut} oryx \sameword{aut} ricinus \sameword{aut} equus \sameword{aut}
lupus \edtext{\sameword{aut}}{\Afootnote{et}\Bfootnote{monotone\ldots}} canis \sameword{aut} felix \sameword{aut} asinus \edtext{\sameword{aut}}{\Afootnote{et}} burricus.

\pend
\endnumbering







\end{document}