summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/esrelation
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-02 21:43:44 +0000
committerKarl Berry <karl@freefriends.org>2015-05-02 21:43:44 +0000
commitedf4b4adefff41b42b69d7606186463076ff022e (patch)
tree89da6cc34658cfdde40a7df518a68e0f4e5a39d4 /Master/texmf-dist/doc/fonts/esrelation
parentdd725a316964a0193ceac9b45b88bd007f27ec5e (diff)
esrelation (2may15)
git-svn-id: svn://tug.org/texlive/trunk@37154 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/esrelation')
-rw-r--r--Master/texmf-dist/doc/fonts/esrelation/README.md54
-rw-r--r--Master/texmf-dist/doc/fonts/esrelation/esrelation.pdfbin0 -> 157085 bytes
2 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/esrelation/README.md b/Master/texmf-dist/doc/fonts/esrelation/README.md
new file mode 100644
index 00000000000..7faae08b657
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/esrelation/README.md
@@ -0,0 +1,54 @@
+The ESRELATION package
+======================
+by Byron Cook, Tauba Auerbach, David Reinfurt
+
+About
+-----
+
+The program termination problem, also known at the uniform halting problem, can be defined as: *Using a finite amount of time: determine whether a given program will always finish running or could possibly execute forever.*
+
+The Metafont programming and LaTeX package writing and TeX macro programming (*especially the TeX macro programming*) required to produce these symbols looked like it might, itself, never end. It took more than a year of work in fits and starts to understand how the jalopy of bits and pieces go together to make a font work with LaTeX. [The Comprehensive LaTeXe Symbol List](http://www.ctan.org/tex-archive/info/symbols/comprehensive/ "CTAN") does not currently include this set, but on completion all of these files will be ready to upload in the correct formats for inclusion. These are implemented as a standard TeX math symbol font, implemented with custom Metafont sources, rendered on-the-fly as needed by LaTeX. Also provided in this package is a PostScript Type-1 version of the font. Symbols are accessed through macros defined in this package.
+
+Installation
+------------
+
++ run latex on esrelation.ins to generate sty, mf, fd files
+ > $ latex esrelation.ins
+
++ run latex (or pdflatex) on esrelation.dtx to generate documentation (including detailed installation instructions)
+ > $ pdflatex esrelation.dtx
+
++ determine the location of your local TeX tree by running
+ > $ kpsewhich --var-val TEXMFLOCAL
+
+ (this value will henceforth be referred to as &lsquo;TEXMFLOCAL&rsquo;)
+
++ install esrelation.sty and uesrelation.fd in
+ > TEXMFLOCAL/tex/latex/esrelation
+
++ install esrelation.mf and esrelation10.mf in
+ > TEXMFLOCAL/fonts/source/public/esrelation
+
++ install esrelation10.pfb in
+ > TEXMFLOCAL/fonts/type1/public/esrelation
+
++ install esrelation.map in
+ > TEXMFLOCAL/fonts/map/dvips/esrelation
+
+**NB**: all created directories should be set to mode 755 and all of the above files should be set to mode 644.
+
++ update LaTeX font database
+ > $ sudo -H mktexlsr
+
++ update TeX font map
+ > $ sudo -H updmap-sys --enable Map=esrelation.map
+
++ udpate the font database again
+ > $ sudo -H mktexlsr
+
+Resources
+---------
+
+Up-to-date source code is hosted on [GitHub](https://github.com/reinfurt/ESRELATION).
+
+More information about installing TeX fonts can be found [here](https://www.tug.org/fonts/fontinstall.html).
diff --git a/Master/texmf-dist/doc/fonts/esrelation/esrelation.pdf b/Master/texmf-dist/doc/fonts/esrelation/esrelation.pdf
new file mode 100644
index 00000000000..26e0fbba2c0
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/esrelation/esrelation.pdf
Binary files differ