Search found 2 matches

by d4chris
Mon Jul 04, 2011 8:07 pm
Forum: Text Formatting
Topic: Table of contents: Show next section
Replies: 0
Views: 705

Table of contents: Show next section

Hi,

I have a simple question regarding the table of contents.
I am working on a presentation, and prior to every new section I would like to show the table of contents and then highlight the upcoming section (e.g. make it bold, in color or something like this).
Unfortunately, a simple ...
by d4chris
Fri Jun 24, 2011 12:03 pm
Forum: Text Formatting
Topic: Problem using listings
Replies: 1
Views: 7454

Problem using listings

Hey guys,

I'm completely new to latex and I'm working on a presentation. In this presentation, I'd like to insert a short C-code snipplet:

\frame{ \frametitle {Title}

\begin{columns}
\begin{column}{5cm}
\begin{block}{acquire}
\begin{lstlisting}
some C code here
\end{lstlisting}
\end{block ...