2 Commits

Author SHA1 Message Date
Tobias Christian Nauen
ffbd488ae2 ignore drawio backup files 2026-02-24 13:56:25 +01:00
Tobias Christian Nauen
2d83ca46b9 packages correct input 2026-02-24 13:56:15 +01:00
2 changed files with 12 additions and 12 deletions

2
.gitignore vendored
View File

@@ -33,4 +33,4 @@ Thumbs.db
.vscode/ .vscode/
# drawio backup files # drawio backup files
# *.drawio.bkp *.drawio.bkp

View File

@@ -43,7 +43,7 @@
%\usepackage[pagebackref,breaklinks,colorlinks,citecolor=eccvblue]{hyperref} %\usepackage[pagebackref,breaklinks,colorlinks,citecolor=eccvblue]{hyperref}
% TODO FINAL: Un-comment the following line for the camera-ready version % TODO FINAL: Un-comment the following line for the camera-ready version
\usepackage{hyperref} \usepackage{hyperref}
\input{packages.tex} \input{packages}
% Support for ORCID icon % Support for ORCID icon
\usepackage{orcidlink} \usepackage{orcidlink}
@@ -95,8 +95,8 @@
\bibliographystyle{splncs04} \bibliographystyle{splncs04}
\bibliography{../JabRef/main_bib} \bibliography{../JabRef/main_bib}
% \newpage \newpage
% \appendix \appendix
% \input{sec/appendix.tex} \input{sec/appendix.tex}
\end{document} \end{document}