summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/reledmac/examples/2-footnote_spacing.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-19 20:35:39 +0000
committerKarl Berry <karl@freefriends.org>2019-06-19 20:35:39 +0000
commit18133f7c70c09db9faec1c5daab92ca615c804c6 (patch)
treefe409f135c2eba1197888bec70d968ccebc95673 /Master/texmf-dist/doc/latex/reledmac/examples/2-footnote_spacing.tex
parenta1eb6c9ee4af7077c2880c37f051b564b8e05ca7 (diff)
reledmac (19jun19)
git-svn-id: svn://tug.org/texlive/trunk@51405 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/reledmac/examples/2-footnote_spacing.tex')
-rw-r--r--Master/texmf-dist/doc/latex/reledmac/examples/2-footnote_spacing.tex16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/reledmac/examples/2-footnote_spacing.tex b/Master/texmf-dist/doc/latex/reledmac/examples/2-footnote_spacing.tex
index 0e24c814128..dfcbb307289 100644
--- a/Master/texmf-dist/doc/latex/reledmac/examples/2-footnote_spacing.tex
+++ b/Master/texmf-dist/doc/latex/reledmac/examples/2-footnote_spacing.tex
@@ -1,10 +1,10 @@
\documentclass{article}
-\usepackage{fontspec}
-\usepackage{libertineotf}
-\usepackage{polyglossia}
-\setmainlanguage{latin}
-\setotherlanguage{english}
-\usepackage{SIunits}
+\usepackage[osf,p]{libertinus}
+\usepackage{microtype}
+\usepackage[pdfusetitle,hidelinks]{hyperref}
+\usepackage[english, main=latin]{babel}
+\babeltags{english = english}
+\usepackage[detect-all]{siunitx}
\usepackage[series={A,B,C},noend,noeledsec,noledgroup]{reledmac}
@@ -34,9 +34,9 @@
\title{Setting spaces around footnote rules}
\maketitle
\begin{abstract}
-This file sets spaces around footnote rules, to have a uniform \unit{3}{\milli\meter} before and after. There are three levels of paragraphed notes. Before the first series of notes, we have \unit{0.5}{\centi\meter}.
+This file sets spaces around footnote rules, to have a uniform \SI{3}{\milli\meter} before and after. There are three levels of paragraphed notes. Before the first series of notes, we have \SI{0.5}{\centi\meter}.
-We use \verb+\Xbeforenotes+ and \verb+\Xafterrule+. There is, anyway, a subtlety: the footnote rule of reledmac is the standard \LaTeX footnote rule: \verb+\footnoterule+, which automatically decreases \unit{3}{pt} before and adds \unit{2.6}{pt} after. So we have to compensate, by defining to length: \verb+before+ and \verb+\after+, which are passed to the respective commands.
+We use \verb+\Xbeforenotes+ and \verb+\Xafterrule+. There is, anyway, a subtlety: the footnote rule of reledmac is the standard \LaTeX footnote rule: \verb+\footnoterule+, which automatically decreases \SI{3}{pt} before and adds \SI{2.6}{pt} after. So we have to compensate, by defining to length: \verb+before+ and \verb+\after+, which are passed to the respective commands.
\end{abstract}
\end{english}