diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-23 17:21:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-23 17:21:55 +0000 |
commit | d6443c8e1ba759d9b6289abbcd2696a61f52fb06 (patch) | |
tree | cba2aae4adfec17c5a0c24106465da205432b60a /Master/texmf-dist/doc/fonts/bguq | |
parent | dadf86ec2d90ed4529037604a8dcea9f660045b8 (diff) |
new font bguq (20jul12)
git-svn-id: svn://tug.org/texlive/trunk@27110 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/bguq')
-rw-r--r-- | Master/texmf-dist/doc/fonts/bguq/INSTALL.txt | 71 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/bguq/Makefile | 38 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/bguq/README.txt | 23 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/bguq/bguq-doc.pdf | bin | 0 -> 105648 bytes |
4 files changed, 132 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/bguq/INSTALL.txt b/Master/texmf-dist/doc/fonts/bguq/INSTALL.txt new file mode 100644 index 00000000000..1e6bca14383 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/bguq/INSTALL.txt @@ -0,0 +1,71 @@ +Install with Makefile +--------------------- + +For Unix: installs into /usr/local/share/texmf, if you want it +elsewhere then edit the Makefile. Run + + make install + +as root + +Install manually +---------------- + +In the following replace $(TEXMF) by your TeX tree (where TeX +looks for its files -- this will vary depending on your TeX +distribution, often /usr/local/share/texmf on Unix systems. +The output of + + kpsewhich -var-value=TEXMFLOCAL + +is probably what you want) + +Create directories + + mkdir $(TEXMF)/fonts/source/bguq/ + mkdir $(TEXMF)/fonts/tfm/bguq/ + mkdir $(TEXMF)/tex/latex/bguq/ + +and copy files + + cp *.mf $(TEXMF)/fonts/source/bguq/ + cp *.tfm $(TEXMF)/fonts/tfm/bguq/ + cp bguq.sty $(TEXMF)/tex/latex/bguq/ + cp Ubguq*.fd $(TEXMF)/tex/latex/bguq/ + +Your TeX distribution may expect you to update its cache +of files -- if using TeXLive run + + mktexlsr + +Installing the PostScript files is more difficult and +depends on your OS and TeX distribution. For TeXLive +on Linux + + cp *.pfb $(TEXMF)/fonts/type1/bguq/ + cp bguq.map $(TEXMF)/fonts/map/dvips/ + cp bguq.cfg $(TEXMF)/tex/latex/bguq/ + +then run + + mktexlsr + updmap-sys --enable Map=bguq.map + +For other systems, or in case of problems see + + http://www.tug.org/fonts/fontinstall.html + +Testing +------- + +To test, run + + latex bguq.dtx + +and view the file bguq.dvi, then + + pdflatex bguq.dtx + +and view bguq.pdf + +$Id: INSTALL,v 1.1 2012/07/17 22:50:41 jjg Exp $ diff --git a/Master/texmf-dist/doc/fonts/bguq/Makefile b/Master/texmf-dist/doc/fonts/bguq/Makefile new file mode 100644 index 00000000000..020ce88d033 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/bguq/Makefile @@ -0,0 +1,38 @@ +# This makefile installs bguq for a TeXLive system running +# on a Linux system. The install-pfb-texlive target will +# probably fail on non-TeXLive systems, and almost certainly +# fail on non-Unix systems +# +# $Id: Install.mk,v 1.1 2012/07/17 23:11:50 jjg Exp $ + +TEXMF = /usr/local/share/texmf + +install : install-mf install-tex install-pfb-texlive + +install-mf : $(MF) + install -d $(TEXMF)/fonts/source/bguq + for file in bguq*.mf ; do \ + install -m 644 $$file $(TEXMF)/fonts/source/bguq/$$file ;\ + done + +install-tex : + install -d $(TEXMF)/fonts/tfm/bguq + for file in bguq*.tfm ; do \ + install -m 644 $$file $(TEXMF)/fonts/tfm/bguq/$$file ;\ + done + install -d $(TEXMF)/tex/latex/bguq + for file in U*.fd bguq.sty ; do \ + install -m 644 $$file $(TEXMF)/tex/latex/bguq/$$file ;\ + done + +install-pfb-texlive : + install -d $(TEXMF)/tex/latex/bguq/ + install -m 644 bguq.cfg $(TEXMF)/tex/latex/bguq/bguq.cfg + install -d $(TEXMF)/fonts/map/dvips/ + install -m 644 bguq.map $(TEXMF)/fonts/map/dvips/bguq.map + install -d $(TEXMF)/fonts/type1/bguq + for file in *.pfb ; do \ + install -m 644 $$file $(TEXMF)/fonts/type1/bguq/$$file ;\ + done + mktexlsr + cd /tmp ; updmap-sys --enable Map=bguq.map diff --git a/Master/texmf-dist/doc/fonts/bguq/README.txt b/Master/texmf-dist/doc/fonts/bguq/README.txt new file mode 100644 index 00000000000..00873d53f86 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/bguq/README.txt @@ -0,0 +1,23 @@ +This is the bguq font, a font which contains a single character: +the Begriffsschrift quantifier, in several sizes, used to set the +Begriffsschrift (concept notation) of Frege. + +This package is not intended for end users, instead it is expected +that it will be used by other packages which implement the +Begriffsschrift. Josh Parsons' begriff package + + http://www.tex.ac.uk/tex-archive/macros/latex/contrib/begriff/ + +or a derivative of it would be the obvious candidates. An example +of such usage can be found in the included style file begriff-bguq.sty, +which is an unofficial and modified version of Parsons' begriff.sty, +included only as an illustration of how package maintainers might +use the font. + +The file begriff-bguq.sty is a derivative work of begriff.sty +(Copyright (c) 2005 J. Parsons, R. Heck) and so, like it, is +released under the GNU General Public License (version 2). +The remainder of this work is Copyright (c) 2012 J.J. Green and +subject to the LaTeX Project Public License. + +J.J. Green 2012 diff --git a/Master/texmf-dist/doc/fonts/bguq/bguq-doc.pdf b/Master/texmf-dist/doc/fonts/bguq/bguq-doc.pdf Binary files differnew file mode 100644 index 00000000000..f8cb03f41fd --- /dev/null +++ b/Master/texmf-dist/doc/fonts/bguq/bguq-doc.pdf |