We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5f0d1 commit 00b2d48Copy full SHA for 00b2d48
notes.tex
@@ -13,6 +13,7 @@
13
\end{titlepage}
14
\clearpage\begingroup\pagestyle{empty}\cleardoublepage\endgroup
15
\tableofcontents
16
+ \rulechapterend
17
\addfile{units/unit00/unit00.tex}
18
\addfile{units/unit01/unit01.tex}
19
\addfile{units/unit02/unit02.tex}
notestyles.sty
@@ -1,5 +1,5 @@
1
\NeedsTeXFormat{LaTeX2e}
2
-\ProvidesPackage{notestyles}[2022/10/29 Kayzels Notes Styles]
+\ProvidesPackage{notestyles}[2022/11/09 Kayzels Notes Styles]
3
4
% Lists
5
\RequirePackage{enumitem}
units/unit10/unit10.tex
@@ -68,5 +68,6 @@
68
69
\end{codebox}
70
71
- \rulechapterend
+ \ifSubfilesClassLoaded{%
72
+ \vbox{\rulechapterend}}{\vspace*{\parskip}\rulebookend}
73
\end{document}
0 commit comments