summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-08-25 18:03:57 +0000
committerKarl Berry <karl@freefriends.org>2006-08-25 18:03:57 +0000
commit50990a3a4c2f167320e149cdef49dbba792e298d (patch)
tree0c012003c3903de8df7cd380c0accf80a05166c2 /Master/texmf-dist/doc/latex
parent66a43e051194001b16db6930ed7e0e30e8dcf2c2 (diff)
textpos 1.7 (24aug06)
git-svn-id: svn://tug.org/texlive/trunk@2014 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/textpos/README2
-rw-r--r--Master/texmf-dist/doc/latex/textpos/VERSION-1.6b1
-rw-r--r--Master/texmf-dist/doc/latex/textpos/VERSION-1.71
-rw-r--r--Master/texmf-dist/doc/latex/textpos/examples/t6.tex7
-rw-r--r--Master/texmf-dist/doc/latex/textpos/textpos-example.tex4
-rw-r--r--Master/texmf-dist/doc/latex/textpos/textpos.html9
-rw-r--r--Master/texmf-dist/doc/latex/textpos/textpos.pdfbin86591 -> 88319 bytes
7 files changed, 15 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/textpos/README b/Master/texmf-dist/doc/latex/textpos/README
index 28dd61a7c91..effe781c205 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.6b
+Version 1.7
This package facilitates placing boxes at absolute positions on the
LaTeX page. There are several reasons why this might be useful, but
diff --git a/Master/texmf-dist/doc/latex/textpos/VERSION-1.6b b/Master/texmf-dist/doc/latex/textpos/VERSION-1.6b
deleted file mode 100644
index 0bf08568b00..00000000000
--- a/Master/texmf-dist/doc/latex/textpos/VERSION-1.6b
+++ /dev/null
@@ -1 +0,0 @@
-textpos-1.6b, released 2006 August 10
diff --git a/Master/texmf-dist/doc/latex/textpos/VERSION-1.7 b/Master/texmf-dist/doc/latex/textpos/VERSION-1.7
new file mode 100644
index 00000000000..5a1ce950e7e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/textpos/VERSION-1.7
@@ -0,0 +1 @@
+textpos-1.7, released 2006 August 24
diff --git a/Master/texmf-dist/doc/latex/textpos/examples/t6.tex b/Master/texmf-dist/doc/latex/textpos/examples/t6.tex
index 91428161b0a..171a77fba4d 100644
--- a/Master/texmf-dist/doc/latex/textpos/examples/t6.tex
+++ b/Master/texmf-dist/doc/latex/textpos/examples/t6.tex
@@ -13,6 +13,7 @@
\begin{document}
\definecolor{Blue}{rgb}{0.8,0.8,1.0}
+\definecolor{Borders}{rgb}{0.8,1.0,0.8}
\begin{textblock}{4}(0,0)
\textblockcolour{Blue}
@@ -40,9 +41,8 @@
page, and which specifies where it is to be placed.
\end{textblock}
-\makeatletter
- \TP@showboxestrue
-\makeatother
+\TPshowboxestrue
+\textblockrulecolour{red}
\setlength\TPboxrulesize{0.25\TPHorizModule}
\TPMargin{0.5\TPHorizModule}
@@ -69,6 +69,7 @@
\textblockcolour{Blue}
Blue
\end{textblock}
+\tekstblokroolkulur{Borders}
\begin{textblock}{8}(4,22)
This package facilitates placing boxes at absolute positions on the
diff --git a/Master/texmf-dist/doc/latex/textpos/textpos-example.tex b/Master/texmf-dist/doc/latex/textpos/textpos-example.tex
index b765b70b74b..163ad90f3c8 100644
--- a/Master/texmf-dist/doc/latex/textpos/textpos-example.tex
+++ b/Master/texmf-dist/doc/latex/textpos/textpos-example.tex
@@ -6,7 +6,7 @@
%%
%% textpos.dtx (with options: `example')
%% Textpos: absolute positioning of text on the page
-%% This software is copyright, 1999, 2001--2003, 2005 Norman Gray.
+%% This software is copyright, 1999, 2001--2003, 2005, 2006 Norman Gray.
%%
%% This program is free software; you can redistribute it and/or
%% modify it under the terms of the GNU General Public License
@@ -28,7 +28,7 @@
%% See the file LICENCE for a copy of the GPL.
%% You can also find an online copy at http://www.gnu.org/copyleft/gpl.html .
%%
-%%% Source: $Id: textpos.dtx.in,v 1.8 2006/08/10 21:40:56 norman Exp $
+%%% Source: $Id: textpos.dtx.in,v 1.9 2006/08/24 13:59:21 norman Exp $
%%
\documentclass{article}
diff --git a/Master/texmf-dist/doc/latex/textpos/textpos.html b/Master/texmf-dist/doc/latex/textpos/textpos.html
index 4a0761d1b96..ec75a9dfc3a 100644
--- a/Master/texmf-dist/doc/latex/textpos/textpos.html
+++ b/Master/texmf-dist/doc/latex/textpos/textpos.html
@@ -15,7 +15,7 @@
page.</p>
<p>The textpos home page is at <a href='http://purl.org/nxg/dist/textpos'
><code>http://purl.org/nxg/dist/textpos</code></a></p>
-<p>Version 1.6b, 2006 August 10.</p>
+<p>Version 1.7, 2006 August 24.</p>
</div>
<p>This package facilitates placing boxes at absolute positions on the
@@ -39,6 +39,11 @@ conference posters with LaTeX</a>.</p>
<dl>
+<dt>1.7, 2006 August 24</dt>
+<dd>Added the <code>\textblockrulecolour</code> and
+<code>\TPshowboxes{true,false}</code> commands, to further control the
+display of the rules around the text blocks.</dd>
+
<dt>1.6b, 2006 August 10</dt>
<dd>Minor documentation fixes</dd>
@@ -130,7 +135,7 @@ up-to-date versions available there.</p>
<div class="signature">
<a href="http://nxg.me.uk" >Norman Gray</a><br />
-2006 August 10
+2006 August 24
</div>
</body>
diff --git a/Master/texmf-dist/doc/latex/textpos/textpos.pdf b/Master/texmf-dist/doc/latex/textpos/textpos.pdf
index 8e329552f79..00522e9e03d 100644
--- a/Master/texmf-dist/doc/latex/textpos/textpos.pdf
+++ b/Master/texmf-dist/doc/latex/textpos/textpos.pdf
Binary files differ