summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/showlabels/showlabels.html
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/showlabels/showlabels.html')
-rw-r--r--macros/latex/contrib/showlabels/showlabels.html91
1 files changed, 41 insertions, 50 deletions
diff --git a/macros/latex/contrib/showlabels/showlabels.html b/macros/latex/contrib/showlabels/showlabels.html
index fbdf4164b0..580b04d566 100644
--- a/macros/latex/contrib/showlabels/showlabels.html
+++ b/macros/latex/contrib/showlabels/showlabels.html
@@ -6,8 +6,6 @@
<link href="https://nxg.me.uk" rev="author"/>
<!-- content of style file, to make this document standalone... -->
<style type='text/css'>
-/* Installed from repo: 2021-09-14T22:35:45+01:00, Hg:1d9954537983 */
-
body {
color: #333;
background: white;
@@ -63,32 +61,15 @@ body {
}
*/
-/* The class='topsidebar' is formatting, typically div or ul,
- for auxiliary stuff, placed at the top of the right-hand column.
- The element with this class should go just _after_ the <h1> heading. */
-.topsidebar {
+div.topsidebar {
float: right;
width: 50%; /* ...of the body width (ie, 50% x 50% of screen) */
font-size: smaller;
- line-height: 140%; /* ...of the font size*/
margin-left: 1em;
padding-left: 1em;
border-left: solid thin #AAA;
}
-/*
-I have in the past styled `.topsidebar li` like this,
-but I think this is too much detail for this location:
-I should restrict the styling here to the location and general appearance of the sidebar
-and I should leave such details to more local stylesheets
-(and in any case I think it's only my blog that actually uses this class)
-.topsidebar li {
- list-style-type: none;
- text-align: right;
- line-height: 150%;
-}
-*/
-
/* On wider screens, move the sidebar out to the right hand side */
/* This uses CSS3 media queries: http://www.w3.org/TR/css3-mediaqueries/ */
@media screen and (min-width: 700pt) and (max-width: 850pt) {
@@ -97,7 +78,7 @@ and I should leave such details to more local stylesheets
width: 350pt; /* 50% of 700pt */
margin-right: auto;
}
- .topsidebar {
+ div.topsidebar {
position: absolute;
/* I feel this size should be 595pt (350 + 210 + 0.05*700),
but that's clearly not right -- I don't think I understand what the -5%
@@ -108,7 +89,6 @@ and I should leave such details to more local stylesheets
padding-left: 0pt;
border: none;
}
- /* .topsidebar li { text-align: center; } */
}
/* On still-wider screens, expand the left-margin, keeping the sidebar attached to the right-hand edge.
When the screen is 850pt wide (expanding from the @media case above),
@@ -119,7 +99,7 @@ and I should leave such details to more local stylesheets
width: 350pt;
margin-left: auto; /* ...takes up the slack */
}
- .topsidebar {
+ div.topsidebar {
position: absolute;
width: 290pt; /* same 290pt as above */
left: auto;
@@ -127,7 +107,6 @@ and I should leave such details to more local stylesheets
padding-left: 0pt;
border: none;
}
- /* .topsidebar li { text-align: center; } */
}
@@ -230,8 +209,8 @@ div.signature {
margin-right: -5%;
margin-top: 4ex;
text-align: right;
- border-top: solid thin #666;
- padding-top: 0.3em;
+ border: solid thin #666;
+ padding: 0.3em;
clear: both;
}
@@ -309,10 +288,10 @@ div#toc li li:after {
<div class="abstract">
<p>Put the names of <code>\label</code>s and other commands into
the margins of a draft document.</p>
-<!-- This is revision 5b2959804f35, 2021-10-09T20:59:45+01:00 -->
-<p>Version 1.9, 2021 October 9,
- <a href='http://purl.org/nxg/dist/showlabels'
- ><code>http://purl.org/nxg/dist/showlabels</code></a>.</p>
+<!-- This is revision 1f8b1fcbe557, 2021-10-27T16:06:03+01:00 -->
+<p>Version 1.9.1, 2021 October 27,
+ <a href='https://purl.org/nxg/dist/showlabels'
+ ><code>https://purl.org/nxg/dist/showlabels</code></a>.</p>
</div>
<p>This class option helps you keep track of all the labels in your
@@ -358,9 +337,9 @@ problem, typically by email to me.</p>
<ol>
<li>Download the file
-<a href="showlabels-1.9.tar.gz" >showlabels-1.9.tar.gz</a>
+<a href="showlabels-1.9.1.tar.gz" >showlabels-1.9.1.tar.gz</a>
or
-<a href="showlabels-1.9.zip" >showlabels-1.9.zip</a>
+<a href="showlabels-1.9.1.zip" >showlabels-1.9.1.zip</a>
and unpack it.</li>
<li>Run LaTeX on the file <code>showlabels.ins</code> &#x2013; this will
@@ -374,8 +353,8 @@ documentation.</li>
<p>Links:</p>
<ul>
<li>Canonical package home page:
-<a href="http://purl.org/nxg/dist/showlabels"
- ><code>http://purl.org/nxg/dist/showlabels</code></a></li>
+<a href="https://purl.org/nxg/dist/showlabels"
+ ><code>https://purl.org/nxg/dist/showlabels</code></a></li>
<li>On CTAN:
<a href='https://www.ctan.org/pkg/showlabels'
@@ -395,13 +374,22 @@ mail me.</li>
<p>This work is Copyright 1999, 2001-09, 2013-21, Norman Gray, and may be distributed and/or modified under the
conditions of the <a href='http://www.latex-project.org/lppl.txt'>LaTeX Project Public Licence</a>,
-either version 1.3 of this licence or (at your option) any later version.</p>
+either version 1.3c of this licence or (at your option) any later version.</p>
<h2>History</h2>
<!-- @RELEASENOTES@ -->
<h:dl xmlns:h="http://www.w3.org/1999/xhtml">
-<h:dt><h:span class="attention">1.9, 2021 October 9</h:span></h:dt><h:dd>
+ <h:dt><h:span class="attention">1.9.1, 2021 October 27</h:span></h:dt><h:dd>
+ <p xmlns="http://www.w3.org/1999/xhtml">Commands with optional arguments, such as
+ <code>\bibitem[P\'olya]{polya_54}</code> are now handled with the
+ correct catcodes.
+ Fixes <a href="https://todo.sr.ht/~nxg/showlabels/1">issue 1</a>
+ (new sequencing for issues).
+ Thanks to Michael Levitin for the report here.</p>
+ </h:dd>
+
+<h:dt>1.9, 2021 October 9</h:dt><h:dd>
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Robustness fix: macros in arguments are now handled, so that
(after <code>\showlabel{index}</code>),
@@ -411,8 +399,8 @@ either version 1.3 of this licence or (at your option) any later version.</p>
<li>The macro <code>\showlabeltype</code> expands to the current
label type, for possible use in <code>\showlabelsetlabel</code>.</li>
<li>The code has moved from Bitbucket to
- <a>Sourcehut</a>: the new repository is
- <a>https://hg.sr.ht/~nxg/showlabels</a>.
+ <a href="https://sourcehut.org">Sourcehut</a>: the new repository is
+ <a href="https://hg.sr.ht/~nxg/showlabels">https://hg.sr.ht/~nxg/showlabels</a>.
The issues links in the list below are therefore broken.</li>
</ul>
</h:dd>
@@ -421,7 +409,7 @@ either version 1.3 of this licence or (at your option) any later version.</p>
<p xmlns="http://www.w3.org/1999/xhtml">The <code>ntheorem</code> package exposed an apparently
long-standing incompleteness in the handling of <code>amsmath</code>
documents.
-Fixes <a>issue 9</a>.</p>
+Fixes <a href="https://bitbucket.org/nxg/showlabels/issues/9/">issue 9</a>.</p>
</h:dd>
<h:dt>1.7, 2015 December 8</h:dt><h:dd>
@@ -430,7 +418,7 @@ Fixes <a>issue 9</a>.</p>
<h:dt>1.7b2, 2015 December 7</h:dt><h:dd>
<p xmlns="http://www.w3.org/1999/xhtml">Make the combination of amsmath and [inline] mode work
-(fixes <a>issue 8</a>
+(fixes <a href="https://bitbucket.org/nxg/showlabels/issue/8/">issue 8</a>
– thanks to A L Dukeman for the report;
what is it about showlabels and 6 December?!).</p>
</h:dd>
@@ -440,22 +428,22 @@ what is it about showlabels and 6 December?!).</p>
<em>exactly</em> a year after the previous release!).</p>
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Give <code>\showlabels</code> an optional formatting argument
-(implements <a>issue 1</a>
+(implements <a href="https://bitbucket.org/nxg/showlabels/issue/1/">issue 1</a>
– thanks to Francesco Biccari for the suggestion).</li>
<li>Special-case the IEEEtrantools package
-(fixes <a>issue 2</a>
+(fixes <a href="https://bitbucket.org/nxg/showlabels/issue/2/">issue 2</a>
– thanks to Boris Kheyfets for the report and test case, and to
Ben William Carabelli for additional analysis and a draft fix).</li>
<li>The <code>[final]</code> option now works with the
<code>{amsmath}</code> package
-(fixes <a>issue 3</a>
+(fixes <a href="https://bitbucket.org/nxg/showlabels/issue/3/">issue 3</a>
– thanks to Guillermo Garza and Enno Nagel for the report, and to
Guillermo for the test case).</li>
<li>Handle the hyperref package's <code>\ref*{label}</code> variant
-(fixes <a>issue 4</a>
+(fixes <a href="https://bitbucket.org/nxg/showlabels/issue/4/">issue 4</a>
– thanks to Alex Watson for the report and test case).</li>
<li>Handle the case where a label is in a display, but not in maths mode
-(fixes <a>issue 5</a>
+(fixes <a href="https://bitbucket.org/nxg/showlabels/issue/5/">issue 5</a>
– thanks to ‘bartgol’ on Stackexchange for the report and test case).</li>
</ul>
</h:dd>
@@ -465,9 +453,9 @@ Guillermo for the test case).</li>
<li>Add configuration interface <code>\showlabelrefline</code> and
ensure that <code>\color</code> works in
<code>\showlabelfont</code>.</li>
-<li>Various documentation tweaks</li>
-<li>Change licence from GPL to LPPL</li>
-<li>Fix link to repository</li>
+<li>Various documentation tweaks.</li>
+<li>Change licence from GPL to LPPL.</li>
+<li>Fix link to repository.</li>
</ul>
</h:dd>
@@ -586,6 +574,9 @@ to have been declared ‘obsolete’ in favour of the <code>amsmath</code>
package. This package now claims conformance with the
<code>amsmath</code> package alone, though it will probably work with
older versions in fact.</p>
+
+<p xmlns="http://www.w3.org/1999/xhtml">This is the first version of the package to be distributed under
+the name <code>showlabels</code>.</p>
</h:dd>
<h:dt>Updated, 1992 January 29</h:dt><h:dd>
@@ -602,9 +593,9 @@ changed the name to <code>showlabel.sty</code>.</p>
</h:dl>
<div class="signature">
-<a href="http://www.astro.gla.ac.uk/users/norman/"
+<a href="https://nxg.me.uk"
>Norman Gray</a><br/>
-2021 October 9
+2021 October 27
</div>
</body>