diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-03 00:19:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-03 00:19:27 +0000 |
commit | 10c44cd99abef440f50a1da8973ae21a27664576 (patch) | |
tree | 2669354677ce7292e88b2e6b474acc98fa408af9 /Master/texmf-dist/source | |
parent | b66ea5c66b9c6b02df3cbd82a85cd2aa2501dad9 (diff) |
slantsc (2jan12)
git-svn-id: svn://tug.org/texlive/trunk@25007 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/slantsc/Makefile | 71 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/slantsc/slantsc.dtx | 17 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/slantsc/slantsc.ins | 4 |
3 files changed, 11 insertions, 81 deletions
diff --git a/Master/texmf-dist/source/latex/slantsc/Makefile b/Master/texmf-dist/source/latex/slantsc/Makefile deleted file mode 100644 index e4c9270880e..00000000000 --- a/Master/texmf-dist/source/latex/slantsc/Makefile +++ /dev/null @@ -1,71 +0,0 @@ - -SRCDIR=slantsc -INSTALLDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/tex/latex/slantsc -DOCDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/doc/latex/slantsc -VERSION=`latex getversion | grep '^VERSION' | sed 's/^VERSION \\(.*\\)\\.\\(.*\\)/\\1_\\2/'` - - -.SUFFIXES: .sty .ins .dtx .dvi .ps - -.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 $< - -.dvi.ps: - dvips -o $(*D)/$(*F).ps $(*D)/$(*F) - - -all: slantsc slantsc.dvi - - -slantsc: slantsc.sty - - - -clean: - @-rm -f slantsc.{glo,gls,idx,ilg,ind,aux,log,toc} - @-rm -f *~ - -distclean: clean - @-rm -f slantsc.{sty,dvi,ps} - -tar: all clean - echo Lege slantsc-$(VERSION).tar.gz an - -rm -f slantsc-$(VERSION).tar.gz - tar czCf .. slantsc-$(VERSION).tar.gz \ - $(SRCDIR)/README $(SRCDIR)/Makefile \ - $(SRCDIR)/slantsc.{dtx,ins,dvi} \ - $(SRCDIR)/testslantsc.tex \ - $(SRCDIR)/slantsc.xml \ - $(SRCDIR)/getversion.tex - rm -f getversion.log - -zip: all clean - -rm -f slantsc-$(VERSION).zip - mkdirhier tex/latex/slantsc - mkdirhier doc/latex/slantsc - mkdirhier source/latex/slantsc - cp slantsc.sty tex/latex/slantsc/ - cp slantsc.dvi testslantsc.tex doc/latex/slantsc/ - cp Makefile slantsc.dtx slantsc.ins README source/latex/slantsc/ - zip -r slantsc-$(VERSION).zip tex doc source - rm -rf tex doc source - rm -f getversion.log - - -install: all - if [ ! -d $(INSTALLDIR) ]; then mkdirhier $(INSTALLDIR); fi - if [ ! -d $(DOCDIR) ]; then mkdirhier $(DOCDIR); fi - install -m644 slantsc.sty $(INSTALLDIR) - install -m644 slantsc.dvi $(DOCDIR) - texhash - - -slantsc.sty: slantsc.ins slantsc.dtx - diff --git a/Master/texmf-dist/source/latex/slantsc/slantsc.dtx b/Master/texmf-dist/source/latex/slantsc/slantsc.dtx index e5eadce4358..fd7feb5deb3 100644 --- a/Master/texmf-dist/source/latex/slantsc/slantsc.dtx +++ b/Master/texmf-dist/source/latex/slantsc/slantsc.dtx @@ -1,5 +1,5 @@ % \iffalse meta comment -% File: slantsc.dtx Copyright (C) 2003 Harald Harders +% File: slantsc.dtx Copyright (C) 2003, 2012 Harald Harders % \fi % % \iffalse @@ -14,10 +14,9 @@ slantsc.dtx again)^^J}\stop} \usepackage{longtable} \GetFileInfo{slantsc.sty} -\title{The \texttt{slantsc} package\thanks{This file has version - \fileversion\ last revised \filedate.}} -\author{Harald Harders\\\texttt{h.harders@tu-bs.de}} -\date{File Date \filedate, Printed \today} +\title{The \texttt{slantsc} package} +\author{Harald Harders\\\texttt{harald.harders@gmx.de}} +\date{Version \fileversion, \filedate, printed \today} \newlength{\tempdima}% \makeatletter \renewenvironment{table}[1][]{% @@ -46,7 +45,9 @@ %</driver> % \fi % -% \changes{2.10}{2003/11/09}{Avoid usage of \cs{fileversion} etc.}% +% \changes{2.11}{2012/01/01}{Update e-mail address}% +% \changes{2.10}{2003/11/09}{State date and version explicitely in +% \cs{ProvidesPackage}}% % % \maketitle % \begin{abstract} @@ -62,7 +63,7 @@ % \tableofcontents % % \section*{Copyright} -% Copyright 2003 Harald Harders. +% Copyright 2003, 2012 Harald Harders. % % This program can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from \textsc{ctan} @@ -270,7 +271,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{slantsc} - [2003/11/09 v2.10 Provide Slanted an Italic Small Caps] + [2012/01/01 v2.11 Provide Slanted an Italic Small Caps] % \end{macrocode} % More robust string comparisons. % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/slantsc/slantsc.ins b/Master/texmf-dist/source/latex/slantsc/slantsc.ins index 794a5f2e76f..f105125cc6d 100644 --- a/Master/texmf-dist/source/latex/slantsc/slantsc.ins +++ b/Master/texmf-dist/source/latex/slantsc/slantsc.ins @@ -4,14 +4,14 @@ slantsc package - Copyright 2003 Harald Harders + Copyright 2003, 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. - h.harders@tu-bs.de + harald.harders@gmx.de \endpreamble % Files |