Skip to content

Commit 995d99b

Browse files
committed
Rearrange folder structure
1 parent 50fcba2 commit 995d99b

18 files changed

+16
-16
lines changed

[email protected]

0 Bytes
Binary file not shown.

[email protected]

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
\tableofcontents
2121
\mainmatter
2222

23-
\include{./chapter/0_Preparation.tex}
24-
\include{./chapter/1_.tex}
25-
\include{./chapter/2_.tex}
26-
\include{./chapter/3_.tex}
27-
\include{./chapter/4_.tex}
28-
\include{./chapter/5_.tex}
29-
\include{./chapter/6_.tex}
30-
\include{./chapter/7_TBC.tex}
31-
\include{./chapter/9_semiconductors.tex}
23+
\include{./context/0_Preparation.tex}
24+
\include{./context/1_.tex}
25+
\include{./context/2_.tex}
26+
\include{./context/3_.tex}
27+
\include{./context/4_.tex}
28+
\include{./context/5_.tex}
29+
\include{./context/6_.tex}
30+
\include{./context/7_TBC.tex}
31+
\include{./context/9_semiconductors.tex}
3232

3333
\newcommand \sectionname {Lecture \#}
3434
\appendix
@@ -40,16 +40,16 @@
4040
\renewcommand *\thesection{\sectionname \arabic{section}}
4141
\renewcommand*\familydefault {\sfdefault}
4242
\newweek
43-
\include{./chapter/assignment1.tex}
43+
\include{./context/assignment1.tex}
4444
\newweek
45-
\include{./chapter/assignment2.tex}
45+
\include{./context/assignment2.tex}
4646
\newweek
47-
\include{./chapter/assignment3.tex}
47+
\include{./context/assignment3.tex}
4848
\newweek
49-
\include{./chapter/assignment4.tex}
49+
\include{./context/assignment4.tex}
5050
\newweek
51-
\include{./chapter/assignment5.tex}
51+
\include{./context/assignment5.tex}
5252
\newweek
53-
\include{./chapter/assignment6.tex}
53+
\include{./context/assignment6.tex}
5454

5555
\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 = "PHY4804@CMT"
66
version = "2025-11-16"
7-
suppdirs = {"chapter", "media"}
7+
suppdirs = {"context", "media"}
88
unpacksuppfiles = {"*.bib"}
99
textfiles = {"*.md", "LICENSE", "*.lua"}
1010
typesetexe = "latexmk"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)