summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenji Dial <benji@benjidial.net>2025-02-20 15:05:33 -0500
committerBenji Dial <benji@benjidial.net>2025-02-20 15:05:33 -0500
commit057a8a27aa046d79d13c02e12653c46f28655c18 (patch)
tree2e1ce07d88b22a833ffc996b9b0826b44e794422
parent313165cb47c64cdb0ee4206c2173daebc7d34b1f (diff)
downloadlatex-classes-main.tar.gz
montgomery: add space before solution linkHEADmain
-rw-r--r--montgomery.cls2
1 files changed, 1 insertions, 1 deletions
diff --git a/montgomery.cls b/montgomery.cls
index 3d87e56..3d3d291 100644
--- a/montgomery.cls
+++ b/montgomery.cls
@@ -68,7 +68,7 @@
}
\newenvironment{solution}{%
- \unskip%
+ \unskip\space%
\stepcounter{solution}%
\label{solution-\thesolution-exercise}%
\textit{Solution on page \pageref{solution-\thesolution}.}