summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst53
-rw-r--r--Master/texmf-dist/doc/latex/resphilosophica/README2
-rw-r--r--Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdfbin387099 -> 387153 bytes
-rw-r--r--Master/texmf-dist/doc/latex/resphilosophica/rpsample.bib46
-rw-r--r--Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdfbin96232 -> 98500 bytes
-rw-r--r--Master/texmf-dist/doc/latex/resphilosophica/rpsample.tex7
-rw-r--r--Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx5
-rw-r--r--Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls2
8 files changed, 89 insertions, 26 deletions
diff --git a/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst b/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst
index 86f0be4e6fd..72e5f38b7c2 100644
--- a/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst
+++ b/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst
@@ -959,6 +959,11 @@ FUNCTION {format.booktitle}
FUNCTION {format.in.ed.booktitle}
{ format.booktitle duplicate$ empty$ 'skip$
{
+ format.edition duplicate$ empty$ 'pop$
+ {
+ ", " swap$ * *
+ }
+ if$
editor "editor" format.names.ed duplicate$ empty$ 'pop$
{
bbl.edby
@@ -1061,7 +1066,7 @@ FUNCTION {article}
emphasize
"journal" output.check
add.blank
- format.vol.num.pages output
+ format.vol.num.pages output
}
{ format.article.crossref output.nonnull
format.pages output
@@ -1087,16 +1092,21 @@ FUNCTION {book}
format.date "year" output.check
date.block
format.btitle "title" output.check
+ edition empty$
+ 'skip$
+ {new.sentence
+ format.edition output}
+ if$
+ titlenote empty$
+ 'skip$
+ { new.sentence
+ titlenote output }
+ if$
crossref missing$
{ new.sentence
format.bvolume output
new.block
format.number.series output
- titlenote empty$
- 'skip$
- { new.sentence
- titlenote output }
- if$
new.sentence
format.publisher.address output
}
@@ -1106,7 +1116,6 @@ FUNCTION {book}
}
if$
new.sentence
- format.edition output
new.block
format.note output
fin.entry
@@ -1147,6 +1156,11 @@ FUNCTION {inbook}
format.date "year" output.check
date.block
format.btitle "title" output.check
+ edition empty$
+ 'skip$
+ {new.sentence
+ format.edition output}
+ if$
crossref missing$
{
new.sentence
@@ -1168,7 +1182,6 @@ FUNCTION {inbook}
format.book.crossref output.nonnull
}
if$
- format.edition output
new.block
format.note output
fin.entry
@@ -1181,20 +1194,19 @@ FUNCTION {incollection}
format.date "year" output.check
date.block
format.title "title" output.check
+ titlenote empty$
+ 'skip$
+ { new.sentence
+ titlenote output }
+ if$
new.block
crossref missing$
{ format.in.ed.booktitle "booktitle" output.check
format.bvolume output
format.number.series output
format.chapter.pages output
- titlenote empty$
- 'skip$
- { new.sentence
- titlenote output }
- if$
new.sentence
format.publisher.address output
- format.edition output
}
{ format.incoll.inproc.crossref output.nonnull
format.chapter.pages output
@@ -1216,11 +1228,6 @@ FUNCTION {inproceedings}
{ format.in.ed.booktitle "booktitle" output.check
format.bvolume output
format.number.series output
- titlenote empty$
- 'skip$
- { new.sentence
- titlenote output }
- if$
format.pages output
new.sentence
publisher empty$
@@ -1246,6 +1253,11 @@ FUNCTION {manual}
format.date "year" output.check
date.block
format.btitle "title" output.check
+ edition empty$
+ 'skip$
+ {new.sentence
+ format.edition output}
+ if$
titlenote empty$
'skip$
{ new.sentence
@@ -1254,7 +1266,6 @@ FUNCTION {manual}
organization address new.block.checkb
organization "organization" bibinfo.check output
address "address" bibinfo.check output
- format.edition output
new.block
format.note output
fin.entry
@@ -1678,7 +1689,7 @@ FUNCTION {begin.bib}
write$ newline$
"\providecommand{\url}[1]{\texttt{#1}}"
write$ newline$
- "\providecommand{\urlprefix}{URL:~}"
+ "\providecommand{\urlprefix}{}"
write$ newline$
"\providecommand{\doi}[1]{\url{http://dx.doi.org/#1}}"
write$ newline$}
diff --git a/Master/texmf-dist/doc/latex/resphilosophica/README b/Master/texmf-dist/doc/latex/resphilosophica/README
index 7280a3af5f6..8e498212472 100644
--- a/Master/texmf-dist/doc/latex/resphilosophica/README
+++ b/Master/texmf-dist/doc/latex/resphilosophica/README
@@ -7,6 +7,8 @@ This work was commissioned by the Saint Louis University.
Changes
+ version 1.12: Bibliography changes
+
version 1.11: Automatic doi generation
Bibliography formatting changes
diff --git a/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf b/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf
index 1e70cc97eb4..0326b4e79c9 100644
--- a/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf
+++ b/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.bib b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.bib
index cd6202b2451..53bd83a84e2 100644
--- a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.bib
+++ b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.bib
@@ -69,3 +69,49 @@
keywords = {bayesian, computational, neural-implementation,
probabilistic-inference, probabilistic-reasoning},
}
+
+@incollection{faga06a,
+ author = {Fagan, Andrew},
+ title = {Human Rights},
+ booktitle = {Internet Encyclopedia of Philosophy},
+ year = {2006},
+ bdsk-url-1 = {http://www.iep.utm.edu/h/hum-rts.htm},
+ owner = {Andrew},
+ timestamp = {2013.07.05},
+ url = {http://www.iep.utm.edu/h/hum-rts.htm},
+}
+
+@ARTICLE{bochnga,
+ author = {Bourget, David and David J. Chalmers},
+ title = {What Do Philosophers Believe?},
+ journal = {Philosophical Studies},
+ year = {Forthcoming},
+ pages = {(in press)},
+ date-modified = {2013-07-11 22:10:39 +0000},
+ owner = {Andrew},
+ timestamp = {2013.07.11}
+}
+
+@book{aqui51a,
+ Address = {Turin},
+ Author = {Aquinas},
+ Date-Added = {2013-07-11 22:09:46 +0000},
+ Date-Modified = {2013-07-15 03:00:18 +0000},
+ Edition = {5th},
+ Publisher = {Marietti},
+ Title = {Super Evangelium S. Matthaei lectura, Reportatio Leodegarii Bissuntini},
+ Titlenote = {Edited by R. Cai},
+ Year = {1951}}
+
+
+
+@Incollection{Mapas12,
+ author = {J. Mapas},
+ title = {Donald Davidson},
+ booktitle = {The Stanford Encyclopedia of Philosophy},
+ year = 2012,
+ edition = {Winter 2012},
+ editor = {Edward N. Zalta},
+ URL = {http://plato.stanford.edu/archives/win2012/entries/davidson/}
+}
+
diff --git a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf
index 678dccb0dca..6ba5489660d 100644
--- a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf
+++ b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.tex b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.tex
index 32259a81ca5..c7302ce5d2f 100644
--- a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.tex
+++ b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.tex
@@ -2,7 +2,8 @@
%\documentclass[manuscript]{resphilosophica}
\documentclass{resphilosophica}
\usepackage{kantlipsum}
-\title[A Sample Paper: A Template]{A Sample Paper:\\ A Template}
+\title[A Sample Paper: A Template]{A Sample Paper:\\ A
+ Template\protect\footnote{This is a footnote}}
\volumenumber{90}
\issuenumber{1--2}
\publicationyear{2013}
@@ -46,6 +47,7 @@
\end{abstract}
\maketitle
+\setcounter{footnote}{0}
\section{Introduction}
\label{sec:intro}
@@ -74,7 +76,8 @@
of, in accordance with the principles of the employment of the
paralogisms, time. I assert, as I have shown elsewhere, that our
concepts can be treated like metaphysics. See also \citep{Landau5},
- \citep{Hoff10}, \citep{Rao07:BeliefPropagation} and
+ \citep{Hoff10}, \citep{Rao07:BeliefPropagation}, \citep{faga06a},
+ \citep{bochnga}, \citep{aqui51a}, \citep{Mapas12} and
\citep{Knuth94:TheTeXbook}.}
\section{Discussion}
diff --git a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx
index bb90b2f474f..4337ddab6f1 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.25 2013-01-08 18:42:59 boris Exp $
+% $Id: resphilosophica.dtx,v 1.27 2013-07-21 17:53:47 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/01/08 v1.11 Typesetting articles for Res Philosophica]
+[2013/07/21 v1.12 Typesetting articles for Res Philosophica]
%<*gobble>
% \end{macrocode}
%
@@ -70,6 +70,7 @@
% odd}
% \changes{v1.10}{2012/09/19}{Bibliography changes}
% \changes{v1.11}{2013/01/08}{Bibliography changes}
+% \changes{v1.12}{2013/07/13}{Bibliography changes}
%
%\iffalse
% \begin{macrocode}
diff --git a/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls b/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls
index 70587b3f363..d2d37b9677b 100644
--- a/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls
+++ b/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{resphilosophica}
-[2013/01/08 v1.11 Typesetting articles for Res Philosophica]
+[2013/07/21 v1.12 Typesetting articles for Res Philosophica]
\RequirePackage{xkeyval}
\newif\ifRESP@fontauto
\RESP@fontautotrue