summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/rsc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-28 00:48:23 +0000
committerKarl Berry <karl@freefriends.org>2007-08-28 00:48:23 +0000
commitfd951640b3ad857a567696c834e0dd405f55b679 (patch)
treed7b1b3278b3e1b4589675b3f6bbcf99b3f151161 /Master/texmf-dist/bibtex/bst/rsc
parentc4aea58a9c90d90f443879cdfd2ab11a26f425cf (diff)
rsc update (26aug07)
git-svn-id: svn://tug.org/texlive/trunk@4831 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/rsc')
-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