Lay out text and graphics at arbitrary positions on the LaTeX page.
This page is http://purl.org/nxg/dist/textpos
Version 1.6a, 2005 October 13.
This package facilitates placing boxes at absolute positions on the LaTeX page. There are several reasons why this might be useful, but the main one (or at least my motivating one) is to help produce a large-format conference poster. Other applications include placing material within, say, figures.
This package provides a single environment, which contains the text (or graphics, or table, or whatever) which is to be placed on the page, and which specifies where it is to be placed. The environment is accompanied by various configuration commands. See the manual (pdf).
I have a collection of general advice about creating conference posters with LaTeX.
Rolf Niepraschk provided me with a wonderful demo of using Textpos along with his
eso-pic
package, and the calc
package.
{calc}
-style dimensions to the
{textblock*}
argument work again (so that's what
regression tests are for...)figure
and table
environments within textblock
environments, to avoid their
surprising and undesirable interaction with textblock
.\newpage
command.\TPMargin
command, which causes a margin
to appear round the blocks of text within textblock
environments. This makes it easy to use blocks of colour which
are larger than the block of text by a decent margin, or to put a
border round textblocks by setting a suitably-sized margin and using
the showboxes
package option.\textblockcolour
command, to set
the background colour of text blocks (there was a release 1.3, but it
was broken, and withdrawn){textblock}
environment. This was fixed in version 1.2a,
which adds a {textblock*}
environment (fully compatible
with calc
), and does not attempt to support calc-style
expressions in the parameters to the unstarred
{textblock}
environment.niepraschk@ptb.de
provided code to
make textpos compatible with the calc
packagetextpos.ins
-- this will
unpack the style file textpos.sty
amongst other files.
Place this somewhere where TeX can find it.textpos.dtx
to obtain the
documentation.On CTAN: /tex-archive/macros/latex/contrib/textpos/
To guard against the continual possibility of fixed versions breaking old documents, here are some selected older versions:
Version | Note |
---|---|
1.3a | Immediately prior to change in skip handling |
1.1e | Immediately prior to compatibility with calc , and
introduction of {textblock*} |