[powerdot] Re: question about lstlisting

  • From: Christopher Ellison <chris.ellison@xxxxxxxxx>
  • To: powerdot@xxxxxxxxxxxxx
  • Date: Tue, 20 Jun 2006 13:00:41 -0700

Kim Højgaard-Hansen wrote the following on 2006-06-20 12:31:
> How should I use method=file then ?

I would try the example shown in the docs.  Here is another example:

\documentclass{powerdot}

\usepackage{listings}

\lstnewenvironment{code}{%
  \lstset{escapeinside=`'}
}{}

\begin{document}

\begin{slide}[method=file]{Slide}
\begin{code}
\textbf{here}`\pause' is an `\pause'\textit{overlay}
\end{code}
\end{slide}
\end{document}


Other related posts: