summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/reledmac/doc-more/page-typesetting-columns.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/reledmac/doc-more/page-typesetting-columns.tex')
-rw-r--r--macros/latex/contrib/reledmac/doc-more/page-typesetting-columns.tex22
1 files changed, 11 insertions, 11 deletions
diff --git a/macros/latex/contrib/reledmac/doc-more/page-typesetting-columns.tex b/macros/latex/contrib/reledmac/doc-more/page-typesetting-columns.tex
index e40dc5f6ff..70986e353f 100644
--- a/macros/latex/contrib/reledmac/doc-more/page-typesetting-columns.tex
+++ b/macros/latex/contrib/reledmac/doc-more/page-typesetting-columns.tex
@@ -1,7 +1,7 @@
\documentclass[11pt,a4paper]{article}
\usepackage{fontspec}
\usepackage{unicode-math}
-\usepackage{libertineotf}
+\usepackage{libertine}
\usepackage{tikz}
\usepackage{csquotes}
\newcommand{\package}[1]{\emph{#1}}
@@ -34,7 +34,7 @@
\section{General}
\package{Reledmac} doesn't care neither text width ($T$) nor margins, whose sizes are calculated by \LaTeX{} itself or depends on other packages like \package{geometry}. In normal typesetting, line numbers and sidenotes are in the margin.
-In parallel typesetting, sidenotes and lines numbers can be, or not, in page margins.
+In parallel typesetting, sidenotes and lines numbers can be, or not, in page margins.
Normally, we get:
@@ -46,25 +46,25 @@ The only possible exceptions occur when the user makes mistakes when fixing $L$
\section{Parameters}
The parameters that can be controlled by \package{reledmac} are (see fig.~\ref{pic:page}):
-\begin{description}
+\begin{description}
\item[N] The numbered text width, \emph{i. e.} the width of text which is between \verb+\beginnumbering+ and \verb+\endnumbering+ in normal tyepsetting. By default $N=T$, but can be also modified by the \package{reledmac}/\package{reledpar} option \verb!widthliketwocolumns!: in this case, $N=L+B+S+A+R$
-
+
\item[L] \verb!\Lcolwidth!; fixed width, by default \verb!{0.45\textwidth}!
-
+
\item[R] \verb!\Rcolwidth!; fixed width, by default \verb!{0.45\textwidth}!
-
+
\item[S] \verb!\columnseparator!; \package{reledpar} inserts a vertical rule of width \verb!\columnrulewidth!, by default set to be $0\,pt$. You can redefine \verb!\columnrulewidth! by
-
+
\begin{verbatim}
\setlength{\columnrulewidth}{0.4pt}
\end{verbatim}
-
+
\item[B] \verb!\beforecolumnseparator!: automatically calculated, but can be redefined by
-
+
\begin{verbatim}
\setlength{\beforecolumnseparator}{<length>}
\end{verbatim}
-
+
\item[A] \verb!\aftercolumnseparator!: automatically calculated, but can be redefined by
\begin{verbatim}
@@ -87,7 +87,7 @@ In this case $LM$ and $RM$ are modified:
\end{itemize}
\section{Automatically calculated parameters}
-Therefore, the lengths automatically calculated are $LM$, $RM$, and, if not fixed by user, $B$ and $A$.
+Therefore, the lengths automatically calculated are $LM$, $RM$, and, if not fixed by user, $B$ and $A$.
\subsection{If $LM$, $RM$, $B$ and $A$ are calculated}