Use paired minipage environments to align drawings with equations vertically
This commit is contained in:
parent
adb3417590
commit
0c30849b46
BIN
build/circle.pdf
BIN
build/circle.pdf
Binary file not shown.
@ -9,15 +9,16 @@
|
|||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
% Minipage environment
|
||||||
|
% See https://www.sascha-frank.com/latex-minipage.html
|
||||||
|
\begin{minipage}[t][1.8cm][c]{2cm}
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\draw [thin] circle(0.75cm);
|
\draw [thin] circle(0.75cm);
|
||||||
\filldraw [black] (0,0) circle(1pt);
|
\filldraw [black] (0,0) circle(1pt);
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
|
\end{minipage}
|
||||||
|
|
||||||
% Minipage environment
|
\begin{minipage}[t][1.8cm][c]{3.5cm}
|
||||||
% See https://www.sascha-frank.com/latex-minipage.html
|
|
||||||
|
|
||||||
\begin{minipage}[t][1cm][b]{3.5cm}
|
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\textbf{Circle}
|
\textbf{Circle}
|
||||||
\end{center}
|
\end{center}
|
||||||
|
Loading…
Reference in New Issue
Block a user