Tagged Questions
4
votes
1answer
66 views
how to get the ws-procs9x6 document class to work with subcaption package?
I have a problem concerning the ws-procs9x6 document class furnished by a conference.
I can't get it work with the caption & subcaption or even subfig packages to work with it, which is a problem ...
2
votes
0answers
292 views
Subcaption compatibility with ACM document class
I'm currently working on a paper for an ACM conference and they require me to use the sigplanconf.cls
I want to use subcaption, but if I add
\usepackage{caption}
\usepackage{subcaption}
then I get ...
5
votes
1answer
212 views
europecv and biblatex compatibility problem
I use the europecv class and I'd like to use my biblatex bibliographies inside. It turns out that europecv needs the ucs package which is incompatible.
Any idea how to deal with this problem?
5
votes
1answer
3k views
Subcaption package: compatibility issue
There is a compatibility problem between the CIFA document class
and the subcaption package.
When I compile the following example (with PDFLaTex):
\documentclass{cifa}
...