Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove parentheses around urldate
  • Loading branch information
kthoden committed Dec 8, 2020
1 parent 3709e99 commit fd86a4f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions eoa.dtx
Expand Up @@ -979,11 +979,12 @@
% Remove pp from bibliography at all
% \begin{macrocode}
\DeclareFieldFormat{pages}{#1}%
\DeclareFieldFormat{urldate}{%
\addcomma\addspace accessed %
\mkbibmonth{\thefield{urlmonth}}\addspace%
\thefield{urlday}\addcomma \addspace %
\thefield{urlyear}\isdot}
% Remove parentheses around urldate
\DeclareFieldFormat{urldate}{\bibstring{urlseen}\space#1}
\renewbibmacro*{url+urldate}{%
\usebibmacro{url}\addcomma\addspace%
\usebibmacro{urldate}%
}
% \end{macrocode}
%
% make namedash longer
Expand Down

0 comments on commit fd86a4f

Please sign in to comment.