Tagged Questions
1
vote
0answers
28 views
Listing not handled as a float in SIG ACM document type
My document starts with
\documentclass{sig-alternate}
\usepackage{listings}
and it includes listings like this:
\begin{lstlisting}[label=samplecode,float=tb,caption=My super code]
// code
...
4
votes
2answers
54 views
Problem in code for inserting the Figures and Tables in top of next page [duplicate]
Possible Duplicate:
How to influence the position of float environments like figure and table in LaTeX?
How I can set up the figure and tables to capture them in the next page. I have a ...
15
votes
2answers
2k views
Code spanning over two pages with minted, inside listing with caption
I am trying using minted to display some code in my document, but the code is long and spans over two pages, this works fine, however when I place my code inside
\begin{listing}
...