2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

added many images; replaced subfigure by subfig

This commit is contained in:
Martin Thoma 2013-11-08 20:34:20 +01:00
parent 1c935769de
commit b390cff28c
13 changed files with 119 additions and 23 deletions

View file

@ -46,11 +46,11 @@
\centering
% draw Hilbert curves of order n=1,...,5
% Warning! Curves with order > 6 may crash TeX
\subfigure[$n=1$]{\tikz[scale=18] \hilbert((0mm,0mm),1);}~~
\subfigure[$n=2$]{\tikz[scale=6] \hilbert((0mm,0mm),2);}~~
\subfigure[$n=3$]{\tikz[scale=2.6] \hilbert((0mm,0mm),3);}~~
\subfigure[$n=4$]{\tikz[scale=1.2] \hilbert((0mm,0mm),4);}~~
\subfigure[$n=5$]{\tikz[scale=0.58] \hilbert((0mm,0mm),5);}%
\subfloat[$n=1$]{\tikz[scale=18] \hilbert((0mm,0mm),1);}~~
\subfloat[$n=2$]{\tikz[scale=6] \hilbert((0mm,0mm),2);}~~
\subfloat[$n=3$]{\tikz[scale=2.6] \hilbert((0mm,0mm),3);}~~
\subfloat[$n=4$]{\tikz[scale=1.2] \hilbert((0mm,0mm),4);}~~
\subfloat[$n=5$]{\tikz[scale=0.58] \hilbert((0mm,0mm),5);}%
\caption{Hilbert-Kurve}\xindex{Hilbert-Kurve}
\label{fig:hilbert-curve}
\end{figure}%