Search found 2 matches

by qianjigui
Tue Nov 24, 2009 2:45 pm
Forum: Document Classes
Topic: beamer | Page Number is truncated
Replies: 8
Views: 37314

beamer | Page Number is truncated

jeremie wrote:Hi,

Try your code with:

Code: Select all

\setbeamertemplate{footline}[page number]
but BEFORE \begin{document}

(For me it is working with or with out the theme : \usetheme{Hannover} )
Before \begin{document} is working so well, thanks!
by qianjigui
Tue Nov 24, 2009 2:54 am
Forum: General
Topic: comment partial in source with lstinputlisting
Replies: 0
Views: 1206

comment partial in source with lstinputlisting

Thanks for seeing this post.

I use \lstinputlisting to input some vhdl codes, but I only want some code display in the document. So I try to use \begin{comment} \end{comment}, but I failed.

Maybe there are some ways to solve this question.
\lstinputlisting[first=..., last=...] may be not a good ...