texlive[42851] Master/texmf-dist: comicneue (3jan17)
commits+karl at tug.org
commits+karl at tug.org
Tue Jan 3 23:07:54 CET 2017
Revision: 42851
http://tug.org/svn/texlive?view=revision&revision=42851
Author: karl
Date: 2017-01-03 23:07:54 +0100 (Tue, 03 Jan 2017)
Log Message:
-----------
comicneue (3jan17)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/comicneue/comicneue.pdf
trunk/Master/texmf-dist/doc/latex/comicneue/comicneue.tex
trunk/Master/texmf-dist/tex/latex/comicneue/comicneue.sty
Modified: trunk/Master/texmf-dist/doc/latex/comicneue/comicneue.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/comicneue/comicneue.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/comicneue/comicneue.tex 2017-01-03 01:05:33 UTC (rev 42850)
+++ trunk/Master/texmf-dist/doc/latex/comicneue/comicneue.tex 2017-01-03 22:07:54 UTC (rev 42851)
@@ -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 at slxh.nl}{tex at 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 @@
\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-type1-specimen}.
\end{document}
-
Modified: trunk/Master/texmf-dist/tex/latex/comicneue/comicneue.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/comicneue/comicneue.sty 2017-01-03 01:05:33 UTC (rev 42850)
+++ trunk/Master/texmf-dist/tex/latex/comicneue/comicneue.sty 2017-01-03 22:07:54 UTC (rev 42851)
@@ -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,7 +53,7 @@
Extension = .otf,
BoldFont = *_Bold,
BoldItalicFont = *_Bold_Oblique }
-
+
\bool_if:NT \comicneue_sfdefault {
\setsansfont
[ UprightFont = *_\comicneue_regstyle,
@@ -60,7 +60,7 @@
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 at 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 }
}
More information about the tex-live-commits
mailing list