summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/fonts/libertine/README32
-rw-r--r--Master/texmf-dist/doc/fonts/libertine/libertine.pdfbin139445 -> 219173 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/libertine/libertine.tex479
-rw-r--r--Master/texmf-dist/doc/fonts/libertine/samples.pdfbin681821 -> 768651 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/libertine/samples.tex40
5 files changed, 338 insertions, 213 deletions
diff --git a/Master/texmf-dist/doc/fonts/libertine/README b/Master/texmf-dist/doc/fonts/libertine/README
index 8d274246a4a..ecc7e21e076 100644
--- a/Master/texmf-dist/doc/fonts/libertine/README
+++ b/Master/texmf-dist/doc/fonts/libertine/README
@@ -1,10 +1,12 @@
-This is the README for libertine, version 5.3.0 (2012-12-02).
+This is the README for libertine, version 5.3.0 (2012-12-07).
This package provides support for use of the Linux Libertine and Linux
-Biolinum families of fonts with LaTeX, pdfLaTeX, xeLaTeX and luaLaTeX.
-It is intended to replace several existing packages (libertine-type1,
-biolinum-type1, libertine) and should provide partial compatibilty with
-the obsolete libertineotf and libertine-legacy packages.
+Biolinum families of fonts with LaTeX. Most features are usable with
+LaTeX and dvips, pdfLaTeX, xeLaTeX and luaLaTeX, but some features are
+only usable with xeLaTeX or luaLaTeX. This package compatibly replaces
+several earlier packages (libertine-type1, biolinum-type1, libertine)
+and should provide partial compatibility with the obsolete libertineotf
+and libertine-legacy packages.
To install this package on a TDS-compliant TeX system unzip the
file /install/fonts/libertine.tds.zip at the root of an appropriate
@@ -16,10 +18,12 @@ For most purposes, simply add
\usepackage{libertine}
-to the preamble of your document. This will activate Libertine as
-the main (serifed) text font and Biolinum as the sans font. It is
+to the preamble of your document. This will activate Libertine as the
+main (serifed) text font and Biolinum as the sans font. Use the mono (or
+tt) option to also activate LibertineMono as the monospaced font. It is
recommended that the font encoding be set to T1 or LY1, but the default
-OT1 encoding is also supported. Available shapes in all series include:
+OT1 encoding is also supported. Available shapes in all series (except
+tt) include:
it italic
sc small caps
@@ -30,11 +34,11 @@ automatically substituted. The exception is the bold series of Biolinum,
for which a designed italic is not currently available. An artificially
slanted variant has been generated and treated as if it were italic.
-To activate Libertine without Biolinum, use the libertine (or rm)
-option. Similarly, to activate Biolinum without Libertine use the
-biolinum (or sf) option. To use Biolinum as the main text font (as
-well as the sans font), use the option sfdefault (which redefines
-\familydefault, not \rmdefault).
+To activate Libertine (without Biolinum or LibertineMono), use the
+libertine (or rm) option. Similarly, to activate Biolinum (without
+Libertine or LibertineMono), use the biolinum (or sf or ss) option. To
+use Biolinum as the main text font (as well as the sans font), use the
+option sfdefault (which redefines \familydefault, not \rmdefault).
For more advanced usage, please see the libertine.pdf document.
@@ -49,7 +53,7 @@ distribution or at
http://www.linuxlibertine.org/
-The Glyph and KeyCap support was taken from the original libertine
+The Glyph and KeyCap support was adapted from the original libertine
package by Michael Niedermair.
Three of the Libertine fonts were modified by Michael Sharpe (msharpe at
diff --git a/Master/texmf-dist/doc/fonts/libertine/libertine.pdf b/Master/texmf-dist/doc/fonts/libertine/libertine.pdf
index 7d79041abb6..e846f27b74e 100644
--- a/Master/texmf-dist/doc/fonts/libertine/libertine.pdf
+++ b/Master/texmf-dist/doc/fonts/libertine/libertine.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/libertine/libertine.tex b/Master/texmf-dist/doc/fonts/libertine/libertine.tex
index 47b26415562..88d86c4be85 100644
--- a/Master/texmf-dist/doc/fonts/libertine/libertine.tex
+++ b/Master/texmf-dist/doc/fonts/libertine/libertine.tex
@@ -1,7 +1,8 @@
\documentclass[11pt]{article}
-\usepackage[textwidth=6.0in,textheight=8.5in]{geometry}
+\usepackage[textwidth=5.5in,textheight=8.5in]{geometry}
\usepackage[T1]{fontenc}
\usepackage{libertine}
+\usepackage{lettrine}
\renewcommand{\ttfamily}{\fontencoding{OT1}\fontfamily{cmtt}\selectfont}
\PassOptionsToPackage{urlcolor=black,colorlinks}{hyperref}
\RequirePackage{hyperref}
@@ -9,19 +10,24 @@
\usepackage{longtable}
\usepackage{multicol}
\begin{document}
-\title{\LaTeX\ Support for Linux Libertine and Biolinum Fonts}
+\title{\LaTeX\ Support for Linux Libertine and Biolinum Fonts}
\author{Bob Tennent\\
\small\url{rdt@cs.queensu.ca}}
\date{\today}
\maketitle
\thispagestyle{empty}
\tableofcontents
+\sloppy
\clearpage
\section{Introduction}
This package provides support for use of the Linux Libertine and Linux
-Biolinum families of fonts with \LaTeX, pdf\LaTeX, xe\LaTeX\ and lua\LaTeX.
-It is intended to replace several existing packages (\texttt{libertine-type1},
+Biolinum families of fonts in \LaTeX.
+Most features
+are usable
+with \LaTeX\ and \verb|dvips|, pdf\LaTeX, xe\LaTeX\ and lua\LaTeX;
+the features in Section~\ref{OpenType} are only usable with xe\LaTeX\ or lua\LaTeX.
+This package compatibly replaces several earlier packages (\texttt{libertine-type1},
\texttt{biolinum-type1}, \texttt{libertine}) and should provide partial compatibility with
the obsolete \texttt{libertineotf} and \texttt{libertine-legacy} packages.
@@ -45,9 +51,12 @@ For most purposes, simply add
\verb|\usepackage{libertine}|
\end{list}
to the preamble of your document. This will activate Libertine as
-the main (seriffed) text font and Biolinum as the sans font. It is
+the main (seriffed) text font and Biolinum as the sans font.
+To activate LibertineMono as the monospaced font, use the \texttt{mono} (or \texttt{tt}) option.
+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 include:
+\verb\OT1\ encoding is also supported. Available shapes in all series (except \texttt{tt}, which
+only has \texttt{it}) include:
\begin{list}{}{}\item
\begin{tabular}{ll}
\texttt{it} & italic\\
@@ -56,42 +65,42 @@ recommended that the font encoding be set to \verb\T1\ or \verb\LY1\ but the def
\end{tabular}
\end{list}
Slanted variants are not supported; the designed italic variants will be
-automatically substituted. The exception is the bold series of Biolinum,
-for which a designed italic is not currently available. An artificially
-slanted variant has been generated and treated as if it were italic.
+automatically substituted. The exceptions are the monospaced font and the bold series of Biolinum,
+for which designed italics are not currently available. Artificially
+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}) option. To use Biolinum as the main text font (as
+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|).
\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} option; \verb\libertine-type1.sty\ and
+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 \verb\libertineotf.sty\ is provided.
+facilities of \verb\libertineotf\, a similar wrapper package \verb\libertineotf.sty\ is provided.
The following features of the original \verb|libertine| or \verb|libertineotf|
packages are
\emph{not} supported:
\begin{itemize}
- \item Option \texttt{mono} and font-features such as \texttt{Ligatures} or \texttt{Scale} as option parameters
+ \item font-features such as \texttt{Ligatures} or \texttt{Scale} as option parameters
- \item Macro support for the Mono, Initial, Display, Outline, or Shadow fonts
+ \item the Outline or Shadow fonts
- \item Commands \verb|\Lnnum|, \verb|\Lpnum|, \verb|\Lcnum|, etc.
+ \item commands \verb|\Lnnum|, \verb|\Lpnum|, \verb|\Lcnum|, etc.
- \item Environments \texttt{Ltable} and \texttt{libertineenumerate}
+ \item environments \texttt{Ltable} and \texttt{libertineenumerate}
\end{itemize}
If your documents use any of the features listed above,
you may have to continue to use the \verb\libertineotf\ package (which is still available from
CTAN) or access the opentype fonts directly using \texttt{fontspec}.
-The following options are available in all styles:
+The following options are available in all styles (except monospaced):
\begin{list}{}{}\item
\begin{tabular}{ll}
\texttt{oldstyle} (\texttt{osf}) & old-style figures\\
@@ -100,11 +109,12 @@ The following options are available in all styles:
\texttt{tabular} (\texttt{t}) & fixed-width figures\\
\end{tabular}
\end{list}
-The defaults are \texttt{oldstyle} and \texttt{proportional}. These apply to both font
-families; to change the default figure style of just the Biolinum (sans)
+The defaults are \texttt{oldstyle} and \texttt{proportional}. These apply to both Libertine
+and Biolinum;
+to change the default figure style of just the Biolinum (sans)
fonts, use options
\begin{list}{}{}\item
-\texttt{sflining} (\texttt{sflf}) or \texttt{sfoldstyle} (\texttt{sfosf})
+\texttt{sflining} (\texttt{sflf}) or \texttt{sfoldstyle} (\texttt{sfosf}, \texttt{osfss})
\item
\texttt{sftabular} (\texttt{sft}) or \texttt{sfproportional} (\texttt{sfp})
\end{list}
@@ -113,7 +123,8 @@ The \texttt{semibold} (\texttt{sb}) option will set \verb|\bfdefault| to \texttt
semi-bold series of Libertine; this has no effect on the Biolinum fonts,
for which there is no semi-bold variant. The options \verb|scale=|<\emph{number}> (or
\verb|scaled=|<\emph{number}>) will scale the Biolinum fonts but have no effect on the
-Libertine fonts.
+Libertine fonts. Similarly, the options \verb|ttscale=|<\emph{number}> (or \verb|ttscaled=|<\emph{number}>)
+will scale the LibertineMono font.
Commands \verb|\oldstylenums{|\ldots\verb|}| and \verb|\oldstylenumsf{|\ldots\verb|}| are defined to
@@ -129,11 +140,13 @@ respectively, if proportional figures is the default, and similarly
Superior numbers (for footnote markers) are available using \verb|\sufigures|
or \verb|\textsu{|\ldots\verb|}|.
+\clearpage
-Macros \verb|\libertine|, \verb|\libertineSB|, \verb|\libertineOsF| and \verb|\libertineLF|, select the
+Macros \verb|\libertine|, \verb|\libertineSB|, \verb|\libertineOsF|, \verb|\libertineLF|, \verb|\libertineDisplay|
+and \verb|\libmono| select the
Libertine family, the Libertine family with the semi-bold series as the
-\verb|bfdefault|, the Libertine family with OldStyle figures, and the Libertine
-family with Lining Figures, respectively.
+\verb|bfdefault|, the Libertine family with OldStyle figures, the Libertine
+family with Lining Figures, the Libertine Display font, and the LibertineMono family, respectively.
Macros \verb|\biolinum|, \verb|\biolinumOsF|, and \verb|\biolinumLF| select the Biolinum
family, the Biolinum family with OldStyle figures, and the Biolinum
@@ -141,6 +154,7 @@ family with Lining Figures, respectively.
\section{OpenType Fonts}
+\label{OpenType}
The features in this section are only available to xe\LaTeX\ and lua\LaTeX\ users.
@@ -159,16 +173,17 @@ are provided to simplify production of glyphs in the Biolinum Keyboard font;
see Appendix~\ref{LKey}. Appendix~\ref{KeyboardGlyphs} has a table of the entire
Linux Biolinum Keyboard font, with corresponding glyph name and codepoint.
-The fonts used for the features described above are in
-the \begin{list}{}{}\item
+Macro \verb|\libertineInitialGlyph{|\ldots\verb|}| produces a glyph in the Libertine Initial font;
+Appendix~\ref{InitialGlyphs} has a table of some of the glyphs and an example of how these
+glyphs may be used.
+
+The fonts used for the features described above are in the
\verb|/fonts/opentype/public/libertine|
-\end{list}
directory as follows:
-\begin{list}{}{}\item
+\begin{list}{}{}\item\small
\begin{tabular}{lll}
\multicolumn{1}{c}{\bf File name} & \multicolumn{1}{c}{\bf Internal name} & \multicolumn{1}{c}{\bf Description} \\
\hline
-\verb|LinBiolinum_K.otf| & \verb|LinBiolinumOKb| & keyboard \\
\verb|LinBiolinum_RBO.otf| & \verb|LinBiolinumOBO| & sans serif bold italic (oblique) \\
\verb|LinBiolinum_RB.otf| & \verb|LinBiolinumOB| & sans serif bold \\
\verb|LinBiolinum_RI.otf| & \verb|LinBiolinumOI| & sans serif italic \\
@@ -179,18 +194,13 @@ directory as follows:
\verb|LinLibertine_R.otf| & \verb|LinLibertineO| & regular \\
\verb|LinLibertine_RZI.otf| & \verb|LinLibertineOZI| & semibold italic \\
\verb|LinLibertine_RZ.otf| & \verb|LinLibertineOZ| & semibold \\
-\end{tabular}
-\end{list}
-This
-directory also has several additional fonts which can be activated using
-\verb|fontspec| (with xe\LaTeX\ or lua\LaTeX):
-\begin{list}{}{}\item
-\begin{tabular}{lll}
-\multicolumn{1}{c}{\bf File name} & \multicolumn{1}{c}{\bf Internal name} & \multicolumn{1}{c}{\bf Description} \\
-\hline
- \verb|LinLibertine_DR.otf| & \verb|LinLibertineDisplayO| & a display font \\
- \verb|LinLibertine_I.otf| & \verb|LinLibertineIO| & a font of large initials \\
- \verb|LinLibertine_M.otf| & \verb|LinLibertineMO| & a monospaced font
+\verb|LinLibertine_MBO.otf| & \verb|LinLibertineMOBO| & mono bold italic (oblique) \\
+\verb|LinLibertine_MB.otf| & \verb|LinLibertineMOB| & mono bold \\
+\verb|LinLibertine_MO.otf| & \verb|LinLibertineMOO| & mono italic (oblique) \\
+\verb|LinLibertine_M.otf| & \verb|LinLibertineMO| & mono \\
+\verb|LinBiolinum_K.otf| & \verb|LinBiolinumOKb| & keyboard \\
+\verb|LinLibertine_I.otf| & \verb|LinLibertineIO| & decorative capitals \\
+\verb|LinLibertine_DR.otf| & \verb|LinLibertineDisplayO| & a display (titling) font \\
\end{tabular}
\end{list}
@@ -208,7 +218,7 @@ distribution or at
\begin{list}{}{}\item
\url{http://www.linuxlibertine.org/}
\end{list}
-The Glyph and KeyCap support was taken from the original \verb\libertine\
+The Glyph and KeyCap support was adapted from the original \verb\libertine\
package by Michael Niedermair.
Three of the Libertine fonts were modified by Michael Sharpe (\url{msharpe@ucsd.edu}) using
@@ -232,195 +242,272 @@ package is Bob Tennent (\url{rdt@cs.queensu.ca})
\clearpage
\appendix
-\section{Biolinum KeyCap Macros}
+\setlength{\fboxrule}{0.1pt}
+\section{Biolinum KeyCap Macros}\tt
\label{LKey}
\subsection{Special Keys}
\begin{longtable}[l]{lll}
-Tux & \verb|\LKeyTux| & \huge\strut\LKeyTux \\
-Win & \verb|\LKeyWin| & \huge\strut\LKeyWin \\
-Menu & \verb|\LKeyMenu| & \huge\strut\LKeyMenu \\
-Strg & \verb|\LKeyStrg| & \huge\strut\LKeyStrg \\
-Ctrl & \verb|\LKeyCtrl| & \huge\strut\LKeyCtrl \\
-Alt & \verb|\LKeyAlt| & \huge\strut\LKeyAlt \\
-AltGr & \verb|\LKeyAltGr| & \huge\strut\LKeyAltGr \\
-Shift & \verb|\LKeyShift| & \huge\strut\LKeyShift \\
-Enter & \verb|\LKeyEnter| & \huge\strut\LKeyEnter \\
-Tab & \verb|\LKeyTab| & \huge\strut\LKeyTab \\
-CapsLock & \verb|\LKeyCapsLock| & \huge\strut\LKeyCapsLock \\
-Pos & \verb|\LKeyPos| & \huge\strut\LKeyPos \\
-Entf & \verb|\LKeyEntf| & \huge\strut\LKeyEntf \\
-Einf & \verb|\LKeyEinf| & \huge\strut\LKeyEinf \\
-Leer & \verb|\LKeyLeer| & \huge\strut\LKeyLeer \\
-Esc & \verb|\LKeyEsc| & \huge\strut\LKeyEsc \\
-Ende & \verb|\LKeyEnde| & \huge\strut\LKeyEnde \\
-Back & \verb|\LKeyBack| & \huge\strut\LKeyBack \\
-Up & \verb|\LKeyUp| & \huge\strut\LKeyUp \\
-Dwon & \verb|\LKeyDown| & \huge\strut\LKeyDown \\
-Left & \verb|\LKeyLeft| & \huge\strut\LKeyLeft \\
-Right & \verb|\LKeyRight| & \huge\strut\LKeyRight \\
-PgUp & \verb|\LKeyPgUp| & \huge\strut\LKeyPgUp \\
-PgDown & \verb|\LKeyPgDown| & \huge\strut\LKeyPgDown \\
-At & \verb|\LKeyAt| & \huge\strut\LKeyAt \\
-Fn & \verb|\LKeyFn| & \huge\strut\LKeyFn \\
-Home & \verb|\LKeyHome| & \huge\strut\LKeyHome \\
-Del & \verb|\LKeyDel| & \huge\strut\LKeyDel \\
-Space & \verb|\LKeySpace| & \huge\strut\LKeySpace \\
-ScreenUp & \verb|\LKeyScreenUp| & \huge\strut\LKeyScreenUp \\
-ScreenDown & \verb|\LKeyScreenDown| & \huge\strut\LKeyScreenDown \\
-Ins & \verb|\LKeyIns| & \huge\strut\LKeyIns \\
-End & \verb|\LKeyEnd| & \huge\strut\LKeyEnd \\
-GNU & \verb|\LKeyGNU| & \huge\strut\LKeyGNU \\
-PageUp & \verb|\LKeyPageUp| & \huge\strut\LKeyPageUp \\
-PageDown & \verb|\LKeyPageDown| & \huge\strut\LKeyPageDown \\
-Command & \verb|\LKeyCommand| & \huge\strut\LKeyCommand \\
-OptionKey & \verb|\LKeyOptionKey| & \huge\strut\LKeyOptionKey \\
+Tux & \verb|\LKeyTux| & \huge\strut\fbox{\LKeyTux} \\
+Win & \verb|\LKeyWin| & \huge\strut\fbox{\LKeyWin} \\
+Menu & \verb|\LKeyMenu| & \huge\strut\fbox{\LKeyMenu} \\
+Strg & \verb|\LKeyStrg| & \huge\strut\fbox{\LKeyStrg} \\
+Ctrl & \verb|\LKeyCtrl| & \huge\strut\fbox{\LKeyCtrl} \\
+Alt & \verb|\LKeyAlt| & \huge\strut\fbox{\LKeyAlt} \\
+AltGr & \verb|\LKeyAltGr| & \huge\strut\fbox{\LKeyAltGr} \\
+Shift & \verb|\LKeyShift| & \huge\strut\fbox{\LKeyShift} \\
+Enter & \verb|\LKeyEnter| & \huge\strut\fbox{\LKeyEnter} \\
+Tab & \verb|\LKeyTab| & \huge\strut\fbox{\LKeyTab} \\
+CapsLock & \verb|\LKeyCapsLock| & \huge\strut\fbox{\LKeyCapsLock} \\
+Pos & \verb|\LKeyPos| & \huge\strut\fbox{\LKeyPos} \\
+Entf & \verb|\LKeyEntf| & \huge\strut\fbox{\LKeyEntf} \\
+Einf & \verb|\LKeyEinf| & \huge\strut\fbox{\LKeyEinf} \\
+Leer & \verb|\LKeyLeer| & \huge\strut\fbox{\LKeyLeer} \\
+Esc & \verb|\LKeyEsc| & \huge\strut\fbox{\LKeyEsc} \\
+Ende & \verb|\LKeyEnde| & \huge\strut\fbox{\LKeyEnde} \\
+Back & \verb|\LKeyBack| & \huge\strut\fbox{\LKeyBack} \\
+Up & \verb|\LKeyUp| & \huge\strut\fbox{\LKeyUp} \\
+Dwon & \verb|\LKeyDown| & \huge\strut\fbox{\LKeyDown} \\
+Left & \verb|\LKeyLeft| & \huge\strut\fbox{\LKeyLeft} \\
+Right & \verb|\LKeyRight| & \huge\strut\fbox{\LKeyRight} \\
+PgUp & \verb|\LKeyPgUp| & \huge\strut\fbox{\LKeyPgUp} \\
+PgDown & \verb|\LKeyPgDown| & \huge\strut\fbox{\LKeyPgDown} \\
+At & \verb|\LKeyAt| & \huge\strut\fbox{\LKeyAt} \\
+Fn & \verb|\LKeyFn| & \huge\strut\fbox{\LKeyFn} \\
+Home & \verb|\LKeyHome| & \huge\strut\fbox{\LKeyHome} \\
+Del & \verb|\LKeyDel| & \huge\strut\fbox{\LKeyDel} \\
+Space & \verb|\LKeySpace| & \huge\strut\fbox{\LKeySpace} \\
+ScreenUp & \verb|\LKeyScreenUp| & \huge\strut\fbox{\LKeyScreenUp} \\
+ScreenDown & \verb|\LKeyScreenDown| & \huge\strut\fbox{\LKeyScreenDown} \\
+Ins & \verb|\LKeyIns| & \huge\strut\fbox{\LKeyIns} \\
+End & \verb|\LKeyEnd| & \huge\strut\fbox{\LKeyEnd} \\
+GNU & \verb|\LKeyGNU| & \huge\strut\fbox{\LKeyGNU} \\
+PageUp & \verb|\LKeyPageUp| & \huge\strut\fbox{\LKeyPageUp} \\
+PageDown & \verb|\LKeyPageDown| & \huge\strut\fbox{\LKeyPageDown} \\
+Command & \verb|\LKeyCommand| & \huge\strut\fbox{\LKeyCommand} \\
+OptionKey & \verb|\LKeyOptionKey| & \huge\strut\fbox{\LKeyOptionKey} \\
%
-F1 & \verb|\LKeyF{1}| & \huge\strut\LKeyF{1} \\
-F2 & \verb|\LKeyF{2}| & \huge\strut\LKeyF{2} \\
-F3 & \verb|\LKeyF{3}| & \huge\strut\LKeyF{3} \\
-F4 & \verb|\LKeyF{4}| & \huge\strut\LKeyF{4} \\
-F5 & \verb|\LKeyF{5}| & \huge\strut\LKeyF{5} \\
-F6 & \verb|\LKeyF{6}| & \huge\strut\LKeyF{6} \\
-F7 & \verb|\LKeyF{7}| & \huge\strut\LKeyF{7} \\
-F8 & \verb|\LKeyF{8}| & \huge\strut\LKeyF{8} \\
-F9 & \verb|\LKeyF{9}| & \huge\strut\LKeyF{9} \\
-F10 & \verb|\LKeyF{10}| & \huge\strut\LKeyF{10} \\
-F11 & \verb|\LKeyF{11}| & \huge\strut\LKeyF{11} \\
-F12 & \verb|\LKeyF{12}| & \huge\strut\LKeyF{12} \\
-F13 & \verb|\LKeyF{13}| & \huge\strut\LKeyF{13} \\
-F14 & \verb|\LKeyF{14}| & \huge\strut\LKeyF{14} \\
-F15 & \verb|\LKeyF{15}| & \huge\strut\LKeyF{15} \\
-F16 & \verb|\LKeyF{16}| & \huge\strut\LKeyF{16} \\
+F1 & \verb|\LKeyF{1}| & \huge\strut\fbox{\LKeyF{1}} \\
+F2 & \verb|\LKeyF{2}| & \huge\strut\fbox{\LKeyF{2}} \\
+F3 & \verb|\LKeyF{3}| & \huge\strut\fbox{\LKeyF{3}} \\
+F4 & \verb|\LKeyF{4}| & \huge\strut\fbox{\LKeyF{4}} \\
+F5 & \verb|\LKeyF{5}| & \huge\strut\fbox{\LKeyF{5}} \\
+F6 & \verb|\LKeyF{6}| & \huge\strut\fbox{\LKeyF{6}} \\
+F7 & \verb|\LKeyF{7}| & \huge\strut\fbox{\LKeyF{7}} \\
+F8 & \verb|\LKeyF{8}| & \huge\strut\fbox{\LKeyF{8}} \\
+F9 & \verb|\LKeyF{9}| & \huge\strut\fbox{\LKeyF{9}} \\
+F10 & \verb|\LKeyF{10}| & \huge\strut\fbox{\LKeyF{10}} \\
+F11 & \verb|\LKeyF{11}| & \huge\strut\fbox{\LKeyF{11}} \\
+F12 & \verb|\LKeyF{12}| & \huge\strut\fbox{\LKeyF{12}} \\
+F13 & \verb|\LKeyF{13}| & \huge\strut\fbox{\LKeyF{13}} \\
+F14 & \verb|\LKeyF{14}| & \huge\strut\fbox{\LKeyF{14}} \\
+F15 & \verb|\LKeyF{15}| & \huge\strut\fbox{\LKeyF{15}} \\
+F16 & \verb|\LKeyF{16}| & \huge\strut\fbox{\LKeyF{16}} \\
%
-PAD0 & \verb|\LKeyPad{1}| & \huge\strut\LKeyPad{0} \\
-PAD1 & \verb|\LKeyPad{1}| & \huge\strut\LKeyPad{1} \\
-PAD2 & \verb|\LKeyPad{2}| & \huge\strut\LKeyPad{2} \\
-PAD3 & \verb|\LKeyPad{3}| & \huge\strut\LKeyPad{3} \\
-PAD4 & \verb|\LKeyPad{4}| & \huge\strut\LKeyPad{4} \\
-PAD5 & \verb|\LKeyPad{5}| & \huge\strut\LKeyPad{5} \\
-PAD6 & \verb|\LKeyPad{6}| & \huge\strut\LKeyPad{6} \\
-PAD7 & \verb|\LKeyPad{7}| & \huge\strut\LKeyPad{7} \\
-PAD8 & \verb|\LKeyPad{8}| & \huge\strut\LKeyPad{8} \\
-PAD9 & \verb|\LKeyPad{9}| & \huge\strut\LKeyPad{9} \\
-PAD10 & \verb|\LKeyPad{10}| & \huge\strut\LKeyPad{10} \\
-PAD11 & \verb|\LKeyPad{11}| & \huge\strut\LKeyPad{11} \\
-PAD12 & \verb|\LKeyPad{12}| & \huge\strut\LKeyPad{12} \\
-PAD13 & \verb|\LKeyPad{13}| & \huge\strut\LKeyPad{13} \\
-PAD14 & \verb|\LKeyPad{14}| & \huge\strut\LKeyPad{14} \\
+PAD0 & \verb|\LKeyPad{1}| & \huge\strut\fbox{\LKeyPad{0}} \\
+PAD1 & \verb|\LKeyPad{1}| & \huge\strut\fbox{\LKeyPad{1}} \\
+PAD2 & \verb|\LKeyPad{2}| & \huge\strut\fbox{\LKeyPad{2}} \\
+PAD3 & \verb|\LKeyPad{3}| & \huge\strut\fbox{\LKeyPad{3}} \\
+PAD4 & \verb|\LKeyPad{4}| & \huge\strut\fbox{\LKeyPad{4}} \\
+PAD5 & \verb|\LKeyPad{5}| & \huge\strut\fbox{\LKeyPad{5}} \\
+PAD6 & \verb|\LKeyPad{6}| & \huge\strut\fbox{\LKeyPad{6}} \\
+PAD7 & \verb|\LKeyPad{7}| & \huge\strut\fbox{\LKeyPad{7}} \\
+PAD8 & \verb|\LKeyPad{8}| & \huge\strut\fbox{\LKeyPad{8}} \\
+PAD9 & \verb|\LKeyPad{9}| & \huge\strut\fbox{\LKeyPad{9}} \\
+PAD10 & \verb|\LKeyPad{10}| & \huge\strut\fbox{\LKeyPad{10}} \\
+PAD11 & \verb|\LKeyPad{11}| & \huge\strut\fbox{\LKeyPad{11}} \\
+PAD12 & \verb|\LKeyPad{12}| & \huge\strut\fbox{\LKeyPad{12}} \\
+PAD13 & \verb|\LKeyPad{13}| & \huge\strut\fbox{\LKeyPad{13}} \\
+PAD14 & \verb|\LKeyPad{14}| & \huge\strut\fbox{\LKeyPad{14}} \\
\end{longtable}
\clearpage
\subsection{General Keyboard}
\begin{longtable}[l]{lll}
-0 & \verb|\LKey{zero}|,\verb|\LKey{0}| & \huge\strut\LKey{zero} \\
-9 & \verb|\LKey{nine}|,\verb|\LKey{9}| & \huge\strut\LKey{nine} \\
-A & \verb|\LKey{A}| & \huge\strut\LKey{A} \\
-Z & \verb|\LKey{Z}| & \huge\strut\LKey{Z} \\
+0 & \verb|\LKey{zero}|,\verb|\LKey{0}| & \huge\strut\fbox{\LKey{zero}} \\
+9 & \verb|\LKey{nine}|,\verb|\LKey{9}| & \huge\strut\fbox{\LKey{nine}} \\
+A & \verb|\LKey{A}| & \huge\strut\fbox{\LKey{A}} \\
+Z & \verb|\LKey{Z}| & \huge\strut\fbox{\LKey{Z}} \\
\end{longtable}
\subsection{Keyboard Shortcuts}
\begin{longtable}[l]{lll}
-Strg-A & \verb|\LKeyStrgX{A}| & \huge\strut\LKeyStrgX{A} \\
-Ctrl-A & \verb|\LKeyCtrlX{A}| & \huge\strut\LKeyCtrlX{A} \\
-Shift-A & \verb|\LKeyShiftX{A}| & \huge\strut\LKeyShiftX{A} \\
-Alt-A & \verb|\LKeyAltX{A}| & \huge\strut\LKeyAltX{A} \\
-AltGr-A & \verb|\LKeyAltGrX{A}| & \huge\strut\LKeyAltGrX{A} \\
-Shift-Strg-A & \verb|\LKeyShiftStrgX{A}| & \huge\strut\LKeyShiftStrgX{A} \\
-Shift-Ctrl-A & \verb|\LKeyShiftCtrlX{A}| & \huge\strut\LKeyShiftCtrlX{A} \\
-Shift-Alt-A & \verb|\LKeyShiftAltX{A}| & \huge\strut\LKeyShiftAltX{A} \\
-Shift-AltGr-A & \verb|\LKeyShiftAltGrX{A}| & \huge\strut\LKeyShiftAltGrX{A} \\
-Strg-Alt-A & \verb|\LKeyStrgAltX{A}| & \huge\strut\LKeyStrgAltX{A} \\
-Strg-Alt-Entf & \verb|\LKeyStrgAltEnt| & \huge\strut\LKeyStrgAltEnt \\
-Strg-Alt-Entf & \verb|\LKeyReset| & \huge\strut\LKeyReset \\
-Ctrl-Alt-A & \verb|\LKeyCtrlAltX{A}| & \huge\strut\LKeyCtrlAltX{A} \\
-Ctrl-Alt-Entf & \verb|\LKeyCtrlAltEnt| & \huge\strut\LKeyCtrlAltEnt \\
+Strg-A & \verb|\LKeyStrgX{A}| & \huge\strut\fbox{\LKeyStrgX{A}} \\
+Ctrl-A & \verb|\LKeyCtrlX{A}| & \huge\strut\fbox{\LKeyCtrlX{A}} \\
+Shift-A & \verb|\LKeyShiftX{A}| & \huge\strut\fbox{\LKeyShiftX{A}} \\
+Alt-A & \verb|\LKeyAltX{A}| & \huge\strut\fbox{\LKeyAltX{A}} \\
+AltGr-A & \verb|\LKeyAltGrX{A}| & \huge\strut\fbox{\LKeyAltGrX{A}} \\
+Shift-Strg-A & \verb|\LKeyShiftStrgX{A}| & \huge\strut\fbox{\LKeyShiftStrgX{A}} \\
+Shift-Ctrl-A & \verb|\LKeyShiftCtrlX{A}| & \huge\strut\fbox{\LKeyShiftCtrlX{A}} \\
+Shift-Alt-A & \verb|\LKeyShiftAltX{A}| & \huge\strut\fbox{\LKeyShiftAltX{A}} \\
+Shift-AltGr-A & \verb|\LKeyShiftAltGrX{A}| & \huge\strut\fbox{\LKeyShiftAltGrX{A}} \\
+Strg-Alt-A & \verb|\LKeyStrgAltX{A}| & \huge\strut\fbox{\LKeyStrgAltX{A}} \\
+Strg-Alt-Entf & \verb|\LKeyStrgAltEnt| & \huge\strut\fbox{\LKeyStrgAltEnt} \\
+Strg-Alt-Entf & \verb|\LKeyReset| & \huge\strut\fbox{\LKeyReset} \\
+Ctrl-Alt-A & \verb|\LKeyCtrlAltX{A}| & \huge\strut\fbox{\LKeyCtrlAltX{A}} \\
+Ctrl-Alt-Entf & \verb|\LKeyCtrlAltEnt| & \huge\strut\fbox{\LKeyCtrlAltEnt} \\
%
-Alt-F1 & \verb|\LKeyAltF{1}| & \huge\strut\LKeyAltF{1} \\
-Alt-F2 & \verb|\LKeyAltF{2}| & \huge\strut\LKeyAltF{2} \\
-Alt-F3 & \verb|\LKeyAltF{3}| & \huge\strut\LKeyAltF{3} \\
-Alt-F4 & \verb|\LKeyAltF{4}| & \huge\strut\LKeyAltF{4} \\
-Alt-F5 & \verb|\LKeyAltF{5}| & \huge\strut\LKeyAltF{5} \\
-Alt-F6 & \verb|\LKeyAltF{6}| & \huge\strut\LKeyAltF{6} \\
-Alt-F7 & \verb|\LKeyAltF{7}| & \huge\strut\LKeyAltF{7} \\
-Alt-F8 & \verb|\LKeyAltF{8}| & \huge\strut\LKeyAltF{8} \\
-Alt-F9 & \verb|\LKeyAltF{9}| & \huge\strut\LKeyAltF{9} \\
-Alt-F10 & \verb|\LKeyAltF{10}| & \huge\strut\LKeyAltF{10} \\
-Alt-F11 & \verb|\LKeyAltF{11}| & \huge\strut\LKeyAltF{11} \\
-Alt-F12 & \verb|\LKeyAltF{12}| & \huge\strut\LKeyAltF{12} \\
-Alt-F13 & \verb|\LKeyAltF{13}| & \huge\strut\LKeyAltF{13} \\
-Alt-F14 & \verb|\LKeyAltF{14}| & \huge\strut\LKeyAltF{14} \\
-Alt-F15 & \verb|\LKeyAltF{15}| & \huge\strut\LKeyAltF{15} \\
-Alt-F16 & \verb|\LKeyAltF{16}| & \huge\strut\LKeyAltF{16} \\
+Alt-F1 & \verb|\LKeyAltF{1}| & \huge\strut\fbox{\LKeyAltF{1}} \\
+Alt-F2 & \verb|\LKeyAltF{2}| & \huge\strut\fbox{\LKeyAltF{2}} \\
+Alt-F3 & \verb|\LKeyAltF{3}| & \huge\strut\fbox{\LKeyAltF{3}} \\
+Alt-F4 & \verb|\LKeyAltF{4}| & \huge\strut\fbox{\LKeyAltF{4}} \\
+Alt-F5 & \verb|\LKeyAltF{5}| & \huge\strut\fbox{\LKeyAltF{5}} \\
+Alt-F6 & \verb|\LKeyAltF{6}| & \huge\strut\fbox{\LKeyAltF{6}} \\
+Alt-F7 & \verb|\LKeyAltF{7}| & \huge\strut\fbox{\LKeyAltF{7}} \\
+Alt-F8 & \verb|\LKeyAltF{8}| & \huge\strut\fbox{\LKeyAltF{8}} \\
+Alt-F9 & \verb|\LKeyAltF{9}| & \huge\strut\fbox{\LKeyAltF{9}} \\
+Alt-F10 & \verb|\LKeyAltF{10}| & \huge\strut\fbox{\LKeyAltF{10}} \\
+Alt-F11 & \verb|\LKeyAltF{11}| & \huge\strut\fbox{\LKeyAltF{11}} \\
+Alt-F12 & \verb|\LKeyAltF{12}| & \huge\strut\fbox{\LKeyAltF{12}} \\
+Alt-F13 & \verb|\LKeyAltF{13}| & \huge\strut\fbox{\LKeyAltF{13}} \\
+Alt-F14 & \verb|\LKeyAltF{14}| & \huge\strut\fbox{\LKeyAltF{14}} \\
+Alt-F15 & \verb|\LKeyAltF{15}| & \huge\strut\fbox{\LKeyAltF{15}} \\
+Alt-F16 & \verb|\LKeyAltF{16}| & \huge\strut\fbox{\LKeyAltF{16}} \\
%
-Strg-Alt-F1 & \verb|\LKeyStrgAltF{1}| & \huge\strut\LKeyStrgAltF{1} \\
-Strg-Alt-F2 & \verb|\LKeyStrgAltF{2}| & \huge\strut\LKeyStrgAltF{2} \\
-Strg-Alt-F3 & \verb|\LKeyStrgAltF{3}| & \huge\strut\LKeyStrgAltF{3} \\
-Strg-Alt-F4 & \verb|\LKeyStrgAltF{4}| & \huge\strut\LKeyStrgAltF{4} \\
-Strg-Alt-F5 & \verb|\LKeyStrgAltF{5}| & \huge\strut\LKeyStrgAltF{5} \\
-Strg-Alt-F6 & \verb|\LKeyStrgAltF{6}| & \huge\strut\LKeyStrgAltF{6} \\
-Strg-Alt-F7 & \verb|\LKeyStrgAltF{7}| & \huge\strut\LKeyStrgAltF{7} \\
-Strg-Alt-F8 & \verb|\LKeyStrgAltF{8}| & \huge\strut\LKeyStrgAltF{8} \\
-Strg-Alt-F9 & \verb|\LKeyStrgAltF{9}| & \huge\strut\LKeyStrgAltF{9} \\
-Strg-Alt-F10 & \verb|\LKeyStrgAltF{10}| & \huge\strut\LKeyStrgAltF{10} \\
-Strg-Alt-F11 & \verb|\LKeyStrgAltF{11}| & \huge\strut\LKeyStrgAltF{11} \\
-Strg-Alt-F12 & \verb|\LKeyStrgAltF{12}| & \huge\strut\LKeyStrgAltF{12} \\
-Strg-Alt-F13 & \verb|\LKeyStrgAltF{13}| & \huge\strut\LKeyStrgAltF{13} \\
-Strg-Alt-F14 & \verb|\LKeyStrgAltF{14}| & \huge\strut\LKeyStrgAltF{14} \\
-Strg-Alt-F15 & \verb|\LKeyStrgAltF{15}| & \huge\strut\LKeyStrgAltF{15} \\
-Strg-Alt-F16 & \verb|\LKeyStrgAltF{16}| & \huge\strut\LKeyStrgAltF{16} \\
-Ctrl-Alt-F1 & \verb|\LKeyCtrlAltF{1}| & \huge\strut\LKeyCtrlAltF{1} \\
-Ctrl-Alt-F2 & \verb|\LKeyCtrlAltF{2}| & \huge\strut\LKeyCtrlAltF{2} \\
-Ctrl-Alt-F3 & \verb|\LKeyCtrlAltF{3}| & \huge\strut\LKeyCtrlAltF{3} \\
-Ctrl-Alt-F4 & \verb|\LKeyCtrlAltF{4}| & \huge\strut\LKeyCtrlAltF{4} \\
-Ctrl-Alt-F5 & \verb|\LKeyCtrlAltF{5}| & \huge\strut\LKeyCtrlAltF{5} \\
-Ctrl-Alt-F6 & \verb|\LKeyCtrlAltF{6}| & \huge\strut\LKeyCtrlAltF{6} \\
-Ctrl-Alt-F7 & \verb|\LKeyCtrlAltF{7}| & \huge\strut\LKeyCtrlAltF{7} \\
-Ctrl-Alt-F8 & \verb|\LKeyCtrlAltF{8}| & \huge\strut\LKeyCtrlAltF{8} \\
-Ctrl-Alt-F9 & \verb|\LKeyCtrlAltF{9}| & \huge\strut\LKeyCtrlAltF{9} \\
-Ctrl-Alt-F10 & \verb|\LKeyCtrlAltF{10}| & \huge\strut\LKeyCtrlAltF{10} \\
-Ctrl-Alt-F11 & \verb|\LKeyCtrlAltF{11}| & \huge\strut\LKeyCtrlAltF{11} \\
-Ctrl-Alt-F12 & \verb|\LKeyCtrlAltF{12}| & \huge\strut\LKeyCtrlAltF{12} \\
-Ctrl-Alt-F13 & \verb|\LKeyCtrlAltF{13}| & \huge\strut\LKeyCtrlAltF{13} \\
-Ctrl-Alt-F14 & \verb|\LKeyCtrlAltF{14}| & \huge\strut\LKeyCtrlAltF{14} \\
-Ctrl-Alt-F15 & \verb|\LKeyCtrlAltF{15}| & \huge\strut\LKeyCtrlAltF{15} \\
-Ctrl-Alt-F16 & \verb|\LKeyCtrlAltF{16}| & \huge\strut\LKeyCtrlAltF{16} \\
+Strg-Alt-F1 & \verb|\LKeyStrgAltF{1}| & \huge\strut\fbox{\LKeyStrgAltF{1}} \\
+Strg-Alt-F2 & \verb|\LKeyStrgAltF{2}| & \huge\strut\fbox{\LKeyStrgAltF{2}} \\
+Strg-Alt-F3 & \verb|\LKeyStrgAltF{3}| & \huge\strut\fbox{\LKeyStrgAltF{3}} \\
+Strg-Alt-F4 & \verb|\LKeyStrgAltF{4}| & \huge\strut\fbox{\LKeyStrgAltF{4}} \\
+Strg-Alt-F5 & \verb|\LKeyStrgAltF{5}| & \huge\strut\fbox{\LKeyStrgAltF{5}} \\
+Strg-Alt-F6 & \verb|\LKeyStrgAltF{6}| & \huge\strut\fbox{\LKeyStrgAltF{6}} \\
+Strg-Alt-F7 & \verb|\LKeyStrgAltF{7}| & \huge\strut\fbox{\LKeyStrgAltF{7}} \\
+Strg-Alt-F8 & \verb|\LKeyStrgAltF{8}| & \huge\strut\fbox{\LKeyStrgAltF{8}} \\
+Strg-Alt-F9 & \verb|\LKeyStrgAltF{9}| & \huge\strut\fbox{\LKeyStrgAltF{9}} \\
+Strg-Alt-F10 & \verb|\LKeyStrgAltF{10}| & \huge\strut\fbox{\LKeyStrgAltF{10}} \\
+Strg-Alt-F11 & \verb|\LKeyStrgAltF{11}| & \huge\strut\fbox{\LKeyStrgAltF{11}} \\
+Strg-Alt-F12 & \verb|\LKeyStrgAltF{12}| & \huge\strut\fbox{\LKeyStrgAltF{12}} \\
+Strg-Alt-F13 & \verb|\LKeyStrgAltF{13}| & \huge\strut\fbox{\LKeyStrgAltF{13}} \\
+Strg-Alt-F14 & \verb|\LKeyStrgAltF{14}| & \huge\strut\fbox{\LKeyStrgAltF{14}} \\
+Strg-Alt-F15 & \verb|\LKeyStrgAltF{15}| & \huge\strut\fbox{\LKeyStrgAltF{15}} \\
+Strg-Alt-F16 & \verb|\LKeyStrgAltF{16}| & \huge\strut\fbox{\LKeyStrgAltF{16}} \\
+Ctrl-Alt-F1 & \verb|\LKeyCtrlAltF{1}| & \huge\strut\fbox{\LKeyCtrlAltF{1}} \\
+Ctrl-Alt-F2 & \verb|\LKeyCtrlAltF{2}| & \huge\strut\fbox{\LKeyCtrlAltF{2}} \\
+Ctrl-Alt-F3 & \verb|\LKeyCtrlAltF{3}| & \huge\strut\fbox{\LKeyCtrlAltF{3}} \\
+Ctrl-Alt-F4 & \verb|\LKeyCtrlAltF{4}| & \huge\strut\fbox{\LKeyCtrlAltF{4}} \\
+Ctrl-Alt-F5 & \verb|\LKeyCtrlAltF{5}| & \huge\strut\fbox{\LKeyCtrlAltF{5}} \\
+Ctrl-Alt-F6 & \verb|\LKeyCtrlAltF{6}| & \huge\strut\fbox{\LKeyCtrlAltF{6}} \\
+Ctrl-Alt-F7 & \verb|\LKeyCtrlAltF{7}| & \huge\strut\fbox{\LKeyCtrlAltF{7}} \\
+Ctrl-Alt-F8 & \verb|\LKeyCtrlAltF{8}| & \huge\strut\fbox{\LKeyCtrlAltF{8}} \\
+Ctrl-Alt-F9 & \verb|\LKeyCtrlAltF{9}| & \huge\strut\fbox{\LKeyCtrlAltF{9}} \\
+Ctrl-Alt-F10 & \verb|\LKeyCtrlAltF{10}| & \huge\strut\fbox{\LKeyCtrlAltF{10}} \\
+Ctrl-Alt-F11 & \verb|\LKeyCtrlAltF{11}| & \huge\strut\fbox{\LKeyCtrlAltF{11}} \\
+Ctrl-Alt-F12 & \verb|\LKeyCtrlAltF{12}| & \huge\strut\fbox{\LKeyCtrlAltF{12}} \\
+Ctrl-Alt-F13 & \verb|\LKeyCtrlAltF{13}| & \huge\strut\fbox{\LKeyCtrlAltF{13}} \\
+Ctrl-Alt-F14 & \verb|\LKeyCtrlAltF{14}| & \huge\strut\fbox{\LKeyCtrlAltF{14}} \\
+Ctrl-Alt-F15 & \verb|\LKeyCtrlAltF{15}| & \huge\strut\fbox{\LKeyCtrlAltF{15}} \\
+Ctrl-Alt-F16 & \verb|\LKeyCtrlAltF{16}| & \huge\strut\fbox{\LKeyCtrlAltF{16}} \\
\end{longtable}
\clearpage
\subsection{Mouse Buttons (Three-Button Mice)}
\begin{longtable}[l]{lll}
-Empty & \verb|\LMouseEmpty| & \huge\strut\LMouseEmpty \\
-No & \verb|\LMouseN| & \huge\strut\LMouseN \\
-Left & \verb|\LMouseL| & \huge\strut\LMouseL \\
-Middle & \verb|\LMouseM| & \huge\strut\LMouseM \\
-Right & \verb|\LMouseR| & \huge\strut\LMouseR \\
-LeftRight & \verb|\LMouseLR| & \huge\strut\LMouseLR \\
+Empty & \verb|\LMouseEmpty| & \huge\strut\fbox{\LMouseEmpty} \\
+No & \verb|\LMouseN| & \huge\strut\fbox{\LMouseN} \\
+Left & \verb|\LMouseL| & \huge\strut\fbox{\LMouseL} \\
+Middle & \verb|\LMouseM| & \huge\strut\fbox{\LMouseM} \\
+Right & \verb|\LMouseR| & \huge\strut\fbox{\LMouseR} \\
+LeftRight & \verb|\LMouseLR| & \huge\strut\fbox{\LMouseLR} \\
\end{longtable}
\subsection{Mouse Buttons (Two-Button Mice)}
\begin{longtable}[l]{lll}
-Empty & \verb|\LMouseIIEmpty| & \huge\strut\LMouseIIEmpty \\
-No & \verb|\LMouseIIN| & \huge\strut\LMouseIIN \\
-Left & \verb|\LMouseIIL| & \huge\strut\LMouseIIL \\
-Right & \verb|\LMouseIIR| & \huge\strut\LMouseIIR \\
-LeftRight & \verb|\LMouseIILR| & \huge\strut\LMouseIILR \\
+Empty & \verb|\LMouseIIEmpty| & \huge\strut\fbox{\LMouseIIEmpty} \\
+No & \verb|\LMouseIIN| & \huge\strut\fbox{\LMouseIIN} \\
+Left & \verb|\LMouseIIL| & \huge\strut\fbox{\LMouseIIL} \\
+Right & \verb|\LMouseIIR| & \huge\strut\fbox{\LMouseIIR} \\
+LeftRight & \verb|\LMouseIILR| & \huge\strut\fbox{\LMouseIILR} \\
\end{longtable}
\clearpage
-\section{Linux Biolinum Keyboard Glyphs}
+\section{Linux Biolinum Keyboard Glyphs}\tt
\label{KeyboardGlyphs}
-
+\renewcommand\DeclareTextGlyphY[3]{\makebox[2.5cm]{\huge\strut\fbox{\biolinumKeyGlyph{#2}}} #2\\}%
+\catcode`\_=12%
\begin{multicols}{2}
-\catcode`\_=12
-\renewcommand\DeclareTextGlyphY[3]{\makebox[2.5cm]{\huge\strut\biolinumKeyGlyph{#2}} #2\newline}
-\input{fxkuni.inc}
+\par\noindent
+\input{LinBiolinum_K}
\end{multicols}
+\clearpage
+\section{The Linux Libertine Initial Font}\tt
+\label{InitialGlyphs}
+\subsection{A Selection of Glyphs}
+\renewcommand\DeclareTextGlyphY[3]{\makebox[2.0cm]{\huge\strut\fbox{\libertineInitialGlyph{#2}}} #2\\}%
+\catcode`\_=12%
+\begin{multicols}{4}
+\par\noindent
+\DeclareTextGlyphY{LinLibertine_I}{zero}{48}
+\DeclareTextGlyphY{LinLibertine_I}{one}{49}
+\DeclareTextGlyphY{LinLibertine_I}{two}{50}
+\DeclareTextGlyphY{LinLibertine_I}{three}{51}
+\DeclareTextGlyphY{LinLibertine_I}{four}{52}
+\DeclareTextGlyphY{LinLibertine_I}{five}{53}
+\DeclareTextGlyphY{LinLibertine_I}{six}{54}
+\DeclareTextGlyphY{LinLibertine_I}{seven}{55}
+\DeclareTextGlyphY{LinLibertine_I}{eight}{56}
+\DeclareTextGlyphY{LinLibertine_I}{nine}{57}
+\DeclareTextGlyphY{LinLibertine_I}{A}{65}
+\DeclareTextGlyphY{LinLibertine_I}{B}{66}
+\DeclareTextGlyphY{LinLibertine_I}{C}{67}
+\DeclareTextGlyphY{LinLibertine_I}{D}{68}
+\DeclareTextGlyphY{LinLibertine_I}{E}{69}
+\DeclareTextGlyphY{LinLibertine_I}{F}{70}
+\DeclareTextGlyphY{LinLibertine_I}{G}{71}
+\DeclareTextGlyphY{LinLibertine_I}{H}{72}
+\DeclareTextGlyphY{LinLibertine_I}{I}{73}
+\DeclareTextGlyphY{LinLibertine_I}{J}{74}
+\DeclareTextGlyphY{LinLibertine_I}{K}{75}
+\DeclareTextGlyphY{LinLibertine_I}{L}{76}
+\DeclareTextGlyphY{LinLibertine_I}{M}{77}
+\DeclareTextGlyphY{LinLibertine_I}{N}{78}
+\DeclareTextGlyphY{LinLibertine_I}{O}{79}
+\DeclareTextGlyphY{LinLibertine_I}{P}{80}
+\DeclareTextGlyphY{LinLibertine_I}{Q}{81}
+\DeclareTextGlyphY{LinLibertine_I}{R}{82}
+\DeclareTextGlyphY{LinLibertine_I}{S}{83}
+\DeclareTextGlyphY{LinLibertine_I}{T}{84}
+\DeclareTextGlyphY{LinLibertine_I}{U}{85}
+\DeclareTextGlyphY{LinLibertine_I}{V}{86}
+\DeclareTextGlyphY{LinLibertine_I}{W}{87}
+\DeclareTextGlyphY{LinLibertine_I}{X}{88}
+\DeclareTextGlyphY{LinLibertine_I}{Y}{89}
+\DeclareTextGlyphY{LinLibertine_I}{Z}{90}
+\end{multicols}
+% To generate a table of all the glyphs, uncomment the following lines:
+%
+%\begin{multicols}{2}
+%\par\noindent
+%\input{LinLibertine_I}
+%\end{multicols}
+
+
+\subsection{An Example}
+\rm
+
+\lettrine[lines=3,nindent=0pt]{\libertineInitialGlyph{L}}{orem} ipsum dolor sit amet, consectetuer adipiscing elit. Ut purus elit, vestibulum
+ut, placerat ac, adipiscing vitae, felis. Curabitur dictum gravida mauris. Nam arcu
+libero, nonummy eget, consectetuer id, vulputate a, magna. Donec vehicula augue eu
+neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames
+ac turpis egestas. Mauris ut leo. Cras viverra metus rhoncus sem. Nulla et lectus
+vestibulum urna fringilla ultrices. Phasellus eu tellus sit amet tortor gravida placerat.
+Integer sapien est, iaculis in, pretium quis, viverra ac, nunc. Praesent eget sem vel
+leo ultrices bibendum. Aenean faucibus. Morbi dolor nulla, malesuada eu, pulvinar
+at, mollis ac, nulla. Curabitur auctor semper nulla. Donec varius orci eget risus. Duis
+nibh mi, congue eu, accumsan eleifend, sagittis quis, diam. Duis eget orci sit amet orci
+dignissim rutrum.
+
+\lettrine[lines=3,nindent=0pt]{\libertineInitialGlyph{N}}{am} dui ligula, fringilla a, euismod sodales, sollicitudin vel, wisi. Morbi auctor lorem
+non justo. Nam lacus libero, pretium at, lobortis vitae, ultricies et, tellus. Donec aliquet,
+tortor sed accumsan bibendum, erat ligula aliquet magna, vitae ornare odio metus a mi.
+Morbi ac orci et nisl hendrerit mollis. Suspendisse ut massa. Cras nec ante. Pellentesque a
+nulla. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus
+mus. Aliquam tincidunt urna. Nulla ullamcorper vestibulum turpis. Pellentesque cursus
+luctus mauris.
+
\end{document}
diff --git a/Master/texmf-dist/doc/fonts/libertine/samples.pdf b/Master/texmf-dist/doc/fonts/libertine/samples.pdf
index 4ba82b271e4..d5d66da116a 100644
--- a/Master/texmf-dist/doc/fonts/libertine/samples.pdf
+++ b/Master/texmf-dist/doc/fonts/libertine/samples.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/libertine/samples.tex b/Master/texmf-dist/doc/fonts/libertine/samples.tex
index 569c9d05236..3d883284a55 100644
--- a/Master/texmf-dist/doc/fonts/libertine/samples.tex
+++ b/Master/texmf-dist/doc/fonts/libertine/samples.tex
@@ -1,15 +1,21 @@
\documentclass{article}
-\usepackage{libertine}
+\usepackage[mono,ttscale=0.85]{libertine}
\usepackage{lipsum}
+\PassOptionsToPackage{urlcolor=black,colorlinks}{hyperref}
+\RequirePackage{hyperref}
+\usepackage{xcolor}
+
\begin{document}
+\tableofcontents
+
\section{Libertine}
+
\subsection*{Regular}
\lipsum[1]
\subsection*{Italic}
-\textit{\lipsum[2]}
-
+\textit{\lipsum[2]}
\subsection*{Bold}
\textbf{\lipsum[3]}
@@ -55,11 +61,14 @@
X\textsu{1234567890}
+
+\clearpage
\section{Biolinum}\sf
\subsection*{Regular}
\lipsum[1]
+
\subsection*{Italic}
\textit{\lipsum[2]}
@@ -107,4 +116,29 @@ X\textsu{1234567890}
X\textsu{1234567890}
+\clearpage
+\section{Libertine Mono}\tt
+
+\subsection*{Regular}
+\lipsum[1]
+
+
+\subsection*{Italic}
+\textit{\lipsum[2]}
+
+\subsection*{Bold}
+\textbf{\lipsum[3]}
+
+\subsection*{Bold Italic}
+
+\textbf{\textit{\lipsum[4]}}
+
+\section{Libertine Display}\rm
+
+\begin{center}\Huge
+This is Libertine Regular\\
+{\libertineDisplay This is Libertine Display}\\
+THIS IS LIBERTINE REGULAR\\
+{\libertineDisplay THIS IS LIBERTINE DISPLAY}
+\end{center}
\end{document}