Tagged Questions
1
vote
0answers
87 views
How to scale a dirtree inside a figure?
I drew a tree structure with \dirtree. This tree is located in a {figure} environment. It is possible to adjust the size of the figure?
With \includegraphics one can do it with scale. Is there a ...
2
votes
1answer
114 views
Is it possible to scale an entire \begin{figure}?
I have a bunch of LaTeX-output from Gnuplot which I would really like to leave alone. Is there an easy way of scaling an entire figure?
Something like
\includegraphics[scale=0.5]{...}
but just for ...
16
votes
2answers
492 views
Find optimal figure size to fit two images on one page
I often encounter a situation where I would like to fit two or three figures on one page.
I define my figures as follows:
\begin{figure}[htpb]
\centering
...
4
votes
1answer
91 views
Figures not obeying margins
I have a few figures in my document not obeying the margin constraints:
\usepackage[left=2.5cm,right=2cm,top=2cm,bottom=2cm]{geometry}
Most do. But these one's don't... they are defined as the ...
5
votes
2answers
227 views
How to scale a Gantt figure?
Sketch:
I was trying to scale a Gantt chart in order to fit in to a Beamer presentation.
Suppose I have some gantt chart bigger than the presentation rectangle:
\begin{figure}
...
4
votes
1answer
368 views
Trouble Putting Figure in \resizebox
I would like to create an array of tikzpictures on a beamer slide by beginning a figure environment and creating four subfloats inside it (using the subfigure package). Strangely, this exact process ...
0
votes
1answer
270 views
Figure positions and sizing
I have the following figure code :
\begin{figure}[h]
\centering
\includegraphics[scale=.7,bb=0 0 804 401]{f5.png}
\caption{Case Adaptation \cite{16} }
\label{fig:f5}
\end{figure}
Even ...