%---------------------------------------------------------------------------------------- % BIBLIOGRAPHY SETUP %---------------------------------------------------------------------------------------- %%% Setup Bibliography \usepackage[ backend=biber, autocite=inline, % style=author, style=alphabetic, ]{biblatex} % Simpl command to read the shell variable with my zotero bibliography % \immediate\write18{echo $ZOTERO_BIB > \jobname.tmp} % \CatchFileDef{\bibpath}{\jobname.tmp}{} % Set up bibliography using the shell variable % \addbibresource{\bibpath} % Manually add zotero library %\addbibresource{~/.local/state/nvim_telescope_local_search/ZoteroLibrary.bib} \addbibresource{../assets/preambles/References.bib} \newcommand{\authorcite}[1]{\citeauthor{#1} \cite{#1}}