diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-18 00:39:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-18 00:39:59 +0000 |
commit | 5d9728c50066dca3017faa37fee2e0daec8b0d52 (patch) | |
tree | 772f1c6340720d3add003a45335487ed933805f4 /Master/texmf-dist/doc/latex/showlabels | |
parent | 702dcf050b18dfde338853a56a85375afce44ecf (diff) |
showlabels update (17nov08)
git-svn-id: svn://tug.org/texlive/trunk@11336 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/showlabels')
-rw-r--r-- | Master/texmf-dist/doc/latex/showlabels/README | 82 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/showlabels/VERSION | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/showlabels/showlabels.html | 107 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/showlabels/showlabels.pdf | bin | 87529 -> 87669 bytes |
4 files changed, 111 insertions, 80 deletions
diff --git a/Master/texmf-dist/doc/latex/showlabels/README b/Master/texmf-dist/doc/latex/showlabels/README index ccf99ddcdae..764533b88c9 100644 --- a/Master/texmf-dist/doc/latex/showlabels/README +++ b/Master/texmf-dist/doc/latex/showlabels/README @@ -3,21 +3,60 @@ Put the names of \labels and other commands into the margins of a draft document. - Version 1.6.3, 2008 July 24, http://purl.org/nxg/dist/showlabels. + Version 1.6.4, 2008 October 10, http://purl.org/nxg/dist/showlabels. - This class option introduces no new commands, it just helps you keep - track of all the labels by putting the name of the new label into the - margin whenever either the \label command is used, or an equation is - automatically numbered (by replacing the internal \@eqnnum command). - There are therefore no usage instructions. You invoke this package with - the command \usepackage{showlabels} in the preamble, and you may give - the options [inner] or [outer] (the default) to have the labels placed - in the inner or outer margin of the text. + This class option helps you keep track of all the labels in your + documents, by putting the name of the new label into the margin + whenever either the \label command is used, or an equation is + automatically numbered. It is compatible with the amsmath and hyperref + packages. + + It is similar to, but does a little more than, the showkeys package. + + You invoke this package with the command \usepackage{showlabels} in the + preamble. You can control where the labels appear -- in the margins or + in the interline gaps -- and you can change the appearance of the + formatted labels to some extent. + + As well, you can have the arguments to other commands besides \label + displayed. This is fairly obviously useful for the \cite command, but + it can be useful for \ref or \begin as well. The package will also work in the presence of the [twocolumn] option. In this case, the options [inner] and [outer] will be ignored, and the label will be placed in the nearer margin. + Compatibility and problems + + For reasonably obvious reasons, this package will not work at all well + with the multicol package, and for possibly less obvious reasons, it + won't work with the [leqno] option either (at some point it should be + modified to at least recognise and warn of the conflict in either + case). The package can occasionally place labels in the wrong margins, + near the top of a page -- see the documentation for a discussion of + this. + + Download and installation + + 1. Download the file showlabels-1.6.4.tar.gz or + showlabels-1.6.4.zip and unpack it. + 2. Run LaTeX on the file showlabels.ins -- this will unpack the style + file showlabels.sty amongst other files. Place this somewhere where + TeX can find it. + 3. Run LaTeX on the file showlabels.dtx to obtain the documentation. + + On CTAN: /tex-archive/macros/latex/contrib/showlabels/ + + On the web http://purl.org/nxg/dist/showlabels + + History + + 1.6.4, 2008 October 10 + Fixed another poor interaction between eqnarray and amsart. Now + we get equation labels in eqnarray, and we don't get marginal + notes about \eqref (which is good; might this finally be + fixed?). + 1.6.3, 2008 July 24 Release 1.6.2 broke compatibility with the rest of amsmath (eqnarray became the only thing that worked within amsmath)! @@ -101,28 +140,5 @@ package alone, though it will probably work with older versions in fact. - Compatibility and problems - - For reasonably obvious reasons, this package will not work at all well - with the multicol package, and for possibly less obvious reasons, it - won't work with the [leqno] option either (at some point it should be - modified to at least recognise and warn of the conflict in either - case). The package can occasionally place labels in the wrong margins, - near the top of a page -- see the documentation for a discussion of - this. - - Download and installation - - 1. Download the file showlabels-1.6.3.tar.gz or - showlabels-1.6.3.zip and unpack it. - 2. Run LaTeX on the file showlabels.ins -- this will unpack the style - file showlabels.sty amongst other files. Place this somewhere where - TeX can find it. - 3. Run LaTeX on the file showlabels.dtx to obtain the documentation. - - On CTAN: /tex-archive/macros/latex/contrib/showlabels/ - - On the web http://purl.org/nxg/dist/showlabels - Norman Gray - 2008 July 24 + 2008 October 10 diff --git a/Master/texmf-dist/doc/latex/showlabels/VERSION b/Master/texmf-dist/doc/latex/showlabels/VERSION index f74342b9e03..99e60399ca0 100644 --- a/Master/texmf-dist/doc/latex/showlabels/VERSION +++ b/Master/texmf-dist/doc/latex/showlabels/VERSION @@ -1 +1 @@ -showlabels-1.6.3 +showlabels-1.6.4 diff --git a/Master/texmf-dist/doc/latex/showlabels/showlabels.html b/Master/texmf-dist/doc/latex/showlabels/showlabels.html index 33b0198d962..03bcfe29a4b 100644 --- a/Master/texmf-dist/doc/latex/showlabels/showlabels.html +++ b/Master/texmf-dist/doc/latex/showlabels/showlabels.html @@ -13,28 +13,78 @@ <div class="abstract"> <p>Put the names of <code>\label</code>s and other commands into the margins of a draft document.</p> -<p>Version 1.6.3, 2008 July 24, +<p>Version 1.6.4, 2008 October 10, <a href='http://purl.org/nxg/dist/showlabels' ><code>http://purl.org/nxg/dist/showlabels</code></a>.</p> </div> -<p>This class option introduces no new commands, it just helps you -keep track of all the labels by putting the name of the new label into -the margin whenever either the <code>\label</code> command is used, or -an equation is automatically numbered (by replacing the internal -<code>\@eqnnum</code> command). There are therefore no usage -instructions. You invoke this package with the command -<code>\usepackage{showlabels}</code> in the preamble, and you may give -the options <code>[inner]</code> or <code>[outer]</code> (the default) -to have the labels placed in the inner or outer margin of the text.</p> +<p>This class option helps you keep track of all the labels in your +documents, by putting the name of the new label into the margin +whenever either the <code>\label</code> command is used, or an +equation is automatically numbered. It is compatible with the +<code>amsmath</code> and <code>hyperref</code> packages.</p> + +<p>It is similar to, but does a little more than, the showkeys package.</p> + +<p>You invoke this package with the command +<code>\usepackage{showlabels}</code> in the preamble. You can control +where the labels appear -- in the margins or in the interline gaps -- +and you can change the appearance of the formatted labels to some +extent.</p> + +<p>As well, you can have the arguments to other commands besides +<code>\label</code> displayed. This is fairly obviously useful for +the <code>\cite</code> command, but it can be useful for +<code>\ref</code> or <code>\begin</code> as well.</p> <p>The package will also work in the presence of the <code>[twocolumn]</code> option. In this case, the options <code>[inner]</code> and <code>[outer]</code> will be ignored, and the label will be placed in the nearer margin.</p> +<h3>Compatibility and problems</h3> + +<p>For reasonably obvious reasons, this package will <em>not</em> work at +all well with the multicol package, and for possibly less obvious +reasons, it won't work with the <code>[leqno]</code> option either (at +some point it should be modified to at least recognise and warn of the +conflict in either case). The package can occasionally place labels +in the wrong margins, near the top of a page -- see the documentation +for a discussion of this.</p> + +<h3>Download and installation</h3> + +<ol> +<li>Download the file +<a href="showlabels-1.6.4.tar.gz" >showlabels-1.6.4.tar.gz</a> +or +<a href="showlabels-1.6.4.zip" >showlabels-1.6.4.zip</a> +and unpack it.</li> + +<li>Run LaTeX on the file <code>showlabels.ins</code> -- this will +unpack the style file <code>showlabels.sty</code> amongst other files. +Place this somewhere where TeX can find it. </li> + +<li>Run LaTeX on the file <code>showlabels.dtx</code> to obtain the +documentation.</li> +</ol> + +<p>On CTAN: +<a href='http://www.tex.ac.uk/tex-archive/macros/latex/contrib/showlabels/' + >/tex-archive/macros/latex/contrib/showlabels/</a></p> + +<p>On the web +<a href="http://purl.org/nxg/dist/showlabels" + ><code>http://purl.org/nxg/dist/showlabels</code></a></p> + +<h3>History</h3> <dl> +<dt>1.6.4, 2008 October 10</dt> +<dd>Fixed another poor interaction between eqnarray and amsart. Now +we get equation labels in eqnarray, and we don't get marginal notes +about <code>\eqref</code> (which is good; might this finally be fixed?).</dd> + <dt>1.6.3, 2008 July 24</dt> <dd>Release 1.6.2 broke compatibility with the <em>rest</em> of amsmath (<code>eqnarray</code> became the only thing that worked @@ -135,45 +185,10 @@ older versions in fact. </dl> -<h3>Compatibility and problems</h3> - -<p>For reasonably obvious reasons, this package will <em>not</em> work at -all well with the multicol package, and for possibly less obvious -reasons, it won't work with the <code>[leqno]</code> option either (at -some point it should be modified to at least recognise and warn of the -conflict in either case). The package can occasionally place labels -in the wrong margins, near the top of a page -- see the documentation -for a discussion of this.</p> - -<h3>Download and installation</h3> - -<ol> -<li>Download the file -<a href="showlabels-1.6.3.tar.gz" >showlabels-1.6.3.tar.gz</a> -or -<a href="showlabels-1.6.3.zip" >showlabels-1.6.3.zip</a> -and unpack it.</li> - -<li>Run LaTeX on the file <code>showlabels.ins</code> -- this will -unpack the style file <code>showlabels.sty</code> amongst other files. -Place this somewhere where TeX can find it. </li> - -<li>Run LaTeX on the file <code>showlabels.dtx</code> to obtain the -documentation.</li> -</ol> - -<p>On CTAN: -<a href='http://www.tex.ac.uk/tex-archive/macros/latex/contrib/showlabels/' - >/tex-archive/macros/latex/contrib/showlabels/</a></p> - -<p>On the web -<a href="http://purl.org/nxg/dist/showlabels" - ><code>http://purl.org/nxg/dist/showlabels</code></a></p> - <div class="signature"> <a href="http://www.astro.gla.ac.uk/users/norman/" >Norman Gray</a><br/> -2008 July 24 +2008 October 10 </div> </body> diff --git a/Master/texmf-dist/doc/latex/showlabels/showlabels.pdf b/Master/texmf-dist/doc/latex/showlabels/showlabels.pdf Binary files differindex aac05201c57..fbdeb2b259e 100644 --- a/Master/texmf-dist/doc/latex/showlabels/showlabels.pdf +++ b/Master/texmf-dist/doc/latex/showlabels/showlabels.pdf |