mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 06:24:12 +02:00
feat(dissertation): add word count to title page
This commit is contained in:
parent
002f43132d
commit
5724fb91f3
@ -59,16 +59,24 @@
|
||||
|
||||
\usepackage{graphicx}
|
||||
|
||||
\usepackage{verbatim}
|
||||
|
||||
% For word counts
|
||||
\immediate\write18{texcount -1 -sum -inc \jobname.tex -out=\jobname.sum}
|
||||
|
||||
\newcommand\wordcount{\input{\jobname.sum}}
|
||||
|
||||
% For referencing
|
||||
\usepackage[citestyle=ieee]{biblatex}
|
||||
\addbibresource{references.bib}
|
||||
|
||||
% This should be loaded last
|
||||
\usepackage[colorlinks]{hyperref}
|
||||
\usepackage[colorlinks,breaklinks]{hyperref}
|
||||
\usepackage{subfiles}
|
||||
|
||||
\author{Anthony Berg (200871682)\\
|
||||
Supervisor: Dr Leo Freitas}
|
||||
Supervisor: Dr Leo Freitas\\\\
|
||||
Word Count: \wordcount}
|
||||
\title{Testing Quick Reference Handbooks in Flight Simulators}
|
||||
|
||||
\hypersetup{
|
||||
|
Loading…
x
Reference in New Issue
Block a user