Skip to content

Commit

Permalink
Update LaTeX template
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-bauer committed Jul 3, 2024
1 parent d630700 commit 24581f7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@

\tcbuselibrary{breakable}

\newcommand{\paperid}{YOUR PAPER ID}
%%%%%%%%%%%%%%%%%%%%%%%%
%% Paper Title and ID %%
%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\paperId}{YOUR PAPER ID}
\newcommand{\paperTitle}{YOUR TITLE}

\pagestyle{fancy}
\fancyhf{}
Expand All @@ -29,12 +33,10 @@
\fancyhead[RO,LE]{\thepage}


%\usepackage[linktoc=all]{hyperref}
\usepackage[linktoc=all,bookmarks,bookmarksopen=true,bookmarksnumbered=true]{hyperref}

\hypersetup{
pdfauthor = {YOUR NAME},
pdftitle = {\paperid{}},
pdftitle = {\paperId{}},
pdfsubject = {},
colorlinks = false,
}
Expand All @@ -48,8 +50,8 @@
\begin{center}
Response to reviewers: \\[1em]

{\Large YOUR TITLE} \vspace{0.5cm} \\
{\paperid{}} \vspace{0.5cm} \\
{\Large \paperTitle} \vspace{0.5cm} \\
{\paperId{}} \vspace{0.5cm} \\
\today \vspace{0.5cm} \\
\end{center}

Expand Down

0 comments on commit 24581f7

Please sign in to comment.