summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-07-26 21:03:29 +0000
committerKarl Berry <karl@freefriends.org>2020-07-26 21:03:29 +0000
commit0530c7bfe358b2f4a02abc71ba0a4553dce8887a (patch)
tree01ed1474118ea7d1f1aa78cdaa1727fad9c45510 /Master/texmf-dist/doc/fonts
parentdfeb8130bec7e1121fe7f74f55848f749cfa8c63 (diff)
quattrocento (26jul20)
git-svn-id: svn://tug.org/texlive/trunk@55959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r--Master/texmf-dist/doc/fonts/quattrocento/README30
-rw-r--r--Master/texmf-dist/doc/fonts/quattrocento/quattrocento-samples.pdfbin60299 -> 38772 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/quattrocento/quattrocento-samples.tex4
3 files changed, 22 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/fonts/quattrocento/README b/Master/texmf-dist/doc/fonts/quattrocento/README
index 4d9139509af..c2da6a4b88d 100644
--- a/Master/texmf-dist/doc/fonts/quattrocento/README
+++ b/Master/texmf-dist/doc/fonts/quattrocento/README
@@ -1,10 +1,8 @@
This is the README for the quattrocento package, version
-2020-07-24.
+2020-07-26.
This package provides the Quattrocento and Quattrocento Sans
-families of fonts designed by Pablo Impallari, for use with
-XeLaTeX or LuaLaTeX. Because of licensing restrictions,
-[pdf]LaTeX support and type1 fonts have been removed.
+families of fonts designed by Pablo Impallari.
Quattrocento is a classic typeface with wide and open
letterforms, and great x-height, which makes it very legible
@@ -19,7 +17,9 @@ TeX system download the file
preferred URL for "tex-archive" is http://mirror.ctan.org.
Unzip the archive at the root of an appropriate texmf tree,
likely a personal or local tree. If necessary, update the
-file-name database (e.g., texhash).
+file-name database (e.g., texhash). Update the font-map
+files by enabling the Map file quattrocento.map.
+
To use, add
@@ -41,7 +41,10 @@ To use Quattrocento Sans as the main text font, use
\usepackage[sfdefault]{quattrocento}
-This re-defines \familydefault, not \rmdefault.
+This re-defines \familydefault, not \rmdefault. LuaLaTeX and
+xeLaTeX users who might prefer type1 fonts or who wish to avoid fontspec
+may use the type1 option.
+
Options scaled=<number> or scale=<number> may be used to scale the
Quattrocento Sans fonts; the serifed variants are not affected.
@@ -51,9 +54,12 @@ The only figure style supported is proportional-lining.
Macros \quattrocento and \quattrocentosans select the Quattrocento
and Quattrocento Sans families, respectively.
-The 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 rest
-of the package is licensed under the terms of the LaTeX
-Project Public License. The maintainer of this package is
-Bob Tennent (rdt at cs.queensu.ca)
+The truetype 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 fonts have been generated
+from these using fontforge but have been re-named to avoid
+the Reserved Font Name Quattrocento. The rest of the package
+is 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/quattrocento/quattrocento-samples.pdf b/Master/texmf-dist/doc/fonts/quattrocento/quattrocento-samples.pdf
index f0bff6fa957..34fc7ee1517 100644
--- a/Master/texmf-dist/doc/fonts/quattrocento/quattrocento-samples.pdf
+++ b/Master/texmf-dist/doc/fonts/quattrocento/quattrocento-samples.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/quattrocento/quattrocento-samples.tex b/Master/texmf-dist/doc/fonts/quattrocento/quattrocento-samples.tex
index 070c2b58a50..682f9bcde03 100644
--- a/Master/texmf-dist/doc/fonts/quattrocento/quattrocento-samples.tex
+++ b/Master/texmf-dist/doc/fonts/quattrocento/quattrocento-samples.tex
@@ -1,4 +1,5 @@
\documentclass{article}
+\usepackage[T1]{fontenc}
\usepackage[scaled=0.95]{quattrocento}
\usepackage{lipsum}
\begin{document}
@@ -11,6 +12,8 @@
\textbf{\lipsum[2]}
+
+
\section{Quattrocento Sans}\sf
\subsection*{Regular}
@@ -28,3 +31,4 @@
\end{document}
+