summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/libertine/libertine.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-13 23:19:55 +0000
committerKarl Berry <karl@freefriends.org>2013-02-13 23:19:55 +0000
commit4d0f6fc4c7209fe70b94e3f01be045eeb614421d (patch)
tree3c7d63066c3ea4f0eb7f95828a39aef8da508fa7 /Master/texmf-dist/doc/fonts/libertine/libertine.tex
parent676d44c3fc65f186a2400847c4ea8f9d79cf05de (diff)
libertine (13feb13)
git-svn-id: svn://tug.org/texlive/trunk@29099 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/libertine/libertine.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/libertine/libertine.tex38
1 files changed, 26 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/fonts/libertine/libertine.tex b/Master/texmf-dist/doc/fonts/libertine/libertine.tex
index 4b2de01b8ba..8f22d2787e4 100644
--- a/Master/texmf-dist/doc/fonts/libertine/libertine.tex
+++ b/Master/texmf-dist/doc/fonts/libertine/libertine.tex
@@ -1,7 +1,7 @@
\documentclass[11pt]{article}
\usepackage[textwidth=5.5in,textheight=8.5in]{geometry}
\usepackage[T1]{fontenc}
-\usepackage{libertine}
+\usepackage[osf,p]{libertine}
\usepackage{lettrine}
\renewcommand{\ttfamily}{\fontencoding{OT1}\fontfamily{cmtt}\selectfont}
\PassOptionsToPackage{urlcolor=black,colorlinks}{hyperref}
@@ -82,11 +82,14 @@ well as the sans font), use the option \texttt{sfdefault} (which redefines
\section{Advanced Usage}
-Lua\LaTeX\ and xe\LaTeX\ users who might prefer to use type~1 fonts or who
-wish to avoid \texttt{fontspec} may use the \texttt{type1} (or \texttt{nofontspec}) option; \verb\libertine-type1.sty\ and
-\verb\biolinum-type1.sty\ wrapper packages are included to provide compatibility
-with the older packages. For legacy documents that use only basic
-facilities of \verb\libertineotf\, a similar wrapper package \verb\libertineotf.sty\ is provided.
+Lua\LaTeX\ and xe\LaTeX\ users who might prefer to use Type~1 fonts or who
+wish to avoid \texttt{fontspec} may use the \texttt{type1} (or \texttt{nofontspec}) option.
+Users who wish to activate Type~1 font families \emph{separately} may use \verb\libertine-type1.sty\
+and/or
+\verb\biolinum-type1.sty\ and/or \verb\libertineMono-type1.sty\; these also provide
+compatibility
+with older packages. For legacy documents that use only basic
+facilities of \verb\libertineotf\, a wrapper package \verb\libertineotf.sty\ is provided.
The following features of the original \verb|libertine| or \verb|libertineotf|
packages are
\emph{not} supported:
@@ -217,8 +220,16 @@ has the fonts used for these features, as follows:
\section{Concluding Remarks}
-For compatible mathematics, it is recommended to use the \verb|newtxmath|
-package with the \verb|libertine| option.
+For compatible mathematics, it is recommended to use
+\begin{verbatim}
+ \usepackage[libertine]{newtxmath}
+\end{verbatim}
+with pdf\LaTeX\ and
+\begin{verbatim}
+ \usepackage{unicode-math}
+ \setmathfont{texgyrepagellamath-regular.otf}
+\end{verbatim}
+with xe\LaTeX\ or lua\LaTeX.
The original OpenType fonts were created by Philipp H. Poll
(\url{gillian@linuxlibertine.org}) and are licensed under the terms of the GNU General
@@ -251,6 +262,7 @@ The maintainer of this
package is Bob Tennent (\url{rdt@cs.queensu.ca})
\clearpage
+
\appendix
\setlength{\fboxrule}{0.1pt}
@@ -677,9 +689,11 @@ 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}
-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. Explicit options are passed on to \verb|libertine.sty|.
+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).
\end{document}