diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-23 22:57:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-23 22:57:06 +0000 |
commit | 25cd7ffff39c1c64eaa0f477cb51173aeb18eb2b (patch) | |
tree | 581979659271603059dbc202a5b326bed925c819 | |
parent | adc80d7a3ef83b1dff3402eaeaf362a65874c3c9 (diff) |
philex (23sep12)
git-svn-id: svn://tug.org/texlive/trunk@27785 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/philex/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/philex/philexmanual.pdf (renamed from Master/texmf-dist/doc/latex/philex/philexmanualb.pdf) | bin | 215518 -> 188739 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/philex/philexmanual.tex (renamed from Master/texmf-dist/doc/latex/philex/philexmanualb.tex) | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/philex/philex.sty | 6 |
4 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/philex/README b/Master/texmf-dist/doc/latex/philex/README new file mode 100644 index 00000000000..af200b24abc --- /dev/null +++ b/Master/texmf-dist/doc/latex/philex/README @@ -0,0 +1,5 @@ +Philex is a small package with additions to Wolfgang Sternefeld's linguex package (adapted to version 4.1). It provides extended functions for cross-referencing and repeating numbered and named sentences, additional formatting options and hyperref support. +Version: 1.01 +Author: Peter Pagin (with a contribution by Robin Fairbairns). +email: peter.pagin@philosophy.su.se +Date: 2012.09.22 diff --git a/Master/texmf-dist/doc/latex/philex/philexmanualb.pdf b/Master/texmf-dist/doc/latex/philex/philexmanual.pdf Binary files differindex 5f62e9a54f0..2d3c38ac3ba 100644 --- a/Master/texmf-dist/doc/latex/philex/philexmanualb.pdf +++ b/Master/texmf-dist/doc/latex/philex/philexmanual.pdf diff --git a/Master/texmf-dist/doc/latex/philex/philexmanualb.tex b/Master/texmf-dist/doc/latex/philex/philexmanual.tex index d9171ad4b4c..a6ed67d69ae 100644 --- a/Master/texmf-dist/doc/latex/philex/philexmanualb.tex +++ b/Master/texmf-dist/doc/latex/philex/philexmanual.tex @@ -35,12 +35,15 @@ \begin{document} \tracingassigns=3 -\title{The \tt philex \rm Package \\ version 1.0} +\title{The \tt philex \rm Package \\ version 1.01} \author{\aut} \date{\today, \now} \maketitle \reversemarginpar \setlength{\marginparwidth}{3cm} +\subsection*{Changes since version 1.0} +-- Bugfix: eliminated unwanted space after \verb+\rn{}+ cross-references. + \subsection*{Changes since version 0.9 (internal version)} -- \quad Adapted the package to version 4.1 of \verb+linguex+.\\ -- \quad Added two commands for label separation. diff --git a/Master/texmf-dist/tex/latex/philex/philex.sty b/Master/texmf-dist/tex/latex/philex/philex.sty index 1561ef4ba18..9da8c792932 100644 --- a/Master/texmf-dist/tex/latex/philex/philex.sty +++ b/Master/texmf-dist/tex/latex/philex/philex.sty @@ -1,8 +1,8 @@ %This is a small package with additions to Wolfgang Sternefeld's linguex package (adapted to version 4.1). It provides extended functions for cross-referencing and repeating numbered and named sentences, additional formatting options and hyperref support. %Author: Peter Pagin (with a contribution by Robin Fairbairns). %email: peter.pagin@philosophy.su.se -%Date: 2010.04.14 -%Version: 1.0 +%Date: 2012.09.22 +%Version: 1.01 \NeedsTeXFormat{LaTeX2e} @@ -326,7 +326,7 @@ \ifhyperref \hyperlink{#2}{\csname#2\endcsname}#1% \else -\csname#2\endcsname#1 +\csname#2\endcsname#1% \fi} %Repeating the sentence |