summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/concrete
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:43:17 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:43:17 +0000
commitf9ba1f4431124f48769a2666d5d9ec921345ca71 (patch)
tree84f6056d0a7a06c9fed9927a8be9210064de058c /Master/texmf-dist/doc/fonts/concrete
parentfd423d0bb64fe29a2be1fbae5baaf4bc386cc274 (diff)
doc 2
git-svn-id: svn://tug.org/texlive/trunk@78 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/concrete')
-rw-r--r--Master/texmf-dist/doc/fonts/concrete/CATALOGUE28
-rw-r--r--Master/texmf-dist/doc/fonts/concrete/Makefile122
-rw-r--r--Master/texmf-dist/doc/fonts/concrete/README60
3 files changed, 210 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/concrete/CATALOGUE b/Master/texmf-dist/doc/fonts/concrete/CATALOGUE
new file mode 100644
index 00000000000..8fbe6996e90
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/concrete/CATALOGUE
@@ -0,0 +1,28 @@
+ <entry id="concrete"
+ datestamp="18 Mar 1999"
+ modifier="UV">
+ <about>
+ <name>concmath</name>
+ <title>Concrete Roman fonts</title>
+ <author>
+ <name>Ulrik Vieth</name>
+ <email>vieth@thphy.uni-duesseldorf.de</email>
+ </author>
+ <home></home>
+ <license type="unknown"/>
+ <version>
+ <number>1999/03/18</number>
+ </version>
+ <xref refid="beton euler concmath ccfonts"/>
+ </about>
+ <description>
+ <abstract>
+ Concrete Roman fonts, designed by Donald E. Knuth, originally
+ for use with Euler math fonts.
+ </abstract>
+ </description>
+ <distribution>
+ <ctan>fonts/concrete</ctan>
+ <texlive>fonts3</texlive>
+ </distribution>
+ </entry>
diff --git a/Master/texmf-dist/doc/fonts/concrete/Makefile b/Master/texmf-dist/doc/fonts/concrete/Makefile
new file mode 100644
index 00000000000..884a6dac2ea
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/concrete/Makefile
@@ -0,0 +1,122 @@
+## Makefile for the installation of the `concrete' fonts:
+##
+## 1999-03-15, Ulrik Vieth <vieth@thphy.uni-duesseldorf.de>
+##
+
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+## Usage:
+##
+## say 'make install' to install the fonts
+##
+
+### package specifics (don't change!):
+
+# package name, used in directories
+SUPPLIER = public
+TYPEFACE = concrete
+
+# file names, used in dependencies
+
+MFFILES = \
+ odigs.mf \
+ ccr10.mf \
+ ccr9.mf \
+ ccr8.mf \
+ ccr7.mf \
+ ccr6.mf \
+ ccr5.mf \
+ ccsl10.mf \
+ ccsl9.mf \
+ ccti10.mf \
+ cccsc10.mf \
+ ccmi10.mf \
+ ccmic9.mf \
+ ccslc9.mf
+TFMFILES = \
+ ccr10.mf \
+ ccr9.mf \
+ ccr8.mf \
+ ccr7.mf \
+ ccr6.mf \
+ ccr5.mf \
+ ccsl10.mf \
+ ccsl9.mf \
+ ccti10.mf \
+ cccsc10.mf \
+ ccmi10.mf \
+ ccmic9.mf \
+ ccslc9.mf
+
+
+### customizable variables:
+
+# Where the TeX installation resides:
+TEXMF = `kpsewhich --expand-path='$$TEXMFMAIN'`
+#TEXMF = /usr/local/teTeX/share/texmf
+
+# standard directories
+srcdir = .
+MFDIR = $(TEXMF)/fonts/source/$(SUPPLIER)/$(TYPEFACE)
+TFMDIR = $(TEXMF)/fonts/tfm/$(SUPPLIER)/$(TYPEFACE)
+
+
+# How to install the files:
+INSTALL = cp -p
+#INSTALL = install -c
+
+# How to cleanup the files:
+CLEAN = rm -f
+
+# How to update the directory database:
+TEXHASH = mktexlsr
+#TEXHASH = texhash
+
+
+### unpack targets:
+
+default: all
+all:
+ @echo
+ @echo "Please call \`make install' to install the font files!"
+ @echo
+ @true
+
+### install targets:
+
+install: install-fonts post-install
+.PHONY: install
+
+install-fonts:
+ test -d $(MFDIR) || mkdir $(MFDIR)
+ (for f in $(MFFILES); \
+ do $(INSTALL) $(srcdir)/mf/$$f $(MFDIR); done)
+ test -d $(TFMDIR) || mkdir $(TFMDIR)
+ (for f in $(TFMFILES); \
+ do $(INSTALL) $(srcdir)/tfm/$$f $(TFMDIR); done)
+.PHONY: install-fonts
+
+# uninstall target:
+
+uninstall:
+ (for f in $(MFFILES); \
+ do $(CLEAN) $(MFDIR)/$$f; done)
+ (for f in $(TFMFILES); \
+ do $(CLEAN) $(TFMDIR)/$$f; done)
+.PHONY: uninstall
+
+
+# Update the directory database:
+post-install:
+ $(TEXHASH)
+.PHONY: post-install
+
+
+### clean targets:
+clean:
+ rm -f *.log *.aux *.toc *.lof *.lot *.bbl *.blg
+ rm -f *.idx *.ind *.ilg *.glo *.gls
+
+distclean: clean
diff --git a/Master/texmf-dist/doc/fonts/concrete/README b/Master/texmf-dist/doc/fonts/concrete/README
new file mode 100644
index 00000000000..e6b6fd68e3d
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/concrete/README
@@ -0,0 +1,60 @@
+fonts/concrete --- Concrete Roman fonts.
+
+Copyright (C) 1987--99 Donald E. Knuth
+
+CTAN distribution compiled by Ulrik Vieth
+
+
+COPYING:
+
+All files in the subdirectory `mf' are official sources of the
+Concrete Roman fonts designed by Donald E. Knuth. They are
+distributed under the terms of the file README.KNUTH which says:
+
+ [These files] ... are master files for TeX and METAFONT,
+ maintained personally by Donald E. Knuth. Nobody else is
+ authorized to make any changes whatever to them! If you
+ modify the files for any purpose, you must give your files
+ a different name, so that installations of TeX throughout
+ the world will be 100% compatible when they use the
+ official source files.
+
+
+DESCRIPTION:
+
+This directory appears on CTAN archives as:
+
+ CTAN:fonts/concrete
+
+It contains two subdirectories `mf' and `tfm' that hold the
+Metafont sources and font metrics of the Concrete Roman fonts.
+
+To access the Concrete Roman fonts in plain.tex, you may wish to
+consult the file `gkpmac.tex' in CTAN:systems/knuth/local/lib.
+
+To access the Concrete Roman fonts in LaTeX(2e) in combination
+with the Euler math fonts, you may wish to consult the `beton'
+and `euler' packages in CTAN:macros/latex/contrib/supported.
+
+To access the Concrete Roman fonts in LaTeX(2e) in combination
+with the Concrete Math (concmath) fonts, you may wish to consult
+the `concmath' package in CTAN:macros/latex/contrib/supported.
+
+To access the Concrete Roman fonts in LaTeX(2e) in the T1/TS1
+encoding as well as in the OT1 encoding, you may wish to consult
+the `ccfonts' package in CTAN:macros/latex/contrib/supported.
+
+
+INSTALLATION:
+
+- If you have a TDS-compatible TeX installation, you may try to
+ use the enclosed `Makefile' by calling:
+
+ make install
+
+- For manual installation, copy the contents of the subdirectories
+ `mf' and `tfm' to TEXMF/fonts/{source,tfm}/public/concrete or
+ wherever else your installation keeps .mf sources and .tfm files.
+
+
+Happy TeXing!