From 7e528e4de7941d95648a44e37cb8537e726ef541 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 25 Feb 2023 23:13:13 -0800 Subject: [PATCH] Fixed bugs --- .vscode/settings.json | 2 +- Advanced/Group Theory/parts/00 review.tex | 2 +- Advanced/Group Theory/parts/02 isomorphism.tex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d92fcb1..ff9635f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "latex-workshop.latex.recipe.default": "latexmk (lualatex)" + "latex-workshop.latex.recipe.default": "latexmk (xelatex)" } \ No newline at end of file diff --git a/Advanced/Group Theory/parts/00 review.tex b/Advanced/Group Theory/parts/00 review.tex index 498b37b..82a709a 100755 --- a/Advanced/Group Theory/parts/00 review.tex +++ b/Advanced/Group Theory/parts/00 review.tex @@ -108,7 +108,7 @@ Create an addition table for $\mathbb{Z}_4$ and a multiplication table for $(\ma \end{tabular} \hspace{1cm} \begin{tabular}{c | c c c c} - \times & 1 & 2 & 3 & 4 \\ + $\times$ & 1 & 2 & 3 & 4 \\ \hline 1 & 1 & 2 & 3 & 4 \\ 2 & 2 & 4 & 1 & 3 \\ diff --git a/Advanced/Group Theory/parts/02 isomorphism.tex b/Advanced/Group Theory/parts/02 isomorphism.tex index a03c2bf..d292b00 100644 --- a/Advanced/Group Theory/parts/02 isomorphism.tex +++ b/Advanced/Group Theory/parts/02 isomorphism.tex @@ -21,7 +21,7 @@ Recall your tables from \ref{modtables}: \\ \end{tabular} \hspace{1cm} \begin{tabular}{c | c c c c} - \times & 1 & 2 & 3 & 4 \\ + $\times$ & 1 & 2 & 3 & 4 \\ \hline 1 & 1 & 2 & 3 & 4 \\ 2 & 2 & 4 & 1 & 3 \\