Compare commits

...

4 Commits
v1.3 ... master

Author SHA1 Message Date
Silke Hofstra 6aa4f4bd23 Update for v1.4 2018-11-10 17:47:25 +01:00
Silke Hofstra 8759bd54b3 Fix OpenType italics 2018-11-10 17:47:25 +01:00
Silke Hofstra 0bcbc99f6a Add default to specimen 2018-11-10 17:47:25 +01:00
Silke Hofstra 0390726ac9 Fix version number in README 2018-09-06 19:18:02 +02:00
8 changed files with 17 additions and 9 deletions

View File

@ -1,4 +1,4 @@
Source Serif Pro v1.2
Source Serif Pro v1.4
=====================
This package provides the Source Serif Pro typeface as a LaTeX package.
Full documentation and revision history in `sourceserifpro.pdf`.

View File

@ -3,17 +3,18 @@
\usepackage[opentype]{sourceserifpro}
\newcommand*\spA{abcde}
\newcommand*\spB{01469}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1\\}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 & #1\\}
\begin{document}
\begin{tabular}{
>{\sourceserifpro}l
>{}c
>{\sourceserifproextreme}c
>{\sourceserifprolight}c
>{\sourceserifpro}c
>{\sourceserifprolight\bfseries}c
>{\sourceserifpro\bfseries}c
>{\sourceserifproextreme\bfseries}c }
& ExtraLight & Light & Regular & Semibold & Bold & Black \\
& Default & ExtraLight & Light & Regular & Semibold & Bold & Black \\
normal \spr
italic \spr[\itshape\spA]
small-caps \spr[\scshape\spA]

View File

@ -3,17 +3,18 @@
\usepackage[type1]{sourceserifpro}
\newcommand*\spA{abcde}
\newcommand*\spB{01469}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1\\}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 & #1\\}
\begin{document}
\begin{tabular}{
l
>{}c
>{\fontseries{el}\fontshape{n}\selectfont}c
>{\fontseries{l}\fontshape{n}\selectfont}c
>{\fontseries{m}\fontshape{n}\selectfont}c
>{\fontseries{sb}\fontshape{n}\selectfont}c
>{\fontseries{b}\fontshape{n}\selectfont}c
>{\fontseries{k}\fontshape{n}\selectfont}c }
& ExtraLight & Light & Regular & Semibold & Bold & Black \\
& Default & ExtraLight & Light & Regular & Semibold & Bold & Black \\
normal \spr
italic \spr[\itshape\spA]
small-caps \spr[\scshape\spA]

View File

@ -18,7 +18,7 @@
}
\author{Silke Hofstra, \href{mailto:tex@slxh.nl}{tex@slxh.nl}}
\date{Documentation for sourceserifpro v1.3.\\ \today}
\date{Documentation for sourceserifpro v1.4.\\ \today}
\begin{document}
\maketitle
@ -99,6 +99,11 @@ The following Type1 font families are included:
With series el, l, m, sb, b, k and shape n, i and sc.
\section{Version history}
\subsection*{1.4}
\begin{itemize*}
\item Fix OpenType italics
\end{itemize*}
\subsection*{1.3}
\begin{itemize*}
\item Update fonts to 2.007R-ro/1.007R-it
@ -179,4 +184,3 @@ This table can also be found in \file{sourceserifpro-type1-specimen}.
\textit{(list generated with otfinfo)}
\end{document}

View File

@ -8,7 +8,7 @@
% Licenced under the LPPL v1.3 or higher.
%
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
\ProvidesPackage{sourceserifpro}[2018/09/05 v1.3 Adobe's Source Serif Pro typeface]
\ProvidesPackage{sourceserifpro}[2018/11/10 v1.4 Adobe's Source Serif Pro typeface]
\RequirePackage{ifxetex,ifluatex,xkeyval}
@ -113,7 +113,9 @@
\ifsourceserifpro@rmdefault
\setmainfont
[ UprightFont = *-\sourceserifpro@regstyle ,
BoldFont = *-\sourceserifpro@boldstyle ]
ItalicFont = *-\sourceserifpro@regstyle It ,
BoldFont = *-\sourceserifpro@boldstyle ,
BoldItalicFont = *-\sourceserifpro@boldstyle It ]
{SourceSerifPro}
\fi