What steps will reproduce the problem?
1. Download the ProGit markdown file and preprocess it as directed.
2. Run markdown2pdf instead of converting it to epub. (or convert to latex and
then run pdflatex manually).
What is the expected output? What do you see instead?
The LaTeX step fails with
! LaTeX Error: Too many unprocessed floats.
This happens when there are too many images.
One way to fix it in this case would be by changing the options to the figure
environment to include allowing figures their own page if necessary
(mentioned at http://theoval.cmp.uea.ac.uk/~nlct/latex/novices/figures.html).
Ie,
\begin{figure}[htb]
to
\begin{figure}[htbp]
The output in the case of the ProGit book is not always aesthetically ideal,
but it does work.
What version of the product are you using? On what operating system?
pandoc 1.8, ghc 6.12.3, osx 10.5.8
Original issue reported on code.google.com by jesse.k....@gmail.com on 9 Feb 2011 at 8:11
Original issue reported on code.google.com by
jesse.k....@gmail.com
on 9 Feb 2011 at 8:11