From 1d4e50843e94485cb15f0b99ae4bba3c5d2fdcbf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 18 Mar 2010 00:36:43 +0000 Subject: method doc update (15mar10) git-svn-id: svn://tug.org/texlive/trunk@17485 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/method/README | 66 ++++++++++++++++++++++++ Master/texmf-dist/doc/latex/method/method.pdf | Bin 0 -> 354734 bytes Master/texmf-dist/doc/latex/method/methtest.dvi | Bin 1816 -> 0 bytes Master/texmf-dist/source/latex/method/Makefile | 20 +++++++ Master/texmf-dist/source/latex/method/readme | 66 ------------------------ 5 files changed, 86 insertions(+), 66 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/method/README create mode 100644 Master/texmf-dist/doc/latex/method/method.pdf delete mode 100644 Master/texmf-dist/doc/latex/method/methtest.dvi create mode 100644 Master/texmf-dist/source/latex/method/Makefile delete mode 100644 Master/texmf-dist/source/latex/method/readme (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/method/README b/Master/texmf-dist/doc/latex/method/README new file mode 100644 index 00000000000..501b1e3afdd --- /dev/null +++ b/Master/texmf-dist/doc/latex/method/README @@ -0,0 +1,66 @@ +README for the package method + + +License +======= + +The files in this directory (method distribution) are Copyright 1998 1999 +Thomas Leineweber, Univerity of Dortmund, Germany + + +The files associated with the method-package (see below for a list) may be +distributed under the terms of the LaTeX Project Public License, as +described in lppl.txt in the base LaTeX distribution. Either version 1.0 +or, at your option, any later version. + +ERROR REPORTS +============= + +Before you report an error, please check that: + + - the error isn't caused by obsolete versions of other software; + LaTeX from 1986 is a good candidate ... + + - you use an original version of the package. + + + If you think you found a genuine bug please report it together + with the following information: + + - version of the file + + - version (date!) of your LaTeX + + - a short test file showing the behavior with all unnecessary + code removed. + + - a transcript (log file) of the session that shows the error. + +Please note that it is important to make the file as small as possible +to allow me to find and fix the error soon. + +If you have an unchanged version of my package method, you can send me +error reports to + + leineweb@ls6.cs.uni-dortmund.de + + +Files distributed with this package +=================================== + +method.ins This is the installation script that will produce + the executable file method.sty when run through LaTeX + or TeX +method.dtx `method' style for LaTeX in docstrip format. +readme This file +methtest.tex A test file showing the usage of the package. + + + +Acknowledgements +================ + +This readme is mostly copied from the readme from the dinbrief package by +K.D. Braune and R. Gussmann + +Jean-Pierre Drucbert for the french translation diff --git a/Master/texmf-dist/doc/latex/method/method.pdf b/Master/texmf-dist/doc/latex/method/method.pdf new file mode 100644 index 00000000000..87d2239062c Binary files /dev/null and b/Master/texmf-dist/doc/latex/method/method.pdf differ diff --git a/Master/texmf-dist/doc/latex/method/methtest.dvi b/Master/texmf-dist/doc/latex/method/methtest.dvi deleted file mode 100644 index 740dd0c60af..00000000000 Binary files a/Master/texmf-dist/doc/latex/method/methtest.dvi and /dev/null differ diff --git a/Master/texmf-dist/source/latex/method/Makefile b/Master/texmf-dist/source/latex/method/Makefile new file mode 100644 index 00000000000..3c4d215c158 --- /dev/null +++ b/Master/texmf-dist/source/latex/method/Makefile @@ -0,0 +1,20 @@ +CODE := '\date{1999/03/25}\input{method.dtx}' +LATEX := pdflatex -draftmode $(CODE) +LATEX_FINISH := pdflatex $(CODE) + +method.pdf: method.dtx method.ind method.gls + $(LATEX) + $(LATEX) + $(LATEX_FINISH) + +method.ind: method.dtx method.idx + makeindex -s gind.ist -o method.ind method.idx + +method.gls: method.dtx method.glo + makeindex -s gglo.ist -o method.gls method.glo + +method.idx: method.dtx + $(LATEX) + +method.glo: method.dtx + $(LATEX) diff --git a/Master/texmf-dist/source/latex/method/readme b/Master/texmf-dist/source/latex/method/readme deleted file mode 100644 index 501b1e3afdd..00000000000 --- a/Master/texmf-dist/source/latex/method/readme +++ /dev/null @@ -1,66 +0,0 @@ -README for the package method - - -License -======= - -The files in this directory (method distribution) are Copyright 1998 1999 -Thomas Leineweber, Univerity of Dortmund, Germany - - -The files associated with the method-package (see below for a list) may be -distributed under the terms of the LaTeX Project Public License, as -described in lppl.txt in the base LaTeX distribution. Either version 1.0 -or, at your option, any later version. - -ERROR REPORTS -============= - -Before you report an error, please check that: - - - the error isn't caused by obsolete versions of other software; - LaTeX from 1986 is a good candidate ... - - - you use an original version of the package. - - - If you think you found a genuine bug please report it together - with the following information: - - - version of the file - - - version (date!) of your LaTeX - - - a short test file showing the behavior with all unnecessary - code removed. - - - a transcript (log file) of the session that shows the error. - -Please note that it is important to make the file as small as possible -to allow me to find and fix the error soon. - -If you have an unchanged version of my package method, you can send me -error reports to - - leineweb@ls6.cs.uni-dortmund.de - - -Files distributed with this package -=================================== - -method.ins This is the installation script that will produce - the executable file method.sty when run through LaTeX - or TeX -method.dtx `method' style for LaTeX in docstrip format. -readme This file -methtest.tex A test file showing the usage of the package. - - - -Acknowledgements -================ - -This readme is mostly copied from the readme from the dinbrief package by -K.D. Braune and R. Gussmann - -Jean-Pierre Drucbert for the french translation -- cgit v1.2.3