thesis: fix format
This commit is contained in:
parent
cd8c39d119
commit
ffee4964e2
3 changed files with 64 additions and 33 deletions
|
@ -29,13 +29,13 @@
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
||||||
\section{Spack}
|
\section{Spack}
|
||||||
Spack (https://github.com/LLNL/spack) is a package manager written in Python.
|
Spack (\url{https://github.com/LLNL/spack}) is a package manager written in Python.
|
||||||
|
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item [Automatic Updates of Sources] {
|
\item [Automatic Updates of Sources] {
|
||||||
}
|
}
|
||||||
\item [Closure] {
|
\item [Closure] {
|
||||||
http://software.llnl.gov/spack/basic\_usage.html\#filesystem-views Yeah
|
Explained on the website \url{http://software.llnl.gov/spack/basic_usage.html\#filesystem-views}
|
||||||
}
|
}
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
||||||
|
@ -45,4 +45,4 @@ Spack (https://github.com/LLNL/spack) is a package manager written in Python.
|
||||||
Guile implements Scheme and extends it with new features.
|
Guile implements Scheme and extends it with new features.
|
||||||
|
|
||||||
|
|
||||||
UX:https://logicgrimoire.wordpress.com/2012/08/25/a-first-guile-script/
|
UX: \url{https://logicgrimoire.wordpress.com/2012/08/25/a-first-guile-script}
|
||||||
|
|
|
@ -1,15 +1,18 @@
|
||||||
\documentclass[11pt,a4paper]{report}
|
\documentclass[12pt,a4paper]{report}
|
||||||
|
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
|
|
||||||
\usepackage{titlesec,blindtext, color} % titleformat
|
\usepackage{titlesec} % titleformat
|
||||||
\usepackage{fancyhdr}
|
\usepackage{blindtext,color,fancyhdr}
|
||||||
|
|
||||||
\usepackage{geometry}
|
\usepackage{geometry}
|
||||||
\geometry{a4paper, top=25mm, left=30mm, right=35mm, bottom=35mm, headsep=10mm, footskip=12mm}
|
\geometry{a4paper, top=25mm, left=30mm, right=35mm, bottom=35mm, headsep=10mm, footskip=12mm}
|
||||||
|
|
||||||
\usepackage{multirow,tabularx,tabu}
|
\usepackage{multirow,tabularx,tabu}
|
||||||
|
|
||||||
|
\usepackage[hyphens]{url}
|
||||||
|
\Urlmuskip = 0mu plus 1mu
|
||||||
|
|
||||||
\usepackage[numberedsection,toc,numberline,nopostdot]{glossaries}
|
\usepackage[numberedsection,toc,numberline,nopostdot]{glossaries}
|
||||||
\makenoidxglossaries
|
\makenoidxglossaries
|
||||||
|
|
||||||
|
@ -37,17 +40,47 @@
|
||||||
|
|
||||||
\author{authorOne}
|
\author{authorOne}
|
||||||
|
|
||||||
\fancypagestyle{plain}{%
|
\usepackage{etoolbox}
|
||||||
\fancyhead[L]{\small \authorOneInit}
|
\patchcmd{\part}{\thispagestyle{plain}}{\thispagestyle{empty}}
|
||||||
\fancyhead[R]{}
|
{}{\errmessage{Cannot patch \string\part}}
|
||||||
\fancyhead[C]{}
|
|
||||||
|
|
||||||
\fancyfoot[R]{\thepage{}}
|
\fancypagestyle{empty}{%
|
||||||
\fancyfoot[C]{}
|
\renewcommand{\headrulewidth}{0pt}
|
||||||
|
\renewcommand{\footrulewidth}{0pt}
|
||||||
|
\fancyhf{}
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcommand{\hsp}{\hspace{20pt}}
|
\fancypagestyle{front}{%
|
||||||
\titleformat{\chapter}[hang]{\vspace{-2cm}\Huge\bfseries}{\thechapter\hsp}{0cm}{}
|
\pagenumbering{roman}
|
||||||
|
\renewcommand{\headrulewidth}{0pt}
|
||||||
|
\renewcommand{\footrulewidth}{0pt}
|
||||||
|
\fancyhf{}
|
||||||
|
}
|
||||||
|
|
||||||
|
\fancypagestyle{preamble}{%
|
||||||
|
\pagenumbering{roman}
|
||||||
|
\renewcommand{\headrulewidth}{0pt}
|
||||||
|
\renewcommand{\footrulewidth}{0pt}
|
||||||
|
\fancyhf{}
|
||||||
|
\fancyfoot[R]{\thepage{}}
|
||||||
|
}
|
||||||
|
|
||||||
|
\fancypagestyle{main}{%
|
||||||
|
\pagenumbering{arabic}
|
||||||
|
\renewcommand{\headrulewidth}{0.25pt}
|
||||||
|
\renewcommand{\footrulewidth}{0.25pt}
|
||||||
|
\fancyhf{}
|
||||||
|
\addtolength{\headwidth}{\marginparsep}
|
||||||
|
\headheight=15pt
|
||||||
|
\fancyhead[L]{\footnotesize\nouppercase{\leftmark}}
|
||||||
|
\fancyhead[C]{}
|
||||||
|
\fancyhead[R]{}
|
||||||
|
\fancyfoot[R]{\thepage{}}
|
||||||
|
}
|
||||||
|
|
||||||
|
%\titlespacing*{\chapter}{0pt}{0pt}{0pt}
|
||||||
|
%\titleformat{\chapter}[hang]{\normalfont\Large\bfseries}{\thechapter}{10pt}{}
|
||||||
|
|
||||||
\makeatletter
|
\makeatletter
|
||||||
|
|
||||||
\renewcommand\paragraph{\startsection{paragraph}{4}{\z}%
|
\renewcommand\paragraph{\startsection{paragraph}{4}{\z}%
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
\thispagestyle{empty}
|
{
|
||||||
{\setlength{\parskip}{0.5cm}
|
\setlength{\parskip}{0.5cm}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\textbf{\huge Master's Thesis}
|
\textbf{\huge Master's Thesis}
|
||||||
|
|
||||||
|
@ -17,16 +17,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
\begin{center}
|
\begin{center}
|
||||||
|
\vspace*{2cm}
|
||||||
\vspace*{2cm}
|
\begin{tabular}{p{3cm}p{10cm}}
|
||||||
|
Topic: & \textbf{\large \topic} \\[10ex]
|
||||||
\begin{tabular}{p{3cm}p{10cm}}
|
Applicant: & \authorOne, \authorOnestreet, \authorOnezip$ $ \authorOnecity, \authorOneCountry \\
|
||||||
Topic: & \textbf{\large \topic} \\[15ex]
|
& Student Identification Number: \authorOneId\\[10ex]
|
||||||
Applicant: & \authorOne, \authorOnestreet, \authorOnezip$ $ \authorOnecity, \authorOneCountry \\
|
1st Supervisor: & \supervisorOne\\
|
||||||
& Student Identification Number: \authorOneId\\[15ex]
|
2nd Supervisor: & \supervisorTwo\\[10ex]
|
||||||
1st Supervisor: & \supervisorOne\\
|
Start Date: & \startdate\\
|
||||||
2nd Supervisor: & \supervisorTwo\\[25ex]
|
Submit Date: & \submitdate\\
|
||||||
Start Date: & \startdate\\
|
\end{tabular}
|
||||||
Submit Date: & \submitdate\\
|
|
||||||
\end{tabular}
|
|
||||||
\end{center}
|
\end{center}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue