summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sourcecodepro
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-19 21:10:57 +0000
committerKarl Berry <karl@freefriends.org>2019-05-19 21:10:57 +0000
commit09b6012c4592676d398ffa8d92441583fcd9206f (patch)
treeaf96ebd35bb9559d4a705358a6dc4464a1d21976 /Master/texmf-dist/doc/latex/sourcecodepro
parentfde837e1c6b239ad573936340f59c8efb0fdc193 (diff)
sourcecodepro (19may19)
git-svn-id: svn://tug.org/texlive/trunk@51163 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sourcecodepro')
-rw-r--r--Master/texmf-dist/doc/latex/sourcecodepro/README.md30
-rw-r--r--Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdfbin37708 -> 38038 bytes
-rw-r--r--Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdfbin398775 -> 495559 bytes
-rw-r--r--Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdfbin464881 -> 562289 bytes
-rw-r--r--Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex33
5 files changed, 42 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/README.md b/Master/texmf-dist/doc/latex/sourcecodepro/README.md
new file mode 100644
index 00000000000..01c41b1dfb0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sourcecodepro/README.md
@@ -0,0 +1,30 @@
+Source Code Pro v2.7
+====================
+This package provides the Source Code Pro typeface as a LaTeX package.
+Full documentation and revision history in `sourcecodepro.pdf`.
+
+Options
+-------
+The following options can be used:
+
+* `oldstyle, osf`: use old style numbers.
+* `lining, nf, lf`: use lining numbers.
+* `black`: `\bfseries` is black.
+* `semibold`: `\bfseries` is semibold.
+* `bold`: `\bfseries` is bold.
+* `light`: `\mdseries` is light.
+* `extralight`: `\mdseries` is extra light.
+* `regular`: `\mdseries` is regular.
+* `scale, scaled`: set scaling for the font, eg: `scale=.5`
+* `ligatures`: change the ligatures used. eg: `ligatures=TeX`
+* `default`: Source Code Pro is set as default font family.
+* `nottdefault`: Source Code Pro is not set as monospaced family.
+* `type1, t1`: override detection and load the Type1 font family.
+* `opentype, otf`: override detection and load the OpenType font family.
+
+License
+-------
+Fonts are provided under the SIL Open Font License 1.1.
+LaTeX source is licensed under the LPPL.
+
+Enjoy!
diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf
index 89d3c38e8a4..e172a2ff3fc 100644
--- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf
+++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf
index 2633b0d2472..1bce28e9b2d 100644
--- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf
+++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf
index ae647e63be9..6fd40d53d1e 100644
--- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf
+++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex
index d33cd4f262c..b88b1080d11 100644
--- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex
+++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex
@@ -1,5 +1,5 @@
\documentclass[10pt,a4paper,english]{article}
-\usepackage{geometry,hologo,hyperref,babel,mdwlist,array,multicol}
+\usepackage{geometry,hologo,hyperref,babel,mdwlist,array,multicol,graphicx}
\usepackage[default,osf]{sourcesanspro}
\usepackage[scaled=.95]{sourcecodepro}
\hypersetup{
@@ -16,7 +16,7 @@
\Large Adobe's Source Code Pro typeface for \LaTeX
}
\author{Silke Hofstra, \href{mailto:tex@slxh.nl}{tex@slxh.nl}}
-\date{Documentation for sourcecodepro v2.6.\\ \today}
+\date{Documentation for sourcecodepro v2.7.\\ \today}
\begin{document}
\maketitle
@@ -37,6 +37,7 @@ The package has the following options:
\item \textbf{extralight}: \texttt{\textbackslash mdseries} is extra light.
\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{ligatures}: Change the ligatures used. For example: \texttt{ligatures=TeX}
\item \textbf{default}: Source Code Pro is set as the default font family and as the monotype family.
\item \textbf{nottdefault}: Source Code Pro is not set as monospaced family.
\item \textbf{type1, t1}: Override automatic detection and use the Type 1 fonts.
@@ -64,30 +65,11 @@ Simple specimen can be found on page \pageref{sec:specimen}. Full specimen can b
\section{OpenType}
The OpenType fonts have many features, including old style numerals (\texttt{\oldstylenums{1 6 9}})
-%, ligatures (\texttt{fi fl})
and stylistic alternatives (\texttt{{\addfontfeature{Style=Alternate}a g}}).
\subsection{Features}
A complete list of available font features is available on page \pageref{sec:otfinfo}. More information on how to use font features can be found in the \href{http://mirror.ctan.org/macros/latex/contrib/fontspec/fontspec.pdf}{fontspec documentation}.
-\subsection{Files}
-\begin{itemize*}
- \item SourceCodePro-ExtraLight.otf
- \item SourceCodePro-ExtraLightIt.otf
- \item SourceCodePro-Light.otf
- \item SourceCodePro-LightIt.otf
- \item SourceCodePro-Regular.otf
- \item SourceCodePro-RegularIt.otf
- \item SourceCodePro-Medium.otf
- \item SourceCodePro-MediumIt.otf
- \item SourceCodePro-Semibold.otf
- \item SourceCodePro-SemiboldIt.otf
- \item SourceCodePro-Bold.otf
- \item SourceCodePro-BoldIt.otf
- \item SourceCodePro-Black.otf
- \item SourceCodePro-BlackIt.otf
-\end{itemize*}
-
\section{Type1}
The following Type1 font families are included:
\begin{itemize*}
@@ -97,6 +79,13 @@ The following Type1 font families are included:
With series ‘el’, ‘l’, ‘m’, ‘mb’, ‘sb’, ‘b’, ‘k’ and shapes ‘n’ and ‘i’.
\section{Version history}
+\subsection*{2.7}
+\begin{itemize*}
+ \item Make the ligatures for the OpenType fonts configurable with the \texttt{ligatures} option.
+ \item Update the fonts to Roman v2.030 and Italic v1.050.
+ \item Generate fonts without f-ligatures.
+\end{itemize*}
+
\subsection*{2.6}
\begin{itemize*}
\item Modified the \texttt{\textbackslash liningnums} to accomodate for the missing \texttt{lnum} feature.
@@ -197,6 +186,7 @@ The following font features are avalable in the font:
cv14 & Character Variants 14 - typographic hyphen [-] \\
cv15 & Character Variants 15 - typographic asterisk [*] \\
cv16 & Character Variants 16 - slashed dollar sign [\$]\\
+ cv17 & Character Variants 17 - alternate numeral one [1] \\
dnom & Denominators \\
frac & Fractions \\
mark & Mark Positioning \\
@@ -213,6 +203,7 @@ The following font features are avalable in the font:
ss04 & Stylistic Set 4 - serifed i \\
ss05 & Stylistic Set 5 - Sami \symbol{"014A}, cursive \symbol{"03C6} \\
ss06 & Stylistic Set 6 - slashed dollar sign [\$] \\
+ ss07 & Stylistic Set 7 - alternate numeral one [1] \\
subs & Subscript \\
sups & Superscript \\
zero & Slashed Zero