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.html61
1 files changed, 39 insertions, 22 deletions
diff --git a/macros/latex/contrib/showlabels/showlabels.html b/macros/latex/contrib/showlabels/showlabels.html
index 580b04d566..e77a579cfd 100644
--- a/macros/latex/contrib/showlabels/showlabels.html
+++ b/macros/latex/contrib/showlabels/showlabels.html
@@ -12,7 +12,7 @@ body {
margin-left: +30%;
width: 50%; /* body is 50% of screen width */
padding: 0.5em; /* this will make a difference if I decide to
- have the background a different colour */
+ have the background a different colour */
/* I can't decide on font: Optima's always nice, but Gill looks
agreeably intense. Helvetica's a decent fallback. */
font-family: "Helvetica Neue", Helvetica, "Gill Sans", gill, sans-serif;
@@ -288,8 +288,8 @@ 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 1f8b1fcbe557, 2021-10-27T16:06:03+01:00 -->
-<p>Version 1.9.1, 2021 October 27,
+<!-- This is revision dc6d682fadbc, 2022-07-18T23:32:32+01:00 -->
+<p>Version 1.9.2, 2022 July 18,
<a href='https://purl.org/nxg/dist/showlabels'
><code>https://purl.org/nxg/dist/showlabels</code></a>.</p>
</div>
@@ -337,9 +337,11 @@ problem, typically by email to me.</p>
<ol>
<li>Download the file
-<a href="showlabels-1.9.1.tar.gz" >showlabels-1.9.1.tar.gz</a>
+<a href="showlabels-1.9.2.tar.gz"
+ >showlabels-1.9.2.tar.gz</a>
or
-<a href="showlabels-1.9.1.zip" >showlabels-1.9.1.zip</a>
+<a href="showlabels-1.9.2.zip"
+ >showlabels-1.9.2.zip</a>
and unpack it.</li>
<li>Run LaTeX on the file <code>showlabels.ins</code> &#x2013; this will
@@ -354,25 +356,27 @@ documentation.</li>
<ul>
<li>Canonical package home page:
<a href="https://purl.org/nxg/dist/showlabels"
- ><code>https://purl.org/nxg/dist/showlabels</code></a></li>
+ ><code>https://purl.org/nxg/dist/showlabels</code></a>.
+<em>Please use this URL</em> to refer to the package,
+instead of the URL it redirects to.</li>
<li>On CTAN:
<a href='https://www.ctan.org/pkg/showlabels'
>macros/latex/contrib/showlabels</a></li>
<li>The source code for the package is maintained
-<a href='https://hg.sr.ht/~nxg/showlabels'>online</a>
-at <a href='https://sourcehut.org'>Sourcehut</a>.</li>
+<a href='https://heptapod.host/nxg/showlabels'>online</a>
+at <a href='https://heptapod.host'>heptapod.host</a>.</li>
-<li>There's an <a href='https://todo.sr.ht/~nxg/showlabels'>issue
-tracker</a> there (the issues which had accumulated on the bitbucket
+<li>There's an issue tracker there
+(the issues which had accumulated on the bitbucket
tracker were effectively lost when Bitbucket dropped support for
-Mercurial; there were few outstanding ones anyway). Or you can just
-mail me.</li>
+Mercurial; there were few outstanding ones anyway).
+Or you can just mail me.</li>
</ul>
-<p>This work is Copyright 1999, 2001-09, 2013-21, Norman Gray, and may be distributed and/or modified under the
+<p>This work is Copyright 1999, 2001-09, 2013-22, 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.3c of this licence or (at your option) any later version.</p>
@@ -380,11 +384,29 @@ either version 1.3c of this licence or (at your option) any later version.</p>
<!-- @RELEASENOTES@ -->
<h:dl xmlns:h="http://www.w3.org/1999/xhtml">
- <h:dt><h:span class="attention">1.9.1, 2021 October 27</h:span></h:dt><h:dd>
+ <h:dt><h:span class="attention">1.9.2, 2022 July 18</h:span></h:dt><h:dd>
+ <p xmlns="http://www.w3.org/1999/xhtml">No code changes from 1.9.2-b1, but the documentation notes a new home repository.</p>
+ </h:dd>
+
+ <h:dt>1.9.2-b1, 2022 June 11</h:dt><h:dd>
+ <ul xmlns="http://www.w3.org/1999/xhtml">
+ <li>Fixed a spacing bug when used with the <code>wrapfig</code> package
+ (<a href="https://heptapod.host/nxg/showlabels/-/issues/2">issue 2</a>).
+ Thanks to Romano Giannetti for the report.</li>
+ <li>Added a <code>\showlabelsmarginal</code> command.</li>
+ <li>The code has moved (again) to
+ <a href="https://heptapod.host">heptapod.host</a>: the new
+ repository is
+ <a href="https://heptapod.host/nxg/showlabels">https://heptapod.host/nxg/showlabels</a>.
+ The issues links in the list below are therefore broken.</li>
+ </ul>
+ </h:dd>
+
+ <h:dt>1.9.1, 2021 October 27</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>
+ Fixes <a href="https://heptapod.host/nxg/showlabels/-/issues/1">issue 1</a>
(new sequencing for issues).
Thanks to Michael Levitin for the report here.</p>
</h:dd>
@@ -398,10 +420,6 @@ either version 1.3c of this licence or (at your option) any later version.</p>
can now take a one-argument command.</li>
<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 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>
@@ -593,9 +611,8 @@ changed the name to <code>showlabel.sty</code>.</p>
</h:dl>
<div class="signature">
-<a href="https://nxg.me.uk"
- >Norman Gray</a><br/>
-2021 October 27
+<a href="https://nxg.me.uk">Norman Gray</a><br/>
+2022 July 18
</div>
</body>