summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/resphilosophica
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-09-25 23:13:11 +0000
committerKarl Berry <karl@freefriends.org>2013-09-25 23:13:11 +0000
commitb128c11f5c42c64b3549ae4e27a4d2964d4db897 (patch)
tree5d94a16f5ce63e1d959f8f6ac46da7ef4673d1a1 /Master/texmf-dist/source/latex/resphilosophica
parent03fc7a2736082631478df7d4b54dc64df75060c8 (diff)
resphilosophica (25sep13)
git-svn-id: svn://tug.org/texlive/trunk@31768 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/resphilosophica')
-rw-r--r--Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx31
1 files changed, 29 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx
index 2b476ca0cea..b9b579a51ca 100644
--- a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx
+++ b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx
@@ -1,6 +1,6 @@
% \iffalse
%<*gobble>
-% $Id: resphilosophica.dtx,v 1.36 2013-08-27 18:26:55 boris Exp $
+% $Id: resphilosophica.dtx,v 1.37 2013-09-12 08:37:13 boris Exp $
%
% Copyright 2012-2013, Boris Veytsman <boris@varphi.com>
% This work may be distributed and/or modified under the
@@ -53,7 +53,7 @@
\ProvidesFile{resphilosophica.dtx}
%</gobble>
%<class>\ProvidesClass{resphilosophica}
-[2013/08/28 v1.14 Typesetting articles for Res Philosophica]
+[2013/09/12 v1.15 Typesetting articles for Res Philosophica]
%<*gobble>
% \end{macrocode}
%
@@ -73,6 +73,7 @@
% \changes{v1.12}{2013/07/13}{Bibliography changes}
% \changes{v1.13}{2013/08/14}{New options: preprint and forthcoming}
% \changes{v1.13}{2013/08/14}{New command: titlenote}
+% \changes{v1.15}{2013/09/13}{Added new bibliography command}
%
%\iffalse
% \begin{macrocode}
@@ -447,6 +448,32 @@
% \end{verbatim}
%
% \end{description}
+%
+% \DescribeMacro{\suppresscomma}
+% Sometimes Bib\TeX\ inserts an unwanted comma into an entry, for
+% example, in the following one:
+% \begin{verbatim}
+% @incollection{ande97a,
+% Address = {Macon, GA},
+% Author = {Anderson, Thomas C.},
+% Booktitle = {Concluding Unscientific Postscript to
+% \enquote{Philosophical Fragments,}},
+% Date-Modified = {2013-09-04 21:27:17 +0000},
+% Editor = {Robert Perkins},
+% Owner = {Andrew},
+% Pages = {187--204},
+% Publisher = {Mercer University Press},
+% Series = {International Kierkegaard Commentary},
+% Timestamp = {2013.09.04},
+% Title = {Kierkegaard and Approximation Knowledge},
+% Volume = {12},
+% Year = {1997}}
+% \end{verbatim}
+% The command \cs{suppresscomma} suppresses the next comma:
+% \begin{verbatim}
+% Booktitle = {Concluding Unscientific Postscript to
+% \enquote{Philosophical Fragments,\suppresscomma}},
+% \end{verbatim}
%
%
% \DescribeMacro{\AddtoEndMatter}