You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JobMarketPaper/Latex/assets/preambles/BibPreamble.tex

24 lines
724 B
TeX

%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY SETUP
%----------------------------------------------------------------------------------------
%%% Setup Bibliography
\usepackage[
backend=biber,
autocite=inline,
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}
\newcommand{\authorcite}[1]{\citeauthor{#1} \cite{#1}}