We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e6861 commit 03d69c7Copy full SHA for 03d69c7
report/src/main.tex
@@ -14,7 +14,8 @@
14
% Document
15
\begin{document}
16
\input{sections/0-resume}
17
- \newpage
+ \clearpage
18
+ \setcounter{page}{1}
19
\maketitle
20
\input{sections/00-abstract}
21
\input{sections/01-introduction}
report/src/sections/0-resume.tex
@@ -1,4 +1,3 @@
1
-
2
-\begin{resume}
3
- This is a placeholder for the resume
4
-\end{resume}
+\thispagestyle{empty}
+\textbf{\large Summary}
+This is the summary placeholder
0 commit comments