File tree Expand file tree Collapse file tree 3 files changed +37
-0
lines changed
assessment/null-assignment Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ ensure_path( ' TEXINPUTS' , ' ../../tex//' );
2+ # ensure_path( 'BIBINPUTS', '../../references//', '../../../references//' );
3+
4+ @default_files = (' main.tex' );
5+
6+ $pdflatex = ' pdflatex -interaction=nonstopmode -shell-escape' ;
7+ $out_dir = ' out' ;
8+
9+ $pdf_mode = 1;
Original file line number Diff line number Diff line change 1+ \documentclass {csse4400 }
2+
3+ \usepackage {enumitem }
4+ \usepackage {multirow }
5+ \usepackage {xltabular }
6+ \usepackage {pdflscape }
7+ \usepackage {changepage }
8+ \usepackage {fancyhdr }
9+
10+ % Add note about appropriate use of AI.
11+ % Add comment that heavy use of AI tends to lead to bloated proposals that get a failing grade.
12+ % Require students to submit AI prompts?
13+
14+ \title {Null Assignment}
15+ \author {Richard Thomas}
16+ \date {Semester 1, 2026}
17+
18+ \begin {document }
19+
20+ \input {copyright-footer }
21+ \maketitle
22+
23+ \section* {Purpose }
24+ This document exists to simplify the website build process that expects content for at least one assignment.
25+ For any student who finds this document, there is \textbf {no } \textit {Null Assignment } that you need to worry about.
26+
27+ \end {document }
Original file line number Diff line number Diff line change 1+ True
You can’t perform that action at this time.
0 commit comments