summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-19 01:02:13 +0000
committerKarl Berry <karl@freefriends.org>2006-12-19 01:02:13 +0000
commit4f682edd48d4737aeaa4926675aa72a93b9c0ec8 (patch)
tree33e6302b7b83a59fd0a7c437eb0369c1eff19e3b /Master/texmf-dist/doc
parentdf7778c48becf35354216fce0df5a04f4538912e (diff)
new package gmutils (18dec06)
git-svn-id: svn://tug.org/texlive/trunk@2801 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/gmutils/README66
-rw-r--r--Master/texmf-dist/doc/latex/gmutils/gmutilsDoc.pdfbin0 -> 581808 bytes
-rw-r--r--Master/texmf-dist/doc/latex/gmutils/gmutilsDoc.tex27
3 files changed, 93 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/gmutils/README b/Master/texmf-dist/doc/latex/gmutils/README
new file mode 100644
index 00000000000..5009d110d06
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gmutils/README
@@ -0,0 +1,66 @@
+The gmutils package
+is a work of Grzegorz `Natror' Murzynowski,
+<natror at o2 dot pl>
+
+
+1. Copyright 2006 by Grzegorz `Natror' Murzynowski
+
+This program is subject to the LaTeX Project Public License.
+See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
+for the details of that license.
+
+
+2. Introduction
+
+The gmutils.sty package provides some macros that are analogous to
+the standard LaTeX ones but extend their functionality, such as
+\@ifnextcat, \addtomacro or \begin(*). The others are just
+conveniences I like to use in all my TeX works, such as \afterfi, \pk
+or \cs.
+
+I wouldn't say they are only for the package writers but I assume
+some nonzero (La)TeX-awareness of the user.
+
+
+3. Installation
+
+Just put the gmutils.sty somewhere in the texmf/tex/latex
+branch. Creating a /texmf/tex/latex/gm directory may be advisable if
+you consider using other packages written by me.
+
+Then you should refresh your TeX distribution's files'
+database most probably.
+
+
+4. Contents
+
+The distribution of this package consists of the following four files.
+
+gmutils.sty
+README
+gmutilsDoc.tex
+gmutilsDoc.pdf
+
+
+5. Documentation
+
+The last of the above files (the .pdf) is a documentation compiled
+from the .sty file by running LaTeX on the gmutilsDoc.tex file twice,
+then MakeIndex on the gmutils.idx file, and then LaTeX
+on gmutilsDoc.tex once more.
+
+MakeIndex shell command:
+ makeindex -r gmutilsDoc
+The -r switch is to forbid MakeIndex make implicit ranges since the
+(code line) numbers will be hyperlinks
+
+Compiling of the documentation requires the packages: gmdoc
+(gmdoc.sty and gmdocc.cls), gmverb.sty, gmutils.sty and also some
+standard packages: hyperref.sty, color.sty, geometry.sty,
+multicol.sty, lmodern.sty, fontenc.sty that should be installed
+on your computer by default.
+
+If you have not installed the mwart.cls class (available on CTAN in
+mwcls package), the result of your compilation may differ a bit from
+the .pdf provided in this .zip archive in formattings: If you have not
+installed mwart.cls, the standard article.cls will be used.
diff --git a/Master/texmf-dist/doc/latex/gmutils/gmutilsDoc.pdf b/Master/texmf-dist/doc/latex/gmutils/gmutilsDoc.pdf
new file mode 100644
index 00000000000..81da75d43d3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gmutils/gmutilsDoc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/gmutils/gmutilsDoc.tex b/Master/texmf-dist/doc/latex/gmutils/gmutilsDoc.tex
new file mode 100644
index 00000000000..a8ac793fac7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gmutils/gmutilsDoc.tex
@@ -0,0 +1,27 @@
+\documentclass[nochanges,outeroff]{gmdocc}
+\twocoltoc
+\begin{document}
+\DocInput{gmutils.sty}%e:/texmf/tex/latex/gm/
+%^^A~a~test {\tt>\expandafter\string\twelvespace<>\expandafter\xiistring\twelvespace<}
+%^^A\show\tableofcontents
+%^^A\makeatletter
+%^^A\show\@starttoc
+\thispagestyle{empty}
+\typeout{%
+ Produce index with^^J%
+ makeindex -r \jobnamewoe^^J}
+\end{document}
+
+
+% And for the future, when the changes' history is nonempty
+\typeout{%
+ Produce change log with^^J%
+ makeindex -r -s gmglo.ist -o \jobnamewoe.gls \jobnamewoe.glo^^J
+ (gmglo.ist should be put into some texmf/makeindex directory.)^^J}
+
+% The following is just my GNU Emacs stuff.
+%
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End: \ No newline at end of file