summaryrefslogtreecommitdiff
path: root/fonts/dantelogo/doc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/dantelogo/doc
Initial commit
Diffstat (limited to 'fonts/dantelogo/doc')
-rw-r--r--fonts/dantelogo/doc/dantelogo-doc.pdfbin0 -> 201612 bytes
-rw-r--r--fonts/dantelogo/doc/dantelogo-doc.tex62
2 files changed, 62 insertions, 0 deletions
diff --git a/fonts/dantelogo/doc/dantelogo-doc.pdf b/fonts/dantelogo/doc/dantelogo-doc.pdf
new file mode 100644
index 0000000000..09bcd5adda
--- /dev/null
+++ b/fonts/dantelogo/doc/dantelogo-doc.pdf
Binary files differ
diff --git a/fonts/dantelogo/doc/dantelogo-doc.tex b/fonts/dantelogo/doc/dantelogo-doc.tex
new file mode 100644
index 0000000000..02f4c6578a
--- /dev/null
+++ b/fonts/dantelogo/doc/dantelogo-doc.tex
@@ -0,0 +1,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}