]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
examples.tex: fix existing chktex problems.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 3 Feb 2020 00:49:23 +0000 (19:49 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 3 Feb 2020 00:49:23 +0000 (19:49 -0500)
.chktexrc
examples.tex

index 7f1f685753cea627ed0654a2d3396c5954774daf..b754edcd13af693ba35b526367c3483a36ddee8d 100644 (file)
--- a/.chktexrc
+++ b/.chktexrc
@@ -1,6 +1,12 @@
 # America, fuck yeah.
 QuoteStyle = Traditional
 
+# Don't check for LaTeX syntax in code snippets.
+VerbEnvir
+{
+  tcblisting
+}
+
 # If you're using cleveref with custom label names, then you need to
 # tell chktex that \label can take an optional argument.
 #
index 65e0c80b69f960cb07f1e2790c61eb12e6b1e911..1d79079ee0ba4c1f5fe09422a8e0f363da81e139 100644 (file)
@@ -13,7 +13,7 @@
 % We have to load this after hyperref, so that links work, but before
 % mjotex so that mjotex knows to define its glossary entries.
 \usepackage[nonumberlist]{glossaries}
-\makenoidxglossaries
+\makenoidxglossaries{}
 
 % If you want an index, we can do that too. You'll need to define
 % the "INDICES" variable in the GNUmakefile, though.
 \begin{document}
 
   \begin{section}{Algebra}
-    If $R$ is a \index{commutative ring}, then $\polyring{R}{X,Y,Z}$
-    is a multivariate polynomial ring with indeterminates $X$, $Y$,
-    and $Z$, and coefficients in $R$. If $R$ is a moreover an integral
-    domain, then its fraction field is $\Frac{R}$. If $x,y,z \in R$,
-    then $\ideal{\set{x,y,z}}$ is the ideal generated by
-    $\set{x,y,z}$, which is defined to be the smallest ideal in $R$
-    containing that set. Likewise, if we are in an algebra
-    $\mathcal{A}$ and if $x,y,z \in \mathcal{A}$, then
+    If $R$ is a commutative ring\index{commutative ring}, then
+    $\polyring{R}{X,Y,Z}$ is a multivariate polynomial ring with
+    indeterminates $X$, $Y$, and $Z$, and coefficients in $R$. If $R$
+    is a moreover an integral domain, then its fraction field is
+    $\Frac{R}$. If $x,y,z \in R$, then $\ideal{\set{x,y,z}}$ is the
+    ideal generated by $\set{x,y,z}$, which is defined to be the
+    smallest ideal in $R$ containing that set. Likewise, if we are in
+    an algebra $\mathcal{A}$ and if $x,y,z \in \mathcal{A}$, then
     $\alg{\set{x,y,z}}$ is the smallest subalgebra of $\mathcal{A}$
     containing the set $\set{x,y,z}$.
 
@@ -54,7 +54,7 @@
 
         \While{$M$ is not sorted}
           \State{Rearrange $M$ randomly}
-        \EndWhile
+        \EndWhile{}
 
         \Return{$M$}
       \end{algorithmic}
       \oplus \oplusperp \oplus \oplusperp
     \end{align*}
     %
-    Its form should also survive in different font sizes...
+    Its form should also survive in different font sizes\ldots
     \Large
     \begin{align*}
       Z = \directsumperp{V}{W}\\
 
   \setlength{\glslistdottedwidth}{.3\linewidth}
   \setglossarystyle{listdotted}
-  \glsaddall
-  \printnoidxglossaries
+  \glsaddall{}
+  \printnoidxglossaries{}
 
   \bibliographystyle{mjo}
   \bibliography{local-references}