[OS X TeX] draftcopy "weirdness"

Peter Vamos P.Vamos at exeter.ac.uk
Sun Apr 10 11:32:27 EDT 2011


At 23:11 +0100 9/4/11, Michael Sharpe wrote:

>On Apr 9, 2011, at 2:38 PM, John B. Thoo wrote:
>
>  Unfortunately, it does not offer a "timestamp" option.  Any 
>suggestions for how I can include a timestamp with "pdfdraftcopy"? 
>Thanks.
>
>\usepackage[draft]{pdfdraftcopy}
>\draftstring{DRAFT \today}
>
>Michael

Additionally, if you want the time on a new line then you have to 
enclose the draftstring in a parbox or the minipage environment. For 
example, to approximate what you originally wanted, try this:

\usepackage[draft]{pdfdraftcopy}
\draftstring{%
\begin{minipage}{17cm}
\begin{center}
\  DRAFT \quad\today
\end{center}
\end{minipage}
}

Peter



More information about the MacOSX-TeX mailing list