Search found 1 match

by zukow
Sun Dec 13, 2009 8:58 pm
Forum: Graphics, Figures & Tables
Topic: Smaller height with listing in tabular
Replies: 0
Views: 1331

Smaller height with listing in tabular

Hello,

I have a problem with height the tabular, it's to big when I use lstlisting. I have something like this:

\begin{listing}
\listingSimple\begin{tabular*}{\textwidth}{p{.48\textwidth}|p{.48\textwidth}} \\ [-4ex]
\begin{lstlisting}
some code
some code
\end{lstlisting} &
\begin{lstlisting ...