From 3b8fbb8d9035846f11f37f4a069b64426cff84d0 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Jul 03 2021 20:07:36 +0000 Subject: feat: escape # Compiles correctly now --- diff --git a/20210409_neurofedora.tex b/20210409_neurofedora.tex index 6c8360e..4c28967 100644 --- a/20210409_neurofedora.tex +++ b/20210409_neurofedora.tex @@ -13,9 +13,9 @@ \usepackage{subfig} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} -\usepackage[style=verbose,backend=biber,autocite=footnote]{biblatex} \usepackage{minted} -\addbibresource{/home/asinha/Documents/01_Readables/00_research_papers/masterbib.bib} +\usepackage[style=verbose,backend=biber,autocite=footnote]{biblatex} +\addbibresource{citations.bib} % Use opensans % \usepackage[default,scale=0.95]{opensans} \usepackage[sfdefault]{roboto} @@ -322,7 +322,7 @@ \item Mailing list: \href{https://lists.fedoraproject.org/admin/lists/neurofedora@lists.fedoraproject.org/}{neurofedora@lists.fedoraproject.org} \item Telegram (chat) \href{https://t.me/NeuroFedora}{@NeuroFedora on Telegram} \item Matrix (chat) \href{https://tinyurl.com/neurofedora-matrix}{@NeuroFedora on Element} - \item IRC (chat) \href{https://webchat.libera.chat/?channels=#fedora-neuro}{\#fedora-neuro on Libera.chat} + \item IRC (chat) \href{https://webchat.libera.chat/?channels=\#fedora-neuro}{\#fedora-neuro on Libera.chat} \item Twitter: \href{https://twitter.com/NeuroFedora}{@NeuroFedora} \item \href{https://goo.gl/forms/j6AJ82yOh78MPxby1}{NeuroFedora: suggest software for inclusion} \end{itemize} diff --git a/20210409_neurofedora_presentation.pdf b/20210409_neurofedora_presentation.pdf index 9cb0b28..216d3d9 100644 Binary files a/20210409_neurofedora_presentation.pdf and b/20210409_neurofedora_presentation.pdf differ diff --git a/Makefile b/Makefile index 18a2ddb..2f83624 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: pdf clean pdf: 20210409_neurofedora.tex - latexmk -pdf -pdflatex="pdflatex -interactive=nonstopmode" -use-make 20210409_neurofedora_presentation.tex + latexmk -pdf -pdflatex="pdflatex -interactive=nonstopmode -shell-escape" -use-make 20210409_neurofedora_presentation.tex clean: rm -fv *.aux *.bbl *.blg *.log *.nav *.out *.snm *.toc *.dvi *.vrb *.bcf *.run.xml *.cut *.lo* diff --git a/citations.bib b/citations.bib new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/citations.bib