Skip to content

Commit 4d69a1c

Browse files
authored
Update good-practice.md
trying to fix broken numbering
1 parent 1566669 commit 4d69a1c

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

docs/teacher/guides/good-practice.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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+
9191
2. Use `\begin{aligned}` to keep your working formatted nicely
9292
```
9393
\begin{aligned}

0 commit comments

Comments
 (0)