I have a problem with height the tabular, it's to big when I use lstlisting. I have something like this:
Code: Select all
\begin{listing}
\listingSimple\begin{tabular*}{\textwidth}{p{.48\textwidth}|p{.48\textwidth}} \\ [-4ex]
\begin{lstlisting}
some code
some code
\end{lstlisting} &
\begin{lstlisting}
some code
some code
\end{lstlisting} \\ [-4ex]
\end{tabular*}\listingStd
\caption{example}
\label{list:example}