summaryrefslogtreecommitdiff
path: root/fonts/comicneue/doc/comicneue.tex
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/comicneue/doc/comicneue.tex
Initial commit
Diffstat (limited to 'fonts/comicneue/doc/comicneue.tex')
-rw-r--r--fonts/comicneue/doc/comicneue.tex98
1 files changed, 98 insertions, 0 deletions
diff --git a/fonts/comicneue/doc/comicneue.tex b/fonts/comicneue/doc/comicneue.tex
new file mode 100644
index 0000000000..01d947dc46
--- /dev/null
+++ b/fonts/comicneue/doc/comicneue.tex
@@ -0,0 +1,98 @@
+\documentclass[10pt,a4paper,english,twocolumn]{article}
+\usepackage{geometry,metalogo,hyperref,babel,mdwlist,parskip}
+\usepackage[default]{comicneue}
+\usepackage[scaled=.9]{sourcecodepro}
+
+\hypersetup{colorlinks,citecolor=blue,filecolor=blue,linkcolor=blue,urlcolor=blue}
+\NewDocumentCommand\file{m}{\href{run:#1.pdf}{#1}}
+\NewDocumentCommand\cmd{m}{\texttt{\bfseries \textbackslash #1}}
+
+\title{%
+ \vspace{-4em}
+ \comicneuelight
+ \resizebox{\linewidth}{!}{comicneue}\\
+ \resizebox{\linewidth}{!}{Craig Rozynski's Comic Neue fonts for \LaTeX}
+}
+
+\author{Silke Hofstra, \href{mailto:tex@slxh.nl}{tex@slxh.nl}}
+\date{Documentation for comicneue v1.1.\\ \today}
+
+\begin{document}
+\maketitle
+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.
+
+Comic Neue is a redesign of the infamous Comic Sans font.
+More information about this redesign can be found on \href{http://comicneue.com/}{comicneue.com}.
+
+This package is also available on \href{https://github.com/silkeh/latex-comicneue}{GitHub}.
+
+\section{Options}
+The package has the following options:
+\begin{itemize*}
+ \item \textbf{light}: use the light weight by default.
+ \item \textbf{regular}: use the regular weight by default.
+ \item \textbf{angular}: Use the angular variant instead of the normal one.
+ \item \textbf{scale}: Change the scaling with a factor. For example: \texttt{scale=.5}
+ \item \textbf{default}: Sans-serif is set as default font family.
+ \item \textbf{sfdefault}: Comic Neue is set as sans-serif family.
+ \item \textbf{nosfdefault}: Comic Neue is not set as sans-serif family.
+ \item \textbf{type1, t1}: Override automatic detection and use the Type 1 fonts.
+ \item \textbf{opentype, otf}: Override automatic detection and use OpenType fonts.
+\end{itemize*}
+The following options are enabled by default: sfdefault, regular.
+
+\section{Commands}
+Commands for all weights and styles are also provided:
+\begin{itemize*}
+ \item \cmd{comicneue}
+ -- the regular and bold weights.
+ \item \cmd{comicneuelight}
+ -- the light and bold weights.
+ \item \cmd{comicneueangular}
+ -- the regular and bold weights in the angular style.
+ \item \cmd{comicneuelight}
+ -- the light and bold weights in the angular style.
+\end{itemize*}
+
+\section{Licence}
+The Comic Neue fonts are available under the \href{http://scripts.sil.org/OFL}{SIL Open Font License}.\\
+All \LaTeX\ code is available under the \href{http://www.latex-project.org/lppl/}{\LaTeX\ project public license} v1.3 or later.
+
+\section{Specimen}
+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*}
+
+\onecolumn
+\clearpage
+
+\section{Specimen}
+\label{sec:specimen}
+
+\subsection{OpenType}
+\begin{figure}[ht]
+ \centering
+ \includegraphics[width=.7\textwidth]{comicneue-otf-specimen}
+\end{figure}
+This table can also be found in \file{comicneue-otf-specimen}.
+
+\subsection{Type1}
+\begin{figure}[ht]
+ \centering
+ \includegraphics[width=.7\textwidth]{comicneue-type1-specimen}
+\end{figure}
+This table can also be found in \file{comicneue-type1-specimen}.
+
+\end{document}