diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-06 01:06:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-06 01:06:49 +0000 |
commit | 48e45d82921aca1f3b8fe0bfc9ff3abbb4bb81b4 (patch) | |
tree | 1dd3e72b42458ab82e0602e083851490bf076daf | |
parent | 5213760b1531c996df6f85667642726485168754 (diff) |
ijmart 1.5 (4mar10)
git-svn-id: svn://tug.org/texlive/trunk@17336 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/ijmart/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ijmart/ijmart.pdf | bin | 295087 -> 283624 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ijmart/ijmsample.pdf | bin | 390704 -> 379710 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/ijmart/ijmart.dtx | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ijmart/ijmart.cls | 4 |
5 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/ijmart/README b/Master/texmf-dist/doc/latex/ijmart/README index ccb71c3e5eb..833d0c50a51 100644 --- a/Master/texmf-dist/doc/latex/ijmart/README +++ b/Master/texmf-dist/doc/latex/ijmart/README @@ -23,4 +23,6 @@ Version 1.3: Changed the typesetting of proofs that end by a math Changed table of contents formatting (again). Version 1.4: Fixed the bug inherited from amsart: now appendices - do not cause large indentations in table of contents
\ No newline at end of file + do not cause large indentations in table of contents + +Version 1.5: Added compatibility with babel diff --git a/Master/texmf-dist/doc/latex/ijmart/ijmart.pdf b/Master/texmf-dist/doc/latex/ijmart/ijmart.pdf Binary files differindex 3169c9aae6c..cf05e672dd1 100644 --- a/Master/texmf-dist/doc/latex/ijmart/ijmart.pdf +++ b/Master/texmf-dist/doc/latex/ijmart/ijmart.pdf diff --git a/Master/texmf-dist/doc/latex/ijmart/ijmsample.pdf b/Master/texmf-dist/doc/latex/ijmart/ijmsample.pdf Binary files differindex c2c0648334b..219047888f8 100644 --- a/Master/texmf-dist/doc/latex/ijmart/ijmsample.pdf +++ b/Master/texmf-dist/doc/latex/ijmart/ijmsample.pdf diff --git a/Master/texmf-dist/source/latex/ijmart/ijmart.dtx b/Master/texmf-dist/source/latex/ijmart/ijmart.dtx index 4e6cf0f6753..9fa3275d422 100644 --- a/Master/texmf-dist/source/latex/ijmart/ijmart.dtx +++ b/Master/texmf-dist/source/latex/ijmart/ijmart.dtx @@ -1,7 +1,7 @@ % \iffalse -% $Id: ijmart.dtx,v 1.47 2009-11-11 02:47:15 boris Exp $ +% $Id: ijmart.dtx,v 1.49 2010-03-03 03:50:11 boris Exp $ % -% Copyright 2007, The Hebrew University Magnes Press +% Copyright 2007-2010, The Hebrew University Magnes Press % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either % version 1.3 of this license or (at your option) any @@ -20,7 +20,7 @@ % derived file ijmart.cls % % \fi -% \CheckSum{860} +% \CheckSum{861} % % %% \CharacterTable @@ -608,7 +608,7 @@ \ProvidesFile{ijmart.dtx} %</gobble> %<class>\ProvidesClass{ijmart} -[2009/11/10 v1.4 Typesetting articles for The Israel Journal of Mathematics] +[2010/03/02 v1.5 Typesetting articles for The Israel Journal of Mathematics] % \end{macrocode} % % \begin{macro}{\@classname} @@ -1241,6 +1241,8 @@ % % \begin{macro}{\@starttoc} % \changes{v1.2}{2007/11/15}{Redefined} +% \changes{v1.5}{2010/03/02}{Added |\makeatletter| to make compatible +% with |babel|} % We also rewrite |\@starttoc| to make the type smaller. The % comments are again from \progname{amsart}: % \begin{macrocode} @@ -1282,7 +1284,7 @@ \leftmargin2.4pc \rightmargin\leftmargin \listparindent\z@ \itemindent\z@ \parsep\z@ \@plus\p@}% - \item[]% + \item[]\makeatletter% \small\@input{\jobname.#1}\endlist% \if@filesw \@xp\newwrite\csname tf@#1\endcsname diff --git a/Master/texmf-dist/tex/latex/ijmart/ijmart.cls b/Master/texmf-dist/tex/latex/ijmart/ijmart.cls index 999785d95c9..d48bbc31cf9 100644 --- a/Master/texmf-dist/tex/latex/ijmart/ijmart.cls +++ b/Master/texmf-dist/tex/latex/ijmart/ijmart.cls @@ -37,7 +37,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{ijmart} -[2009/11/10 v1.4 Typesetting articles for The Israel Journal of Mathematics] +[2010/03/02 v1.5 Typesetting articles for The Israel Journal of Mathematics] \def\@classname{ijmart}% \newif\ifijm@french \ijm@frenchfalse @@ -263,7 +263,7 @@ \leftmargin2.4pc \rightmargin\leftmargin \listparindent\z@ \itemindent\z@ \parsep\z@ \@plus\p@}% - \item[]% + \item[]\makeatletter% \small\@input{\jobname.#1}\endlist% \if@filesw \@xp\newwrite\csname tf@#1\endcsname |