diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/rsc')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst | 5 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/rsc/angew.bst | 5 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/rsc/angewnat.bst | 5 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst | 5 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/rsc/rsc.bst | 5 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/rsc/rscnat.bst | 5 |
6 files changed, 24 insertions, 6 deletions
diff --git a/Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst b/Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst index c8838f5b503..c40465554de 100644 --- a/Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst +++ b/Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst @@ -879,7 +879,10 @@ FUNCTION {mastersthesis} FUNCTION {misc} { output.bibitem format.authors output - title format.title output + title empty$ + 'skip$ + { title format.title output } + if$ howpublished output format.date output note output diff --git a/Master/texmf-dist/bibtex/bst/rsc/angew.bst b/Master/texmf-dist/bibtex/bst/rsc/angew.bst index 459ffa42129..ad1fa49c6de 100644 --- a/Master/texmf-dist/bibtex/bst/rsc/angew.bst +++ b/Master/texmf-dist/bibtex/bst/rsc/angew.bst @@ -878,7 +878,10 @@ FUNCTION {mastersthesis} FUNCTION {misc} { output.bibitem format.authors output - title format.title output + title empty$ + 'skip$ + { title format.title output } + if$ howpublished output format.date output note output diff --git a/Master/texmf-dist/bibtex/bst/rsc/angewnat.bst b/Master/texmf-dist/bibtex/bst/rsc/angewnat.bst index 0c34a1fc8ff..0dd2ee0f7ff 100644 --- a/Master/texmf-dist/bibtex/bst/rsc/angewnat.bst +++ b/Master/texmf-dist/bibtex/bst/rsc/angewnat.bst @@ -957,7 +957,10 @@ FUNCTION {mastersthesis} FUNCTION {misc} { output.bibitem format.authors output - title format.title output + title empty$ + 'skip$ + { title format.title output } + if$ howpublished output format.date output note output diff --git a/Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst b/Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst index 35bac3725ca..4d19f913005 100644 --- a/Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst +++ b/Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst @@ -797,7 +797,10 @@ FUNCTION {mastersthesis} FUNCTION {misc} { output.bibitem format.authors output - title format.title output + title empty$ + 'skip$ + { title format.title output } + if$ howpublished output year output note output diff --git a/Master/texmf-dist/bibtex/bst/rsc/rsc.bst b/Master/texmf-dist/bibtex/bst/rsc/rsc.bst index b7f65ed489b..a4347c61443 100644 --- a/Master/texmf-dist/bibtex/bst/rsc/rsc.bst +++ b/Master/texmf-dist/bibtex/bst/rsc/rsc.bst @@ -796,7 +796,10 @@ FUNCTION {mastersthesis} FUNCTION {misc} { output.bibitem format.authors output - title format.title output + title empty$ + 'skip$ + { title format.title output } + if$ howpublished output year output note output diff --git a/Master/texmf-dist/bibtex/bst/rsc/rscnat.bst b/Master/texmf-dist/bibtex/bst/rsc/rscnat.bst index caa6b896eec..7b19df66ed7 100644 --- a/Master/texmf-dist/bibtex/bst/rsc/rscnat.bst +++ b/Master/texmf-dist/bibtex/bst/rsc/rscnat.bst @@ -875,7 +875,10 @@ FUNCTION {mastersthesis} FUNCTION {misc} { output.bibitem format.authors output - title format.title output + title empty$ + 'skip$ + { title format.title output } + if$ howpublished output year output note output |