-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmmultiscriptsbox.tex
50 lines (37 loc) · 1.19 KB
/
mmultiscriptsbox.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\documentclass[dvisvgm,multi=true]{standalone}
\usepackage{mathmlcoresvg}
\begin{document}
%<figcaption><span>Figure 24: </span>Box model for the <code>mmultiscripts</code> element</figcaption>
\begin{tikzpicture}[yscale=-.75,xscale=.75]
\fill[blue!10](-15.5,3.75) rectangle (20.5,-3.75);
\draw[dashed,blue](-16,4) rectangle(21,-4)
(-16,0)--(21,0);
\MathMLBox{0}{0}{1}{1}{red};
\MathMLBox{5}{-3}{1.5}{.5}{green};
\draw[<->] (12.5,-3) -- (13,-3);
\MathMLBox{5}{3}{1}{.5}{green};
\draw[<->] (10,3) -- (10.5,3);
\begin{scope}[shift={(8,0)}]
\MathMLBox{5}{-3}{1.5}{.5}{green};
\draw[<->] (12.5,-3) -- (13,-3);
\MathMLBox{5}{3}{1}{.5}{green};
\draw[<->] (10,3) -- (10.5,3);
\end{scope}
\begin{scope}[shift={(-12.5,0)}]
\MathMLBox{5}{-3}{1.5}{.5}{green};
\draw[<->] (4.5,-3) -- (5,-3);
\begin{scope}[shift={(2.5,0)}]
\MathMLBox{5}{3}{1}{.5}{green};
\draw[<->] (4.5,3) -- (5,3);
\end{scope}
\end{scope}
\begin{scope}[shift={(-20.5,0)}]
\MathMLBox{5}{-3}{1.5}{.5}{green};
\draw[<->] (4.5,-3) -- (5,-3);
\begin{scope}[shift={(2.5,0)}]
\MathMLBox{5}{3}{1}{.5}{green};
\draw[<->] (4.5,3) -- (5,3);
\end{scope}
\end{scope}
\end{tikzpicture}
\end{document}