[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] Re: Hiding ALL labels with Preview-Latex
From: |
Ralf Angeli |
Subject: |
Re: [AUCTeX] Re: Hiding ALL labels with Preview-Latex |
Date: |
Wed, 13 Jul 2005 15:07:16 +0200 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
* 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