summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/libertine/libertineglyph.tex
blob: 736d8ccc12a8f60a391a2aaf6d09c21a6d4dd822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\documentclass[ngerman]{libertinedoku}



\begin{document}
\pageTitle{Libertine Glyphen}

\section{Libertine}

{%
\setlength{\columnseprule}{.5pt}
\setlength{\columnsep}{1cm}
\begin{multicols}{3}
   \renewcommand*\DeclareTextGlyphX[5]{\index{#4 (Libertine)}%
   \makebox[3cm][l]{%\hypertarget{glyph.#4}{}\hyperlink{gglyph.#4}{#4}
   \texttt{#4}}\hfill%
   {\Huge\fbox{\libertineGlyph{#4}\strut}}\hfill\mbox{}\newline}
   \catcode`\_=12%
   \InputIfFileExists{fxl.inc}{}{}
\end{multicols}
}

\newpage
\section{Biolinum}

{%
\setlength{\columnseprule}{.5pt}
\setlength{\columnsep}{1cm}
\begin{multicols}{3}
   \renewcommand*\DeclareTextGlyphX[5]{\index{#4 (Biolinum)}%
   \makebox[3cm][l]{%\hypertarget{glyph.#4}{}\hyperlink{gglyph.#4}{#4}
   \texttt{#4}}\hfill%
   {\Huge\fbox{\libertineGlyph{#4}\strut}}\hfill\mbox{}\newline}
   \catcode`\_=12%
   \InputIfFileExists{fxb.inc}{}{}
\end{multicols}
}

\section{Index}

{%
\catcode`\_=12%
\def\indexcolumn{3}
\printindex
}
\end{document}