diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-15 16:33:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-15 16:33:25 +0000 |
commit | 88368e933cdb2ef6ab4ad9968c45c117182a8819 (patch) | |
tree | 7c64645ec57288532978f6e0376cf994d5a75bbf /Master/texmf-dist | |
parent | 31578e2b627b31fe6cb4ec4a34135eea84743e21 (diff) |
ijmart update (14oct07)
git-svn-id: svn://tug.org/texlive/trunk@5195 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/ijmart/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ijmart/ijmart.pdf | bin | 290552 -> 290700 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ijmart/ijmsample.pdf | bin | 390694 -> 390700 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/ijmart/ijmart.dtx | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ijmart/ijmart.cls | 2 |
5 files changed, 16 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/ijmart/README b/Master/texmf-dist/doc/latex/ijmart/README index 80d7b8ebc70..7fdd27ab152 100644 --- a/Master/texmf-dist/doc/latex/ijmart/README +++ b/Master/texmf-dist/doc/latex/ijmart/README @@ -8,3 +8,10 @@ of the amsart document class. This will help the authors already familiar with amsart to easily submit manuscripts for The Israel Journal of Mathematics or to put the preprints in http://www.arxiv.org with minimal changes in the LaTeX source. + +Changes: + +Version 1.1: Added environments namedprop and namedprop* for special + named propositions. + +Version 1.1a: Minor documentation updates. diff --git a/Master/texmf-dist/doc/latex/ijmart/ijmart.pdf b/Master/texmf-dist/doc/latex/ijmart/ijmart.pdf Binary files differindex 9407fea61d7..6ba62c21bc3 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 239b34671bb..021ad2e30ba 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 b37e509a394..52de2fe7d64 100644 --- a/Master/texmf-dist/source/latex/ijmart/ijmart.dtx +++ b/Master/texmf-dist/source/latex/ijmart/ijmart.dtx @@ -1,5 +1,5 @@ % \iffalse -% $Id: ijmart.dtx,v 1.38 2007-10-03 00:52:15 boris Exp $ +% $Id: ijmart.dtx,v 1.40 2007-10-14 19:03:38 boris Exp $ % % Copyright 2007, The Hebrew University Magnes Press % This work may be distributed and/or modified under the @@ -79,6 +79,7 @@ % \changes{v0.2}{2007/08/20}{First fully functional version} % \changes{v0.3}{2007/08/23}{Documentation update} % \changes{v1.0}{2007/09/03}{Documentation update} +% \changes{v1.1a}{2007/10/14}{Documentation update} % % %\section{Introduction} @@ -292,13 +293,13 @@ % % % \DescribeMacro{\author} \DescribeMacro{\address} -% \DescribeMacro{\curraddress} \DescribeMacro{\email} -% \DescribeMacro{\urladdress} The interface for specifying the authors +% \DescribeMacro{\curraddr} \DescribeMacro{\email} +% \DescribeMacro{\urladdr} The interface for specifying the authors % and their affiliations is close the the one of % \progname{amsart}~\cite{instr-l} (and different from the standard \LaTeX). % For each author a separate command |\author| should be used, -% followed by |\address| and (optionally) |\curraddress|, |\email| and -% |\urladdress|. The lines in the address should be divided by |\\|. +% followed by |\address| and (optionally) |\curraddr|, |\email| and +% |\urladdr|. The lines in the address should be divided by |\\|. % Like the newer versions of \progname{amsart}, \progname{ijmart} does % \emph{not} % require the doubling of the |@| symbols in the e-mail addresses. @@ -576,7 +577,7 @@ \ProvidesFile{ijmart.dtx} %</gobble> %<class>\ProvidesClass{ijmart} -[2007/10/01 v1.1 Typesetting articles for The Israel Journal of Mathematics] +[2007/10/14 v1.1a Typesetting articles for The Israel Journal of Mathematics] % \end{macrocode} % % \begin{macro}{\@classname} @@ -1082,7 +1083,7 @@ % \end{macro} % % \begin{macro}{\curraddrname} -% \begin{macro}{\emailddrname} +% \begin{macro}{\emailaddrname} % \begin{macro}{\urladdrname} % The keywords for the specific parts of the address (e-mail, % current address, etc.) depend on the language chosen. diff --git a/Master/texmf-dist/tex/latex/ijmart/ijmart.cls b/Master/texmf-dist/tex/latex/ijmart/ijmart.cls index f5aa8017d45..a58059a03cf 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} -[2007/10/01 v1.1 Typesetting articles for The Israel Journal of Mathematics] +[2007/10/14 v1.1a Typesetting articles for The Israel Journal of Mathematics] \def\@classname{ijmart}% \newif\ifijm@french \ijm@frenchfalse |