diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex | 40 |
1 files changed, 26 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex index 4b6d9f80326..8794496d549 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper,english]{article} +\documentclass[10pt,a4paper,english]{article} \usepackage{geometry,hologo,hyperref,babel,mdwlist,array,multicol} \usepackage[default,osf]{sourcesanspro} \usepackage[scaled=.95]{sourcecodepro} @@ -16,12 +16,14 @@ \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.3.\\ \today} +\date{Documentation for sourcecodepro v2.4.\\ \today} \begin{document} \maketitle \begin{multicols}{2} -This package provides the Source Code Pro font in an easy to use way. For \hologo{XeLaTeX} and \hologo{LuaLaTeX} users the original OpenType fonts are used. The entire font family is included. It can also be downloaded from \href{https://github.com/adobe/source-code-pro}{Github}. +This package provides the Source Code Pro font in an easy to use way. For \hologo{XeLaTeX} and \hologo{LuaLaTeX} users the original OpenType fonts from \href{https://github.com/adobe-fonts/source-code-pro}{GitHub} are used. The entire font family is included. + +This package is also available on \href{https://github.com/silkeh/latex-sourcecodepro}{GitHub}. \section{Options} The package has the following options: @@ -71,17 +73,19 @@ A complete list of available font features is available on page \pageref{sec:otf \subsection{Files} \begin{itemize*} \item SourceCodePro-ExtraLight.otf -% \item SourceCodePro-ExtraLightIt.otf + \item SourceCodePro-ExtraLightIt.otf \item SourceCodePro-Light.otf -% \item SourceCodePro-LightIt.otf + \item SourceCodePro-LightIt.otf \item SourceCodePro-Regular.otf -% \item SourceCodePro-RegularIt.otf + \item SourceCodePro-RegularIt.otf + \item SourceCodePro-Medium.otf + \item SourceCodePro-MediumIt.otf \item SourceCodePro-Semibold.otf -% \item SourceCodePro-SemiboldIt.otf + \item SourceCodePro-SemiboldIt.otf \item SourceCodePro-Bold.otf -% \item SourceCodePro-BoldIt.otf + \item SourceCodePro-BoldIt.otf \item SourceCodePro-Black.otf -% \item SourceCodePro-BlackIt.otf + \item SourceCodePro-BlackIt.otf \end{itemize*} \section{Type1} @@ -90,13 +94,20 @@ The following Type1 font families are included: \item SourceCodePro-TLF \item SourceCodePro-TOsF \end{itemize*} -With series ‘el’, ‘l’, ‘m’, ‘sb’, ‘b’, ‘k’.% and shapes ‘n’, ‘i’ and ‘sc’. +With series ‘el’, ‘l’, ‘m’, ‘mb’, ‘sb’, ‘b’, ‘k’ and shapes ‘n’ and ‘i’. \section{Version history} +\subsection*{2.4} +\begin{itemize*} + \item Added the italic fonts (\emph{beta} v1.002). + \item Added the fixed medium font (v1.020). + \item Implemented the medium font. +\end{itemize*} + \subsection*{2.3} -\begin{itemize} +\begin{itemize*} \item Fixed errors in weight implementation. -\end{itemize} +\end{itemize*} \subsection*{2.2} \begin{itemize*} @@ -129,6 +140,7 @@ With series ‘el’, ‘l’, ‘m’, ‘sb’, ‘b’, ‘k’.% and shapes \section{Known issues} \begin{itemize*} + \item Italics (which are \emph{beta}) do not always work in type1. \item Using \texttt{\textbackslash liningnums} when the default numbers are oldstyle results in an ‘font feature does not exist’ error and no lining numbers due to lack of the ‘lnum’ font feature. \end{itemize*} @@ -141,14 +153,14 @@ At the moment Source Code Pro doesn’t have italics or small-caps. \subsection{OpenType} \begin{figure}[ht] \centering - \includegraphics{sourcecodepro-otf-specimen} + \includegraphics[width=\linewidth]{sourcecodepro-otf-specimen} \end{figure} This table can also be found in \file{sourcecodepro-otf-specimen}. \subsection{Type1} \begin{figure}[ht] \centering - \includegraphics{sourcecodepro-type1-specimen} + \includegraphics[width=\linewidth]{sourcecodepro-type1-specimen} \end{figure} This table can also be found in \file{sourcecodepro-type1-specimen}. |