summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lato
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-08 23:07:43 +0000
committerKarl Berry <karl@freefriends.org>2011-05-08 23:07:43 +0000
commit7dc3c4708596e02374ca1b55ebb4b9835d1ecfeb (patch)
treec0ba61a60b9d97ad15d1b9ddff8993333ae7652e /Master/texmf-dist/doc/latex/lato
parent923c59fcdff0b3f2a5ade27687660858ddc68f3c (diff)
lato (8may11)
git-svn-id: svn://tug.org/texlive/trunk@22358 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lato')
-rw-r--r--Master/texmf-dist/doc/latex/lato/CHANGES5
-rw-r--r--Master/texmf-dist/doc/latex/lato/README2
-rw-r--r--Master/texmf-dist/doc/latex/lato/lato-samples.pdfbin0 -> 252110 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lato/lato-samples.tex93
-rw-r--r--Master/texmf-dist/doc/latex/lato/lato.pdfbin119134 -> 115422 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lato/lato.tex37
6 files changed, 103 insertions, 34 deletions
diff --git a/Master/texmf-dist/doc/latex/lato/CHANGES b/Master/texmf-dist/doc/latex/lato/CHANGES
index 9b7c1cb53b4..4548e63b8d7 100644
--- a/Master/texmf-dist/doc/latex/lato/CHANGES
+++ b/Master/texmf-dist/doc/latex/lato/CHANGES
@@ -1,2 +1,7 @@
Changelog for version 1.1:
- Update .ttf files to version 1.011
+
+Changelog for version 1.2:
+ - fix small caps series in TS1 encoding
+ - remove "light"/"black" class options
+ - add samples PDFs
diff --git a/Master/texmf-dist/doc/latex/lato/README b/Master/texmf-dist/doc/latex/lato/README
index c7bf6ee1f98..d671e887a49 100644
--- a/Master/texmf-dist/doc/latex/lato/README
+++ b/Master/texmf-dist/doc/latex/lato/README
@@ -1,5 +1,5 @@
-------------------
- Lato, version 1.1
+ Lato, version 1.2
-------------------
Lato is a sanserif typeface family designed in the Summer 2010 by Warsaw-based
diff --git a/Master/texmf-dist/doc/latex/lato/lato-samples.pdf b/Master/texmf-dist/doc/latex/lato/lato-samples.pdf
new file mode 100644
index 00000000000..6fa9d43ccec
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lato/lato-samples.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lato/lato-samples.tex b/Master/texmf-dist/doc/latex/lato/lato-samples.tex
new file mode 100644
index 00000000000..735d21b6ef3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lato/lato-samples.tex
@@ -0,0 +1,93 @@
+%% lato-samples.tex
+%% Copyright 2011 Mohamed El Morabity
+%
+% This work may be distributed and/or modified under the conditions of the LaTeX
+% Project Public License, either version 1.3 of this license or (at your option)
+% any later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all
+% distributions of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Mohamed El Morabity
+%
+% This work consists of all files listed in manifest.txt.
+
+\documentclass{article}
+
+\usepackage[greek,russian,francais,american]{babel}
+\usepackage[T1,OT1]{fontenc}
+\usepackage[utf8x]{inputenc}
+\usepackage{lato}
+\usepackage{microtype}
+\usepackage{textcomp}
+
+\newcommand{\latinSample}{%
+ \foreignlanguage{francais}{%
+ Tous les êtres humains naissent libres et égaux en dignité et en droits. Ils sont doués de raison et de conscience et doivent agir les uns envers les autres dans un esprit de fraternité.%
+ }%
+}
+
+\newcommand{\miscSample}{%
+ 0123456789 fi fl \textperthousand{} \textcopyright{} \textregistered{} \texttrademark{} \texteuro{} \textsterling{} \textyen%
+}
+
+\newcommand{\fontSample}[2]{%
+ {\usefont{T1}{fla}{#1}{#2} \latinSample}
+
+ {\fontfamily{fla}\fontseries{#1}\fontshape{#2}\selectfont\miscSample}\\%
+}
+
+\begin{document}
+
+\section*{Lato Regular}
+
+\fontSample{m}{n}
+
+\fontSample{m}{it}
+
+\fontSample{m}{sc}
+
+\fontSample{m}{scit}
+
+\section*{Lato Bold}
+
+\fontSample{b}{n}
+
+\fontSample{b}{it}
+
+\fontSample{b}{sc}
+
+\fontSample{b}{scit}
+
+\section*{Lato Black}
+
+\fontSample{eb}{n}
+
+\fontSample{eb}{it}
+
+\fontSample{eb}{sc}
+
+\fontSample{eb}{scit}
+
+\section*{Lato Light}
+
+\fontSample{l}{n}
+
+\fontSample{l}{it}
+
+\fontSample{l}{sc}
+
+\fontSample{l}{scit}
+
+\section*{Lato Hairline}
+
+\fontSample{ul}{n}
+
+\fontSample{ul}{it}
+
+\fontSample{ul}{sc}
+
+\fontSample{ul}{scit}
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/lato/lato.pdf b/Master/texmf-dist/doc/latex/lato/lato.pdf
index a3ac6799ad7..0cf42238234 100644
--- a/Master/texmf-dist/doc/latex/lato/lato.pdf
+++ b/Master/texmf-dist/doc/latex/lato/lato.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lato/lato.tex b/Master/texmf-dist/doc/latex/lato/lato.tex
index e5bc900cdaf..96760da2af5 100644
--- a/Master/texmf-dist/doc/latex/lato/lato.tex
+++ b/Master/texmf-dist/doc/latex/lato/lato.tex
@@ -1,5 +1,5 @@
%% lato.tex
-%% Copyright 2010 Mohamed El Morabity
+%% Copyright 2010, 2011 Mohamed El Morabity
%
% This work may be distributed and/or modified under the conditions of the LaTeX
% Project Public License, either version 1.3 of this license or (at your option)
@@ -39,7 +39,7 @@
\newcommand{\parameter}[1]{\textnormal{\textit{#1}}}
\newcommand{\program}{}
-\title{\LaTeX{} support for Lato\\\relsize{-1}Version~1.0}
+\title{\LaTeX{} support for Lato\\\relsize{-1}Version~1.2}
\author{Mohamed \name{El~Morabity}\\\email{melmorabity@fedoraproject.org}}
@@ -109,35 +109,6 @@ To set Lato as default sans-serif only:
\usepackage[defaultsans]{lato}
\end{verbatim}
-\paragraph{Default weight}
-
-The following options specify which weight of the font you prefer to use:
-\begin{center}
- \begin{tabular}{ll}
- \toprule
- \code{regular}&{\flafamily\fontseries{m}\selectfont use regular face}\\
- \midrule
- \code{light}&{\flafamily\fontseries{l}\selectfont use light face}\\
- \bottomrule
- \end{tabular}
-\end{center}
-The \code{medium} option is enabled by default.
-
-\paragraph{Default bold weight}
-
-The following options specify which weight of the font you prefer to use for
-bold texts:
-\begin{center}
- \begin{tabular}{ll}
- \toprule
- \code{bold}&{\flafamily\fontseries{b}\selectfont use bold face}\\
- \midrule
- \code{black}&{\flafamily\fontseries{eb}\selectfont use black face}\\
- \bottomrule
- \end{tabular}
-\end{center}
-The \code{bold} option is enabled by default.
-
\paragraph{Font scaling}
The font can be up- and downscale by any factor. This can be used to make Lato
@@ -166,9 +137,9 @@ treated poorly, if at all. Note difference in kerning between e.g.
\begin{center}
\begin{tabular}{ll}
\toprule
- OT1-encoded&To Ta Té\\
+ OT1-encoded&{\flafamily To Ta Té}\\
\midrule
- T1-encoded&\fontencoding{T1}\selectfont To Ta Té\\
+ T1-encoded&{\flafamily\fontencoding{T1}\selectfont To Ta Té}\\
\bottomrule
\end{tabular}
\end{center}