diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-19 23:27:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-19 23:27:30 +0000 |
commit | 4fa4ff22732b71ed4356295cbbe0672e29dcea43 (patch) | |
tree | 24f83eda9f4bd538b53d79f1b22ea036de1f1ad4 /Master/texmf-dist/doc | |
parent | 51a0392754601b56276591922a376a0eef0580b5 (diff) |
cabin (19may18)
git-svn-id: svn://tug.org/texlive/trunk@47770 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/fonts/cabin/README | 16 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/cabin/samples-condensed.pdf | bin | 114343 -> 26606 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/cabin/samples.pdf | bin | 66102 -> 24018 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/cabin/samples.tex | 11 |
4 files changed, 14 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/fonts/cabin/README b/Master/texmf-dist/doc/fonts/cabin/README index fe67b8c3abb..5cddbac82cf 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 2017-04-02. +This is the README for the cabin package, version 2018-05-18. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Cabin and Cabin Condensed families of sans serif fonts, designed by @@ -66,10 +66,10 @@ Macros \cabin and \cabincondensed select the Cabin and CabinCondensed font family, respectively. The original fonts are available at -http://www.google.com/webfonts and are licensed under the -SIL Open Font License, (version 1.1); the text may be found -in the doc directory. The opentype and type1 versions were -created using fontforge and cfftot1. The support files were -created using autoinst and are licensed under the terms of -the LaTeX Project Public License. The maintainer of this -package is Bob Tennent (rdt at cs.queensu.ca) +https://github.com/impallari/Cabin/ and are licensed under +the SIL Open Font License, (version 1.1); the text may be +found in the doc directory. The type1 versions were created +using cfftot1. The support files were created using autoinst +and are licensed under the terms of the LaTeX Project Public +License. The maintainer of this package is Bob Tennent (rdt +at cs.queensu.ca) diff --git a/Master/texmf-dist/doc/fonts/cabin/samples-condensed.pdf b/Master/texmf-dist/doc/fonts/cabin/samples-condensed.pdf Binary files differindex c8dbe34516b..1e0c39b2935 100644 --- a/Master/texmf-dist/doc/fonts/cabin/samples-condensed.pdf +++ b/Master/texmf-dist/doc/fonts/cabin/samples-condensed.pdf diff --git a/Master/texmf-dist/doc/fonts/cabin/samples.pdf b/Master/texmf-dist/doc/fonts/cabin/samples.pdf Binary files differindex 339c6550d3b..1b28071fb2d 100644 --- a/Master/texmf-dist/doc/fonts/cabin/samples.pdf +++ b/Master/texmf-dist/doc/fonts/cabin/samples.pdf diff --git a/Master/texmf-dist/doc/fonts/cabin/samples.tex b/Master/texmf-dist/doc/fonts/cabin/samples.tex index c8d9f27a950..f5cccde6a55 100644 --- a/Master/texmf-dist/doc/fonts/cabin/samples.tex +++ b/Master/texmf-dist/doc/fonts/cabin/samples.tex @@ -1,12 +1,10 @@ \documentclass{article} \usepackage[T1]{fontenc} -\usepackage[medium,semibold]{cabin} +\usepackage[sfdefault]{cabin} +\usepackage{textcomp} \usepackage{lipsum} \begin{document} - -\sf\mdseries - \subsection*{Regular} \lipsum[1] @@ -14,14 +12,17 @@ \textit{\lipsum[2]} \subsection*{Bold} + \textbf{\lipsum[3]} -{\fontseries{sb}\selectfont\lipsum[3]} + \subsection*{Bold Italic} \textbf{\textit{\lipsum[4]}} + + \subsection*{Small Caps Regular} \textsc{\lipsum[5]} |