Tagged Questions
6
votes
1answer
710 views
Algorithms package ignores caption package
I'm using the algorithms package in my document to get a floating environment for algorithms to live in.
\usepackage{algorithm}
I'm using the caption package to make the captions on my figures ...
6
votes
1answer
1k views
IEEEtran, subfig clash?
The following code which uses the IEEEtran class, and subfig produces compile errors like, "argument of caption has an extra }", or "TeX capacity exceeded" etc. But the moment I comment out the ...
2
votes
0answers
330 views
Incompatibility of caption and cleveref package [closed]
The following code produced a TeX capacity exceeded error
\documentclass{scrbook}
\usepackage{caption}
\usepackage{cleveref}
\begin{document}
\begin{figure}
Text
\label{fig:figures:1}
...
2
votes
1answer
321 views
Can the package “caption” be used with KOMAScript classes?
Is the LaTeX-package caption compatible with KOMAscript-classes like scrreprt?
(I did not find anything about that in the KOMAscript-Manual, but as KOMAscript redefines a lot for the floats and ...
5
votes
2answers
763 views
minted's listing environment with hyperref and caption package together
I use the minted package for code highlight. I use its listing environment.
I also use the hyperref package to provide links all through my document: figures, tables, listings, etc.
If I import the ...