Skip to content

Commit 00b2d48

Browse files
committedNov 9, 2022
Add horizontal rules
Add a rule at the end of the toc. Add a rule at the end of the text. Update the styles date.
1 parent 4a5f0d1 commit 00b2d48

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
 

‎notes.tex

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
\end{titlepage}
1414
\clearpage\begingroup\pagestyle{empty}\cleardoublepage\endgroup
1515
\tableofcontents
16+
\rulechapterend
1617
\addfile{units/unit00/unit00.tex}
1718
\addfile{units/unit01/unit01.tex}
1819
\addfile{units/unit02/unit02.tex}

‎notestyles.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
\NeedsTeXFormat{LaTeX2e}
2-
\ProvidesPackage{notestyles}[2022/10/29 Kayzels Notes Styles]
2+
\ProvidesPackage{notestyles}[2022/11/09 Kayzels Notes Styles]
33

44
% Lists
55
\RequirePackage{enumitem}

‎units/unit10/unit10.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@
6868

6969
\end{codebox}
7070

71-
\rulechapterend
71+
\ifSubfilesClassLoaded{%
72+
\vbox{\rulechapterend}}{\vspace*{\parskip}\rulebookend}
7273
\end{document}

0 commit comments

Comments
 (0)