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

Leave normal page layout intact #12

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions latex/ugent2016-en.tex
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,15 @@ \subsection{Grid}\label{subsec:grid}
\includegraphics[width=3\smallblock]{\ugentkortrijk}
\end{minted}

\section{Other packages}

This package should work togheter well with other packages.
However, there are some points worth mentioning:

\begin{itemize}
\item The title page uses the \texttt{geometry} package, with the option \texttt{pass}. This means it should work togheter with KomaScript for example, but special attention is recommended.
\end{itemize}

\appendix

\section{Title page type \texttt{course}}\label{sec:voorblad-met-stijl-course}
Expand Down
9 changes: 9 additions & 0 deletions latex/ugent2016-nl.tex
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,15 @@ \subsection{Grid}\label{subsec:grid}
\includegraphics[width=3\smallblock]{\ugentkortrijk}
\end{minted}

\section{Andere pakketten}

Dit pakket werkt normaal goed samen met andere pakketten.
Toch zijn er soms zaken waar rekening mee gehouden moet worden:

\begin{itemize}
\item Het voorblad gebruikt het pakket \texttt{geometry}, met de optie \texttt{pass}. Dat betekent dat het kan samenwerken met bijvoorbeeld KomaScript, maar aandachtig zijn is geboden.
\end{itemize}

\appendix

\section{Voorblad met stijl \texttt{course}}\label{sec:voorblad-met-stijl-course}
Expand Down
2 changes: 2 additions & 0 deletions latex/ugent2016-title.sty
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
% Used for including images
\RequirePackage{graphicx}
% Used to adjust margins of the title page
\PassOptionsToPackage{pass}{geometry}
\RequirePackage{geometry}
% Fix compat with KomaScript
% Sets the spacing between lines.
\RequirePackage{setspace}
% Used for underlining the titles
Expand Down