File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,22 +72,22 @@ Live preview instantly renders a student's input. This is very useful for long/c
7272
7373## Latex help
7474
75- 1 . Use ` \begin{array} ` to generate compact table
76- i.e
77- ```
78- \begin{array}{|c|c|}
79- \hline
80- \theta_{2,0} & \theta_{1,L}\\
81- \hline
82- -6700 & 130.5641\\
83- \hline
84- -6600 & 161.6086\\
85- \hline
86- \end{array}
87- ```
88-
89- ![ Image showing a example of a table] ( images/table.png )
90-
75+ 1 . Use ` \begin{array} ` to generate a compact table i.e.
76+
77+ ```
78+ \begin{array}{|c|c|}
79+ \hline
80+ \theta_{2,0} & \theta_{1,L}\\
81+ \hline
82+ -6700 & 130.5641\\
83+ \hline
84+ -6600 & 161.6086\\
85+ \hline
86+ \end{array}
87+ ```
88+
89+ ![ Image showing a example of a table] ( images/table.png )
90+
91912 . Use ` \begin{aligned} ` to keep your working formatted nicely
9292```
9393\begin{aligned}
You can’t perform that action at this time.
0 commit comments