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/source/latex/hhtensor/Makefile | 72 ---------------------- .../texmf-dist/source/latex/hhtensor/hhtensor.dtx | 21 +++---- .../texmf-dist/source/latex/hhtensor/hhtensor.ins | 4 +- 3 files changed, 10 insertions(+), 87 deletions(-) delete mode 100644 Master/texmf-dist/source/latex/hhtensor/Makefile (limited to 'Master/texmf-dist/source/latex/hhtensor') 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 -- cgit v1.2.3