diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-03 00:19:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-03 00:19:12 +0000 |
commit | b66ea5c66b9c6b02df3cbd82a85cd2aa2501dad9 (patch) | |
tree | d2cc242981d74f2d2dfe14b6258279ac7b4b25e5 /Master/texmf-dist/doc/latex/onlyamsmath | |
parent | 20d68fe66aecde758e45ff238550f92ecff39cac (diff) |
onlyamsmath (2jan12)
git-svn-id: svn://tug.org/texlive/trunk@25006 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/onlyamsmath')
-rw-r--r-- | Master/texmf-dist/doc/latex/onlyamsmath/ChangeLog | 17 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/onlyamsmath/Makefile | 64 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/onlyamsmath/README | 25 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath-v.tex | 25 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath.pdf | bin | 83057 -> 210464 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath.xml | 30 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmathtest.tex | 4 |
7 files changed, 114 insertions, 51 deletions
diff --git a/Master/texmf-dist/doc/latex/onlyamsmath/ChangeLog b/Master/texmf-dist/doc/latex/onlyamsmath/ChangeLog new file mode 100644 index 00000000000..54cfa07f2a1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/onlyamsmath/ChangeLog @@ -0,0 +1,17 @@ +2012/01/01 0.10 Harald Harders + Explicitly state date and version in \ProvidesPackage statement + Update e-mail address + Update documentation + +2001/09/23 0.04 Harald Harders + Removed code that forbids \[...\] + +2001/09/22 0.03 Harald Harders + Changed definition of \dollarcode, by David Kastrup + Removed switches \dollardollar and \nodollardollar + +2001/09/21 0.02 Harald Harders + Added switch \nodollardollar + +2001/09/21 0.01 Harald Harders + First version diff --git a/Master/texmf-dist/doc/latex/onlyamsmath/Makefile b/Master/texmf-dist/doc/latex/onlyamsmath/Makefile new file mode 100644 index 00000000000..7320799daac --- /dev/null +++ b/Master/texmf-dist/doc/latex/onlyamsmath/Makefile @@ -0,0 +1,64 @@ +VERSION=`grep -e '\\[.*\\]' onlyamsmath-v.tex | sed 's/ \\[[0-9/]* *\\([v0-9]*\\)\\.\\([0-9]*\\).*\\]/\\1_\\2/'` + +.SUFFIXES: .sty .ins .dtx .pdf + + +.ins.sty: + pdflatex $< + +.dtx.pdf: + pdflatex $< + pdflatex $< + makeindex -s gind.ist $(*D)/$(*F) + makeindex -s gglo.ist -o $(*D)/$(*F).gls $(*D)/$(*F).glo + pdflatex $< + +all: onlyamsmath onlyamsmath.pdf message + +onlyamsmathtest.pdf: + pdflatex onlyamsmathtest + + +onlyamsmath: + pdflatex onlyamsmath.ins + + + +clean: + @-rm -f onlyamsmath.{glo,gls,idx,ilg,ind,aux,log,toc} + @-rm -f onlyamsmathtest.{log,aux} + @-rm -f *~ + +distclean: clean + @-rm -f onlyamsmath.{sty,pdf,ps} + @-rm -f onlyamsmathtest.{pdf,ps} + +tar: all clean + @echo Generate onlyamsmath-$(VERSION).tar.gz + @-rm -f onlyamsmath-$(VERSION).tar.gz + @tar czCf .. onlyamsmath-$(VERSION).tar.gz \ + onlyamsmath/README \ + onlyamsmath/ChangeLog \ + onlyamsmath/Makefile \ + onlyamsmath/onlyamsmath.{dtx,ins,pdf} \ + onlyamsmath/onlyamsmathtest.tex \ + onlyamsmath/onlyamsmath.xml + +zip: all clean + @echo Generate onlyamsmath-$(VERSION).zip + mkdir -p tex/latex/onlyamsmath + mkdir -p doc/latex/onlyamsmath + mkdir -p source/latex/onlyamsmath + cp onlyamsmath.sty tex/latex/onlyamsmath + cp README ChangeLog onlyamsmath.pdf onlyamsmathtest.tex doc/latex/onlyamsmath + cp onlyamsmath.dtx onlyamsmath.ins Makefile source/latex/onlyamsmath + @rm -f onlyamsmath-$(VERSION).zip + @zip -r onlyamsmath-$(VERSION).zip source/ tex/ doc/ + rm -rf source/ tex/ doc/ + +message: + @echo "Please copy onlyamsmath.sty to a directory" + @echo "in the LaTeX search path" + @echo "Then run \`latex onlyamsmathtest' to see an example" + + diff --git a/Master/texmf-dist/doc/latex/onlyamsmath/README b/Master/texmf-dist/doc/latex/onlyamsmath/README index b614b428cd2..0c41c733748 100644 --- a/Master/texmf-dist/doc/latex/onlyamsmath/README +++ b/Master/texmf-dist/doc/latex/onlyamsmath/README @@ -7,7 +7,7 @@ This is useful for class writers who want to force their clients to use the environments provided by the amsmath package. -Copyright 2001 Harald Harders +Copyright 2001, 2012 Harald Harders This program can be redistributed and/or modified under the terms of the LaTeX Project Public License Distributed from CTAN @@ -22,29 +22,16 @@ automatic: - run make. - copy onlyamsmath.sty to a place where LaTeX can find it. - run texhash or the corresponding command of your distribution. -by hand: - execute latex on onlyamsmath.ins - - execute latex on onlyamsmath.dtx (2x) +by hand: - execute pdflatex on onlyamsmath.ins + - execute pdflatex on onlyamsmath.dtx (2x) - execute makeindex -s gind.ist onlyamsmath - execute makeindex -s gglo.ist -o onlyamsmath.gls onlyamsmath.glo - - execute latex on onlyamsmath.dtx + - execute pdflatex on onlyamsmath.dtx - copy onlyamsmath.sty to a place LaTeX can find it - run texhash or the corresponding command of your distribution - -To do: -- ?? - - -Change log: -- 0.01 First version -- 0.02 Added switch nodollardollar -- 0.03 Changed definition of \dollarcode, by David Kastrup - Removed switches dollardollar and nodollardollar -- 0.04 Removed code that forbids \[...\] - - -2001-10-04 +2012-01-01 Harald Harders -h.harders@tu-bs.de +harald.harders@gmx.de diff --git a/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath-v.tex b/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath-v.tex new file mode 100644 index 00000000000..547e2255f82 --- /dev/null +++ b/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath-v.tex @@ -0,0 +1,25 @@ +%% +%% This is file `onlyamsmath-v.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% onlyamsmath.dtx (with options: `version') +%% +%% onlyamsmath package +%% +%% Copyright 2001, 2012 Harald Harders +%% +%% 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. +%% +%% harald.harders@gmx.de +%% +\ProvidesFile{onlyamsmath-v.tex} + [2012/01/01 v0.10 Destroy the standard math environments] + +\endinput +%% +%% End of file `onlyamsmath-v.tex'. diff --git a/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath.pdf b/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath.pdf Binary files differindex 8eb10c7b3d0..f8278d67818 100644 --- a/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath.pdf +++ b/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath.pdf diff --git a/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath.xml b/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath.xml deleted file mode 100644 index 2e9e53167c8..00000000000 --- a/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmath.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE entry SYSTEM "../catalogue.dtd"> -<entry id="onlyamsmath" - datestamp="2001/10/04" - modifier="h.harders@tu-bs.de"> - <about> - <name>onlyamsmath</name> - <caption>Inhibit use of TeX resp. LaTeX math environments when using amsmath.sty</caption> - <author> - <name>Harald Harders</name> - <email>h.harders@tu-bs.de</email> - </author> - <license type="lppl"/> - <version> - <number>0.04</number> - </version> - </about> - <description> - <abstract> - This package inhibits the usage of plain TeX and on demand of - standard LaTeX math environments. - This is useful for class writers who want to force their clients to - use the environments provided by the amsmath package. - </abstract> - </description> - <distribution> - <texlive>latex3</texlive> - <ctan>macros/latex/contrib/supported/onlyamsmath</ctan> - </distribution> -</entry> diff --git a/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmathtest.tex b/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmathtest.tex index c6a4f3d9ca9..9f7d29afda7 100644 --- a/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmathtest.tex +++ b/Master/texmf-dist/doc/latex/onlyamsmath/onlyamsmathtest.tex @@ -14,12 +14,12 @@ Normal inlined equations $a^2+b^2=c^2$ should work. -Formulars in figures were a problem in version 0.1 and 0.2. +Formulae in figures were a problem in version 0.1 and 0.2. Test wheather they work now in Fig.~\ref{fig:example}. \begin{figure} \centering Test - \caption{Here we have formulars $\alpha$, $\beta$, $\vec{a}$.\dots} + \caption{Here we have formulae $\alpha$, $\beta$, $\vec{a}$.\dots} \label{fig:example} \end{figure} |