summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/cabin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-17 22:11:41 +0000
committerKarl Berry <karl@freefriends.org>2013-07-17 22:11:41 +0000
commit989e69000a109aa206742cc979fb247b9294ef7a (patch)
tree02508eb5b078b0426973b1930038f2558f916751 /Master/texmf-dist/doc/fonts/cabin
parentf4ee7dde5f0c6c40a915cab1611912f70c73df3f (diff)
cabin (17jul13)
git-svn-id: svn://tug.org/texlive/trunk@31219 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/cabin')
-rw-r--r--Master/texmf-dist/doc/fonts/cabin/README5
-rw-r--r--Master/texmf-dist/doc/fonts/cabin/samples.pdfbin104299 -> 66102 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/cabin/samples.tex7
3 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/fonts/cabin/README b/Master/texmf-dist/doc/fonts/cabin/README
index 51e1168a107..8d68f02e976 100644
--- a/Master/texmf-dist/doc/fonts/cabin/README
+++ b/Master/texmf-dist/doc/fonts/cabin/README
@@ -1,4 +1,4 @@
-This is the README for the cabin package, version 2013-06-22.
+This is the README for the cabin package, version 2013-07-16.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
the Cabin and Cabin Condensed families of sans serif fonts, designed by
@@ -38,7 +38,8 @@ semibold
regular
medium
-These are now implemented without re-defining \bfdefault or \mddefault.
+These are now implemented by re-defining commands \bfseries and
+\mdseries (without re-defining \bfdefault or \mddefault).
condensed
diff --git a/Master/texmf-dist/doc/fonts/cabin/samples.pdf b/Master/texmf-dist/doc/fonts/cabin/samples.pdf
index 7a2aae93089..339c6550d3b 100644
--- a/Master/texmf-dist/doc/fonts/cabin/samples.pdf
+++ b/Master/texmf-dist/doc/fonts/cabin/samples.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/cabin/samples.tex b/Master/texmf-dist/doc/fonts/cabin/samples.tex
index aabf584c3ff..c8d9f27a950 100644
--- a/Master/texmf-dist/doc/fonts/cabin/samples.tex
+++ b/Master/texmf-dist/doc/fonts/cabin/samples.tex
@@ -1,9 +1,12 @@
\documentclass{article}
\usepackage[T1]{fontenc}
-\usepackage[sfdefault]{cabin}
+\usepackage[medium,semibold]{cabin}
\usepackage{lipsum}
\begin{document}
+
+\sf\mdseries
+
\subsection*{Regular}
\lipsum[1]
@@ -13,6 +16,8 @@
\subsection*{Bold}
\textbf{\lipsum[3]}
+{\fontseries{sb}\selectfont\lipsum[3]}
+
\subsection*{Bold Italic}
\textbf{\textit{\lipsum[4]}}