diff options
-rw-r--r-- | german-legal-book.cbx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/german-legal-book.cbx b/german-legal-book.cbx index a9e19e2..b6ace20 100644 --- a/german-legal-book.cbx +++ b/german-legal-book.cbx @@ -151,9 +151,6 @@ %%% Komma... \addcomma% %%% - %%% Leerzeichen... - \addspace% - %%% %%% und dann die Startseite bzw. pinpoint citation \usebibmacro{startingpage}% } @@ -246,6 +243,12 @@ \iffieldundef{shorttitle}% {\printfield{booktitle}}% {\printfield{shorttitle}}% + %%% + %%% Leerzeichen... + \newunit\newblock% + %%% + %%% und dann die Startseite bzw. pinpoint citation + \usebibmacro{startingpage}% } |