From b29d97e34cfe9a6d8ecf55de223c21ae703bda8a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 4 May 2019 22:47:13 +0000 Subject: textpos (16apr19) git-svn-id: svn://tug.org/texlive/trunk@50988 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/textpos/README | 8 +++--- Master/texmf-dist/doc/latex/textpos/VERSION-1.8 | 1 - Master/texmf-dist/doc/latex/textpos/VERSION-1.9.1 | 1 + .../texmf-dist/doc/latex/textpos/examples/t1.tex | 20 +++++++++++++ .../doc/latex/textpos/niepraschk-eso-pic.pdf | Bin 37275 -> 37258 bytes .../doc/latex/textpos/textpos-example.tex | 6 ++-- Master/texmf-dist/doc/latex/textpos/textpos.html | 32 +++++++++++++++++---- Master/texmf-dist/doc/latex/textpos/textpos.pdf | Bin 255281 -> 262834 bytes 8 files changed, 55 insertions(+), 13 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/textpos/VERSION-1.8 create mode 100644 Master/texmf-dist/doc/latex/textpos/VERSION-1.9.1 (limited to 'Master/texmf-dist/doc/latex/textpos') 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 . Textpos has a home page at . The source is hosted at bitbucket: , and there is an issues list there, for bug reports. @@ -30,13 +31,12 @@ LaTeX will find it (see -or one of the other CTAN hosts. +. 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 index f47d6257c37..791fa57b849 100644 Binary files a/Master/texmf-dist/doc/latex/textpos/niepraschk-eso-pic.pdf and b/Master/texmf-dist/doc/latex/textpos/niepraschk-eso-pic.pdf differ 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 %% %% 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 @@ Textpos - + @@ -20,7 +20,7 @@ The textpos home page is at http://purl.org/nxg/dist/textpos; please quote this URL rather than the URL it resolves to.

-

Version 1.8, 2016 June 7.

+

Version 1.9.1, 2019 April 15.

This package facilitates placing boxes at absolute positions on the @@ -73,14 +73,34 @@ documentation.

The textpos home page is at http://purl.org/nxg/dist/textpos, and there may be more up-to-date versions available there.

Textpos is also available on CTAN: -/tex-archive/macros/latex/contrib/textpos/

+macros/latex/contrib/textpos/

History

-
1.8, 2016 June 5
+
1.9.1, 2019 April 15
+
+
    +
  • Added the \TPReferencePosition command, to change the +default reference position away from [0,0].
  • +
  • Added the experimental +\TPoptions{discardcontent=true} option, to improve +compatibility with TikZ +(see issue 6 in the repository). +Note: This option may change or disappear in future versions, and the author would be +particular interested to get feedback regarding it.
  • +
  • Documentation: added discussion of the implementation difference +between relative and absolute mode, and when one is preferable to the other.
  • +
  • Documentation: note that the showboxes option is intended only as +a basic aid to layout.
  • +
  • (Version 1.9 was partially released, but it contained an +attribution error which could be most easily fixed by a minor version bump).
  • +
+
+ +
1.8, 2016 June 5
  • Added the \TPoptions command, to switch modes on and off within the document. Various documentation tweaks.
  • @@ -90,6 +110,8 @@ Textpos before v1.8, and in consequence inconsistently implemented. This has now been rationalised, but the change may change documents which relied on the previous behaviour. Thanks to Richard Schreiber for the detailed bug report. +
  • 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.
1.7j, 2014 January 3
@@ -225,7 +247,7 @@ make textpos compatible with the calc package
Norman Gray
-2016 June 7 +2019 April 15
diff --git a/Master/texmf-dist/doc/latex/textpos/textpos.pdf b/Master/texmf-dist/doc/latex/textpos/textpos.pdf index 12c9d0ca19a..88e65fbcea3 100644 Binary files a/Master/texmf-dist/doc/latex/textpos/textpos.pdf and b/Master/texmf-dist/doc/latex/textpos/textpos.pdf differ -- cgit v1.2.3