From df7037ec719dc0bc275f5906078ff6ed8678d9fd Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 21 Sep 2021 15:18:05 +0200 Subject: Capitalize project plan file --- doc/projectplan/ProjectPlan.tex | 108 ++++++++++++++++++++++++++++++++++++++++ doc/projectplan/projectplan.tex | 108 ---------------------------------------- 2 files changed, 108 insertions(+), 108 deletions(-) create mode 100644 doc/projectplan/ProjectPlan.tex delete mode 100644 doc/projectplan/projectplan.tex (limited to 'doc/projectplan') diff --git a/doc/projectplan/ProjectPlan.tex b/doc/projectplan/ProjectPlan.tex new file mode 100644 index 0000000..54dcd1b --- /dev/null +++ b/doc/projectplan/ProjectPlan.tex @@ -0,0 +1,108 @@ +% !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} + +%% gantt configuration +\usepackage{pgfgantt} + +%% Landscape pages +\usepackage{pdflscape} + +% 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} + +\section*{Changelog} +\begin{tabularx}{\textwidth}{lrlX} + \toprule + \bfseries Date & \bfseries Version & \bfseries Author & \bfseries Description \\ + \midrule + 2021-09-21 & 0.1 & Pross N. & Crated empty document \\ + \bottomrule +\end{tabularx} + +\vfill +{ + \renewcommand{\arraystretch}{2} + \begin{tabularx}{\textwidth}{lp{.2\textwidth}X} + & \bfseries Date & \bfseries Signature\\ + Pross Naoki & \hrulefill & \hrulefill \\ + Halter Cinzia Sara & \hrulefill & \hrulefill \\ + \end{tabularx} +} + +\clearpage +\tableofcontents +\listoffigures +\listoftables +\clearpage + +\section{Introduction} + +\section{Project Schedule} + +\begin{landscape} + \begin{figure}[h] \centering + \begin{ganttchart}{1}{12} + \gantttitle{2011}{12} \\ + \gantttitlelist{1,...,12}{1} \\ + \ganttgroup{Group 1}{1}{7} \\ + \ganttbar{Task 1}{1}{2} \\ + \ganttlinkedbar{Task 2}{3}{7} \ganttnewline + \ganttmilestone{Milestone}{7} \ganttnewline + \ganttbar{Final Task}{8}{12} + \ganttlink{elem2}{elem3} + \ganttlink{elem3}{elem4} + \end{ganttchart} + \end{figure} +\end{landscape} +\end{document} diff --git a/doc/projectplan/projectplan.tex b/doc/projectplan/projectplan.tex deleted file mode 100644 index 54dcd1b..0000000 --- a/doc/projectplan/projectplan.tex +++ /dev/null @@ -1,108 +0,0 @@ -% !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} - -%% gantt configuration -\usepackage{pgfgantt} - -%% Landscape pages -\usepackage{pdflscape} - -% 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} - -\section*{Changelog} -\begin{tabularx}{\textwidth}{lrlX} - \toprule - \bfseries Date & \bfseries Version & \bfseries Author & \bfseries Description \\ - \midrule - 2021-09-21 & 0.1 & Pross N. & Crated empty document \\ - \bottomrule -\end{tabularx} - -\vfill -{ - \renewcommand{\arraystretch}{2} - \begin{tabularx}{\textwidth}{lp{.2\textwidth}X} - & \bfseries Date & \bfseries Signature\\ - Pross Naoki & \hrulefill & \hrulefill \\ - Halter Cinzia Sara & \hrulefill & \hrulefill \\ - \end{tabularx} -} - -\clearpage -\tableofcontents -\listoffigures -\listoftables -\clearpage - -\section{Introduction} - -\section{Project Schedule} - -\begin{landscape} - \begin{figure}[h] \centering - \begin{ganttchart}{1}{12} - \gantttitle{2011}{12} \\ - \gantttitlelist{1,...,12}{1} \\ - \ganttgroup{Group 1}{1}{7} \\ - \ganttbar{Task 1}{1}{2} \\ - \ganttlinkedbar{Task 2}{3}{7} \ganttnewline - \ganttmilestone{Milestone}{7} \ganttnewline - \ganttbar{Final Task}{8}{12} - \ganttlink{elem2}{elem3} - \ganttlink{elem3}{elem4} - \end{ganttchart} - \end{figure} -\end{landscape} -\end{document} -- cgit v1.2.1 From 55429e6460c46d132ecf9fb68e43ec67685b14d5 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 21 Sep 2021 15:48:12 +0200 Subject: Make whitespace consistents with tabs --- doc/projectplan/ProjectPlan.pdf | Bin 28653 -> 28556 bytes doc/projectplan/ProjectPlan.tex | 43 ++++++++++++++++++++-------------------- 2 files changed, 22 insertions(+), 21 deletions(-) (limited to 'doc/projectplan') diff --git a/doc/projectplan/ProjectPlan.pdf b/doc/projectplan/ProjectPlan.pdf index b73f64b..93b31f0 100644 Binary files a/doc/projectplan/ProjectPlan.pdf and b/doc/projectplan/ProjectPlan.pdf differ diff --git a/doc/projectplan/ProjectPlan.tex b/doc/projectplan/ProjectPlan.tex index 54dcd1b..6e24653 100644 --- a/doc/projectplan/ProjectPlan.tex +++ b/doc/projectplan/ProjectPlan.tex @@ -1,6 +1,7 @@ % !TeX program = xelatex % !TeX encoding = utf8 % !TeX root = ProjectPlan.tex +% vim: set ts=2 sw=2 noet: \documentclass[a4paper, twosided, 11pt]{scrartcl} @@ -49,35 +50,35 @@ % 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} + \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} \section*{Changelog} \begin{tabularx}{\textwidth}{lrlX} - \toprule - \bfseries Date & \bfseries Version & \bfseries Author & \bfseries Description \\ - \midrule - 2021-09-21 & 0.1 & Pross N. & Crated empty document \\ - \bottomrule + \toprule + \bfseries Date & \bfseries Version & \bfseries Author & \bfseries Description \\ + \midrule + 2021-09-21 & 0.1 & Pross N. & Crated empty document \\ + \bottomrule \end{tabularx} \vfill { - \renewcommand{\arraystretch}{2} - \begin{tabularx}{\textwidth}{lp{.2\textwidth}X} - & \bfseries Date & \bfseries Signature\\ - Pross Naoki & \hrulefill & \hrulefill \\ - Halter Cinzia Sara & \hrulefill & \hrulefill \\ - \end{tabularx} + \renewcommand{\arraystretch}{2} + \begin{tabularx}{\textwidth}{lp{.2\textwidth}X} + & \bfseries Date & \bfseries Signature\\ + Halter Cinzia Sara & \hrulefill & \hrulefill \\ + Pross Naoki & \hrulefill & \hrulefill \\ + \end{tabularx} } \clearpage -- cgit v1.2.1 From 680a65e29dd163b806debd8a8242330b66c3b35a Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 21 Sep 2021 15:54:06 +0200 Subject: Create makefile for project plan --- doc/projectplan/Makefile | 23 +++++++++++++++++++++++ doc/projectplan/ProjectPlan.pdf | Bin 28556 -> 28679 bytes 2 files changed, 23 insertions(+) create mode 100644 doc/projectplan/Makefile (limited to 'doc/projectplan') diff --git a/doc/projectplan/Makefile b/doc/projectplan/Makefile new file mode 100644 index 0000000..64fadde --- /dev/null +++ b/doc/projectplan/Makefile @@ -0,0 +1,23 @@ +TEX := xelatex +TEXARGS := -halt-on-error -interaction=nonstopmode + +SOURCES := ProjectPlan.tex + +# Get the main file from the file +MAIN := $(shell sed -ne 's/^.*\!TeX root =\(.*\)$$/\1/ p' $(SOURCES)) +PDF := $(patsubst %.tex, %.pdf, $(MAIN)) + +ifeq ($(strip $(MAIN)),) +MAIN := $(error Failed to identify TeX root, try adding \ + `% !TeX root = ` to your main tex file) +endif + +.PHONY: all +all: $(PDF) + +%.pdf: %.tex $(SOURCES) + $(TEX) $(TEXARGS) $< + +.PHONY: clean +clean: + @rm -vf *.aux *.aue *.lof *.log *.lot *.fls *.out *.toc *.fmt *.fot *.cb *.cb2 .*.lb *.dvi *.xdv *-converted-to.* *.bbl *.bcf *.blg *-blx.aux *-blx.bib *.run.xml *.fdb_latexmk *.synctex *.synctex\(busy\) *.synctex.gz *.synctex.gz\(busy\) *.pdfsync *.alg *.loa acs-*.bib *.thm *.nav *.pre *.snm *.vrb *.soc *.cut *.cpt *.spl *.ent *.lox *.mf *.acn *.acr *.glg *.glo *.gls *.glsdefs *.lzo *.lzs diff --git a/doc/projectplan/ProjectPlan.pdf b/doc/projectplan/ProjectPlan.pdf index 93b31f0..d66c22d 100644 Binary files a/doc/projectplan/ProjectPlan.pdf and b/doc/projectplan/ProjectPlan.pdf differ -- cgit v1.2.1 From b36eee94c828f2024139de73efe5957460ab3be2 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 21 Sep 2021 16:22:03 +0200 Subject: Fix typo --- doc/projectplan/ProjectPlan.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/projectplan') diff --git a/doc/projectplan/ProjectPlan.tex b/doc/projectplan/ProjectPlan.tex index 6e24653..2858c60 100644 --- a/doc/projectplan/ProjectPlan.tex +++ b/doc/projectplan/ProjectPlan.tex @@ -67,7 +67,7 @@ \toprule \bfseries Date & \bfseries Version & \bfseries Author & \bfseries Description \\ \midrule - 2021-09-21 & 0.1 & Pross N. & Crated empty document \\ + 2021-09-21 & 0.1 & Pross N. & Created document \\ \bottomrule \end{tabularx} -- cgit v1.2.1 From c194faf2bab13f0c9c813d6fa726618fe86af25e Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 21 Sep 2021 21:05:00 +0200 Subject: Add project plan and thesis to workflow --- doc/projectplan/ProjectPlan.pdf | Bin 28679 -> 28529 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'doc/projectplan') diff --git a/doc/projectplan/ProjectPlan.pdf b/doc/projectplan/ProjectPlan.pdf index d66c22d..df1ab21 100644 Binary files a/doc/projectplan/ProjectPlan.pdf and b/doc/projectplan/ProjectPlan.pdf differ -- cgit v1.2.1