summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst5
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/angew.bst5
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/angewnat.bst5
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst5
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/rsc.bst5
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/rscnat.bst5
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