diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/sourcesanspro/README | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.pdf | bin | 37363 -> 37371 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-type1-specimen.pdf | bin | 45903 -> 45909 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro.pdf | bin | 110746 -> 110992 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro.tex | 10 |
6 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/sourcesanspro/README b/Master/texmf-dist/doc/latex/sourcesanspro/README index 551f02dc352..53b438b58a2 100644 --- a/Master/texmf-dist/doc/latex/sourcesanspro/README +++ b/Master/texmf-dist/doc/latex/sourcesanspro/README @@ -1,4 +1,4 @@ -Source Sans Pro v2.0 +Source Sans Pro v2.2 ==================== This package provides the Source Sans Pro typeface as a LaTeX package. Full documentation and revision history in `sourcesanspro.pdf`. @@ -19,6 +19,7 @@ The following options can be used: * `regular`: `\mdseries` is regular. * `scale, scaled`: set scaling for the font, eg: scale=.5 * `default`: Source Sans Pro is set as default font family. +* `nosfdefault`: Source Sans Pro is not set as sans-serif family. * `type1, t1`: override detection and load the Type1 font family. * `opentype, otf`: override detection and load the OpenType font family. diff --git a/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.pdf b/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.pdf Binary files differindex a345435de5b..c552f2031c2 100644 --- a/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.pdf +++ b/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.pdf diff --git a/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex b/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex index 87a928cf306..d2dc9b53369 100644 --- a/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex +++ b/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex @@ -1,8 +1,7 @@ \documentclass[11pt,a4paper]{article} \usepackage{array} -\usepackage[default]{sourcesanspro} +\usepackage[default,opentype]{sourcesanspro} \usepackage[margin=0mm,paperheight=55mm,paperwidth=140mm]{geometry} - \newcommand*\spA{abcde} \newcommand*\spB{01469} \newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 \\} diff --git a/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-type1-specimen.pdf b/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-type1-specimen.pdf Binary files differindex 62abbecb4f7..b365c8130ac 100644 --- a/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-type1-specimen.pdf +++ b/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-type1-specimen.pdf diff --git a/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro.pdf b/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro.pdf Binary files differindex 4b7effdf518..083f7e90a84 100644 --- a/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro.pdf +++ b/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro.pdf diff --git a/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro.tex b/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro.tex index 20e443900da..125bd74153f 100644 --- a/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro.tex +++ b/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro.tex @@ -18,7 +18,7 @@ } \author{Silke Hofstra, \href{mailto:tex@slxh.nl}{tex@slxh.nl}} -\date{Documentation for sourcesanspro v2.1.\\ \today} +\date{Documentation for sourcesanspro v2.2.\\ \today} \begin{document} \maketitle @@ -40,6 +40,7 @@ The package has the following options: \item \textbf{regular}: \texttt{\textbackslash mdseries} is regular. \item \textbf{scale, scaled}: Change the scaling with a factor. For example: \texttt{scale=.5} \item \textbf{default}: Source Sans Pro is set as the default font family and as the sans serif family. + \item \textbf{nosfdefault}: Source Sans Pro 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*} @@ -96,10 +97,17 @@ The following Type1 font families are included: With series ‘el’, ‘l’, ‘m’, ‘sb’, ‘b’, ‘k’ and shapes ‘n’, ‘i’ and ‘sc’. \section{Version history} +\subsection*{2.2} +\begin{itemize*} + \item Updated fonts to 1.050 + \item Added \texttt{nosfdefault} option. +\end{itemize*} + \subsection*{2.1} \begin{itemize*} \item Updated fonts to 1.040 \end{itemize*} + \subsection*{2.0} \begin{itemize*} \item Merged all \texttt{.sty} files into \texttt{sourcesanspro.sty}. |