summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-06-04 21:30:09 +0000
committerKarl Berry <karl@freefriends.org>2012-06-04 21:30:09 +0000
commitc20f618d10baab5b40ebb0314c51874acff22613 (patch)
treecb4840d9ebd0685c96a334210736efe5958c4e84
parentd6acfeb06ff13d3c0660455962c41593413d00a0 (diff)
philosophersimprint 1.2 (3jun12)
git-svn-id: svn://tug.org/texlive/trunk@26831 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/README6
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdfbin342205 -> 342120 bytes
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/sample.pdfbin113033 -> 112986 bytes
-rw-r--r--Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx7
-rw-r--r--Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls4
5 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/README b/Master/texmf-dist/doc/latex/philosophersimprint/README
index c548464ddae..7cd7211b3f0 100644
--- a/Master/texmf-dist/doc/latex/philosophersimprint/README
+++ b/Master/texmf-dist/doc/latex/philosophersimprint/README
@@ -20,4 +20,8 @@ Changes in version 1.1
- New formatting of journal URL
- Better handling of footnotes
- - Use for microtype if exists \ No newline at end of file
+ - Use for microtype if exists
+
+Changes in version 1.2
+
+ - Added trailing slash to the title page URL
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf b/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf
index dad187dbeff..11f156a2aee 100644
--- a/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf
+++ b/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf b/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf
index 0309d89048c..cd198dc617f 100644
--- a/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf
+++ b/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx b/Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx
index 56b61d1e390..2f8b051d45e 100644
--- a/Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx
+++ b/Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx
@@ -1,6 +1,6 @@
% \iffalse
%<*gobble>
-% $Id: philosophersimprint.dtx,v 1.39 2011-11-25 20:20:35 boris Exp $
+% $Id: philosophersimprint.dtx,v 1.40 2012-06-02 20:11:30 boris Exp $
%
% Copyright 2007, Boris Veytsman <boris@varphi.com>
% This work may be distributed and/or modified under the
@@ -52,7 +52,7 @@
\ProvidesFile{philosophersimprint.dtx}
%</gobble>
%<class>\ProvidesClass{philosophersimprint}
-[2011/11/25 v1.1 Typesetting articles for Philosophers' Imprint]
+[2012/06/01 v1.2 Typesetting articles for Philosophers' Imprint]
%<*gobble>
% \end{macrocode}
%
@@ -1136,6 +1136,7 @@
% \begin{macro}{\maketitle@simulated}
% \changes{v0.5}{2007/04/05}{Moved URL def outside hyperref check}
% \changes{v0.7}{2007/04/18}{Changed lengths and fonts}
+% \changes{v1.2}{2012/06/01}{Added trailing slash to the title page url}
% Simulated page should look more or less like the real one.
% \begin{macrocode}
\def\maketitle@simulated{%
@@ -1163,7 +1164,7 @@
\copyright\space\@copyrightinfo\fi\\[0.3ex]
\itshape
\edef\PHIM@url{%
- www.philosophersimprint.org/\@@journalvolume\@@journalnumber}
+ www.philosophersimprint.org/\@@journalvolume\@@journalnumber/}
\ifPHIM@hyperref\relax
\href{http://\PHIM@url}{\textcolor{black}{
\textless \PHIM@url\textgreater}}%
diff --git a/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls b/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls
index 73dc2dfff8f..12e1cfb27ef 100644
--- a/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls
+++ b/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{philosophersimprint}
-[2011/11/25 v1.1 Typesetting articles for Philosophers' Imprint]
+[2012/06/01 v1.2 Typesetting articles for Philosophers' Imprint]
\newif\ifPHIM@titleimage\PHIM@titleimagetrue
\DeclareOption{titleimage}{\PHIM@titleimagetrue}
\DeclareOption{notitleimage}{\PHIM@titleimagefalse}
@@ -296,7 +296,7 @@
\copyright\space\@copyrightinfo\fi\\[0.3ex]
\itshape
\edef\PHIM@url{%
- www.philosophersimprint.org/\@@journalvolume\@@journalnumber}
+ www.philosophersimprint.org/\@@journalvolume\@@journalnumber/}
\ifPHIM@hyperref\relax
\href{http://\PHIM@url}{\textcolor{black}{
\textless \PHIM@url\textgreater}}%