summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.tex
blob: 02f4c6578a2e7e6333acdbc1fa8f7fd798cc851c (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
% $Id: dantelogo-doc.tex 190 2015-10-09 13:04:36Z herbert $
\documentclass{article}
\usepackage{iftex}
\ifPDFTeX
  \usepackage[T1]{fontenc}
  \usepackage{libertine}
  \usepackage[scaled=0.83]{beramono}
  \usepackage[utf8]{inputenc}
\else
  \usepackage{fontspec}
  \usepackage{libertine}
  \setmonofont[Scale=0.83]{DejaVu Sans Mono}
\fi
\usepackage{dantelogo}
\let\FV\fileversion
\usepackage{geometry}
\usepackage{showexpl}
\lstset{language=[LaTeX]TeX,basicstyle=\ttfamily\small,%
        extendedchars,explpreset={numbers=none},%
        breaklines=true}

\begin{document}
\title{Package \texttt{dantelogo}\\v.\,\FV}
\author{Herbert Voß \and Klaus Höppner}
\date{\today}
\maketitle

\noindent This package defines a macro \verb|\dantelogo[<size>]| which gives \dantelogo. It can be used with all current \TeX\ engines. There are Type1 and OTF versions
of the font which includes only the five characters \mbox{D-A-N-T-E}. The \verb|<size>| is an optional parameter. The package itself tries 
to detect the running machine (\texttt{pdflatex}, \texttt{xelatex}, or \texttt{lualatex}) and then loads by default 
package \verb|fontenc| for \texttt{pdflatex} or package \texttt{fontspec}, otherwise.

\begin{LTXexample}[width=0.4\linewidth]
\dantelogo\Huge\dantelogo
\end{LTXexample}

\begin{LTXexample}[width=0.4\linewidth]
\dantelogo[20pt]\dantelogo
\end{LTXexample}

\begin{LTXexample}[width=0.4\linewidth]
\bfseries\dantelogo\Huge\dantelogo
\end{LTXexample}

\begin{LTXexample}[width=0.4\linewidth]
\itshape\dantelogo[20pt]\dantelogo
\end{LTXexample}

\begin{LTXexample}[width=0.4\linewidth]
\bfseries\itshape\dantelogo\Huge\dantelogo
\end{LTXexample}

\subsection*{License}
The fonts are published under the SIL Open Font License (http://scripts.sil.org/OFL) while
the package is published under the LPPL (http://latex-project.org/lppl/).

\subsection*{The code}

\lstinputlisting[numbers=left,numberstyle=\tiny,xleftmargin=2em]{dantelogo.sty}


\end{document}