summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/tapir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-17 00:38:03 +0000
committerKarl Berry <karl@freefriends.org>2010-11-17 00:38:03 +0000
commit6c3b17495299f499d100a073cf7ca45b854bda0d (patch)
treeda0b01eb2be181e2075007a2cf871fef8c044fc7 /Master/texmf-dist/doc/fonts/tapir
parentc6aff738dd28f8d2c09756543638a22c4c543846 (diff)
doc/fonts for tapir, not doc/latex (clea 16 Nov 2010 17:09:57)
git-svn-id: svn://tug.org/texlive/trunk@20460 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/tapir')
-rw-r--r--Master/texmf-dist/doc/fonts/tapir/readme48
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/tapir/readme b/Master/texmf-dist/doc/fonts/tapir/readme
new file mode 100644
index 00000000000..6afde00dcea
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/tapir/readme
@@ -0,0 +1,48 @@
+The 'Tapir' is a simple geometrical font mostly created of line and circular segments with constant thickness.
+The character set contains all characters in the range 0--127 (as in cmr10), accented characters used
+in czech, slovak and polish language.
+
+There are some other characters which are not created and encoded by default. To use them create your own encoding
+(see 'tap-enc.mf'). Full list of available symbols can be obtained by
+
+ grep "iff known" tap.mf | sed -e "s/iff known \(.*\):/\1/"
+
+The set of symbols contains accented latin-based characters (identifiers beginning 'latin_') and some special symbols
+(identifiers beginning 'sign_'). Download the Type1 font with all characters from my web page.
+
+
+Installation:
+1) copy tap.mf into appropriate directory (e.g. texmf/fonts/source/public/tapir)
+2) copy tap.pfb into appropriate directory (e.g. texmf/fonts/type1/public/tapir)
+3) add line `tap Tapir <tap.pfb' into dvips map file (e.g. texmf/dvips/config/psfonts.map)
+4) refresh TeX database (mktexlsr)
+
+Testing of installation:
+1) run `tex testfont'
+2) enter `tap'
+3) enter `\table\end'
+4) view testfont.dvi
+
+Usage:
+1) put `\font\tapir tap' into your document
+2) use as `{\tapir My text}'
+
+Notes:
+1) There are some parameters on the beginning of `tap.mf' file. You can change them but the result is not predictable.
+2) There is a boolean parameter 'serifs'. When it is set 'true' by running METAFONT with
+ boolean serifs; serifs:=true; input tap
+ lowercase letters will have upper serifs.
+3) Simple italic version can be made via `boolean italic; italic:=true; slant:=.25; input tap'. Only letters `a' and `g'
+ have different look.
+
+This font is licensed under GNU GPL.
+WWW: http://mitek.webpark.cz
+email: mitek@email.cz
+
+-----------------------------------------------
+Version 0.2 August 29, 2004
+ added polish and other characters (128+248)
+
+Version 0.1 July 17, 2004
+ initial release
+