Skip to content

Commit 4baa19f

Browse files
committed
TEX: Add column specifications to tables.
Fixes errors (and borked rendering) in static eq tutorial.
1 parent 5956a80 commit 4baa19f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/tutorial-static_equilibrium.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,14 +304,14 @@ RadCF = np.cross(AC, UnitCF)
304304
This lets you represent the tension (T) and reaction (R) forces acting on the system as
305305

306306
$$\left[
307-
\begin{array}
307+
\begin{array}{ccccc}
308308
~1/3 & 1/3 & 1 & 0 & 0\\
309309
-2/3 & -2/3 & 0 & 1 & 0\\
310310
-2/3 & 2/3 & 0 & 0 & 1\\
311311
\end{array}
312312
\right]
313313
\left[
314-
\begin{array}
314+
\begin{array}{c}
315315
~T_{BD}\\
316316
T_{BE}\\
317317
R_{x}\\
@@ -321,7 +321,7 @@ R_{z}\\
321321
\right]
322322
=
323323
\left[
324-
\begin{array}
324+
\begin{array}{c}
325325
~195\\
326326
390\\
327327
-130\\
@@ -331,20 +331,20 @@ R_{z}\\
331331
and the moments as
332332

333333
$$\left[
334-
\begin{array}
334+
\begin{array}{cc}
335335
~2 & -2\\
336336
1 & 1\\
337337
\end{array}
338338
\right]
339339
\left[
340-
\begin{array}
340+
\begin{array}{c}
341341
~T_{BD}\\
342342
T_{BE}\\
343343
\end{array}
344344
\right]
345345
=
346346
\left[
347-
\begin{array}
347+
\begin{array}{c}
348348
~780\\
349349
1170\\
350350
\end{array}

0 commit comments

Comments
 (0)