summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/dantelogo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-09-23 21:36:13 +0000
committerKarl Berry <karl@freefriends.org>2014-09-23 21:36:13 +0000
commit69907d774b557869742b2b4e51d22c427dea84f7 (patch)
tree7fa1629b6377d7e1b92ff885e576ced2ec0e2098 /Master/texmf-dist/doc/fonts/dantelogo
parentb61de522f6f66b2ea9d99faaeefa9ec2a9a0e344 (diff)
dantelogo (23sep14)
git-svn-id: svn://tug.org/texlive/trunk@35241 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/dantelogo')
-rw-r--r--Master/texmf-dist/doc/fonts/dantelogo/Changes2
-rw-r--r--Master/texmf-dist/doc/fonts/dantelogo/README5
-rw-r--r--Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.pdfbin0 -> 70805 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.tex58
4 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/dantelogo/Changes b/Master/texmf-dist/doc/fonts/dantelogo/Changes
new file mode 100644
index 00000000000..49a1b79679a
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/dantelogo/Changes
@@ -0,0 +1,2 @@
+dtk.cls -----
+0.01 2014-09-02 - first CTAN version
diff --git a/Master/texmf-dist/doc/fonts/dantelogo/README b/Master/texmf-dist/doc/fonts/dantelogo/README
new file mode 100644
index 00000000000..4eab3e04dd6
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/dantelogo/README
@@ -0,0 +1,5 @@
+dantelogo.sty
+
+provides an interface for LuaLaTeX/XeLaTeX/pdfLaTeX
+for using the DANTE font for DANE's logo
+
diff --git a/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.pdf b/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.pdf
new file mode 100644
index 00000000000..1d346d29235
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.tex b/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.tex
new file mode 100644
index 00000000000..daf46bd2394
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.tex
@@ -0,0 +1,58 @@
+% $Id: dantelogo-doc.tex 99 2014-09-02 11:41:01Z herbert $
+\documentclass{article}
+\usepackage{iftex}
+\ifPDFTeX
+ \usepackage[T1]{fontenc}
+ \usepackage{libertine}
+ \usepackage[scaled=0.85]{beramono}
+ \usepackage[utf8]{inputenc}
+\else
+ \usepackage{fontspec}
+ \usepackage{libertine}
+ \setmonofont[Scale=0.85]{DejaVu Sans Mono}
+\fi
+\usepackage{dantelogo}
+\usepackage{geometry}
+\let\FV\fileversion
+\usepackage{showexpl}
+\lstset{language=[LaTeX]TEX,basicstyle=\ttfamily\small,%
+ extendedchars,numbers=left,numberstyle=\tiny,%
+ xleftmargin=2em,breaklines=true}
+
+\begin{document}
+\title{Package \texttt{dantelogo}\\v.\,\FV}
+\author{Herbert Voß \and Klaus Höppner}
+\date{\today}
+\maketitle
+
+\verb|\dantelogo[<size>]| which gives \dantelogo, can be used with all current \TeX\ engines. There are Type1 and OTF versions
+of the font which includes only the five characters dante. 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*{The code}
+
+\lstinputlisting{dantelogo.sty}
+
+
+\end{document}