diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-15 23:38:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-15 23:38:50 +0000 |
commit | 70bc7be91da2a97b446d91c931352ef87c1683a7 (patch) | |
tree | 40332414cec9bee1718643d3f881b62653db9fc3 /Master/texmf-dist/bibtex | |
parent | 6752b8c70172a1caa4d65871d9f52615fc462445 (diff) |
resphilosophica (15nov15)
git-svn-id: svn://tug.org/texlive/trunk@38862 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst b/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst index 452c9c18df6..e077bfa10a7 100644 --- a/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst +++ b/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst @@ -1728,9 +1728,9 @@ FUNCTION {begin.bib} if$ "\begin{thebibliography}{" number.label int.to.str$ * "}" * write$ newline$ - "\providecommand{\enquote}[1]{``#1''}" + "\providecommand{\enquote}[1]{{}``#1''{}}" write$ newline$ - "\providecommand{\ensquote}[1]{`#1'}" + "\providecommand{\ensquote}[1]{{}`#1'{}}" write$ newline$ "\providecommand{\natexlab}[1]{#1}" write$ newline$ |