diff options
author | Norbert Preining <norbert@preining.info> | 2020-09-27 03:01:57 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2020-09-27 03:01:57 +0000 |
commit | ac0ae0fcbd5ee121e6b9134cced71d961e30ed68 (patch) | |
tree | c31e710c55632d9c6d0d0b4771e7a28d8c46b3de /macros/latex/contrib/textpos/textpos.html | |
parent | 66ebd4914b367eb00a52ce5d5bb51f695101931b (diff) |
CTAN sync 202009270301
Diffstat (limited to 'macros/latex/contrib/textpos/textpos.html')
-rw-r--r-- | macros/latex/contrib/textpos/textpos.html | 81 |
1 files changed, 57 insertions, 24 deletions
diff --git a/macros/latex/contrib/textpos/textpos.html b/macros/latex/contrib/textpos/textpos.html index eec9629d6b..9688d6417e 100644 --- a/macros/latex/contrib/textpos/textpos.html +++ b/macros/latex/contrib/textpos/textpos.html @@ -1,26 +1,25 @@ -<?xml version="1.0"?> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head profile="http://dublincore.org/documents/dcq-html/"> +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:dcterms="http://purl.org/dc/terms/"> +<head> <title>Textpos</title> -<meta name="DC.subject" content="latex, textpos, absolute positioning"/> -<meta name="DC.title" content="Textpos"/> -<meta name="DC.date" content="2019-04-15"/> -<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"/> -<link href="https://nxg.me.uk/norman" rev="author"/> -<link type="text/css" rel="stylesheet" href="style.css"/> +<meta property="dcterms:subject" content="latex, textpos, absolute positioning"/> + +<meta property="dcterms:date" content="2020-09-26"/> +<link href="https://nxg.me.uk/norman" rev="author" rel="dcterms:creator"/> + </head> <body> -<h1>Textpos</h1> +<h1 property="dcterms:title">Textpos</h1> <div class="abstract"> -<p>Lay out text and graphics at arbitrary positions on the LaTeX page.</p> +<p property="dcterms:description">Lay out text and graphics at arbitrary positions on the LaTeX page.</p> -<p> -<span class="distpage">The textpos home page is at -<a href="http://purl.org/nxg/dist/textpos"><code>http://purl.org/nxg/dist/textpos</code></a>;</span> +<p class="distpage">The textpos home page is at +<a href="http://purl.org/nxg/dist/textpos"><code>https://purl.org/nxg/dist/textpos</code></a>; please quote this URL rather than the URL it resolves to.</p> -<p>Version 1.9.1, 2019 April 15.</p> +<p>Version 1.10, 2020 September 26.</p> </div> <p>This package facilitates placing boxes at absolute positions on the @@ -49,14 +48,15 @@ of using Textpos along with his <code>eso-pic</code> package, and the <code>calc</code> package, to produce a grid which can help lay out material on the page.</p> -<p>The source is held at -<a href="https://bitbucket.org/nxg/textpos">bitbucket</a>, -and there is an issues list there, for bug reports.</p> +<p class="distpage">The source is held +<a href="https://code.nxg.name/nxg/tex/textpos">online</a></p> + + -<div class="distpage"> - <h2>Installation and further information</h2> -</div> + + +<h2 class="distpage">Installation and further information</h2> <ol> @@ -80,7 +80,40 @@ documentation.</li> <h2>History</h2> <dl> -<dt><strong>1.9.1, 2019 April 15</strong></dt> +<dt><strong>1.10, 2020 September 26</strong></dt> +<dd> +<ul> +<li>Use the <em>ltshipout</em> package to place boxes in absolute mode. +Therefore the package should now be compatible with LaTeX3. +Many thanks to Ulrike Fischer for guidance on the changes which were required here.</li> +<li>The code has moved from bitbucket.org to +<a href="https://code.nxg.name/nxg/tex/textpos/">code.nxg.name</a>, +since bitbucket have closed down support for Mercurial. The +outstanding issues have been preserved, but have not (yet) been +migrated to a new system, so may become inaccessible.</li> +</ul> +</dd> + +<dt>1.10b1, 2020 January 26</dt> +<dd> +<ul> +<li>Add the <code>\TPShowGrid</code> macro.</li> +<li>Become invisible in horizontal mode. +<em>Note: this is a change in behaviour:</em> +Before this the behaviour of the package in horizontal +mode was deliberately somewhat underspecified (with an intended +implication of ‘don't do this’), and the package, for want of anything +more imaginative to do, simply threw in a paragraph break, which +produced ugly spacing in some circumstances. As a result of +<a href="https://tex.stackexchange.com/questions/525453/">user +feedback</a>, from version 1.10 it seemed reasonable to try a little +harder to be invisible in the horizontal case +(see <a href="https://bitbucket.org/nxg/textpos/issues/16/">issue 16</a>).</li> +<li>Various documentation improvements.</li> +</ul> +</dd> + +<dt>1.9.1, 2019 April 15</dt> <dd> <ul> <li>Added the <code>\TPReferencePosition</code> command, to change the @@ -246,8 +279,8 @@ make textpos compatible with the <code>calc</code> package</dd> <div class="signature"> -<a href="http://nxg.me.uk">Norman Gray</a><br/> -2019 April 15 +<a href="https://nxg.me.uk">Norman Gray</a><br/> +2020 September 26 </div> </body> |