* Henrik Andersson (2005-07-13) writes:

> After looking in section 6.1.2 Provided commands on how to use 
> \PreviewMacro, I am no wiser of how to make the labels disappear, I 
> can't get any sense of the how to use the \PreviewMacro. I tried all 
> sorts of combinations of [,{ and !'s.
>
> I just want to preview (which in this case would make it disappear) the 
> simplest possible LaTeX command with a single mandatory argument.

\documentclass{article}
\usepackage[floats]{preview}
\PreviewMacro[!]{\label}
\begin{document}
\section{Foo}
\label{sec:foo}
\end{document}

-- 
Ralf


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to