Tagged Questions
2
votes
1answer
143 views
llncs and caption - underfull hbox
I'm using the llncs document class and try to get two figures side-by-side. I found a solution, but I get a hbox underflow if my captions have a bad length. Here is a minimal example:
...
2
votes
1answer
242 views
aligning a table with a figure side to side using llncs format
using the \documentclass{llncs} instead of for example \documentclass{book} will not make the captions aligned together for the following example. How can I do to align them together:
...
4
votes
1answer
150 views
2 minipages side by side don't respect the width of an article
In one of my .tex file, I have the following code which puts 2 minipages side by side, the whole width cover two minipages:
\documentclass[11pt, a4paper]{article}
\setlength{\topmargin}{-.5in}
...