5 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
Tobias Christian Nauen
5c08f9d31a ignore drawio backup files 2026-02-24 11:44:02 +01:00
Tobias Christian Nauen
d6efba8c25 add supplementary built file 2026-02-24 11:42:25 +01:00
Tobias Christian Nauen
b0aa535d03 add vscode to gitignore 2026-02-24 11:41:37 +01:00
3 changed files with 62055 additions and 11 deletions

6
.gitignore vendored
View File

@@ -28,3 +28,9 @@ dist/
# Windows
Thumbs.db
# VSCode
.vscode/
# drawio backup files
*.drawio.bkp

View File

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

62038
supplementary.pdf Normal file

File diff suppressed because one or more lines are too long