Skip to content

Commit e09312b

Browse files
committed
Added 'null assignment' so that Build Site action can always find assessment artefacts.
1 parent 1e945b9 commit e09312b

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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;
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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}

assessment/null-assignment/publish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
True

0 commit comments

Comments
 (0)