Skip to content

Commit

Permalink
Merge overleaf-2024-11-18-1854 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dnbln authored Nov 18, 2024
2 parents 5cbb6e7 + 96acbcc commit bec5f33
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions rsc/changelog.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ \section*{18th Nov 2024} \label{sec:changelog:2024/11/18}
\item Pages of front matter, main matter and back matter are now counted separately (frontmatter pages are styled with roman numerals).
\item In the footer of the page, the frontmatter and the backmatter are indicated by an F: and B: in front of the page number, respectively.
\item Changed the template version at the bottom to be a hyperlink to the corresponding entry in the changelog.
\item Added a guide on how to update the template.
\end{itemize}
20 changes: 19 additions & 1 deletion rsc/how-to-template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,22 @@ \section*{TODO notes}

\vspace{5em}

What makes this useful is that you also get a list of all the TODO notes in the document in an appendix, as long as you're not compiling the final version. You can see an example of that on the last page of this pdf. This allows you to quickly find and fix all of the comments.
What makes this useful is that you also get a list of all the TODO notes in the document in an appendix, as long as you're not compiling the final version. You can see an example of that on the last page of this pdf. This allows you to quickly find and fix all of the comments.

\section*{How to update the template}

\textbf{\color{red} To make sure nothing breaks, start by noting down the current version of the template! You can find it on the title page if compiling in non final mode.}

Go to \href{https://github.com/delft-hyperloop/DH09-Documentation-Template/releases}{\color{HyperloopGreen} the documentation template repository}, and grab the latest release.

Unzip it into a folder somewhere on your computer, then open the Overleaf project where you wish to update the template, Upload, select a folder on your computer, then select the folder where everything was unzipped. You should have a new folder in overleaf containing the new contents of the \verb|rsc|, \verb|main.tex| and \verb|delft-hyperloop.cls|. What you should do now, is overwrite the old files, and you can do so by deleting \verb|main.tex|, \verb|delft-hyperloop.cls| and the old top-level \verb|rsc| folder. Then use drag and drop to move the new versions of \verb|main.tex|, \verb|delft-hyperloop.cls| and \verb|rsc| to the top directory in Overleaf.

The list of moves should typically involve (assuming \verb|DH09 Documentation Template| is the name of the folder where the new files were updated):

\begin{itemize}
\item \verb|DH09 Documentation Template/main.tex| $\to$ \verb|main.tex|
\item \verb|DH09 Documentation Template/delft-hyperloop.cls| $\to$ \verb|delft-hyperloop.cls|
\item \verb|DH09 Documentation Template/rsc| $\to$ \verb|rsc|
\end{itemize}

\textbf{If stuck somewhere, ask Dinu for help.}

0 comments on commit bec5f33

Please sign in to comment.