diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-26 17:04:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-26 17:04:24 +0000 |
commit | 0efa760c13fde52c400d83dcb19c65257bac7d37 (patch) | |
tree | c29a2586b47dcfd1d88ba2b0f3e002f4277590b9 /Master/texmf-dist/doc | |
parent | 1ddce7531f4b8c5ab40aa74ad200a28abed87ef9 (diff) |
concmath without concmath-fonts, doc update
git-svn-id: svn://tug.org/texlive/trunk@17219 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/fonts/concmath/Makefile | 105 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/concmath/README | 95 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/concmath/concmath.pdf | bin | 0 -> 282515 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/concmath/concmath.dvi | bin | 34260 -> 0 bytes |
4 files changed, 71 insertions, 129 deletions
diff --git a/Master/texmf-dist/doc/fonts/concmath/Makefile b/Master/texmf-dist/doc/fonts/concmath/Makefile deleted file mode 100644 index 020ab89e115..00000000000 --- a/Master/texmf-dist/doc/fonts/concmath/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -## Makefile for the installation of the `concmath' 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 = concmath - -# file names, used in dependencies - -MFFILES = \ - xccmi5.mf xccmi6.mf xccmi7.mf xccmi8.mf xccmi9.mf xccmi10.mf \ - xccsy5.mf xccsy6.mf xccsy7.mf xccsy8.mf xccsy9.mf xccsy10.mf \ - xccam5.mf xccam6.mf xccam7.mf xccam8.mf xccam9.mf xccam10.mf \ - xccbm5.mf xccbm6.mf xccbm7.mf xccbm8.mf xccbm9.mf xccbm10.mf \ - xccex7.mf xccex8.mf xccex9.mf xccex10.mf -TFMFILES = \ - xccmi5.tfm xccmi6.tfm xccmi7.tfm xccmi8.tfm xccmi9.tfm xccmi10.tfm \ - xccsy5.tfm xccsy6.tfm xccsy7.tfm xccsy8.tfm xccsy9.tfm xccsy10.tfm \ - xccam5.tfm xccam6.tfm xccam7.tfm xccam8.tfm xccam9.tfm xccam10.tfm \ - xccbm5.tfm xccbm6.tfm xccbm7.tfm xccbm8.tfm xccbm9.tfm xccbm10.tfm \ - xccex7.tfm xccex8.tfm xccex9.tfm xccex10.tfm - - -### 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/concmath/README b/Master/texmf-dist/doc/fonts/concmath/README index 60624098a78..d1c0db6a9d3 100644 --- a/Master/texmf-dist/doc/fonts/concmath/README +++ b/Master/texmf-dist/doc/fonts/concmath/README @@ -1,10 +1,7 @@ -fonts/concmath --- Concrete Math fonts. +concmath --- LaTeX support for Concrete Math fonts. Copyright (C) 1995--99 Ulrik Vieth - -COPYING: - This software is free software; you can redistribute it and/or modify it under the terms of the LaTeX Project Public License as described in lppl.txt in the base LaTeX distribution; either @@ -17,20 +14,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. DESCRIPTION: -This directory and its subdirectories are part of the `concmath' +This directory contains the documented sources of the `concmath' package for LaTeX(2e) that provides access to the Concrete Math typefaces, which were derived from the Concrete Roman typefaces designed by Donald E. Knuth. -This directory appears on CTAN archives in two different places: - - CTAN:fonts/concmacth - CTAN:macros/latex/contrib/supported/concmath/fonts - -Whatever it may be, this directory contains two subdirectories -`mf' and `tfm' that hold the Metafont sources and font metrics -of the Concrete Math typefaces. - The Concrete Math fonts provide a collection of math italics, math symbol, and math extension fonts that complement the Concrete Roman fonts, so that the Concrete family of typefaces @@ -43,25 +31,84 @@ variant may be of particular interest for use in low-resolution printing or in display-oriented applications such as posters, transparencies, or online documents. -To access the Concrete Math fonts in LaTeX(2e), you may wish to -consult either the `concmath' package or the `ccfonts' package, -both located in CTAN:macros/latex/contrib/supported. +To use this package, you will need the following sets of fonts: + +* Concrete Roman (located in CTAN:fonts/concrete) +* Concrete Math (located in CTAN:fonts/concmath) + +To facilitate the installation, the Concrete Math fonts are made +available through a symbolic link, so that the contents of +CTAN:fonts/concmath is automatically included as a subdirectory +if you download this directory as a `.zip' or `.tar.gz' archive. + + +OVERVIEW: + +The `concmath' distribution consists of the following files: + + README - some notes on the `concmath' package + Makefile - Makefile to install the `concmath' package + concmath.dtx - documented source of the `concmath' package + concmath.ins - LaTeX installation script + +Subdirectory `fonts': + + README - some notes on the Concrete Math fonts + Makefile - Makefile to install the `concmath' fonts + +Subdirectory `fonts/mf': + + xcc*.mf - Metafont drivers for various sizes and shapes -For further documentation about how the Concrete math fonts were -derived, please read the documentation of the `concmath' package -located in CTAN:macros/latex/contrib/supported/concmath. +Subdirectory `fonts/tfm': + + xcc*.tfm - TeX font metrics for various sizes and shapes INSTALLATION: +(1) Before installing the `concmath' package and typesetting the +documentation, make sure that you have the Concrete Roman and +Concrete Math fonts installed. + +If you are lucky, both sets may have already been provided as +part of your TeX distribution. Otherwise, if you have to +install the Concrete Math fonts yourself, proceed by changing to +the `fonts' subdirectory and installing the fonts from there. + +- If you have a TDS-compatible TeX installation, you may try to + use the `Makefile' in the `fonts' subdirectory by calling: + + cd fonts ; make install + +- For manual installation of the font sources and font metric + files, please consult the instructions in `fonts/README'. + +(2) After the fonts have been installed, return to this directory. +To unpack the `concmath' package and to typeset the documentation, + proceed as follows: + - If you have a TDS-compatible TeX installation, you may try to use the enclosed `Makefile' by calling: - make install + make ; make install + +- For manual installation, run + + latex concmath.ins + + to unpack the package file `concmath.sty' and the corresponding + font definition files (*.fd) from the source file `concmath.dtx'. + + To typeset the documentation, run + + latex concmath.dtx + + twice to generate `concmath.dvi'. -- For manual installation, copy the contents of the subdirectories - `mf' and `tfm' to TEXMF/fonts/{source,tfm}/public/concmath or - wherever else your installation keeps .mf sources and .tfm files. + Finally, to install the `concmath' package, copy the files + `concmath.sty' and all `*.fd' to TEXMF/tex/latex/concmath or + wherever else your installation keeps LaTeX(2e) `.sty' files. Happy TeXing! diff --git a/Master/texmf-dist/doc/fonts/concmath/concmath.pdf b/Master/texmf-dist/doc/fonts/concmath/concmath.pdf Binary files differnew file mode 100644 index 00000000000..ea30e51389f --- /dev/null +++ b/Master/texmf-dist/doc/fonts/concmath/concmath.pdf diff --git a/Master/texmf-dist/doc/latex/concmath/concmath.dvi b/Master/texmf-dist/doc/latex/concmath/concmath.dvi Binary files differdeleted file mode 100644 index 6facb8d2f77..00000000000 --- a/Master/texmf-dist/doc/latex/concmath/concmath.dvi +++ /dev/null |