summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/genealogy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:47:01 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:47:01 +0000
commit950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (patch)
tree32b2d4ab4e36aee3a9aaf41877a5c0c581de9b77 /Master/texmf-dist/doc/fonts/genealogy
parent71c5ce4be7e36bdc6bdda98641bc9368e28223ad (diff)
doc/fonts
git-svn-id: svn://tug.org/texlive/trunk@83 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/genealogy')
-rw-r--r--Master/texmf-dist/doc/fonts/genealogy/README25
-rw-r--r--Master/texmf-dist/doc/fonts/genealogy/licence.txt5
-rw-r--r--Master/texmf-dist/doc/fonts/genealogy/testgen.tex26
3 files changed, 56 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/genealogy/README b/Master/texmf-dist/doc/fonts/genealogy/README
new file mode 100644
index 00000000000..47f55b8731a
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/genealogy/README
@@ -0,0 +1,25 @@
+Genealogy symbols in METAFONT
+-----------------------------
+
+Files in this distribution:
+
+ drgen10.mf % the mf driver file
+ drgen10.tfm % tfm file for TeX
+ drgen.mf % the mf character definitions
+ testgen.tex % a test file
+ README % this file
+ licence.txt % licence conditions
+
+The MF files in this distribution are a simple compilation
+of the genealogical symbols found in the `wasy' and `gen' font.
+Actually, all I have done was to add the male and female symbols
+to Knuth's `gen' font. Thus, it avoids loading two fonts
+when you need only genealogical symbols.
+
+Hope this is helpful to somebody.
+
+Denis Roegel, May 30, 1996. (updated March 2, 1999)
+(roegel@loria.fr)
+
+
+
diff --git a/Master/texmf-dist/doc/fonts/genealogy/licence.txt b/Master/texmf-dist/doc/fonts/genealogy/licence.txt
new file mode 100644
index 00000000000..e53351c2f7a
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/genealogy/licence.txt
@@ -0,0 +1,5 @@
+% Copyright 1999 Denis Roegel
+% This program can be redistributed and/or modified under the terms
+% of the LaTeX Project Public License Distributed from CTAN
+% archives in directory macros/latex/base/lppl.txt; either
+% version 1 of the License, or any later version.
diff --git a/Master/texmf-dist/doc/fonts/genealogy/testgen.tex b/Master/texmf-dist/doc/fonts/genealogy/testgen.tex
new file mode 100644
index 00000000000..a10087d7e24
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/genealogy/testgen.tex
@@ -0,0 +1,26 @@
+% D. Roegel, 30 May 1996
+% roegel@loria.fr
+
+\font\gensymbols=drgen10
+\def\male{{\gensymbols\char"1A}}
+\def\female{{\gensymbols\char"19}}
+\def\died{{\gensymbols d}}
+\def\married{{\gensymbols m}}
+\def\born{{\gensymbols b}}
+\def\divorced{{\gensymbols1}}
+\def\leaf{{\gensymbols l}}
+
+\centerline{\bf Genealogical symbols from {\tt wasy} and {\tt gen} fonts}
+
+\bigskip
+\centerline{\vbox{\halign{#\hfil&\quad#\hfil\cr
+Male&\male\cr
+Female&\female\cr
+Born&\born\cr
+Married&\married\cr
+Divorced&\divorced\cr
+Died&\died\cr
+Leaf&\leaf\cr}}}
+
+\bye
+