diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/cquthesis/cqunumerical.bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/cquthesis/cqunumerical.bst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/bibtex/bst/cquthesis/cqunumerical.bst b/Master/texmf-dist/bibtex/bst/cquthesis/cqunumerical.bst index d8ab668594f..2b13900c368 100644 --- a/Master/texmf-dist/bibtex/bst/cquthesis/cqunumerical.bst +++ b/Master/texmf-dist/bibtex/bst/cquthesis/cqunumerical.bst @@ -387,7 +387,7 @@ FUNCTION {format.mark} media empty$ { url empty$ 'skip$ - { "/OL" * } + { "" * } if$ } { "/" * media * } @@ -1209,7 +1209,7 @@ FUNCTION {misc} author format.key output new.block format.series.volume.title "title" output.check - "M" format.mark "" output.after + "EB" format.mark "" output.after new.block format.translators output new.block @@ -1264,7 +1264,8 @@ FUNCTION {phdthesis} author format.key output new.block format.series.volume.title "title" output.check - "D" format.mark ": [PhD]" * "" output.after + "D" format.mark "" * "" output.after + %%"D" format.mark ": [PhD]" * "" output.after new.block format.translators output new.block |