summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-iso690/iso-numeric.cbx
blob: a7dbe8e9701fb285b8b2dd094cc81a6cad304a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\ProvidesFile{iso-numeric.cbx}
  [2020/03/25 v0.4.0 ISO 690 biblatex citation style]

\RequireCitationStyle{numeric}
\RequireCitationStyle{iso-fullcite}

% Format \parencite with parentheses instead of brackets
\DeclareCiteCommand{\parencite}[\mkbibparens]% <---- was \mkbibbrackets
  {\usebibmacro{prenote}}
  {\usebibmacro{citeindex}%
   \usebibmacro{cite}}
  {\multicitedelim}
  {\usebibmacro{postnote}}

\endinput