Skip to content

Commit

Permalink
Reduce number of parentheses around citations
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLuptak committed Mar 25, 2020
1 parent 226699e commit 6cdeddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified biblatex-iso690.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions biblatex-iso690.tex
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ \subsubsection{Creators}
The field \t|nameaddon| can be used to append additional information
to the creator's name, e.g. variant forms of a name, name additions,
or pseudonyms. This field is printed as is, in square brackets, after
the creator's name (see~\parencite{gorki1955artamonovs}).
the creator's name, see~\parencite{gorki1955artamonovs}.

If possible, all names of multiple creators should be given in the reference
(the upper limit is set to 99 names). If you need to omit any names, you can
Expand All @@ -647,8 +647,8 @@ \subsubsection{Titles}
Similar to the \t|nameaddon| field for names, \t|titleaddon| serves such
purpose for titles. This field is appropriate for providing other or
alternative titles, elucidation of ambiguous or incorrect titles, substitute
for no titles, translation of titles, etc.
(see~\parencite{gorki1955artamonovs}).
for no titles, translation of titles, etc.,
see~\parencite{gorki1955artamonovs}.

Note that also other \t|*titleaddon| fields are supported by default.

Expand Down Expand Up @@ -754,8 +754,8 @@ \subsubsection{Location}
If only a limited number of copies of the work exists or
the location of a graphic work is essential to its identification,
such location (e.g. library or repository) should be stated
in a reference. The field \t|library| serves for this purpose
(see~\parencite{gosse1912garden}).
in a reference. The field \t|library| serves for this purpose,
see~\parencite{gosse1912garden}.

\nocite{*}
\printbibliography[title={Reference bibliography},heading={bibnumbered}]
Expand Down

0 comments on commit 6cdeddf

Please sign in to comment.