summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/reledmac/examples/1-criticalnotes.tex
blob: 87c618c83dc3cedf98a00065241c183aec8de557 (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
49
50
51
52
53
54
55
56
57
58
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[osf,p]{libertinus}
\usepackage{microtype}
\usepackage[pdfusetitle,hidelinks]{hyperref}
\usepackage[english, main=latin]{babel}
\babeltags{english = english}

\usepackage[series={A,B,C,D},noend,noeledsec,nofamiliar,noledgroup]{reledmac}
\Xarrangement[B]{twocol}
\Xarrangement[C]{threecol}
\Xarrangement[D]{paragraph}
\begin{document}

\begin{english}
\date{}
\title{Critical notes}
\maketitle
\begin{abstract}
This file provides examples of critical notes with reledmac.
A critical note is associated to a lemma, marked by \verb+\edtext+, and referenced by the line numbers of the lemma.
If a critical notes refers to a long lemma, we can use \verb+lemma+ to obtain an abbreviated form.

Here we use four series of critical notes.
\begin{itemize}
\item Each note of series A has its own paragraph.
\item Each note of series B has its own paragraph, but there are arranged in two columns.
\item Each note of series C has its own paragraph, but there are arranged in three columns.
\item The notes of series D are arranged in the same paragraph.
\end{itemize}
\end{abstract}
\end{english}

\beginnumbering
\pstart
\edtext{Lorem}{
  \Afootnote{A critical note}
  \Bfootnote{Critical note in series B}
  \Cfootnote{Critical note in series C}
  \Dfootnote{loram}}
\edtext{ipsum}{
  \Afootnote{An other critical note}
  \Bfootnote{Other critical note in series B}
  \Cfootnote{Other critical note in series C}
  \Dfootnote{ipsam}}
 dolor sit amet, consectetur adipiscing elit.
 \edtext{Fusce sed dolor libero. Aenean rutrum vestibulum lacus ut pretium. Fusce et auctor lectus. Ut et commodo quam, quis gravida orci. Nullam at risus elementum, suscipit enim a, pellentesque mi}
 {\lemma{Fusce\ldots mi}
 \Afootnote{A long critical note}
 \Bfootnote{Again B}
 \Cfootnote{Again C}
 \Dfootnote{omit}}.
Morbi commodo, ligula vel consectetur accumsan, massa metus egestas velit, eu fringilla leo ante in turpis. Vivamus ut tellus sollicitudin, facilisis ipsum sit amet, tincidunt odio. Maecenas tincidunt dolor sed ante blandit tincidunt. Etiam vulputate ultricies facilisis.
\pend
\endnumbering


\end{document}