summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/reledmac/examples/2-notes-width.tex
blob: 432ffcb41ed5bedcb6a315b232fb26270e742c23 (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
\documentclass{article}
\usepackage[osf,p]{libertinus}
\usepackage{microtype}
\usepackage[pdfusetitle,hidelinks]{hyperref}
\usepackage[english, main=latin]{babel}
\babeltags{english = english}
\usepackage{lipsum}

\usepackage[noend,noeledsec,noledgroup,series={A,B,C,D}]{reledmac}
\Xarrangement[A]{paragraph}
\Xarrangement[B]{twocol}
\Xarrangement[C]{threecol}
\arrangementX[A]{paragraph}
\arrangementX[B]{twocol}
\arrangementX[C]{threecol}
\Xwidth{\columnwidth+\marginparsep+\ledrsnotewidth}
\widthX{\columnwidth+\marginparsep+\ledrsnotewidth}
\rightnoteupfalse

\AtBeginDocument{%
 \maxhnotesX{0.8\textheight}
 \Xmaxhnotes{0.8\textheight}
}
\Xcolalign{\justifying}
\colalignX{\justifying}
\begin{document}

\begin{english}
\date{}
\title{Setting footnotes width}
\maketitle
\begin{abstract}
This example use  \verb+maxhnotesX+ and \verb+Xmaxhnotes+ to set the width of familiar and critical footnotes. The width is set to \verb+\columnwidth+\marginparsep+\ledrsnotewidth+, that means footnotes go from the left of the text to the right of the sidenotes.
\end{abstract}
\end{english}
\newpage
\beginnumbering
\pstart
\edtext{Lorem}{
    \Afootnote{A\lipsum*[1]}
    \Bfootnote{B\lipsum*[2]}
    \Cfootnote{C\lipsum*[3]}
    \Dfootnote{D\lipsum*[4]}
    }
Dolor
\ledsidenote{A long side note.}
\lipsum*[1]
\pend
\newpage
\pstart
\lipsum*[2]\ledsidenote{A long side note.}\footnoteA{A\lipsum*[5]}\footnoteB{B\lipsum*[6]}\footnoteC{C\lipsum*[7]}\footnoteD{D\lipsum*[8]}
\pend
\endnumbering
\end{document}