diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/showlabels/showlabels.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/showlabels/showlabels.html | 107 |
1 files changed, 61 insertions, 46 deletions
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> |