diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-28 00:49:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-28 00:49:23 +0000 |
commit | 58a84f1f518f7f818c4e2bca5dbe871461f8da7d (patch) | |
tree | b1d3127233772d1d636d034e735e60296ee7032e /Master/texmf-dist/doc/latex | |
parent | e08ccde64798ce5b7bd0841baa8214059ada70a0 (diff) |
new latex package gmeometric (26apr07)
git-svn-id: svn://tug.org/texlive/trunk@4202 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/gmeometric/README | 71 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/gmeometric/gmeometricDoc.pdf | bin | 0 -> 250252 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/gmeometric/gmeometricDoc.tex | 28 |
3 files changed, 99 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/gmeometric/README b/Master/texmf-dist/doc/latex/gmeometric/README new file mode 100644 index 00000000000..7fd5a054e15 --- /dev/null +++ b/Master/texmf-dist/doc/latex/gmeometric/README @@ -0,0 +1,71 @@ +The gmeometric.zip package +is a work of Grzegorz 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 + +This package loads the `geometry' package by Hideo Umeki +and lets you to use its main command, \geometry, +not only in the preamble. + +This package requires the `gmutils' package. + + +3. Installation + +Just put the gmeometric.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 six files. + +gmeometric.sty +README +gmeometricDoc.tex +gmeometricDoc.pdf + + +5. Documentation + +The last of the above files (the .pdf) is a documentation compiled +from the .sty file by running LaTeX on the gmeometricDoc.tex file twice, +then MakeIndex on the gmeometric.glo file, and then LaTeX +on gmeometricDoc.tex twice again. + +MakeIndex shell commands: + makeindex -r -s gmglo.ist -o gmeometricDoc.gls gmeometricDoc.glo +The -r switch is to forbid MakeIndex make implicit ranges since the +(code line) numbers will be hyperlinks. +The -s switch makes MakeIndex use the style file instead of the +default settings and the -o switch declares the not-default name of +the output file + +Compiling of the documentation requires the packages gmdoc.sty (with +the gmdocc.cls class), gmverb.sty, gmutils.sty, gmiflink.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. + +The gmglo.ist file, a MakeIndex style for the changes' history, is +provided on CTAN in the gmdoc .zip archive and should +be put into some texmf/makeindex directory. + +If you have not installed the mwcls classes (available on CTAN and +present in TeX Lives e.g.), the result of your compilation may differ +a bit from the .pdf provided in this .zip archive in formattings: If +you have not installed mwcls, the standard article.cls will be +used.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/gmeometric/gmeometricDoc.pdf b/Master/texmf-dist/doc/latex/gmeometric/gmeometricDoc.pdf Binary files differnew file mode 100644 index 00000000000..28fbf8005a7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/gmeometric/gmeometricDoc.pdf diff --git a/Master/texmf-dist/doc/latex/gmeometric/gmeometricDoc.tex b/Master/texmf-dist/doc/latex/gmeometric/gmeometricDoc.tex new file mode 100644 index 00000000000..7852bb48f88 --- /dev/null +++ b/Master/texmf-dist/doc/latex/gmeometric/gmeometricDoc.tex @@ -0,0 +1,28 @@ +\documentclass[noindex]{gmdocc} +\twocoltoc +\begin{document} +\GetFileInfo{gmeometric.sty} +\DocInput{gmeometric.sty}%e:/texmf/tex/latex/gm/ + +\PrintChanges +\thispagestyle{empty} + +\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} + +\end{document} + +% The package is too small to make index of it. +\typeout{% + Produce index with^^J% + makeindex -r \jobnamewoe^^J} + + +% The following is just my GNU Emacs stuff. +% +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End:
\ No newline at end of file |