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.
26 lines
796 B
TeX
26 lines
796 B
TeX
%----------------------------------------------------------------------------------------
|
|
% 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}}
|