PDA

View Full Version : LaTeX question


Bladibla
Oct24-09, 01:01 PM
I'm currently trying to write a report at the moment with some tables for some data, and it would be ideal for me to put these tables side-by-side if possible.

However, I'm not sure as to how this can be achieved; I've currently doing \documentclass{article} with multiple figures of graphs (includegraphics) which is taking up a lot of space, but Is there anywhere around this problem?

S_David
Oct26-09, 01:10 PM
I'm currently trying to write a report at the moment with some tables for some data, and it would be ideal for me to put these tables side-by-side if possible.

However, I'm not sure as to how this can be achieved; I've currently doing \documentclass{article} with multiple figures of graphs (includegraphics) which is taking up a lot of space, but Is there anywhere around this problem?

Try to use the scale option as following:

\includegraphics[scale=0.75]{your figure name}