diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-18 04:03:13 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-18 04:30:24 +0000 |
commit | 5e830f5fb60c4bb186cbd4bd92908e187c037af4 (patch) | |
tree | b727dc5653ec833f93efe29d80e806192563cfbe /tex/src/preamble-biblatex.tex | |
parent | 4483a81c4254596dd2fa977e7a2faf6f28a7ac6f (diff) |
Raw draft (until now as a separate repository) imported
Until now, I was writing the paper without the template. But we will soon
be adding a tutorial to the template, and I thought it will be good to have
an example demonstration here too. So I just brought the hole project into
the template structure, allowing us to add the template analysis later when
its ready, and also allowing us to easily reproduce this paper ofcourse
(without having to worry about the host's TeXLive installation.
Diffstat (limited to 'tex/src/preamble-biblatex.tex')
-rw-r--r-- | tex/src/preamble-biblatex.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tex/src/preamble-biblatex.tex b/tex/src/preamble-biblatex.tex index fc9f259..caa03b4 100644 --- a/tex/src/preamble-biblatex.tex +++ b/tex/src/preamble-biblatex.tex @@ -59,8 +59,8 @@ url=false, dashed=false, eprint=false, - maxbibnames=2, - minbibnames=1, + maxbibnames=10, + minbibnames=4, hyperref=true, maxcitenames=2, mincitenames=1, @@ -90,7 +90,8 @@ %% Set the color of the doi link to mymg (magenta) and the ads links %% to mypurp (or purple): \definecolor{mypurp}{cmyk}{0.75,1,0,0} -\newcommand{\doihref}[2]{\href{#1}{\color{magenta}{#2}}} +\definecolor{myblue}{rgb}{0,0.669,0.885} +\newcommand{\doihref}[2]{\href{#1}{\color{myblue}{#2}}} \newcommand{\adshref}[2]{\href{#1}{\color{mypurp}{#2}}} \newcommand{\blackhref}[2]{\href{#1}{\color{black}{#2}}} @@ -117,7 +118,7 @@ \usebibmacro{begentry}% \usebibmacro{author/translator+others}% \newunit% - \ifdefined\makethesis\printtext{\usebibmacro{title}}\fi% + \printtext{\usebibmacro{title}}% \newunit% \printtext[doilink]{\usebibmacro{journal}}% \addcomma% |