Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change tabular specifiers on title pages #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions 000_Title.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
\newpage
\thispagestyle{empty}
\vspace*{\fill}
\begin{tabular}{l}
% \flushleft removes indentation from tabular
% @{} removes column spacing in front of the first tabular column
% p{\textwidth} formats the tabular environment as a paragraph, at the same width as regular text
\begin{flushleft}
\begin{tabular}{@{}p{\textwidth}}
\textbf{Thesis committee} \\
\\
\textbf{Promotor:} \\
Expand All @@ -33,10 +37,10 @@
Prof.dr Jury member 3, Affiliation \\
Prof.dr Jury member 4, Affiliation \\
\\

\small{This research was conducted under the auspices of the C.T. de Wit Graduate School} \\
\small{of Production Ecology \& Resource Conservation (PE$\&$RC)} \\
\small{This research was conducted under the auspices of the C.T. de Wit Graduate School
of Production Ecology \& Resource Conservation (PE$\&$RC)}
\end{tabular}
\end{flushleft}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
Expand Down Expand Up @@ -65,7 +69,7 @@
\thispagestyle{empty}
\vspace*{\fill}
\begin{flushleft}
\begin{tabular}{l}
\begin{tabular}{@{}p{\textwidth}}
John Doe \\
Title of your thesis \\
170 pages. \\
Expand Down