diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-04 22:47:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-04 22:47:13 +0000 |
commit | b29d97e34cfe9a6d8ecf55de223c21ae703bda8a (patch) | |
tree | 498144d9a2082c1e12cbf4c3fb28d00a58754221 /Master/texmf-dist/doc/latex | |
parent | c454261d3133ff69d91828cf2411f1d830c7b249 (diff) |
textpos (16apr19)
git-svn-id: svn://tug.org/texlive/trunk@50988 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/textpos/README | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/textpos/VERSION-1.8 | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/textpos/VERSION-1.9.1 | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/textpos/examples/t1.tex | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/textpos/niepraschk-eso-pic.pdf | bin | 37275 -> 37258 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/textpos/textpos-example.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/textpos/textpos.html | 32 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/textpos/textpos.pdf | bin | 255281 -> 262834 bytes |
8 files changed, 55 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/textpos/README b/Master/texmf-dist/doc/latex/textpos/README index f5217dcc6f4..47e5085aadc 100644 --- a/Master/texmf-dist/doc/latex/textpos/README +++ b/Master/texmf-dist/doc/latex/textpos/README @@ -2,7 +2,7 @@ Textpos: absolute positioning of text on the LaTeX page ------------------------------------------------------- -Version 1.8, 2016 June 7 +Version 1.9.1, 2019 April 15 This package facilitates placing boxes at absolute positions on the LaTeX page. There are several reasons why this might be useful, but @@ -17,6 +17,7 @@ commands. For the change history, see textpos.html. +The canonical CTAN URL for Textpos is <https://ctan.org/pkg/textpos>. Textpos has a home page at <http://purl.org/nxg/dist/textpos>. The source is hosted at bitbucket: <https://bitbucket.org/nxg/textpos>, and there is an issues list there, for bug reports. @@ -30,13 +31,12 @@ LaTeX will find it (see <http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-wlc This package requires the services of Martin Schroeder's package everyshi. You will need to download this package from CTAN first. See -<http://www.tex.ac.uk/tex-archive/macros/latex/contrib/supported/ms/> -or one of the other CTAN hosts. +<https://www.ctan.org/pkg/everyshi>. Licence ------- -This software is copyright, 1999, 2001-03, 2005-7, 2009-12, 2014-16., Norman Gray. +This software is copyright, 1999-2019, Norman Gray. It is released under the terms of the [LaTeX Project Public License][lppl], which is included in the file LICENCE. diff --git a/Master/texmf-dist/doc/latex/textpos/VERSION-1.8 b/Master/texmf-dist/doc/latex/textpos/VERSION-1.8 deleted file mode 100644 index c152fe5986f..00000000000 --- a/Master/texmf-dist/doc/latex/textpos/VERSION-1.8 +++ /dev/null @@ -1 +0,0 @@ -textpos-1.8, released 2016 June 7 diff --git a/Master/texmf-dist/doc/latex/textpos/VERSION-1.9.1 b/Master/texmf-dist/doc/latex/textpos/VERSION-1.9.1 new file mode 100644 index 00000000000..8c18834dd52 --- /dev/null +++ b/Master/texmf-dist/doc/latex/textpos/VERSION-1.9.1 @@ -0,0 +1 @@ +textpos-1.9.1, released 2019 April 15 diff --git a/Master/texmf-dist/doc/latex/textpos/examples/t1.tex b/Master/texmf-dist/doc/latex/textpos/examples/t1.tex index 80bba4322a5..8cb8bfc45ff 100644 --- a/Master/texmf-dist/doc/latex/textpos/examples/t1.tex +++ b/Master/texmf-dist/doc/latex/textpos/examples/t1.tex @@ -14,6 +14,17 @@ \begin{document} +\begin{textblock}{4}(0,0) + % make a grid on the page + \lineskip=0pt % abut boxes directly + \setbox1=\hbox to \TPHorizModule{\hfill \vrule height \TPVertModule} + \setbox0=\vbox to \TPVertModule{\noindent\copy1\copy1 \copy1 \vss\hrule} + \copy0 + \copy0 + \copy0 + \copy0 +\end{textblock} + \begin{textblock}{3}(0,0) \{3\}(0,0) \end{textblock} @@ -43,4 +54,13 @@ \{284.52756pt\}[0.5,0.5](50.0mm,2.5cm) \end{textblock*} +\TPReferencePosition{0.5,0.5} +\begin{textblock}{1}(2,4) +\{1\}(2,4)\hfil\break (refpos [0.5,0.5]) +\end{textblock} + +% The following is for testing the _experimental_ (in v1.9) discardcontent=true mode +% \TPoptions{discardcontent=true} +% Here is content + \end{document} diff --git a/Master/texmf-dist/doc/latex/textpos/niepraschk-eso-pic.pdf b/Master/texmf-dist/doc/latex/textpos/niepraschk-eso-pic.pdf Binary files differindex f47d6257c37..791fa57b849 100644 --- a/Master/texmf-dist/doc/latex/textpos/niepraschk-eso-pic.pdf +++ b/Master/texmf-dist/doc/latex/textpos/niepraschk-eso-pic.pdf diff --git a/Master/texmf-dist/doc/latex/textpos/textpos-example.tex b/Master/texmf-dist/doc/latex/textpos/textpos-example.tex index 1f8f44f7997..2e8cb70547f 100644 --- a/Master/texmf-dist/doc/latex/textpos/textpos-example.tex +++ b/Master/texmf-dist/doc/latex/textpos/textpos-example.tex @@ -7,7 +7,7 @@ %% textpos.dtx (with options: `example') %% Textpos: absolute positioning of text on the page %%%% File: textpos.dtx -%%%% Copyright 1999, 2001-03, 2005-7, 2009-12, 2014-16., Norman Gray +%%%% Copyright 1999-2019, Norman Gray %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -22,14 +22,14 @@ %% The Current Maintainer of this work is Norman Gray <http://nxg.me.uk> %% %% This work consists of the files textpos.dtx and textpos.ins, -%% and the derived file textpos.cls. +%% and the derived file textpos.sty. %% %% Author: Norman Gray, norman@astro.gla.ac.uk. %% Department of Physics and Astronomy, University of Glasgow, UK %% %% See the file LICENCE for a copy of the LPPL. %% -%% Mercurial ident: 8aa202e2b283, 2016-06-07 23:52 +0100 +%% Mercurial ident: 09ee0efc21ac (1.9.1+0), 2019-04-15 22:14 +0100 %% \documentclass{article} diff --git a/Master/texmf-dist/doc/latex/textpos/textpos.html b/Master/texmf-dist/doc/latex/textpos/textpos.html index ebc494edc96..eec9629d6b5 100644 --- a/Master/texmf-dist/doc/latex/textpos/textpos.html +++ b/Master/texmf-dist/doc/latex/textpos/textpos.html @@ -4,7 +4,7 @@ <title>Textpos</title> <meta name="DC.subject" content="latex, textpos, absolute positioning"/> <meta name="DC.title" content="Textpos"/> -<meta name="DC.date" content="2016-06-07"/> +<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"/> @@ -20,7 +20,7 @@ <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> please quote this URL rather than the URL it resolves to.</p> -<p>Version 1.8, 2016 June 7.</p> +<p>Version 1.9.1, 2019 April 15.</p> </div> <p>This package facilitates placing boxes at absolute positions on the @@ -73,14 +73,34 @@ documentation.</li> <p class="distpage">The <code>textpos</code> home page is at <a href="http://purl.org/nxg/dist/textpos"><code>http://purl.org/nxg/dist/textpos</code></a>, and there may be more up-to-date versions available there.</p> <p><code>Textpos</code> is also available on CTAN: -<a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/textpos/">/tex-archive/macros/latex/contrib/textpos/</a></p> +<a href="https://www.ctan.org/pkg/textpos">macros/latex/contrib/textpos/</a></p> <h2>History</h2> <dl> -<dt><strong>1.8, 2016 June 5</strong></dt> +<dt><strong>1.9.1, 2019 April 15</strong></dt> +<dd> +<ul> +<li>Added the <code>\TPReferencePosition</code> command, to change the +default reference position away from <code>[0,0]</code>.</li> +<li>Added the <em>experimental</em> +<code>\TPoptions{discardcontent=true}</code> option, to improve +compatibility with TikZ +(see <a href="https://bitbucket.org/nxg/textpos/issues/6/">issue 6 in the repository</a>). +Note: <em>This option may change or disappear in future versions</em>, and the author would be +particular interested to get feedback regarding it.</li> +<li>Documentation: added discussion of the implementation difference +between relative and absolute mode, and when one is preferable to the other.</li> +<li>Documentation: note that the showboxes option is intended only as +a basic aid to layout.</li> +<li>(Version 1.9 was partially released, but it contained an +attribution error which could be most easily fixed by a minor version bump).</li> +</ul> +</dd> + +<dt>1.8, 2016 June 5</dt> <dd><ul> <li>Added the <code>\TPoptions</code> command, to switch modes on and off within the document. Various documentation tweaks.</li> @@ -90,6 +110,8 @@ Textpos before v1.8, and in consequence inconsistently implemented. This has now been rationalised, but the change <em>may</em> change documents which relied on the previous behaviour. Thanks to Richard Schreiber for the detailed bug report.</li> +<li>In this release, I switched to more conventional dotted-integer, n.m.r, +version numbers, from the LaTeX-style model with intermediate releases denoted by letters.</li> </ul></dd> <dt>1.7j, 2014 January 3</dt> @@ -225,7 +247,7 @@ make textpos compatible with the <code>calc</code> package</dd> <div class="signature"> <a href="http://nxg.me.uk">Norman Gray</a><br/> -2016 June 7 +2019 April 15 </div> </body> diff --git a/Master/texmf-dist/doc/latex/textpos/textpos.pdf b/Master/texmf-dist/doc/latex/textpos/textpos.pdf Binary files differindex 12c9d0ca19a..88e65fbcea3 100644 --- a/Master/texmf-dist/doc/latex/textpos/textpos.pdf +++ b/Master/texmf-dist/doc/latex/textpos/textpos.pdf |