diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/libertine/libertine.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/libertine/libertine.tex | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/fonts/libertine/libertine.tex b/Master/texmf-dist/doc/fonts/libertine/libertine.tex index 8f22d2787e4..d4e2e5bdf4d 100644 --- a/Master/texmf-dist/doc/fonts/libertine/libertine.tex +++ b/Master/texmf-dist/doc/fonts/libertine/libertine.tex @@ -56,8 +56,6 @@ For most purposes, simply add to the preamble of your document. This will activate Libertine as the main (seriffed) text font, Biolinum as the sans font, and (from January~2013) LibertineMono as the monospaced font. -Use the \verb|mono=false| (or \verb|tt=false|) option to suppress -activating LibertineMono. It is recommended that the font encoding be set to \verb\T1\ or \verb\LY1\ but the default \verb\OT1\ encoding is also supported. Available shapes in all series (except \texttt{tt}, which @@ -77,8 +75,17 @@ slanted variants have been generated and treated as if they were italic. To activate Libertine (without Biolinum), use the \texttt{libertine} (or \texttt{rm}) option. Similarly, to activate Biolinum (without Libertine) use the \texttt{biolinum} (or \texttt{sf} or \texttt{ss}) option. To use Biolinum as the main text font (as -well as the sans font), use the option \texttt{sfdefault} (which redefines -\verb|\familydefault|, not \verb|\rmdefault|). +well as the sans font), use the option \texttt{sfdefault}. +Use the \verb|mono=false| (or \verb|tt=false|) option to suppress +activating LibertineMono. +To activate single font families, +use one or more of +\begin{list}{}{} +\item \verb|\usepackage{libertineRoman}| +\item \verb|\usepackage{libertineMono}| +\item \verb|\usepackage{biolinum}| +\end{list} + \section{Advanced Usage} @@ -689,11 +696,9 @@ The final step in \verb|libertine.sty| is to remove all default font features in \texttt{fontspec} in case other fonts will be activated by the user. \subsection{Additional \texttt{sty} Files} -A ``wrapper'' file \verb\libertineotf.sty\ provides partial compatibility with -an obsolete package, primarily for legacy documents; explicit options are passed on to \verb|libertine.sty|. -The \verb|tex/latex/libertine/| directory also contains three files -\verb|libertine-type1.sty|, \verb|biolinum-type1.sty| and \verb\libertineMono-type1.sty\ -derived from \verb|libertine.sty|; these -allow those font families to be activated separately or together (and provide partial compatibility with obsolete packages). +The \verb|tex/latex/libertine/| directory also contains three ``front-end'' files +\verb|libertineotf.sty|, \verb|libertine-type1.sty|, and \verb|biolinum-type1.sty|, +which provide partial compatibility with obsolete packages, primarily for legacy +documents. \end{document} |