blob: ddee4029010c38ad472f076cb720bca1d902e4b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
%%
%% This is file `ufg-muenster-verbose.cbx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% biblatex-archaeology.dtx (with options: `ufgmuensterverboseCBX,barecitations,noshortform')
%%
\ProvidesFile{ufg-muenster-verbose.cbx}
[2018/06/10 v2.0 biblatex-archaeology citation style (IB)]
\RequireCitationStyle{verbose-trad2note-archaeology}
\def\archaeocitestyletitle{\blxarch@style@muensterverbose}
\ExecuteBibliographyOptions{
citepages=omit, % permit|suppress|omit|separate
}
\let\shortformcite\autocite
\let\shortformcites\autocites
\let\sfcite\cite
\let\sfcites\cites
\DeclareFieldFormat*{postnote}{\mknormrange{#1}}
\DeclareFieldFormat*{multipostnote}{\mknormrange{#1}}
\DeclareFieldFormat*{volcitevolume}{#1}
\DeclareFieldFormat*{volcitepages}{\mknormrange{#1}}
\endinput
%%
%% End of file `ufg-muenster-verbose.cbx'.
|