summaryrefslogtreecommitdiff
path: root/fonts/comicneue/doc/comicneue.tex
blob: 7053bc49ed0387934c42e77f133665dbaae4e406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
\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.2.\\ \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{comicneueangularlight}
		-- 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}.

\clearpage

\section{Version history}

\subsection*{1.1}
\begin{itemize*}
    \item Update Comic Neue to v2.5.
    \item Fix \cmd{comicneueangularlight} in documentation.
\end{itemize*}

\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}