diff options
author | Karl Berry <karl@freefriends.org> | 2015-08-12 21:22:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-08-12 21:22:41 +0000 |
commit | c113befa0e2250b9333aeee734e5f4aab8bc3f58 (patch) | |
tree | c0f8c0ef7dfb1c32085c346d3cada6b66fd2dfa5 /Master/texmf-dist/doc/fonts/dantelogo | |
parent | 73447a07f1f4c93539418cc14fbfbbe6ede62728 (diff) |
dantelogo (12aug15)
git-svn-id: svn://tug.org/texlive/trunk@38105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/dantelogo')
-rw-r--r-- | Master/texmf-dist/doc/fonts/dantelogo/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.pdf | bin | 71634 -> 72975 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.tex | 23 |
3 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/fonts/dantelogo/Changes b/Master/texmf-dist/doc/fonts/dantelogo/Changes index 240bf1916b6..ef277f5b3b5 100644 --- a/Master/texmf-dist/doc/fonts/dantelogo/Changes +++ b/Master/texmf-dist/doc/fonts/dantelogo/Changes @@ -1,4 +1,5 @@ dantelogo.sty ----- +0.02a 2015-08-12 - fixed bug in dante.map 0.02 2014-10-01 - use \providecommand instead of \newcommand 0.01 2014-09-22 - first CTAN version diff --git a/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.pdf b/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.pdf Binary files differindex 7615d97ba1b..8d1adb3764d 100644 --- a/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.pdf +++ b/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.pdf diff --git a/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.tex b/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.tex index c1468c7f805..301b8ac39a4 100644 --- a/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.tex +++ b/Master/texmf-dist/doc/fonts/dantelogo/dantelogo-doc.tex @@ -1,23 +1,23 @@ -% $Id: dantelogo-doc.tex 127 2014-10-01 15:17:09Z herbert $ +% $Id: dantelogo-doc.tex 128 2014-10-02 19:55:08Z herbert $ \documentclass{article} \usepackage{iftex} \ifPDFTeX \usepackage[T1]{fontenc} \usepackage{libertine} - \usepackage[scaled=0.85]{beramono} + \usepackage[scaled=0.83]{beramono} \usepackage[utf8]{inputenc} \else \usepackage{fontspec} \usepackage{libertine} - \setmonofont[Scale=0.85]{DejaVu Sans Mono} + \setmonofont[Scale=0.83]{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} +\lstset{language=[LaTeX]TeX,basicstyle=\ttfamily\small,% + extendedchars,explpreset={numbers=none},% + breaklines=true} \begin{document} \title{Package \texttt{dantelogo}\\v.\,\FV} @@ -25,8 +25,8 @@ \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 d-a-n-t-e. The \verb|<size>| is an optional parameter. The package itself tries +\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. @@ -51,13 +51,12 @@ package \verb|fontenc| for \texttt{pdflatex} or package \texttt{fontspec}, other \end{LTXexample} \subsection*{License} -The fonts are under the SIL Open Font License (http://scripts.sil.org/OFL) and -the package is under the LPPL. - +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{dantelogo.sty} +\lstinputlisting[numbers=left,numberstyle=\tiny,xleftmargin=2em]{dantelogo.sty} \end{document} |