summaryrefslogtreecommitdiff
path: root/iadocs
diff options
context:
space:
mode:
Diffstat (limited to 'iadocs')
-rw-r--r--iadocs/appendix.tex2
-rw-r--r--iadocs/header.inc16
2 files changed, 8 insertions, 10 deletions
diff --git a/iadocs/appendix.tex b/iadocs/appendix.tex
index 24e50f3..b32e49f 100644
--- a/iadocs/appendix.tex
+++ b/iadocs/appendix.tex
@@ -670,7 +670,6 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the ``copyright'' line and a pointer to where the full notice is found.
-{\footnotesize
\begin{verbatim}
<one line to give the program's name and a brief idea of what it does.>
@@ -689,7 +688,6 @@ GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
\end{verbatim}
-}
Also add information on how to contact you by electronic and paper mail.
diff --git a/iadocs/header.inc b/iadocs/header.inc
index 50055aa..a9e49e2 100644
--- a/iadocs/header.inc
+++ b/iadocs/header.inc
@@ -1,16 +1,16 @@
-\documentclass[parskip=half-]{scrartcl}
+\documentclass[numbers=endperiod, parskip=half-]{scrartcl}
\subject{IBDP Computer Science Internal Assessment}
\author{Runxi Yu}
\date{\today}
-\usepackage{fontspec}
-\setmainfont{TeX Gyre Termes}
-\setsansfont{TeX Gyre Heros}
-\setmonofont{DejaVu Sans Mono}[Scale=0.86]
-\usepackage{unicode-math}
-\setmathfont{TeX Gyre Termes Math}
-\usepackage{microtype}
+% \usepackage{fontspec}
+% \setmainfont{TeX Gyre Termes}
+% \setsansfont{TeX Gyre Heros}
+% \setmonofont{Latin Modern Mono}
+% \usepackage{unicode-math}
+% \setmathfont{TeX Gyre Termes Math}
+% \usepackage{microtype}
\usepackage{xcolor}
\usepackage[colorlinks, allcolors={white!40!blue!50!black}]{hyperref}