Skip to content

Commit ab0c7f2

Browse files
committed
Rearrange folder structure
1 parent 10fe158 commit ab0c7f2

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

[email protected]

2.11 MB
Binary file not shown.

[email protected]

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
\tableofcontents
2525
\mainmatter
2626

27-
\include{chapter/1_.tex}
28-
\include{chapter/2_.tex}
29-
\include{chapter/3_.tex}
30-
\include{chapter/4_.tex}
31-
\include{chapter/5_.tex}
32-
\include{chapter/6_.tex}
33-
\include{chapter/7_.tex}
34-
\include{chapter/8_.tex}
27+
\include{./context/1_.tex}
28+
\include{./context/2_.tex}
29+
\include{./context/3_.tex}
30+
\include{./context/4_.tex}
31+
\include{./context/5_.tex}
32+
\include{./context/6_.tex}
33+
\include{./context/7_.tex}
34+
\include{./context/8_.tex}
3535

3636
\printbibliography[title = {\refname\label{chap:bibliography}}]
3737
\newcommand \sectionname {Lecture \#}
@@ -43,24 +43,24 @@
4343
\addcontentsline{toc}{chapter}{Problem Set}
4444
\renewcommand *\thesection{\sectionname \arabic{section}}
4545
\newweek
46-
\include{chapter/week1_[2025-09-02]}
46+
\include{./context/week1_[2025-09-02]}
4747
\newweek
48-
\include{chapter/week2_[2025-09-09]}
48+
\include{./context/week2_[2025-09-09]}
4949
\newweek
50-
\include{chapter/week3_[2025-09-16]}
50+
\include{./context/week3_[2025-09-16]}
5151
\newweek
52-
\include{chapter/week4_[2025-09-23]}
52+
\include{./context/week4_[2025-09-23]}
5353
\newweek
54-
\include{chapter/week5_[2025-10-09]}
54+
\include{./context/week5_[2025-10-09]}
5555
\newweek
56-
\include{chapter/week6_[2025-10-16]}
56+
\include{./context/week6_[2025-10-16]}
5757
\newweek
58-
\include{chapter/week7_[2025-10-22]}
58+
\include{./context/week7_[2025-10-22]}
5959
\newweek
60-
\include{chapter/week8_[2025-10-28]}
60+
\include{./context/week8_[2025-10-28]}
6161
\newweek
62-
\include{chapter/week9_[2025-11-04]}
62+
\include{./context/week9_[2025-11-04]}
6363
\newweek
64-
\include{chapter/weeka_[2025-11-11]}
64+
\include{./context/weeka_[2025-11-11]}
6565

6666
\end{document}

build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module = "PHY5047@QMB"
66
version = "2025-11-16"
7-
suppdirs = {"chapter", "media"}
7+
suppdirs = {"context", "media"}
88
unpacksuppfiles = {"*.bib"}
99
textfiles = {"*.md", "LICENSE", "*.lua"}
1010
typesetexe = "latexmk"

0 commit comments

Comments
 (0)