diff options
author | Norbert Preining <preining@logic.at> | 2007-11-29 14:25:40 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-29 14:25:40 +0000 |
commit | bd7d769de38bad568889eb557984dfd063124343 (patch) | |
tree | 91f1114c915b840c33fac508006674499e35c7ec /Master/texmf-dist/tex/latex/pinlabel | |
parent | f568342029caeef0c42a6dc1448feeaa66a350e0 (diff) |
update pinlabel, this time with doc, great
git-svn-id: svn://tug.org/texlive/trunk@5647 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pinlabel')
-rw-r--r-- | Master/texmf-dist/tex/latex/pinlabel/pinlabel.sty | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/pinlabel/pinlabel.sty b/Master/texmf-dist/tex/latex/pinlabel/pinlabel.sty index 7ea568bc523..6fe69d059d9 100644 --- a/Master/texmf-dist/tex/latex/pinlabel/pinlabel.sty +++ b/Master/texmf-dist/tex/latex/pinlabel/pinlabel.sty @@ -22,8 +22,9 @@ %%%% This package has the LPPL maintenance status `maintained' and is %%%% currently maintained by MSP: contact@mathscipub.org %%%% -%%%% It comprises two files: pinlabel.sty (this file) and the manual -%%%% pinlabdoc.pdf where full documentation may be found. +%%%% It comprises the files: pinlabel.sty (this file) and the manual +%%%% pinlabdoc.pdf where full documentation may be found, togther +%%%% with the source files for the documentation. %%%% %%%% %%%% pinlabel.sty is designed for inserting perfectly formatted TeX @@ -263,7 +264,7 @@ \else \@ifundefined{usepackage}{\@message{} \@message {!!! pinlabel.sty cannot be used for direct pdf output except with latex !!!} -\@message {For pdf outlut from plain tex use dvips and ps2pdf} +\@message {For pdf output from plain tex use dvips and ps2pdf} \@message{}}{} %%% start of gpdftex.chg {\catcode`\p=12 \catcode`\t=12 \gdef\read@PT#1pt{#1}} @@ -1001,7 +1002,7 @@ \def\pin@by@letters@no@adj #1 [#2] {% \expandafter\ifx\csname position@#2\endcsname\relax \@message{} -\@message{Unkown position code [#2]; I shall ignore it.} +\@message{Unknown position code [#2]; I shall ignore it.} \@message{}\else \csname position@#2\endcsname\fi \finally@pinlabel {#1} } @@ -1009,7 +1010,7 @@ \def\pin@by@letters@with@adj #1 [#2] <#3,#4> {% \expandafter\ifx\csname position@#2\endcsname\relax \@message{} -\@message{Unkown position code [#2]; I shall ignore it.} +\@message{Unknown position code [#2]; I shall ignore it.} \@message{}\else \csname position@#2\endcsname\fi \def\@xadj@{#3}\def\@yadj@{#4} |