summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/fntproof/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-12-02 18:04:55 +0000
committerKarl Berry <karl@freefriends.org>2010-12-02 18:04:55 +0000
commitd4d9bd877f2a73e809752b7047f015940ca249f5 (patch)
treefcdd9e85650ae3fa0fc024dd85e98614e20ad32a /Master/texmf-dist/doc/generic/fntproof/README
parentec2695953d651111268fe88a6c24cf02fc3750df (diff)
new generic package fntproof 1.0 (1dec10)
git-svn-id: svn://tug.org/texlive/trunk@20638 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/fntproof/README')
-rw-r--r--Master/texmf-dist/doc/generic/fntproof/README44
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/fntproof/README b/Master/texmf-dist/doc/generic/fntproof/README
new file mode 100644
index 00000000000..5da89f9df1e
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/fntproof/README
@@ -0,0 +1,44 @@
+Files: fntproof.tex, fntproof-doc.tex fntproof-doc.pdf
+
+Purpose:
+
+ The file fntproof.tex is essentiallly Knuth's testfont.tex, modified
+ to make all tests noninteractive (no prompting for data).
+
+License:
+
+ All files are public domain.
+
+Usage:
+
+ You can input fntproof in a file, and then use the commands in that
+ file, or you can type the commands on the command line. By default,
+ the first "word" after the fntproof.tex has been read in is taken to
+ be the TFM name of a font to test. Use \noinit to delay the reading of
+ the font name.
+
+Examples:
+
+ Command line:
+ tex fntproof cmti10 <commands>
+ tex fntproof \noinit Normal text. \init cmti10 <commands>
+
+ In a file:
+ \input fntproof cmr10 <commands>
+ \input fntproof \noinit Normal text. \init cmti10 <commands>
+
+ <commands> include \table, \text, \sample which produce, respectively,
+ - a table of characters in the font,
+ - some text using the font, and
+ - both of the above.
+
+ All commands available in testfont.tex are included (in noninteractive
+ versions).
+
+Documentation:
+ See fntproof-doc.pdf for complete documentation. It may be regenerated
+ by running pdflatex (twice) on fntproof-doc.tex.
+
+--
+Daniel Luecking
+luecking AT-SIGN uark DOT edu