summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/gmiflink
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-20 07:34:22 +0000
committerNorbert Preining <preining@logic.at>2007-11-20 07:34:22 +0000
commit9c6029bdd07b862c0355f18460e5c540cfa7e792 (patch)
treea148c329872cad4e67232f92c6ff9defb72ca831 /Master/texmf-dist/tex/latex/gmiflink
parentc604ce2ab534f3df0a81c4184b32a2ce523d8edf (diff)
update gmiflink (07-11-20)
git-svn-id: svn://tug.org/texlive/trunk@5520 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gmiflink')
-rw-r--r--Master/texmf-dist/tex/latex/gmiflink/gmiflink.sty24
1 files changed, 14 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/gmiflink/gmiflink.sty b/Master/texmf-dist/tex/latex/gmiflink/gmiflink.sty
index 3bd01e73911..958c0a66bb7 100644
--- a/Master/texmf-dist/tex/latex/gmiflink/gmiflink.sty
+++ b/Master/texmf-dist/tex/latex/gmiflink/gmiflink.sty
@@ -72,9 +72,12 @@
% \begin{gmlonely}
% \subdivision{Installation}
%
-% Just put the \pk{gmiflink.sty} somewhere in the \file{texmf/\:tex/\:latex}
-% branch. Creating a~\file{texmf/\:tex/\:latex/\:gm} directory may be advisable
-% if you consider using other packages written by me.
+% Unpack the \file{gmiflink-tds.zip} (this is an archive conforming
+% the \acro{TDS} standard, see \file{CTAN/tds/tds.pdf}) in
+% a~\file{texmf} directory or put the \pk{gmiflink.sty} somewhere in
+% the \file{texmf/\:tex/\:latex} branch on your own. (Creating
+% a~\file{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.
@@ -84,12 +87,13 @@
% \subdivision{Contents of the \pk{gmiflink.zip} archive}
%
% The distribution of the \pk{gmiflink} package consists of the
-% following four files.
+% following four files and a~\acro{TDS}-compliant archive.
% \begin{verse}
% \pk{gmiflink.sty}\\
% \pk{README}\\
% \pk{gmiflinkDoc.tex}\\
-% \pk{gmiflinkDoc.pdf}
+% \pk{gmiflinkDoc.pdf}\\
+% \pk{gmiflink.tds.zip}
% \end{verse}
%
%
@@ -133,7 +137,7 @@
% But we don't want to gobble spaces before and after.
% First argument will be a~name of the hypertarget,
% by default the same as typeset text, i.e., argument |#2|.
-% \CodeDefine\gmhypertarget
+% \Define\gmhypertarget
\DeclareRobustCommand*\gmhypertarget{%
\@ifnextchar{[}{\gm@hypertarget}{\@dblarg{\gm@hypertarget}}}
%^^A]
@@ -150,7 +154,7 @@
% We define a~macro such that if the target exists, it makes
% |\ref|, else it typesets ordinary text.
-% \CodeDefine\gmifref
+% \Define\gmifref
\DeclareRobustCommand*\gmifref{\@ifnextchar{[}{\gm@ifref}{%]
\@dblarg{\gm@ifref}}}
@@ -159,7 +163,7 @@
#2\else\ref{#1}\fi%
}% end of |\gm@ifref|
-% \CodeDefine\gmiflink
+% \Define\gmiflink
\DeclareRobustCommand*\gmiflink{\@ifnextchar{[}{\gm@iflink}{%^^A]
\@dblarg{\gm@iflink}}}
@@ -187,6 +191,6 @@
% (For my GNU Emacs:)
%%% Local Variables:
-%%% mode: latex
-%%% TeX-master: "e:/LaTeX/TeXGuru/gmiflink/gmiflinkDoc"
+%%% mode: doctex
+%%% TeX-master: "../../../../LaTeX/TeXGuru/gmiflink/gmiflinkDoc"
%%% End: