diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/textpos/textpos.drv')
-rw-r--r-- | Master/texmf-dist/source/latex/textpos/textpos.drv | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/textpos/textpos.drv b/Master/texmf-dist/source/latex/textpos/textpos.drv index 246f3b2a66f..40f151eb618 100644 --- a/Master/texmf-dist/source/latex/textpos/textpos.drv +++ b/Master/texmf-dist/source/latex/textpos/textpos.drv @@ -6,7 +6,7 @@ %% %% textpos.dtx (with options: `driver') %% Textpos: absolute positioning of text on the page -%% This software is copyright, 1999, 2001--2003, 2005-6 Norman Gray. +%% This software is copyright, 1999, 2001--2003, 2005--7 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,23 +28,28 @@ %% 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.11 2006/09/04 10:13:51 norman Exp $ +%%% Source: $Id: textpos.dtx.in,v 1.13 2007/03/21 20:37:33 norman Exp $ %% %%\def\ParseRCSDate$#1: #2 #3 ${\def\TP@Date{#2}} -%%\ParseRCSDate$Date: 2006/09/04 10:13:51 $ +%%\ParseRCSDate$Date: 2007/03/21 20:37:33 $ \def\filename{textpos} -\def\fileversion{1.7a} -\def\filedate{2006/09/02} -\def\docdate{2006 September 2} +\def\fileversion{1.7b} +\def\filedate{2007/03/21} +\def\docdate{2007 March 21} \documentclass{ltxdoc} \title{Textpos: absolute positioning of text on the page} \author{Norman Gray\\(\texttt{norman@astro.gla.ac.uk})} \date{Version \fileversion, \filedate} -\newcommand\Lopt[1]{\textsf {#1}} +\newcommand\Lopt[1]{\textsf {\small [#1]}} \newcommand\file[1]{\texttt {#1}} \newcommand\Lcount[1]{\textsl {\small#1}} \newcommand\Lenv[1]{\texttt{\{#1\}}} \newcommand\pstyle[1]{\textsl {#1}} +\makeatletter % make the ttfamily font less overbearingly large +\renewcommand\ttfamily{\not@math@alphabet\ttfamily\mathtt + \fontfamily\ttdefault + \fontsize{9}{\f@baselineskip}\selectfont} +\makeatother \def\activemeta#1>{\meta{#1}} {\catcode`\<=\active \gdef\cmd{\begingroup |