summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/quattrocento/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/quattrocento/README')
-rw-r--r--Master/texmf-dist/doc/fonts/quattrocento/README53
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/quattrocento/README b/Master/texmf-dist/doc/fonts/quattrocento/README
new file mode 100644
index 00000000000..0ad95ffdfcb
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/quattrocento/README
@@ -0,0 +1,53 @@
+This is the README for the quattrocento package, version 2012-11-09.
+
+This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Quattrocento and Quattrocento Sans 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 for body text at small
+sizes. Tiny details that only show up at bigger sizes make it also
+great for display use. Quattrocento Sans is the perfect sans-serif
+companion for Quattrocento.
+
+To install this package on a TDS-compliant TeX system unzip the file
+/install/fonts/quattrocento.tds.zip at the root of an appropriate
+texmf tree, likely a personal or local tree. If necessary, update
+the file-name database (e.g., texhash). Update the font-map files by
+enabling the Map file quattrocento.map.
+
+To use, add
+
+\usepackage{quattrocento}
+
+to the preamble of your document. This will activate Quattrocento as the
+main (serifed) text font and Quattrocento Sans as the sans font. Italic
+variants of Quattrocento are not currently available. Artificially
+slanted varsions have been generated and treated as if they were italic.
+
+To activate Quattrocento without Quattrocento Sans, use
+
+\usepackage[rm]{quattrocento}
+
+Similarly, to activate Quattrocento Sans without Quattrocento use
+
+\usepackage[sf]{quattrocento}
+
+To use Quattrocento Sans as the main text font, use
+
+\usepackage[sfdefault]{quattrovcento}
+
+Options scaled=<number> or scale=<number> may be used to scale the
+Quattrocento Sans fonts; the serifed variants are not affected.
+
+The only figure style supported is tabular-lining. Font encodings
+supported are OT1, T1, LY1 and TS1.
+
+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. 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)
+
+2012-11-09