aboutsummaryrefslogtreecommitdiffstats
path: root/doc/projectplan
diff options
context:
space:
mode:
authorNaoki Pross <naoki.pross@ost.ch>2021-09-21 11:38:47 +0200
committerNaoki Pross <naoki.pross@ost.ch>2021-09-21 11:38:47 +0200
commita108f11274fed65cf29f75d07a3727080621a92d (patch)
tree962f02059f923a42f2526d1c8860018bd5b826cb /doc/projectplan
parentAdd .gitignore (diff)
downloadFading-a108f11274fed65cf29f75d07a3727080621a92d.tar.gz
Fading-a108f11274fed65cf29f75d07a3727080621a92d.zip
Update project plan with template
Diffstat (limited to 'doc/projectplan')
-rw-r--r--doc/projectplan/fig/ost-logo.epsbin0 -> 1855918 bytes
-rw-r--r--doc/projectplan/projectplan.tex59
2 files changed, 58 insertions, 1 deletions
diff --git a/doc/projectplan/fig/ost-logo.eps b/doc/projectplan/fig/ost-logo.eps
new file mode 100644
index 0000000..32da82c
--- /dev/null
+++ b/doc/projectplan/fig/ost-logo.eps
Binary files differ
diff --git a/doc/projectplan/projectplan.tex b/doc/projectplan/projectplan.tex
index cb750fe..a6d8706 100644
--- a/doc/projectplan/projectplan.tex
+++ b/doc/projectplan/projectplan.tex
@@ -1,5 +1,62 @@
-\documentclass[a4paper]{article}
+% !TeX program = xelatex
+% !TeX encoding = utf8
+% !TeX root = ProjectPlan.tex
+\documentclass[a4paper, twosided, 11pt]{scrartcl}
+%% Language configuration
+\usepackage{polyglossia}
+\setdefaultlanguage{english}
+
+%$ Specify where floatings go and make nicer looking tables
+\usepackage{float}
+\usepackage{array}
+\usepackage{booktabs}
+\usepackage{tabularx}
+
+%% graphics
+\usepackage{graphicx}
+
+%% Set up font
+\usepackage[T1]{fontenc}
+\usepackage[usefilenames, DefaultFeatures={Ligatures=Common}]{plex-otf}
+\renewcommand*\familydefault{\sfdefault}
+
+%% Header and Footers
+\usepackage[automark]{scrlayer-scrpage}
+\ihead{Project Plan}
+\chead{}
+\ohead{\headmark}
+
+\ifoot{}
+\cfoot{}
+\ofoot{\pagemark}
+
+%% Access metadata
+\usepackage{titling}
+
+% Metadata
+\title{Project Plan}
+\author{Naoki Pross, Sara Cinzia Halter}
+
+% Document
\begin{document}
+\begin{titlepage}
+ \includegraphics[height=3cm]{fig/ost-logo}
+ \begin{flushright}
+ % TODO: OST logo
+ \vspace{5cm}
+ {\Huge \bfseries \thetitle} \\
+ \vspace{5mm}
+ {\LARGE Project: \textit{Fading illustration with SDR}} \\
+ \vspace{5mm}
+ {\LARGE \bfseries Version 0.1}
+ \end{flushright}
+\end{titlepage}
+
+\clearpage
+
+\section{Changelog}
+\section{Introduction}
+
\end{document}