Code: Select all
\begin{figure}
\centering
\includegraphics{Tree}
\caption{The Probability Structure of Trade}\label{fig:Tree}
\end{figure}
Code: Select all
\begin{figure}
\centering
\includegraphics{Tree}
\caption{The Probability Structure of Trade}\label{fig:Tree}
\end{figure}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
\begin{figure}[!ht]
\centering
\includegraphics[scale=0.75]{Tree}
\caption{The Probability Structure of Trade}\label{fig:Tree}
\end{figure}
Have a look at this TikZ-made horizontal tree example. It's from the site mentioned by Thorsten.squidgy_wiji wrote:I couldn't find out how to do a horizontal one like the one I have drawn.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis