Tagged Questions
2
votes
1answer
237 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
599 views
put two algorithm side by side
I want to put two algorithm side by side to gain place in the document, but when I use \documentclass{llncs} instead of \documentclass{article}, the following code does not work (errors):
...
1
vote
1answer
498 views
TikZ figure always positioned at the center of a new page [closed]
I run into this rather strange problem when using TikZ with LyX 2. I have this graph programmed using TikZ, and it is supposed to follow a paragraph of text and be positioned at the top of next new ...