From 10c44cd99abef440f50a1da8973ae21a27664576 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 3 Jan 2012 00:19:27 +0000 Subject: slantsc (2jan12) git-svn-id: svn://tug.org/texlive/trunk@25007 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/slantsc/ChangeLog | 16 ++++++ Master/texmf-dist/doc/latex/slantsc/Makefile | 69 ++++++++++++++++++++++++ Master/texmf-dist/doc/latex/slantsc/README | 14 ++--- Master/texmf-dist/doc/latex/slantsc/slantsc.pdf | Bin 108132 -> 384993 bytes Master/texmf-dist/doc/latex/slantsc/slantsc.xml | 32 ----------- 5 files changed, 88 insertions(+), 43 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/slantsc/ChangeLog create mode 100644 Master/texmf-dist/doc/latex/slantsc/Makefile delete mode 100644 Master/texmf-dist/doc/latex/slantsc/slantsc.xml (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/slantsc/ChangeLog b/Master/texmf-dist/doc/latex/slantsc/ChangeLog new file mode 100644 index 00000000000..ff403b40f27 --- /dev/null +++ b/Master/texmf-dist/doc/latex/slantsc/ChangeLog @@ -0,0 +1,16 @@ +2012/01/01 2.11 Harald Harders + - Update e-mail address + +2003/11/09 2.10 Harald Harders + - State date and version explicitely in \ProvidesPackage + +2003/09/17 2.00 Harald Harders + - The booleans caused problems when using \fontshape + explicitely, which, for instance, is performed by + \normalfont. Thus, the new version does not use them + at all and now works with \fontshape. + +2003/09/10 1.00 Harald Harders + - Entirely new package + + diff --git a/Master/texmf-dist/doc/latex/slantsc/Makefile b/Master/texmf-dist/doc/latex/slantsc/Makefile new file mode 100644 index 00000000000..37d4fe00b6b --- /dev/null +++ b/Master/texmf-dist/doc/latex/slantsc/Makefile @@ -0,0 +1,69 @@ + +SRCDIR=slantsc +INSTALLDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/tex/latex/slantsc +DOCDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/doc/latex/slantsc +VERSION=`pdflatex getversion | grep '^VERSION' | sed 's/^VERSION \\(.*\\)\\.\\(.*\\)/\\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: slantsc slantsc.pdf + + +slantsc: slantsc.sty + + + +clean: + @-rm -f slantsc.{glo,gls,idx,ilg,ind,aux,log,toc} + @-rm -f *~ + +distclean: clean + @-rm -f slantsc.{sty,pdf,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)/ChangeLog \ + $(SRCDIR)/slantsc.{dtx,ins,pdf} \ + $(SRCDIR)/testslantsc.tex \ + $(SRCDIR)/slantsc.xml \ + $(SRCDIR)/getversion.tex + rm -f getversion.log + +zip: all clean + -rm -f slantsc-$(VERSION).zip + mkdir -p tex/latex/slantsc + mkdir -p doc/latex/slantsc + mkdir -p source/latex/slantsc + cp slantsc.sty tex/latex/slantsc/ + cp slantsc.pdf testslantsc.tex doc/latex/slantsc/ + cp ChangeLog 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 mkdir -p $(INSTALLDIR); fi + if [ ! -d $(DOCDIR) ]; then mkdir -p $(DOCDIR); fi + install -m644 slantsc.sty $(INSTALLDIR) + install -m644 slantsc.pdf $(DOCDIR) + texhash + + +slantsc.sty: slantsc.ins slantsc.dtx + diff --git a/Master/texmf-dist/doc/latex/slantsc/README b/Master/texmf-dist/doc/latex/slantsc/README index e50aa0a8960..263bcf4f46d 100644 --- a/Master/texmf-dist/doc/latex/slantsc/README +++ b/Master/texmf-dist/doc/latex/slantsc/README @@ -9,7 +9,7 @@ define the font shapes |scsl| resp.\ |scit| for slanted resp.\ italic small capitals. -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 @@ -34,14 +34,6 @@ by hand: - execute latex on slantsc.ins -Change log: -- 2.00 2003/09/17 The booleans caused problems when using \fontshape - explicitely, which, for instance, is performed by - \normalfont. Thus, the new version does not use them - at all and now works with \fontshape. -- 1.00 2003/09/10 Entirely new package - - -2003-09-17 +2012-01-01 Harald Harders -h.harders@tu-bs.de +harald.harders@gmx.de diff --git a/Master/texmf-dist/doc/latex/slantsc/slantsc.pdf b/Master/texmf-dist/doc/latex/slantsc/slantsc.pdf index 2555f6346e0..4921bd64ac6 100644 Binary files a/Master/texmf-dist/doc/latex/slantsc/slantsc.pdf and b/Master/texmf-dist/doc/latex/slantsc/slantsc.pdf differ diff --git a/Master/texmf-dist/doc/latex/slantsc/slantsc.xml b/Master/texmf-dist/doc/latex/slantsc/slantsc.xml deleted file mode 100644 index ce2a09d5fd0..00000000000 --- a/Master/texmf-dist/doc/latex/slantsc/slantsc.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - slantsc - Allow to combine slanted and italic with small capitals. - - Harald Harders - h.harders@tu-bs.de - - - - 2.00 - - - - - This package enables the use of small capitals in different font - shapes, e.g., slanted or bold slanted for all fonts that provide - appropriate font shapes. - The only prerequisite is that the corresponding |fd| file has to - define the font shapes |scsl| resp.\ |scit| for slanted resp.\ - italic small capitals. - - - - latex3 - macros/latex/contrib/slantsc - - -- cgit v1.2.3