From 74af0321ee4ae1cc2d2fe5d13f8064a3e440f566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20R=C3=BChling?= <82144991+nrueh@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:33:00 -0300 Subject: [PATCH 1/3] import comment last --- paper.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paper.tex b/paper.tex index 6988c8f..17f72e6 100644 --- a/paper.tex +++ b/paper.tex @@ -6,13 +6,14 @@ \usepackage{microtype} \usepackage[bibstyle=authoryear,citestyle=authoryear]{biblatex} \usepackage{url}\urlstyle{tt} -\usepackage{comments} \addbibresource{krr.bib} % {https://github.com/krr-up/bibliography/blob/master/krr.bib} \addbibresource{procs.bib} % {https://github.com/krr-up/bibliography/blob/master/procs.bib} % \addbibresource{local.bib} % temporary storage facility - just for emergency \bibliography{krr,procs} +\usepackage{comments} % Import last to avoid conflicts with macros + \begin{document} \title{Paper Template} From 714944a5b239b0e5b8eb257de6554d28dd745b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20R=C3=BChling?= <82144991+nrueh@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:33:09 -0300 Subject: [PATCH 2/3] extend .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index febd305..784b909 100644 --- a/.gitignore +++ b/.gitignore @@ -5,10 +5,12 @@ *.fls *.log *.out +*.pag *.run.xml *.snm *.swp *.synctex.gz +*.synctex(busy) *.tex.bak *.tex.latexmain *.toc From 8e1324fb9ca963b4c6379fc2ad127ac606328006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20R=C3=BChling?= <82144991+nrueh@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:33:54 -0300 Subject: [PATCH 3/3] update bib --- include/bibliography | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bibliography b/include/bibliography index 9e8e477..77a2db6 160000 --- a/include/bibliography +++ b/include/bibliography @@ -1 +1 @@ -Subproject commit 9e8e4773e40127a3a47c6b3e92b8767817914387 +Subproject commit 77a2db61a36864358baf8f581673c37cb373f372