From 0c0383248a5869d9927489942780617dc09aebd8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 30 Dec 2011 23:03:10 +0000 Subject: hhtensor (30dec11) git-svn-id: svn://tug.org/texlive/trunk@24981 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/hhtensor/ChangeLog | 5 ++ Master/texmf-dist/doc/latex/hhtensor/Makefile | 76 +++++++++++++++++++++ Master/texmf-dist/doc/latex/hhtensor/README | 6 +- .../texmf-dist/doc/latex/hhtensor/getversion.tex | 7 ++ Master/texmf-dist/doc/latex/hhtensor/hhtensor.pdf | Bin 178889 -> 360629 bytes Master/texmf-dist/source/latex/hhtensor/Makefile | 72 ------------------- .../texmf-dist/source/latex/hhtensor/hhtensor.dtx | 21 +++--- .../texmf-dist/source/latex/hhtensor/hhtensor.ins | 4 +- Master/texmf-dist/tex/latex/hhtensor/hhtensor.sty | 12 ++-- 9 files changed, 105 insertions(+), 98 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/hhtensor/ChangeLog create mode 100644 Master/texmf-dist/doc/latex/hhtensor/Makefile create mode 100644 Master/texmf-dist/doc/latex/hhtensor/getversion.tex delete mode 100644 Master/texmf-dist/source/latex/hhtensor/Makefile (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/hhtensor/ChangeLog b/Master/texmf-dist/doc/latex/hhtensor/ChangeLog new file mode 100644 index 00000000000..004264604eb --- /dev/null +++ b/Master/texmf-dist/doc/latex/hhtensor/ChangeLog @@ -0,0 +1,5 @@ +2011/12/29 0.61 Harald Harders (harald.harders@gmx.de) + - Avoid usage of \fileversion etc. + +2003/10/15 0.6 Harald Harders (h.harders@tu-bs.de) + - Total new implementation diff --git a/Master/texmf-dist/doc/latex/hhtensor/Makefile b/Master/texmf-dist/doc/latex/hhtensor/Makefile new file mode 100644 index 00000000000..2c4daf366fd --- /dev/null +++ b/Master/texmf-dist/doc/latex/hhtensor/Makefile @@ -0,0 +1,76 @@ + +SRCDIR=hhtensor +INSTALLDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/tex/latex/hhtensor +DOCDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/doc/latex/hhtensor +VERSION=`latex getversion | grep '^VERSION' | sed 's/^VERSION \\(.*\\)\\.\\(.*\\)/\\1_\\2/'` + + +.SUFFIXES: .sty .ins .dtx .dvi .ps .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: hhtensor hhtensor.pdf + +hhtensor: hhtensor.sty + +hhtensor.pdf: hhtensor.dtx hhtensor.ins + pdflatex hhtensor.dtx + pdflatex hhtensor.dtx + makeindex -s gind.ist hhtensor + makeindex -s gglo.ist -o hhtensor.gls hhtensor.glo + pdflatex hhtensor.dtx + +clean: + @-rm -f hhtensor.glo hhtensor.gls hhtensor.idx hhtensor.ilg + @-rm -f hhtensor.ind hhtensor.aux hhtensor.log hhtensor.toc + @-rm -f *~ + +distclean: clean + @-rm -f hhtensor.sty hhtensor.pdf + +tar: all clean + echo Lege hhtensor-$(VERSION).tar.gz an + -rm -f hhtensor-$(VERSION).tar.gz + tar czCf .. hhtensor-$(VERSION).tar.gz \ + $(SRCDIR)/README \ + $(SRCDIR)/ChangeLog \ + $(SRCDIR)/Makefile \ + $(SRCDIR)/hhtensor.pdf \ + $(SRCDIR)/hhtensor.dtx \ + $(SRCDIR)/hhtensor.ins \ + $(SRCDIR)/getversion.tex \ + $(SRCDIR)/hhtensor.xml + rm getversion.log + +zip: all clean + -@rm -f hhtensor-$(VERSION).zip + mkdirhier tex/latex/hhtensor + mkdirhier doc/latex/hhtensor + mkdirhier source/latex/hhtensor + mv hhtensor.sty tex/latex/hhtensor + cp hhtensor.dtx hhtensor.ins hhtensor.xml source/latex/hhtensor + cp Makefile source/latex/hhtensor + cp README hhtensor.pdf doc/latex/hhtensor + zip -r hhtensor-$(VERSION).zip tex doc source + rm -r tex/ doc/ source/ + rm getversion.log + +install: all + if [ ! -d $(INSTALLDIR) ]; then mkdirhier $(INSTALLDIR); fi + if [ ! -d $(DOCDIR) ]; then mkdirhier $(DOCDIR); fi + install -m644 hhtensor.sty $(INSTALLDIR) + install -m644 hhtensor.pdf $(DOCDIR) + texhash + + +hhtensor.sty: hhtensor.ins hhtensor.dtx + diff --git a/Master/texmf-dist/doc/latex/hhtensor/README b/Master/texmf-dist/doc/latex/hhtensor/README index 3f8e932eafc..c037158102b 100644 --- a/Master/texmf-dist/doc/latex/hhtensor/README +++ b/Master/texmf-dist/doc/latex/hhtensor/README @@ -6,7 +6,7 @@ with different styles (arrows as the \LaTeX\ default, underlined, and bold). -Copyright 2003 Harald Harders +Copyright 2003-2011 Harald Harders This program can be redistributed and/or modified under the terms of the LaTeX Project Public License Distributed from CTAN @@ -42,6 +42,6 @@ by hand: - execute latex on hhtensor.ins -2003-10-15 +2011-12-29 Harald Harders -h.harders@tu-bs.de +harald.harders@gmx.de diff --git a/Master/texmf-dist/doc/latex/hhtensor/getversion.tex b/Master/texmf-dist/doc/latex/hhtensor/getversion.tex new file mode 100644 index 00000000000..ab1df503921 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hhtensor/getversion.tex @@ -0,0 +1,7 @@ +\documentclass[english]{ltxdoc} +\nofiles +\usepackage{hhtensor} +\GetFileInfo{hhtensor.sty} +\typeout{VERSION \fileversion} +\begin{document} +\end{document} diff --git a/Master/texmf-dist/doc/latex/hhtensor/hhtensor.pdf b/Master/texmf-dist/doc/latex/hhtensor/hhtensor.pdf index 950c6269505..5627d172e9a 100644 Binary files a/Master/texmf-dist/doc/latex/hhtensor/hhtensor.pdf and b/Master/texmf-dist/doc/latex/hhtensor/hhtensor.pdf differ diff --git a/Master/texmf-dist/source/latex/hhtensor/Makefile b/Master/texmf-dist/source/latex/hhtensor/Makefile deleted file mode 100644 index a6a521b28ac..00000000000 --- a/Master/texmf-dist/source/latex/hhtensor/Makefile +++ /dev/null @@ -1,72 +0,0 @@ - -SRCDIR=hhtensor -INSTALLDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/tex/latex/hhtensor -DOCDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/doc/latex/hhtensor -VERSION=`grep '^\\\\def\\\\fileversion' hhtensor.dtx | sed 's/^\\\\def\\\\fileversion{\\(.*\\)\\.\\(.*\\)}/\\1_\\2/'` - - -.SUFFIXES: .sty .ins .dtx .dvi .ps .pdf - -.ins.sty: - latex $< - -.dtx.dvi: - latex $< - latex $< - makeindex -s gind.ist $(*D)/$(*F) - makeindex -s gglo.ist -o $(*D)/$(*F).gls $(*D)/$(*F).glo - latex $< - - -all: hhtensor hhtensor.dvi - -hhtensor: hhtensor.sty - -hhtensor.dvi: hhtensor.dtx hhtensor.ins - latex hhtensor.dtx - latex hhtensor.dtx - makeindex -s gind.ist hhtensor - makeindex -s gglo.ist -o hhtensor.gls hhtensor.glo - latex hhtensor.dtx - -clean: - @-rm -f hhtensor.glo hhtensor.gls hhtensor.idx hhtensor.ilg - @-rm -f hhtensor.ind hhtensor.aux hhtensor.log hhtensor.toc - @-rm -f *~ - -distclean: clean - @-rm -f hhtensor.sty hhtensor.dvi - -tar: all clean - echo Lege hhtensor-$(VERSION).tar.gz an - -rm -f hhtensor-$(VERSION).tar.gz - tar czCf .. hhtensor-$(VERSION).tar.gz \ - $(SRCDIR)/README \ - $(SRCDIR)/Makefile \ - $(SRCDIR)/hhtensor.dtx \ - $(SRCDIR)/hhtensor.ins \ - $(SRCDIR)/hhtensor.dvi \ - $(SRCDIR)/hhtensor.xml - -zip: all clean - -@rm -f hhtensor-$(VERSION).zip - mkdirhier tex/latex/hhtensor - mkdirhier doc/latex/hhtensor - mkdirhier source/latex/hhtensor - mv hhtensor.sty tex/latex/hhtensor - cp hhtensor.dtx hhtensor.ins hhtensor.xml source/latex/hhtensor - cp Makefile source/latex/hhtensor - cp README hhtensor.dvi doc/latex/hhtensor - zip -r hhtensor-$(VERSION).zip tex doc source - rm -r tex/ doc/ source/ - -install: all - if [ ! -d $(INSTALLDIR) ]; then mkdirhier $(INSTALLDIR); fi - if [ ! -d $(DOCDIR) ]; then mkdirhier $(DOCDIR); fi - install -m644 hhtensor.sty $(INSTALLDIR) - install -m644 hhtensor.dvi $(DOCDIR) - texhash - - -hhtensor.sty: hhtensor.ins hhtensor.dtx - diff --git a/Master/texmf-dist/source/latex/hhtensor/hhtensor.dtx b/Master/texmf-dist/source/latex/hhtensor/hhtensor.dtx index bdf63628997..c4280433b79 100644 --- a/Master/texmf-dist/source/latex/hhtensor/hhtensor.dtx +++ b/Master/texmf-dist/source/latex/hhtensor/hhtensor.dtx @@ -1,14 +1,9 @@ % \iffalse meta comment -% File: hhtensor.dtx Copyright (C) 2003 Harald Harders +% File: hhtensor.dtx Copyright (C) 2003-2011 Harald Harders % \fi % % \iffalse % -%<*package> -\def\fileversion{0.6} -\def\filedate{2003/10/15} -\def\docdate{2003/10/15} -% %<*driver> \listfiles \documentclass[ngerman,english,a4paper]{ltxdoc} @@ -24,10 +19,10 @@ Generate hhtensor.sty by (La)TeXing hhtensor.ins, process hhtensor.dtx again)^^J}\stop } +\GetFileInfo{hhtensor.sty} \title{The \texttt{hhtensor} package\thanks{This file has version - \fileversion\ last revised \filedate, documentation dated - \docdate.}} -\author{Harald Harders\\\texttt{h.harders@tu-bs.de}} + \fileversion\ last revised \filedate.}} +\author{Harald Harders\\\texttt{harald.harders@gmx.de}} \date{File Date \filedate, Printed \today} \newlength{\tempdima}% \makeatletter @@ -79,6 +74,7 @@ % % \fi % +% \changes{0.61}{2011/12/29}{Avoid usage of \cs{fileversion} etc.}% % \changes{0.6}{2003/10/15}{Total new implementation}% % % \maketitle @@ -93,7 +89,7 @@ % % \section*{Copyright} % -% Copyright 2003 Harald Harders. +% Copyright 2003--2011 Harald Harders. % % This program can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN @@ -155,9 +151,8 @@ % Heading of the package: % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{hhtensor}[\filedate\space v\fileversion\space - Print numbers] -\message{Package `hhtensor', Version \fileversion\space of \filedate.} +\ProvidesPackage{hhtensor} + [2011/12/29 v0.61 Print vectors and tensors] % \end{macrocode} % |ushort| underlines with shorter lines than \cs{underline}. % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/hhtensor/hhtensor.ins b/Master/texmf-dist/source/latex/hhtensor/hhtensor.ins index 052e5cab5e4..846cde63da2 100644 --- a/Master/texmf-dist/source/latex/hhtensor/hhtensor.ins +++ b/Master/texmf-dist/source/latex/hhtensor/hhtensor.ins @@ -3,14 +3,14 @@ hhtensor package - Copyright 2003 Harald Harders + Copyright 2003-2011 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. - h.harders@tu-bs.de + harald.harders@gmx.de \endpreamble diff --git a/Master/texmf-dist/tex/latex/hhtensor/hhtensor.sty b/Master/texmf-dist/tex/latex/hhtensor/hhtensor.sty index 555f1a8fdd2..196d6f06962 100644 --- a/Master/texmf-dist/tex/latex/hhtensor/hhtensor.sty +++ b/Master/texmf-dist/tex/latex/hhtensor/hhtensor.sty @@ -8,22 +8,18 @@ %% %% hhtensor package %% -%% Copyright 2003 Harald Harders +%% Copyright 2003-2011 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. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% -\def\fileversion{0.6} -\def\filedate{2003/10/15} -\def\docdate{2003/10/15} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{hhtensor}[\filedate\space v\fileversion\space - Print numbers] -\message{Package `hhtensor', Version \fileversion\space of \filedate.} +\ProvidesPackage{hhtensor} + [2011/12/29 v0.61 Print vectors and tensors] \RequirePackage{ushort} \RequirePackage{amsmath} \newif\iftensor@bold -- cgit v1.2.3