Skip to content

Instantly share code, notes, and snippets.

@gregjurman
Created October 11, 2011 04:36
Show Gist options
  • Save gregjurman/1277298 to your computer and use it in GitHub Desktop.
Save gregjurman/1277298 to your computer and use it in GitHub Desktop.
Dont:
\begin{figure}
\caption{AND Gate Array}
\lstinputlisting[language=VHDL,numbers=left,breaklines=true,basicstyle=\footnotesize]{and44gate.vhd}
\end{figure}
\pagebreak
DO:
\lstinputlisting[language=VHDL,caption=AND Gate Array,numbers=left,breaklines=true,basicstyle=\footnotesize]{and44gate.vhd}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment