diff options
author | Camil Staps | 2015-10-01 22:13:31 +0200 |
---|---|---|
committer | Camil Staps | 2015-10-01 22:13:31 +0200 |
commit | 5c309c09fb9b39b721e7475e7642a731fc3c646f (patch) | |
tree | 2f2f47bf9ce0cd87085ee1350c60e1499cc75053 | |
parent | Assignment 5 (diff) |
Assignment 5, figures on new page
-rw-r--r-- | assignment5/assignment5.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assignment5/assignment5.tex b/assignment5/assignment5.tex index fa461d5..adccfae 100644 --- a/assignment5/assignment5.tex +++ b/assignment5/assignment5.tex @@ -36,7 +36,7 @@ \section*{7.7} See figure \ref{fig:7-7}. At the moment I don't see how to add text inside this plot (which is itself already an ugly hack), but from left to right the memory blocks are allocated to process A, B, D and C. White blobs are free. -\begin{figure}[h] +\begin{figure}[p] \centering \begin{tikzpicture}[every path/.style={draw=black}] \begin{axis}[ @@ -62,7 +62,7 @@ See figure \ref{fig:7-7}. At the moment I don't see how to add text inside this \begin{enumerate}[label=\alph*.] \item Yes, this is possible. Then you would get a buddy tree as in figure \ref{fig:7-10a}. - \begin{figure}[h] + \begin{figure}[p] \centering \begin{tikzpicture}[level 1/.style={sibling distance=4cm}, level 2/.style={sibling distance=2cm}, |