summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/comicneue/comicneue.pdfbin78766 -> 80294 bytes
-rw-r--r--Master/texmf-dist/doc/latex/comicneue/comicneue.tex19
-rw-r--r--Master/texmf-dist/tex/latex/comicneue/comicneue.sty24
3 files changed, 23 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/comicneue/comicneue.pdf b/Master/texmf-dist/doc/latex/comicneue/comicneue.pdf
index efa6c968841..72411758ef5 100644
--- a/Master/texmf-dist/doc/latex/comicneue/comicneue.pdf
+++ b/Master/texmf-dist/doc/latex/comicneue/comicneue.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/comicneue/comicneue.tex b/Master/texmf-dist/doc/latex/comicneue/comicneue.tex
index cb2eae8d320..01d947dc468 100644
--- a/Master/texmf-dist/doc/latex/comicneue/comicneue.tex
+++ b/Master/texmf-dist/doc/latex/comicneue/comicneue.tex
@@ -1,5 +1,5 @@
-\documentclass[10pt,a4paper,english]{article}
-\usepackage{geometry,metalogo,hyperref,babel,mdwlist,multicol,parskip}
+\documentclass[10pt,a4paper,english,twocolumn]{article}
+\usepackage{geometry,metalogo,hyperref,babel,mdwlist,parskip}
\usepackage[default]{comicneue}
\usepackage[scaled=.9]{sourcecodepro}
@@ -15,11 +15,10 @@
}
\author{Silke Hofstra, \href{mailto:tex@slxh.nl}{tex@slxh.nl}}
-\date{Documentation for comicneue v1.0.\\ \today}
-\listfiles
+\date{Documentation for comicneue v1.1.\\ \today}
+
\begin{document}
\maketitle
-\begin{multicols}{2}
This package provides the Comic Neue fonts in an easy to use way.
For \XeLaTeX\ and \LuaLaTeX\ users the original OpenType fonts are used.
The entire font family is included.
@@ -66,17 +65,22 @@ Simple specimen are included on page \pageref{sec:specimen}.
\section{Version history}
+\subsection*{1.1}
+\begin{itemize*}
+ \item Joseph Wright: \cmd{sys\_if\_engine} replaces \cmd{pdftex\_if\_engine} (\href{https://github.com/silkeh/latex-raleway/pull/1}{pull request~\#1}).
+\end{itemize*}
+
\subsection*{1.0}
\begin{itemize*}
\item Initial release with v2.2 of the fonts.
\end{itemize*}
-\end{multicols}
-
+\onecolumn
\clearpage
\section{Specimen}
\label{sec:specimen}
+
\subsection{OpenType}
\begin{figure}[ht]
\centering
@@ -92,4 +96,3 @@ This table can also be found in \file{comicneue-otf-specimen}.
This table can also be found in \file{comicneue-type1-specimen}.
\end{document}
-
diff --git a/Master/texmf-dist/tex/latex/comicneue/comicneue.sty b/Master/texmf-dist/tex/latex/comicneue/comicneue.sty
index c28914ce8ba..f521c8fb1be 100644
--- a/Master/texmf-dist/tex/latex/comicneue/comicneue.sty
+++ b/Master/texmf-dist/tex/latex/comicneue/comicneue.sty
@@ -10,11 +10,11 @@
\RequirePackage{ l3keys2e, xparse }
\ProvidesExplClass
{comicneue}
- {2015/07/03}
- {1.0}
+ {2017/01/03}
+ {1.1}
{Craig Rozynski's Comic Neue fonts}
-\pdftex_if_engine:F{ \bool_set_true:N \comicneue_otf }
+\sys_if_engine_pdftex:F{ \bool_set_true:N \comicneue_otf }
\tl_set:Nn \comicneue_scale {1}
@@ -38,7 +38,7 @@
\bool_if:NTF \comicneue_otf {
\RequirePackage{ fontspec }
-
+
\bool_if:NTF \comicneue_light
{ \tl_set:Nn \comicneue_regstyle {Light} }
{ \tl_set:Nn \comicneue_regstyle {Regular} }
@@ -53,14 +53,14 @@
Extension = .otf,
BoldFont = *_Bold,
BoldItalicFont = *_Bold_Oblique }
-
+
\bool_if:NT \comicneue_sfdefault {
\setsansfont
[ UprightFont = *_\comicneue_regstyle,
ItalicFont = *_\comicneue_regstyle _Oblique ]
{ComicNeue\comicneue_style}
}
-
+
\newfontfamily \comicneue
[ UprightFont = *_Regular,
ItalicFont = *_Regular_Oblique ]
@@ -70,7 +70,7 @@
[ UprightFont = *_Light,
ItalicFont = *_Light_Oblique ]
{ComicNeue}
-
+
\newfontfamily \comicneueangular
[ UprightFont = *_Regular,
ItalicFont = *_Regular_Oblique ]
@@ -96,20 +96,20 @@
\bool_if:NT \comicneue_sfdefault
{ \tl_set:Nn \sfdefault {ComicNeue\comicneue_style-TLF} }
-
+
\bool_if:NT \comicneue_default
{ \tl_set:Nx \seriesdefault{\mdseries@sf} }
\NewDocumentCommand \comicneue {}
{ \fontfamily{ComicNeue-TLF}\selectfont }
-
+
\NewDocumentCommand \comicneuelight {}
{ \fontfamily{ComicNeue-TLF}\fontseries{l}\selectfont }
-
+
\NewDocumentCommand \comicneueangular {}
{ \fontfamily{ComicNeueAngular-TLF}\selectfont }
-
- \NewDocumentCommand \comicneueangularlight {}
+
+ \NewDocumentCommand \comicneueangularlight {}
{ \fontfamily{ComicNeueAngular-TLF}\fontseries{l}\selectfont }
}