diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-16 23:50:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-16 23:50:36 +0000 |
commit | fe7d1a006c1798e5444f4172db3a6777970d9d14 (patch) | |
tree | 4ab0adf7f767fb4a58746c9e377b57c583c68998 /Master/texmf-dist/doc/fonts/merriweather | |
parent | d2f0ecc37190cee10c8bc9e9370d53977f42d150 (diff) |
merriweather (16nov13)
git-svn-id: svn://tug.org/texlive/trunk@32161 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/merriweather')
-rw-r--r-- | Master/texmf-dist/doc/fonts/merriweather/README | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/merriweather/merriweather-samples.pdf | bin | 131881 -> 133918 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/merriweather/merriweather-samples.tex | 36 |
3 files changed, 42 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/fonts/merriweather/README b/Master/texmf-dist/doc/fonts/merriweather/README index 3ad8a9aa00c..d7a676ef516 100644 --- a/Master/texmf-dist/doc/fonts/merriweather/README +++ b/Master/texmf-dist/doc/fonts/merriweather/README @@ -1,4 +1,4 @@ -This is the README for the merriweather package, version 2013-11-10. +This is the README for the merriweather package, version 2013-11-14. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Merriweather and MerriweatherSans families of fonts, designed by @@ -46,12 +46,14 @@ to avoid fontspec may use the type1 option. Options scaled=<number> or scale=<number> may be used to scale the MerriweatherSans fonts; the serifed variants are not affected. +Commands \merriweather and \merriweathersans select the Merriweather +and MerriweatherSans families, respectively. Commands \merriweatherlight, +\merriweatherblack, \merriweathersanslight, and \merriweathersansblack +allow for localized use of light or black variants. + The only figure style supported is proportional-oldstyle. Font encodings supported are OT1, T1, LY1 and TS1. -Commands \merriweather and \merriweathersans select the Merriweather -and MerriweatherSans families, 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 type1 versions diff --git a/Master/texmf-dist/doc/fonts/merriweather/merriweather-samples.pdf b/Master/texmf-dist/doc/fonts/merriweather/merriweather-samples.pdf Binary files differindex 9afacd88d61..41f50672224 100644 --- a/Master/texmf-dist/doc/fonts/merriweather/merriweather-samples.pdf +++ b/Master/texmf-dist/doc/fonts/merriweather/merriweather-samples.pdf diff --git a/Master/texmf-dist/doc/fonts/merriweather/merriweather-samples.tex b/Master/texmf-dist/doc/fonts/merriweather/merriweather-samples.tex index 34d887cb69a..454003f1165 100644 --- a/Master/texmf-dist/doc/fonts/merriweather/merriweather-samples.tex +++ b/Master/texmf-dist/doc/fonts/merriweather/merriweather-samples.tex @@ -19,10 +19,29 @@ \textbf{\textit{\lipsum[4]}} +\subsection*{Light} + +{\merriweatherlight\lipsum[5]} + + +\subsection*{Light Italic} + +\textit{\merriweatherlight\lipsum[6]} + +\subsection*{Black} + +{\merriweatherblack\lipsum[7]} + + +\subsection*{Black Italic} + +\textit{\merriweatherblack\lipsum[8]} + \subsection*{Numbers} 1234567890 + \section{Merriweather Sans}\sf \subsection*{Regular} @@ -38,6 +57,23 @@ \textbf{\textit{\lipsum[4]}} +\subsection*{Light} + +{\merriweathersanslight\lipsum[5]} + +\subsection*{Light Italic} + +\textit{\merriweathersanslight\lipsum[6]} + +\subsection*{Black} + +{\merriweathersansblack\lipsum[7]} + +\subsection*{Black Italic} + +\textit{\merriweathersansblack\lipsum[8]} + + \subsection*{Numbers} 1234567890 |