diff options
Diffstat (limited to 'Master/texmf-dist/source/latex')
19 files changed, 238 insertions, 1238 deletions
diff --git a/Master/texmf-dist/source/latex/amsrefs/00readme.txt b/Master/texmf-dist/source/latex/amsrefs/00readme.txt index 824654406e4..137a4ec01ea 100644 --- a/Master/texmf-dist/source/latex/amsrefs/00readme.txt +++ b/Master/texmf-dist/source/latex/amsrefs/00readme.txt @@ -1,4 +1,7 @@ -00readme.txt for amsrefs 2.02 [2007/10/01] +00readme.txt for amsrefs 2.03 [2007/10/22] + +See section III (REMARKS ON THIS RELEASE) for notes on the +compatibility of this release with previous releases. See also install.txt. There is a history of changes at the end of this file. @@ -124,9 +127,38 @@ II. GETTING STARTED ======================================================================== III. REMARKS ON THIS RELEASE -This is a bug-fix release. No new features have been implemented and, -except for bug fixes, this version should be backwards compatible with -version 2.0. +In brief, this release fixes a few bugs and implements one new +feature, the msc-links package option (see amsrdoc.pdf for more +information). + +In addition, there are two incompatibilities with previous releases: + +1) The backrefs option no longer automatically loads the hyperref + package. This change was made so that you can use the backrefs + feature without having to also enable hyperref links in your + document. If you wish both backrefs and hyperlinks, you must load + the hyperref package explicitly: + + \usepackage{hyperref} + \usepackage[backrefs]{amsrefs} + +2) In articles from journals that have an issue number but no volume + number, the issue number is now treated as a volume. This means + that articles that used to appear as, for example + + Inst. Hautes Itudes Sci. Publ. Math. (1997), no. 85, 97--191, + + will now be formatted as + + Inst. Hautes Itudes Sci. Publ. Math. \textbf{85} (1997), 97--191, + + in accordance with AMS house style. + +Other than that, except for bug fixes, this version should be +backwards compatible with version 2.0 and version 2.02. + +See section IV (CHANGE LOG) for a complete list of user-visible +changes. ======================================================================== IV. CHANGE LOG @@ -155,3 +187,28 @@ IV. CHANGE LOG * amsxport.dtx 2.01: -- Fixed bug in sort order of references. + +2007-10-22 amsrefs.dtx 2.03 + + -- .sty files now unpack into tex/latex/amsrefs instead of + tex/latex/amscls. + + * amsrefs.dtx 2.03: + -- Added the msc-links option. + -- \nocite no longer produces a back reference with the backrefs + option. + -- The backrefs option no longer automatically loads hyperref. + -- Fixed support for showkeys (not showlabels, as incorrectly + stated in the release notes for 2.02) and the showkeys + notcite option. + -- Modified the bibdiv, bibchapter and bibsection environments + to set the page headings correctly for non-AMS document + classes. + -- For journals with issue numbers but no volumes, the issue + number is now treated as a volume number, per AMS house + style. + -- \cite and related commands can now be used within the fields + of a \bib item, for example, note={See also \cite{SokalB1998}} + + * textcmds.dtx 1.06: + -- Added \q for symmetry with \qq. diff --git a/Master/texmf-dist/source/latex/amsrefs/ams-r1.ins b/Master/texmf-dist/source/latex/amsrefs/ams-r1.ins deleted file mode 100644 index c4a552ebcba..00000000000 --- a/Master/texmf-dist/source/latex/amsrefs/ams-r1.ins +++ /dev/null @@ -1,43 +0,0 @@ -%%% ==================================================================== -%%% @LaTeX-file{ -%%% filename = "ams-r1.ins", -%%% version = "1.04", -%%% date = "2001/12/24", -%%% time = "12:50:14 EST", -%%% author = "Michael J Downes", -%%% address = "American Mathematical Society, -%%% Publications Technical Group, -%%% PO Box 6248, -%%% Providence, RI 02940, -%%% USA", -%%% email = "tech-support@ams.org", -%%% URL = "http://www.ams.org/", -%%% abstract = "A docstrip batch file for the amsrefs package", -%%% checksum = "21160 39 121 1555", -%%% docstring = "The checksum field, produced by Robert Solovay's -%%% checksum utility, gives CRC-16 checksum, lines, -%%% words, and characters.", -%%% } -%%% ==================================================================== -\def\batchfile{ams-r1.ins} -\input docstrip.tex -\preamble -\endpreamble -\keepsilent -\generateFile{pcatcode.sty}{f}{\from{pcatcode.dtx}{}} -\generateFile{ifoption.sty}{f}{\from{ifoption.dtx}{}} -\generateFile{rkeyval.sty}{f}{\from{rkeyval.dtx}{}} -\generateFile{amsrefs.sty}{f}{\from{amsrefs.dtx}{pkg}} -\generateFile{textcmds.sty}{f}{\from{textcmds.dtx}{pkg}} -\generateFile{mathscinet.sty}{f}{\from{mathscinet.dtx}{}} -%\generateFile{amsjpa.sty}{f}{\from{amsjpa.dtx}{}} -% Remove \endinput from postamble -\postamble -\endpostamble -\generateFile{amsrn.bst}{f}{\from{amsxport.dtx}{bst,sort,plain}} -\generateFile{amsru.bst}{f}{\from{amsxport.dtx}{bst,plain}} -\generateFile{amsra.bst}{f}{\from{amsxport.dtx}{bst,sort,alpha}} -\generateFile{amsry.bst}{f}{\from{amsxport.dtx}{bst,sort,alpha,y2k}} -\generateFile{amsrs.bst}{f}{\from{amsxport.dtx}{bst,sort,short}} -%\generateFile{amsj.bib}{f}{\from{amsxport.dtx}{abbrevs}} -\endinput diff --git a/Master/texmf-dist/source/latex/amsrefs/amsrdoc.tex b/Master/texmf-dist/source/latex/amsrefs/amsrdoc.tex index dd6256e88a7..32e80465a12 100644 --- a/Master/texmf-dist/source/latex/amsrefs/amsrdoc.tex +++ b/Master/texmf-dist/source/latex/amsrefs/amsrdoc.tex @@ -1,9 +1,9 @@ %%% ==================================================================== %%% @TeX-file{ %%% filename = "amsrdoc.tex", -%%% version = "1.01", -%%% date = "01 October 2007", -%%% time = "15:45:17 EDT", +%%% version = "1.02", +%%% date = "16 October 2007", +%%% time = "20:07:41 EDT", %%% author = "David M. Jones", %%% email = "tech-support@ams.org", %%% URL = "http://www.ams.org/", @@ -15,7 +15,7 @@ %%% supported = "yes", %%% abstract = "User's documentation for the amsrefs %%% package", -%%% checksum = "02179 1718 7071 56725", +%%% checksum = "13620 1724 7095 56900", %%% docstring = "The checksum field above contains a CRC-16 %%% checksum as the first value, followed by the %%% equivalent of the standard UNIX wc (word @@ -65,7 +65,7 @@ \title{User's Guide to the \pkg{amsrefs} Package} \author{David M. Jones\\American Mathematical Society} -\date{October 1, 2007} +\date{October 16, 2007} \begin{document} @@ -1305,6 +1305,12 @@ case). \end{description} +\item[msc-links] + +Redefine the \cn{MR} command to create hypertext links to the +MathSciNet database. This option will work only if the \pkg{hyperref} +package is installed. + \item[nobysame] If two or more consecutive bibliography items have the same authors, diff --git a/Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx b/Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx index 8882bafc2ee..56d623f7015 100644 --- a/Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx +++ b/Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx @@ -1,9 +1,9 @@ %%% ==================================================================== %%% @LaTeX-doc-source-file{ %%% filename = "amsrefs.dtx", -%%% version = "2.02", -%%% date = "2006/10/25", -%%% time = "11:13:05 EDT", +%%% version = "2.03", +%%% date = "2007/10/22", +%%% time = "10:22:13 EDT", %%% author = "Michael J Downes and David M. Jones", %%% address = "American Mathematical Society, %%% Publications Technical Group, @@ -17,13 +17,13 @@ %%% instead of being determined chiefly by the BibTeX %%% style file.", %%% copyright = "Copyright 2001, 2004, 2006, 2007 American -%%% Mathematical Society.", +%%% Mathematical Society.", %%% license = "Unlimited copying and redistribution of this file %%% are permitted as long as this file is not %%% modified. Modifications, and distribution of %%% modified versions, are permitted, but only if %%% the resulting file is renamed.", -%%% checksum = "24451 8100 25457 244022", +%%% checksum = "57935 8186 25806 247374", %%% docstring = "The checksum field, produced by Robert Solovay's %%% checksum utility, gives CRC-16 checksum, lines, %%% words, and characters.", @@ -861,7 +861,7 @@ % Standard declaration of package name and date. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{amsrefs}[2006/10/25 v2.02] +\ProvidesPackage{amsrefs}[2007/10/22 v2.03] % \end{macrocode} % % \begin{macro}{\amsrefs@warning@nl} @@ -1284,6 +1284,10 @@ % \end{macrocode} % % \begin{macrocode} +\DeclareBooleanOption{msc-links} +% \end{macrocode} +% +% \begin{macrocode} \ExecuteOptions{numeric,traditional-quotes,sorted-cites,compressed-cites} \ProcessOptions\relax @@ -1293,19 +1297,27 @@ % % \begin{macrocode} \IfOption{backrefs}{% - \IfFileExists{hyperref.sty}{% - \RequirePackage{hyperref}[1999/07/08] - }{}% \IfFileExists{backref.sty}{% \RequirePackage{backref}[1999/05/30] - }{}% + }{% + \amsrefs@warning@nl{The backrefs option cannot be used^^J% + unless the backref package is also installed.^^J% + (backref is part of the hyperref package)}% + }% +}{} + +\IfOption{msc-links}{% + \IfFileExists{hyperref.sty}{% + \RequirePackage{hyperref}[1999/07/08] + }{ + \amsrefs@warning@nl{The msc-links option cannot be used^^J% + unless the hyperref package is installed}% + }% }{} % \end{macrocode} % % \subsubsection{The \opt{?} option} % -% Note that in the following auxiliary package list, \pkg{getwidth} -% is not (yet) included. % \begin{macrocode} \IfOption{?}{% \typeout{^^J% @@ -2662,6 +2674,10 @@ % \end{macro} % % \begin{macro}{\bib@field@patches} +% Depending on your point of view, this macro either puts the +% bibitem into a canonical form or, alternatively, it fudges the +% data to fit our model. Either way, it simplifies formatting the +% bibliography. % \begin{macrocode} \def\bib@field@patches{% \ifx\bib'author\@empty @@ -2707,6 +2723,18 @@ \let\bib'date\@empty \fi % \end{macrocode} +% Some journals have ``numbers'' but no ``volumes''. AMS house +% style is to treat the number as volume. +% \begin{macrocode} + \ifx\setbib@@\setbib@article + \ifx\bib'volume\@empty + \ifx\bib'number\@empty\else + \let\bib'volume\bib'number + \let\bib'number\@empty + \fi + \fi + \fi +% \end{macrocode} % \cs{bib'language} is used for producing the printed rendition of % the language. \cs{bib@language} needs to be in the form required by % \cn{selectlanguage}. @@ -3001,8 +3029,10 @@ % \begin{macrocode} \def\bibcite@write#1{% \if@filesw - \let\citesel\citesel@write - \csname b@#1\endcsname + \begingroup + \let\citesel\citesel@write + \csname b@#1\endcsname + \endgroup \fi } % \end{macrocode} @@ -3011,10 +3041,8 @@ % \begin{macro}{\citesel@write} % \begin{macrocode} \def\citesel@write#1#2#3#4#5{% - \begingroup - \toks@{{#3}{#4}}% - \immediate\write\@auxout{\string\bibcite{\CurrentBib}{\the\toks@}}% - \endgroup + \toks@{{#3}{#4}}% + \immediate\write\@auxout{\string\bibcite{\CurrentBib}{\the\toks@}}% } % \end{macrocode} % \end{macro} @@ -3039,13 +3067,38 @@ % \end{macrocode} % \end{macro} % +% \begin{macro}{\bib@div@mark} +% The AMS document classes automatically take care of the page +% marks for \cn{section*} and \cn{chapter*}, but for the standard +% classes, we need to make sure that \cn{@mkboth} gets invoked. +% \begin{macrocode} +\let\bib@div@mark\@gobble +% \end{macrocode} +% This is verbose, but probably safer than any alternative. +% \begin{macrocode} +\@ifclassloaded{amsbook}{}{% + \@ifclassloaded{amsart}{}{% + \@ifclassloaded{amsproc}{}{% + \def\bib@div@mark#1{% + \@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}% + }% + }% + }% +} +% \end{macrocode} +% \end{macro} +% % \begin{environment}{bibchapter} % We need to take a little extra trouble here to pre-expand the % \cn{bibname}. % \begin{macrocode} \newenvironment{bibchapter}[1][\bibname]{% \begingroup - \protected@edef\@{\endgroup\protect\chapter*{#1}}% + \protected@edef\@{% + \endgroup + \protect\chapter*{#1}% + \protect\bib@div@mark{#1}% + }% \@ }{\par} % \end{macrocode} @@ -3056,7 +3109,11 @@ % \begin{macrocode} \newenvironment{bibsection}[1][\refname]{% \begingroup - \protected@edef\@{\endgroup\protect\section*{#1}}% + \protected@edef\@{% + \endgroup + \protect\section*{#1}% + \protect\bib@div@mark{#1}% + }% \@ }{\par} % \end{macrocode} @@ -3888,6 +3945,7 @@ % \begin{macrocode} \newcommand{\othercites}[1]{% \cite@begingroup + \let\BackCite\@gobble \let\cite@endgroup\@empty \def\citelist{\othercitelist}% \cites{#1}% @@ -4484,7 +4542,11 @@ \let\hyper@anchorstart\@gobble \let\hyper@anchorend\relax }% - \@ifpackageloaded{showlabels}{}{% + \@ifpackageloaded{showkeys}{% + \@ifpackagewith{showkeys}{notcite}{% + \let\ar@SK@cite\@gobble + }{} + }{% \let\ar@SK@cite\@gobble \let\SK@@label\@gobble \let\SK@\@gobbletwo @@ -6893,7 +6955,7 @@ % % \begin{macro}{\@scanforMR} % \begin{macrocode} -\def\@scanforMR#1#2#3#4\@nil{% +\def\strip@MRprefix#1#2#3#4\@nil{% \def\@tempa{#1#2#3#4}% \if#1M% \if#2R% @@ -6909,7 +6971,7 @@ \def\MR#1{% \relax\ifhmode\unskip\spacefactor3000 \space\fi \begingroup - \@scanforMR#1\@nil + \strip@MRprefix#1\@nil \edef\@tempa{MR\@nx\MRhref{\@tempa}{\@tempa}}% \@xp\endgroup \@tempa @@ -7285,21 +7347,34 @@ % \end{macrocode} % % \subsubsection{The \opt{backrefs} option} -% +% Rather than checking for the \opt{backrefs} option \emph{per se}, +% we check to see if the \pkg{backref} package is loaded. This +% accomodates authors who load the \pkg{backref} package explicitly +% but do not pass the \opt{backrefs} option to \pkg{amsrefs}. % \begin{macrocode} -\IfOption{backrefs}{% - \let\PrintBackRefs\print@backrefs - \@ifundefined{Hy@backout}{% - \amsrefs@warning{backref option requires hyperref package}% - }{% +\AtBeginDocument{% + \@ifpackageloaded{backref}{% + \let\PrintBackRefs\print@backrefs \let\BackCite\back@cite - \AtBeginDocument{% - \let\ams@saved@toc\tableofcontents - \@starttoc{brf}{}% - \let\tableofcontents\ams@saved@toc - }% - }% -}{% +% \end{macrocode} +% The \pkg{backref} package uses \cn{@starttoc} inside +% \cn{thebibliography} to open and read the \fn{.brf} file. We +% could do something similar with \cn{biblist}, but it seems +% cleaner to use \cn{AtBeginDocument}. Unfortunately, \cls{amsart} +% redefines \cn{@starttoc} in a way that interacts badly with this +% use. So, we inline the relevant parts of \cn{@starttoc} here. +% (The group and \cn{makeatletter} are unnecessary at present, but +% I'll leave them in as future-proofing.) +% \begin{macrocode} + \begingroup + \makeatletter + \@input{\jobname.brf}% + \if@filesw + \newwrite\tf@brf + \immediate\openout\tf@brf \jobname.brf\relax + \fi + \endgroup + }{}% } % \end{macrocode} % @@ -7309,7 +7384,7 @@ \IfOption{citation-order}{% \IfOption{alphabetic}{% \amsrefs@warning@nl{% - The 'citation-order' and 'alphabetic' options are + The citation-order and alphabetic options are incompatible% }% }{ @@ -7432,8 +7507,8 @@ \def\bibtex@style{amsry}% }{% \amsrefs@warning@nl{% - The 'y2k' option can only be used with the^^J% - 'alphabetic' option% + The y2k option can only be used with the^^J% + alphabetic option% }% } }{} @@ -7447,6 +7522,36 @@ }{} % \end{macrocode} % +% \subsubsection{The \opt{msc-links} option} +% +% \begin{macrocode} +\IfOption{msc-links}{% +% \end{macrocode} +% Unless you're using pdf\TeX, links cannot be broken across +% lines, which causes problems for long-form MR numbers such as +% ``MR2149145 (2006d:01012)''. To mitigate the problem, we +% manually break such numbers into two separate links. +% \begin{macrocode} + \@ifundefined{href}{}{% + \def\parse@MR#1 (#2)#3\@nil{% + \def\MR@url{http://www.ams.org/mathscinet-getitem?mr=#1}% + \def\@tempd{#1}% + \def\@tempe{#2}% + }% + \def\MRhref#1#2{% + \begingroup + \parse@MR#1 ()\@empty\@nil% + \href{\MR@url}{\@tempd\vphantom{()}}% + \ifx\@tempe\@empty + \else + \ \href{\MR@url}{(\@tempe)}% + \fi + \endgroup + }% + }{} +}{} +% \end{macrocode} +% % \subsubsection{The \opt{author-year} option} % % Here ends the \pkg{amsrefs} package, unless the \opt{author-year} @@ -8077,5 +8182,5 @@ \endinput % \end{macrocode} % -% \CheckSum{5058} +% \CheckSum{5139} % \Finale diff --git a/Master/texmf-dist/source/latex/amsrefs/amsrefs.faq b/Master/texmf-dist/source/latex/amsrefs/amsrefs.faq deleted file mode 100644 index 5df8c651b32..00000000000 --- a/Master/texmf-dist/source/latex/amsrefs/amsrefs.faq +++ /dev/null @@ -1,28 +0,0 @@ -amsrefs.faq [2007/10/01] American Mathematical Society - -Frequently asked questions about the amsrefs package and its companion -packages. - -Suggestions? Please send mail to tech-support@ams.org. - ------------------------------------------------------------------------- -1) Where should I look for documentation? - -User documentation is found in the file amsrdoc.pdf. - -Some example files (cite-xa.tex, cite-xb.tex, cite-xh.tex, cite-xs.tex -and gktest.ltb) are also provided. - -2) How do I define my own bibliography style? - -For information on customizing the formatting of references, see -amsrefs.pdf, especially sections 4, 6.10 and 6.27. - -3) I'm trying to use amsrefs with hyperref, but various bad things -are happening. - -Unlike most packages, which must be loaded before hyperref, amsrefs -must be loaded *after* hyperref: - - \usepackage{hyperref} - \usepackage{amsrefs} diff --git a/Master/texmf-dist/source/latex/amsrefs/amsrefs.ins b/Master/texmf-dist/source/latex/amsrefs/amsrefs.ins index b7fa56abc72..39575a39617 100644 --- a/Master/texmf-dist/source/latex/amsrefs/amsrefs.ins +++ b/Master/texmf-dist/source/latex/amsrefs/amsrefs.ins @@ -7,7 +7,7 @@ \preamble \endpreamble -\usedir{tex/latex/amscls} +\usedir{tex/latex/amsrefs} \generate{% \file{amsrefs.sty}{\from{amsrefs.dtx}{pkg}} diff --git a/Master/texmf-dist/source/latex/amsrefs/cite-xa.tex b/Master/texmf-dist/source/latex/amsrefs/cite-xa.tex deleted file mode 100644 index d6930f7cbf1..00000000000 --- a/Master/texmf-dist/source/latex/amsrefs/cite-xa.tex +++ /dev/null @@ -1,221 +0,0 @@ -\documentclass{article} -\usepackage[author-year]{amsrefs} - -\newcommand{\latin}{\emph} - -\begin{document} - -\title{Evolutionary walks through a land plant morphospace} -\author{Karl J. Niklas} -\def\jinfo{Journal of Experimental Botany, Vol. 50, No. 330, pp. 39-52, - January 1999, \copyright\ Oxford University Press 1999} - -\maketitle -\section{Introduction} - -Wright's protocol has been successfully recast in terms of spatial -domains containing all (or at least many) of the conceivable -morphological variants (`morphospaces' \latin{sensu} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%Thomas and Reif, 1993). -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\ocite{TR93}). -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -In this paper, I review the construction of a morphospace for early land -plants -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%(Niklas and Kerchner, 1984; Niklas, 1997a, b) -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\cites{NK84,N97-adaptive-walks,N97-effects} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -and show how it can be used \ldots. - -\ldots\ horizontally cantilevered branches impose the largest bending -moments on subtending branches -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%(Niklas, 1992, 1994a). -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\cites{N92,N94-allometry}. -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\ldots\ This definition removes the sharp dichotomy said to exist -between `object' and `process' complexity (i.e. the number of different -parts in an organic system versus the number of different interactions -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%among them; McShea, 1996). -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -among them \cite{M96}). -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\ldots\ fossil record for Devonian and Carboniferous vascular land -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%plants (Niklas et al., 1980, 1983; Gensel and Andrews, 1984). -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -plants \cites{NTK80,NTK83,GA84}. -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\begin{bibsection} -\begin{biblist} - -\bib*{HSW80}{collection}{ - editor={Hecht, M.}, - editor={Steere, W.}, - editor={Wallace, B.}, - date={1980}, - title={Evolutionary biology}, - publisher={Plenum Publishing}, - address={New York}, -} - -\bib{fn95}{article}{ - author={Farnsworth, K. D.}, - author={Niklas, K. J.}, - date={1995}, - title={Theories of optimization, form and function in branching - architectures in plants}, - journal={Functional Ecology}, - volume={9}, - pages={355\ndash 363}, -} - -\typeout{} -\typeout{ [Testing some of the amsrefs warning messages ...]} - -\bib{GMW81}{book}{ - author={Gill, P. E.}, - author={Murray, W.} - author={Wright, M. H.}, - date={1981}, - title={Practical optimization}, - publisher={Academic Press}, - address={London}, -} - -\bib{GA84}{book}{ - author={Gensel, P. G.}, - author={Andrews, H. N.}, - date={1984}, - title={Plant life in the Devonian}, - publisher={Praeger Press}, - address={New York}, -} - -\bib{M96}{article}{ - author={McShea, D. W.}, - date={1996}, - title={Metazoan complexity and evolution: is there a trend}, - journal={Evolution}, - volume={50}, - pages={477\ndash 492}, -} - -\bib{MWWW73}{book}{ - author={Meredith, D. D.}, - author={Wong, K. W.}, - author={Woodhead, R. W.}, - author={Wortman, R. H.}, - date={1973}, - title={Design and planning of engineering systems}, - publisher={Prentice-Hall}, - address={Englewood Cliffs, New Jersey}, -} - -\bib{N92}{book}{ - author={Niklas, K. J.}, - date={1992}, - title={Plant biomechanics: an engineering approach to plant form and - function}, - publisher={University of Chicago Press}, - address={Illinois}, -} - -\bib{N94-allometry}{book}{ - author={Niklas, K. J.}, - date={1994}, - title={Plant allometry: the scaling of form and process}, - publisher={University of Chicago Press}, - address={Illinois}, -} - -\bib{N94-simulation}{article}{ - author={Niklas, K. J.}, - date={1994}, - title={Simulation of organic shape: the roles of phenomenology and - mechanism}, - journal={Journal of Morphology}, - volume={219}, - pages={243\ndash 246}, -} - -\bib{N97-adaptive-walks}{article}{ - author={Niklas, K. J.}, - date={1997}, - title={Adaptive walks through fitness landscapes for early vascular - land plants}, - journal={American Journal of Botany}, - volume={84}, - pages={16\ndash 25}, -} - -\bib{N97-effects}{article}{ - author={Niklas, K. J.}, - date={1997}, - title={Effects of hypothetical developmental barriers and abrupt - environmental changes on adaptive walks in a computer-generated - domain for early vascular land plants}, - journal={Paleobiology}, - volume={23}, - pages={63\ndash 76}, -} - -\bib{NK84}{article}{ - author={Niklas, K. J.}, - author={Kerchner, V.}, - date={1984}, - title={Mechanical and photosynthetic constraints on the evolution of - plant shape}, - journal={Paleobiology}, - volume={10}, - pages={79\ndash 101}, -} - -\bib{NTK80}{article}{ - author={Niklas, K. J.}, - author={Tiffney, B. H.}, - author={Knoll, A. H.}, - date={1980}, - title={Apparent changes in the diversity of fossil plants: a - preliminary assessment}, - xref={HSW80}, - volume={12}, - pages={1\ndash 89}, -} - -\bib{NTK83}{article}{ - author={Niklas, K. J.}, - author={Tiffney, B. H.}, - author={Knoll, A. H.}, - date={1983}, - title={Patterns in vascular land plant diversification}, - journal={Nature}, - volume={303}, - pages={614\ndash 616}, -} - -\bib{TR93}{article}{ - author={Thomas, R. D. K.}, - author={Reif, W.-E.}, - % This is just to show what the warning looks like for an empty field: - author={}, - date={1993}, - title={The skeleton space: a finite set of organic designs}, - journal={Evolution}, - volume={47}, - pages={341\ndash 360}, -} - -\end{biblist} -\end{bibsection} - -\end{document} diff --git a/Master/texmf-dist/source/latex/amsrefs/cite-xb.tex b/Master/texmf-dist/source/latex/amsrefs/cite-xb.tex deleted file mode 100644 index 5b7aa30f8d2..00000000000 --- a/Master/texmf-dist/source/latex/amsrefs/cite-xb.tex +++ /dev/null @@ -1,98 +0,0 @@ -\documentclass{amsart} - -\usepackage{amsrefs} - -\newtheorem{thm}{Theorem}[section] - -\begin{document} - -\title{Citation tests} - -\author{Michael Downes} - - The following examples are derived from - \emph{Homology manifold bordism} by Heather Johnston and Andrew - Ranicki (Trans.\ Amer.\ Math.\ Soc.\ \textbf{352} no 11 (2000), PII: S - 0002-9947(00)02630-1). - -\bigskip \noindent \rule{\columnwidth}{0.5pt}\par - -\setcounter{section}{3} - -The results of Johnston \cite{Jo} on homology -manifolds are extended here. It is not -possible to investigate transversality by -geometric methods---as in \cite{Jo} we employ -bordism and surgery instead. - -The proof of transversality is indirect, -relying heavily on surgery theory\mdash see -Kirby and Siebenmann \cite{KS}*{III, \S 1}, -Marin \cite{M} and Quinn \cite{Q3}. We shall -use the formulation in terms of topological -block bundles of Rourke and Sanderson -\cite{RS}. - -$Q$ is a codimension $q$ subspace by Theorem -4.9 of Rourke and Sanderson \cite{RS}. -(Hughes, Taylor and Williams \cite{HTW} -obtained a topological regular neighborhood -theorem for arbitrary submanifolds \dots.) - -Wall \cite{Wa}*{Chapter 11} obtained a -codimension $q$ splitting obstruction \dots. - -\dots\ following the work of Cohen \cite{Co} -on $PL$ manifold transversality. - -In this case each inverse image is -automatically a $PL$ submanifold of -codimension $\sigma$ (Cohen \cite{Co}), so -there is no need to use $s$-cobordisms. - -Quinn \cite{Q2}*{1.1} proved that \dots - -\begin{thm}[The additive structure of - homology manifold bordism, Johnston - \cite{Jo}] -\dots -\end{thm} - -For $m\geq 5$ the Novikov-Wall surgery theory -for topological manifolds gives an exact -sequence (Wall \cite{Wa}*{Chapter 10}. - -The surgery theory of topological manifolds -was extended to homology manifolds in Quinn -\cites{Q1,Q2} and Bryant, Ferry, Mio -and Weinberger \cite{BFMW}. - -The 4-periodic obstruction is equivalent to -an $m$-dimensional homology manifold, by -\cite{BFMW}. - -Thus, the surgery exact sequence of -\cite{BFMW} does not follow Wall \cite{Wa} in -relating homology manifold structures and -normal invariants. - -\dots\ the canonical $TOP$ reduction -(\cite{FP}) of the Spivak normal fibration of -$M$ \dots - -\begin{thm}[Johnston \cite{Jo}] -\dots -\end{thm} - -Actually \cite{Jo}*{(5.2)} is for $m\geq 7$, -but we can improve to $m\geq 6$ by a slight -variation of the proof as described below. - -(This type of surgery on a Poincar\'e space -is in the tradition of Lowell Jones -\cite{Jn}.) - -\bibliographystyle{amsxport} -\bibliography{jr} - -\end{document} diff --git a/Master/texmf-dist/source/latex/amsrefs/cite-xh.tex b/Master/texmf-dist/source/latex/amsrefs/cite-xh.tex deleted file mode 100644 index a40c04d88ea..00000000000 --- a/Master/texmf-dist/source/latex/amsrefs/cite-xh.tex +++ /dev/null @@ -1,111 +0,0 @@ -%&pdfelatex -%% This is intended to be a working example of using the amsrefs -%% backrefs option in conjunction with hyperref. It works for me using -%% pdflatex [mjd,2002-01-03]. Cf testbib.tex in the hyperref distrib. -%% -%% This is pdfTeX, Version 3.14159-14h-released-20010417 (Web2C 7.3.3.1) -%% (format=pdflatex 2001.12.21) -%% Package: hyperref 2000/01/22 v6.69c Hypertext links for LaTeX - -\documentclass{article} -\usepackage{times} -\usepackage[colorlinks,citecolor=red,pagebackref,hypertexnames=false]{hyperref} -\usepackage[backrefs]{amsrefs} - -\newtheorem{thm}{Theorem}[section] - -\providecommand{\MR}{} - -\begin{document} -\title{Testing amsrefs with the hyperref package} -\author{MJD} -\maketitle - - The following examples are derived from - \emph{Homology manifold bordism} by Heather Johnston and Andrew - Ranicki (Trans.\ Amer.\ Math.\ Soc.\ \textbf{352} no 11 (2000), PII: S - 0002-9947(00)02630-1). - -\setcounter{section}{3} -\section{Homology manifold bordism} - -The results of Johnston \cite{Jo} on homology -manifolds are extended here. It is not -possible to investigate transversality by -geometric methods---as in \cite{Jo} we employ -bordism and surgery instead. - -%Kirby and Siebenmann \cite{KS} (III,\S 1), -The proof of transversality is indirect, -relying heavily on surgery theory\mdash see -Kirby and Siebenmann \cite{KS}*{III, \S 1}, -Marin \cite{M} and Quinn \cite{Q3}. We shall -use the formulation in terms of topological -block bundles of Rourke and Sanderson -\cite{RS}. - -$Q$ is a codimension $q$ subspace by Theorem -4.9 of Rourke and Sanderson \cite{RS}. -(Hughes, Taylor and Williams \cite{HTW} -obtained a topological regular neighborhood -theorem for arbitrary submanifolds \dots.) - -%Wall \cite{Wa} (Chapter 11) obtained a -Wall \cite{Wa}*{Chapter 11} obtained a -codimension $q$ splitting obstruction \dots. - -\dots\ following the work of Cohen \cite{Co} -on $PL$ manifold transversality. - -In this case each inverse image is -automatically a $PL$ submanifold of -codimension $\sigma$ (Cohen \cite{Co}), so -there is no need to use $s$-cobordisms. - -%Quinn (\cite{Q2}, 1.1) proved that \dots -Quinn \cite{Q2}*{1.1} proved that \dots - -\begin{thm}[The additive structure of - homology manifold bordism, Johnston - \cite{Jo}] -\dots -\end{thm} - -For $m\geq 5$ the Novikov-Wall surgery theory -for topological manifolds gives an exact -sequence (Wall \cite{Wa}*{Chapter 10}. - -The surgery theory of topological manifolds -was extended to homology manifolds in Quinn -\cites{Q1,Q2} and Bryant, Ferry, Mio -and Weinberger \cite{BFMW}. - -The 4-periodic obstruction is equivalent to -an $m$-dimensional homology manifold, by -\cite{BFMW}. - -Thus, the surgery exact sequence of -\cite{BFMW} does not follow Wall \cite{Wa} in -relating homology manifold structures and -normal invariants. - -\dots\ the canonical $TOP$ reduction -(\cite{FP}) of the Spivak normal fibration of -$M$ \dots - -\begin{thm}[Johnston \cite{Jo}] -\dots -\end{thm} - -Actually \cite{Jo}*{(5.2)} is for $m\geq 7$, -but we can improve to $m\geq 6$ by a slight -variation of the proof as described below. - -(This type of surgery on a Poincar\'e space -is in the tradition of Lowell Jones -\cite{Jn}.) - -\bibliographystyle{amsxport} -\bibliography{jr} - -\end{document} diff --git a/Master/texmf-dist/source/latex/amsrefs/cite-xs.tex b/Master/texmf-dist/source/latex/amsrefs/cite-xs.tex deleted file mode 100644 index 15167b3b9f1..00000000000 --- a/Master/texmf-dist/source/latex/amsrefs/cite-xs.tex +++ /dev/null @@ -1,19 +0,0 @@ -\documentclass{amsart} -\usepackage{amsrefs} - -\begin{document} - -\section{Introduction} - -A single cite \cite{MR1451594} -and a multiple \cites{Weyl,Gould,Rob,MR95f:17013,Ser77}. -And then with an option in the middle: -\citelist{\cite{Rob} \cite{Gould} \cite{MR95f:17013}*{Chapter 18}}. - -\begin{bibsection} -\begin{biblist} -\bibselect{gktest} -\end{biblist} -\end{bibsection} - -\end{document} diff --git a/Master/texmf-dist/source/latex/amsrefs/gktest.ltb b/Master/texmf-dist/source/latex/amsrefs/gktest.ltb deleted file mode 100644 index 4236749372b..00000000000 --- a/Master/texmf-dist/source/latex/amsrefs/gktest.ltb +++ /dev/null @@ -1,440 +0,0 @@ -\documentclass{amsbook} -\usepackage{amsrefs} -\providecommand{\cyr}{} -\providecommand{\cprime}{\textprime} -\providecommand{\germ}{\mathfrak } - -\begin{document} -\begin{bibdiv} -\begin{biblist} - -\bib{MR58:27738}{book}{ - author={Andrews, G.~E.}, - title={The theory of partitions}, - publisher={Encyclopedia of Mathematics and its Applications, Vol. 2, - Addison-Wesley, Mass.-London-Amsterdam}, - date={1976}, -} - -\bib{MR90b:82001}{book}{ - author={Baxter, R.~J.}, - title={Exactly solved models in statistical mechanics}, - publisher={Academic Press Inc.}, - address={London}, - date={1989}, - ISBN={0-12-083182-1}, -} - -\bib{MR1451594}{article}{ - author={Benkart, G.}, - author={Kang, S.-J.}, - author={Melville, D.}, - title={Quantized enveloping algebras for Borcherds superalgebras}, - date={1998}, - ISSN={0002-9947}, - journal={Trans. Amer. Math. Soc.}, - volume={350}, - number={8}, - pages={3297\ndash 3319}, -} - -\bib{MR95d:17023}{article}{ - author={Benkart, G.}, - author={Kang, S.-J.}, - author={Misra, K.~C.}, - title={Indefinite Kac-Moody algebras of classical type}, - date={1994}, - ISSN={0001-8708}, - journal={Adv. Math.}, - volume={105}, - number={1}, - pages={76\ndash 110}, -} - -\bib{MR93d:17017}{article}{ - author={Chari, V.}, - author={Pressley, A.}, - title={Quantum affine algebras}, - date={1991}, - ISSN={0010-3616}, - journal={Comm. Math. Phys.}, - volume={142}, - number={2}, - pages={261\ndash 283}, -} - -\bib{MR26:2519}{book}{ - author={Curtis, Charles~W.}, - author={Reiner, Irving}, - title={Representation theory of finite groups and associative algebras}, - publisher={Interscience Publishers, a division of John Wiley \& Sons, New - York-London}, - date={1962}, - review={\MR{26 \#2519}}, -} - -\bib{Dr86}{incollection}{ - author={Drinfel$'$d, V.~G.}, - title={Quantum Groups}, - date={1987}, -conference={ - title={Proceedings of the International Congress of Mathematicians}, - address={Berkeley}, - date={1986} -}, - publisher={American Mathematical Society, Providence}, - pages={798\ndash 820}, -} - -\bib{MR94d:17032}{article}{ - author={Feingold, A.~J.}, - author={Frenkel, I.~B.}, - author={Ries, J.~F.~X.}, - title={Representations of hyperbolic Kac-Moody algebras}, - date={1993}, - ISSN={0021-8693}, - journal={J. Algebra}, - volume={156}, - number={2}, - pages={433\ndash 453}, -} - -\bib{MR84f:17004}{article}{ - author={Frenkel, I.~B.}, - author={Kac, V.~G.}, - title={Basic representations of affine Lie algebras and dual resonance - models}, - date={1981}, - ISSN={0020-9910}, - journal={Invent. Math.}, - volume={62}, - number={1}, - pages={23\ndash 66}, -} - -\bib{Gould}{article}{ - author={Gould, M.~D.}, - author={Zhang, R.~B.}, - author={Bracken, A.~J.}, - title={Quantum double construction for graded Hopf algebras}, - date={1993}, - journal={Bull. Austral. Math. Soc.}, - volume={47}, - pages={353\ndash 375}, -} - -\bib{MR1633090}{article}{ - author={Hong, J.}, - author={Kang, S.-J.}, - author={Miwa, T.}, - author={Weston, R.}, - title={Mixing of ground states in vertex models}, - date={1998}, - ISSN={0305-4470}, - journal={J. Phys. A}, - volume={31}, - number={28}, - pages={L515\ndash L525}, -} - -\bib{Jac1}{book}{ - author={Jacobson, N.}, - title={Basic algebra II}, - publisher={W. H. Freeman and Company}, - address={San Francisco}, - date={1980}, - ISBN={0-7167-1079-X (v. 2)}, -} - -\bib{MR98k:17037}{article}{ - author={Jeong, K.}, - author={Kang, S.-J.}, - author={Lee, H.}, - title={Lie-admissible algebras and Kac-Moody algebras}, - date={1997}, - ISSN={0021-8693}, - journal={J. Algebra}, - volume={197}, - number={2}, - pages={492\ndash 505}, -} - -\bib{Joseph}{book}{ - author={Joseph, A.}, - title={Quantum groups and their primitive ideals}, - publisher={Springer-Verlag}, - address={Berlin}, - date={1995}, - ISBN={3-540-57057-8}, -} - -\bib{Kac90}{book}{ - author={Kac, V.~G.}, - title={Infinite dimensional Lie algebras}, - edition={3}, - publisher={Cambridge University Press}, - address={Cambridge}, - date={1990}, - ISBN={0-521-37215-1; 0-521-46693-8}, -} - -\bib{KMW}{incollection}{ - author={Kac, V.~G.}, - author={Moody, R.~V.}, - author={Wakimoto, M.}, - title={On ${E}\sb {10}$}, - date={1988}, -conference={ - title={Differential geometrical methods in theoretical physics}, - address={Como}, - date={1987} -}, - publisher={Kluwer Acad. Publ.}, - address={Dordrecht}, - pages={109\ndash 128}, -} - -\bib{Ka93-1}{article}{ - author={Kang, S.-J.}, - title={Root multiplicities of the hyperbolic Kac-Moody Lie algebra - $HA\sp{(1)}\sb 1$}, - date={1993}, - ISSN={0021-8693}, - journal={J. Algebra}, - volume={160}, - number={2}, - pages={492\ndash 523}, -} - -\bib{MR94d:17033}{article}{ - author={Kang, S.-J.}, - title={On the hyperbolic Kac-Moody Lie algebra $HA\sb 1\sp - {(1)}$}, - date={1994}, - ISSN={0002-9947}, - journal={Trans. Amer. Math. Soc.}, - volume={341}, - number={2}, - pages={623\ndash 638}, -} - -\bib{MR97e:17041}{incollection}{ - author={Kang, S.-J.}, - title={Root multiplicities of graded Lie algebras}, - date={1996}, -conference={ - title={Lie algebras and their representations}, - address={Seoul}, - date={1995}, -}, - publisher={Amer. Math. Soc.}, - address={Providence, RI}, - pages={161\ndash 176}, -} - -\bib{MR1641035}{article}{ - author={Kang, S.-J.}, - author={Kashiwara, M.}, - title={Quantized affine algebras and crystals with core}, - date={1998}, - ISSN={0010-3616}, - journal={Comm. Math. Phys.}, - volume={195}, - number={3}, - pages={725\ndash 740}, -} - -\bib{MR93g:17027}{article}{ - author={Kang, S.-J.}, - author={Kashiwara, M.}, - author={Misra, K.~C.}, - author={Miwa, T.}, - author={Nakashima, T.}, - author={Nakayashiki, A.}, - title={Vertex models and crystals}, - date={1992}, - ISSN={0764-4442}, - journal={C. R. Acad. Sci. Paris S\'er. I Math.}, - volume={315}, - number={4}, - pages={375\ndash 380}, -} - -\bib{MR1464137}{article}{ - author={Kang, S.-J.}, - author={Kim, M.-H.}, - title={Borcherds superalgebras and a monstrous Lie superalgebra}, - date={1997}, - ISSN={0025-5831}, - journal={Math. Ann.}, - volume={307}, - number={4}, - pages={677\ndash 694}, -} - -\bib{MR95f:17013}{article}{ - author={Kang, S.-J.}, - author={Misra, K.~C.}, - title={Crystal bases and tensor product decompositions of $U\sb q(G\sb - 2)$-modules}, - date={1994}, - ISSN={0021-8693}, - journal={J. Algebra}, - volume={163}, - number={3}, - pages={675\ndash 691}, -} - -\bib{Kash90}{article}{ - author={Kashiwara, M.}, - title={Crystalizing the $q$-analogue of universal enveloping algebras}, - date={1990}, - journal={Comm. Math. Phys.}, - volume={133}, - pages={249\ndash 260}, -} - -\bib{Keng82}{book}{ - author={Keng, H.~L.}, - title={Introduction to number theory}, - publisher={Springer-Verlag}, - date={1982}, -} - -\bib{Wang}{article}{ - author={Li, W.~L.}, - title={Classification of generalized Cartan matrices of hyperbolic - type}, - date={1988}, - journal={Chinese Ann. Math. Ser. B}, - volume={9}, - number={1}, - pages={68\ndash 77}, -} - -\bib{MR98a:20041}{incollection}{ - author={Littelmann, P.}, - title={An effective method to classify nilpotent orbits}, - date={1996}, -conference={ - title={Algorithms in algebraic geometry and applications}, - address={Santander}, - year={1994} -}, - publisher={Birkh\"auser}, - address={Basel}, - pages={255\ndash 269}, -} - -\bib{MR2000d:17019}{article}{ - author={Littelmann, P.}, - title={Bases canoniques et applications}, - date={1998}, - ISSN={0303-1179}, - journal={Ast\'erisque}, - number={252}, - pages={Exp.\ No.\ 847, 5, 287\ndash 306}, - note={S\'eminaire Bourbaki. Vol.\ 1997/98}, -} - -\bib{MR92d:16032}{article}{ - author={Littelmann, P.}, - author={Procesi, C.}, - title={On the Poincar\'e series of the invariants of binary forms}, - date={1990}, - ISSN={0021-8693}, - journal={J. Algebra}, - volume={133}, - number={2}, - pages={490\ndash 499}, -} - -\bib{MR92g:20067}{incollection}{ - author={Littelmann, Peter}, - title={Good filtrations, decomposition rules and standard monomial - theory}, - date={1991}, -conference={ - title={Computational aspects of Lie group representations and - related topics}, - address={Amsterdam}, - date={1990} -}, - publisher={Math. Centrum Centrum Wisk. Inform.}, - address={Amsterdam}, - pages={89\ndash 106}, -} - -\bib{MR92b:14027}{incollection}{ - author={Littelmann, Peter}, - author={Procesi, Claudio}, - title={Equivariant cohomology of wonderful compactifications}, - date={1990}, -conference={ - title={Operator algebras, unitary representations, enveloping - algebras, and invariant theory}, - address={Paris}, - date={1989} -}, - publisher={Birkh\"auser Boston}, - address={Boston, MA}, - pages={219\ndash 262}, -} - -\bib{MR94m:17016}{book}{ - author={Lusztig, G.}, - title={Introduction to quantum groups}, - publisher={Birkh\"auser Boston Inc.}, - address={Boston, MA}, - date={1993}, - ISBN={0-8176-3712-5}, -} - -\bib{Nak96}{article}{ - author={Nakayashiki, A.}, - title={Fusion of the $q$-vertex operators and its applications - to solvable vertex models}, - date={1996}, - ISSN={0010-3616}, - journal={Commun. Math. Phys.}, - volume={177}, - number={2}, - pages={27\ndash 62}, -} - -\bib{Rob}{article}{ - author={Robinson, D.}, - title={On representations of the symmetric group}, - date={1938}, - journal={Amer. J. Math.}, - volume={60}, - pages={745\ndash 760}, -} - -\bib{Ser77}{book}{ - author={Serre, J.-P.}, - title={Linear representations of finite groups}, - publisher={Springer-Verlag}, - date={1977}, -} - -\bib{Weyl}{book}{ - author={Weyl, H.}, - title={Classical groups}, - edition={2}, - publisher={Princeton University Press}, - date={1946}, -} - -\bib{Young4}{article}{ - author={Young, A.}, - title={On quantitative substitutional analysis IV}, - date={1929}, - journal={Proc. Lond. Math. Soc. (2)}, - volume={31}, - pages={253\ndash 272}, -} - -\end{biblist} -\end{bibdiv} -\end{document} diff --git a/Master/texmf-dist/source/latex/amsrefs/ifoption.ins b/Master/texmf-dist/source/latex/amsrefs/ifoption.ins index b649b11c0b1..aa12c5f076d 100644 --- a/Master/texmf-dist/source/latex/amsrefs/ifoption.ins +++ b/Master/texmf-dist/source/latex/amsrefs/ifoption.ins @@ -7,7 +7,7 @@ \preamble \endpreamble -\usedir{tex/latex/amscls} +\usedir{tex/latex/amsrefs} \generate{ \file{ifoption.sty}{\from{ifoption.dtx}{}} diff --git a/Master/texmf-dist/source/latex/amsrefs/jr.bib b/Master/texmf-dist/source/latex/amsrefs/jr.bib deleted file mode 100644 index fdfc83c5689..00000000000 --- a/Master/texmf-dist/source/latex/amsrefs/jr.bib +++ /dev/null @@ -1,214 +0,0 @@ -@article{BFMW, - author={J. Bryant and S. Ferry and W. Mio and S. Weinberger}, - title={Topology of homology manifolds}, - journal={Ann. of Math.}, - volume={143}, - pages={435--467}, - year={1996}, - review={\MR{97b:57017}}, -} - -@article{Ch, - author={T. A. Chapman}, - title={Simple homotopy theory for {$ANR$}'s}, - journal={General Topology and its Applications}, - volume={7}, - pages={165--174}, - year={1977}, - review={\MR{58:18414}}, -} - -@article{Co, - author={M. Cohen}, - title={Simplicial structures and transverse cellularity}, - journal={Ann. of Math.}, - volume={85}, - pages={218--245}, - year={1967}, - review={\MR{35:1037}}, -} - -@incollection{FP, - author={S. Ferry and E. K. Pedersen}, - title={Epsilon surgery theory {I}}, - booktitle={Novikov Conjectures, Index Theorems and Rigidity, - Vol. 2 ({O}berwolfach, 1993)}, - series={Lond. Math. Soc. Lecture Note Ser.}, - volume={227}, - publisher={Cambridge University Press}, - year={1995}, - pages={167--226}, - review={\MR{97g:57044}}, -} - -@article{HTW, - author={B. Hughes and L. Taylor and B. Williams}, - title={Manifold approximate fibrations are approximately bundles}, - journal={Forum Math.}, - volume={3}, - pages={309--325}, - year={1991}, - review={\MR{92k:57040}}, -} - -@article{Jo, - author={H. Johnston}, - title={Transversality for homology manifolds}, - journal={Topology}, - volume={38}, - pages={673--697}, - year={1999}, - review={\MR{99k:57048}}, -} - -@article{Jn, - author={L. Jones}, - title={Patch spaces: a geometric representation for {P}oincar\'e - spaces}, - journal={Ann. of Math.}, - volume={97}, - pages={306--343}, - year={1973}, - note={102, 183--185 (1975) \MR{47:4269}; \MR{52:11930}}, -} - -@book{KS, - author={R. Kirby and L. Siebenmann}, - title={Foundational essays on topological manifolds, smoothings, and - triangulations}, - series={Ann. of Math. Study}, - volume={88}, - publisher={Princeton University Press}, - year={1977}, - review={\MR{58:31082}}, -} - -@article{LR, - author={N. Levitt and A. Ranicki}, - title={Intrinsic transversality structures}, - journal={Pacific J. Math.}, - volume={129}, - pages={85--144}, - year={1987}, - review={\MR{88m:57027}}, -} - -@article{M, - author={A. Marin}, - title={La transversalit\'e topologique}, - language={French}, - journal={Ann. of Math.}, - volume={106}, - pages={269--293}, - year={1977}, - review={\MR{57:10707}}, -} - -@article{Q1, - author={F. Quinn}, - title={Resolutions of homology manifolds, and the topological - characterization of manifolds}, - journal={Invent. Math.}, - volume={72}, - pages={264--284}, - year={1983}, - note={Corrigendum \textbf{85} (1986) 653}, - review={\MR{85b:57023}, \MR{87g:57031}}, -} - -@article{Q2, - author={F. Quinn}, - title={An obstruction to the resolution of homology manifolds}, - journal={Michigan Math. J.}, - volume={34}, - pages={284--291}, - year={1987}, - review={\MR{88j:57016}}, -} - -@article{Q3, - author={F. Quinn}, - title={Topological transversality holds in all dimensions}, - journal={Bull. Amer. Math. Soc.}, - volume={18}, - pages={145--148}, - year={1988}, - review={\MR{89c:57016}}, -} - -@article{R1, - author={A. Ranicki}, - title={The algebraic theory of surgery {II}. {A}pplications to topology}, - journal={Proc. Lond. Math. Soc.}, - volume={40}, - pages={193--287}, - year={1980}, - review={\MR{82f:57024b}}, -} - -@book{R2, - author={A. Ranicki}, - title={Exact sequences in the algebraic theory of surgery}, - series={Mathematical Notes}, - volume={26}, - publisher={Princeton University Press}, - year={1981}, - review={\MR{82h:57027}}, -} - -@book{R3, - author={A. Ranicki}, - title={Algebraic {$L$}--theory and topological manifolds}, - series={Cambridge Tracts in Mathematics}, - volume={102}, - publisher={Cambridge University Press}, - year={1992}, - review={\MR{94i:57051}}, -} - -@article{RS, - author={C. P. Rourke and B. J. Sanderson}, - title={On topological neighbourhoods}, - journal={Compositio Math.}, - volume={22}, - pages={387--425}, - year={1970}, - review={\MR{45:7720}}, -} - -@book{Wa, - author={C. T. C. Wall}, - title={Surgery on compact manifolds}, - edition={2}, - publisher={Academic Press}, - year={1970}, -} - -@book{Wei, - author={S. Weinberger}, - title={Nonlocally linear manifolds and orbifolds}, - series={Proc. 1994 Z\"urich ICM}, - pages={637--647}, - publisher={Birkh\"auser}, - year={1995}, - review={\MR{97g:57028}}, -} - -@book{Wein, - author={S. Weinberger}, - title={The topological classification of stratified spaces}, - series={Chicago Lectures in Mathematics}, - publisher={University of Chicago Press}, - year={1994}, - review={\MR{96b:57024}}, -} - -@article{Wes, - author={J. West}, - title={Mapping {H}ilbert cube manifolds to {$ANR$}'s}, - journal={Ann. of Math.}, - volume={106}, - pages={1--18}, - year={1977}, - review={\MR{56:9534}}, -} diff --git a/Master/texmf-dist/source/latex/amsrefs/manifest.txt b/Master/texmf-dist/source/latex/amsrefs/manifest.txt index 99b1f162b71..b557eed8cfd 100644 --- a/Master/texmf-dist/source/latex/amsrefs/manifest.txt +++ b/Master/texmf-dist/source/latex/amsrefs/manifest.txt @@ -79,9 +79,9 @@ tex: latex tex/latex: -amscls +amsrefs -tex/latex/amscls: +tex/latex/amsrefs: amsbst.sty amsrefs.sty ifoption.sty diff --git a/Master/texmf-dist/source/latex/amsrefs/mathscinet.ins b/Master/texmf-dist/source/latex/amsrefs/mathscinet.ins index 0708049548a..f41a6946ccd 100644 --- a/Master/texmf-dist/source/latex/amsrefs/mathscinet.ins +++ b/Master/texmf-dist/source/latex/amsrefs/mathscinet.ins @@ -7,7 +7,7 @@ \preamble \endpreamble -\usedir{tex/latex/amscls} +\usedir{tex/latex/amsrefs} \generate{ \file{mathscinet.sty}{\from{mathscinet.dtx}{}} diff --git a/Master/texmf-dist/source/latex/amsrefs/pcatcode.ins b/Master/texmf-dist/source/latex/amsrefs/pcatcode.ins index c4a40fd45a6..a709b165e41 100644 --- a/Master/texmf-dist/source/latex/amsrefs/pcatcode.ins +++ b/Master/texmf-dist/source/latex/amsrefs/pcatcode.ins @@ -7,7 +7,7 @@ \preamble \endpreamble -\usedir{tex/latex/amscls} +\usedir{tex/latex/amsrefs} \generate{ \file{pcatcode.sty}{\from{pcatcode.dtx}{}} diff --git a/Master/texmf-dist/source/latex/amsrefs/rkeyval.ins b/Master/texmf-dist/source/latex/amsrefs/rkeyval.ins index ee5108e2ab8..6f4debec772 100644 --- a/Master/texmf-dist/source/latex/amsrefs/rkeyval.ins +++ b/Master/texmf-dist/source/latex/amsrefs/rkeyval.ins @@ -7,7 +7,7 @@ \preamble \endpreamble -\usedir{tex/latex/amscls} +\usedir{tex/latex/amsrefs} \generate{ \file{rkeyval.sty}{\from{rkeyval.dtx}{}} diff --git a/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx b/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx index 842c76a8e41..bdf3c8c48cc 100644 --- a/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx +++ b/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx @@ -1,9 +1,9 @@ %%% ==================================================================== %%% @LaTeX-doc-source-file{ %%% filename = "textcmds.dtx", -%%% version = "1.05", -%%% date = "2002/04/16", -%%% time = "08:47:47 EDT", +%%% version = "1.06", +%%% date = "2007/10/19", +%%% time = "14:12:53 EDT", %%% author = "Michael J Downes", %%% address = "American Mathematical Society, %%% Publications Technical Group, @@ -21,7 +21,7 @@ %%% modified. Modifications, and distribution of %%% modified versions, are permitted, but only if %%% the resulting file is renamed.", -%%% checksum = "55773 283 1136 10227", +%%% checksum = "63388 295 1197 10750", %%% docstring = "The checksum field, produced by Robert Solovay's %%% checksum utility, gives CRC-16 checksum, lines, %%% words, and characters.", @@ -109,7 +109,8 @@ % \begin{center} % \begin{tabular}{lll} % \textbf{Example}& \textbf{Definition}& \textbf{Result}\\ -% \verb'\qq{some text}'& \verb'\ldq#1\rdq'& \qq{some text}\\ +% \verb'\qq{some text}'& \verb'\ldq#1\/\rdq'& \qq{some text}\\ +% \verb'\q{some text}'& \verb'\lq#1\/\rq'& \q{some text}\\ % \verb'\lara{some text}'& \verb'\textlangle#1\textrangle'& % \lara{some text}\\ % \verb'Jello\tsup{TM}'& \textit{raise .9ex}\verb'{\supsize#1}'& @@ -131,7 +132,7 @@ % % Package name, date, version number. % \begin{macrocode} -\ProvidesPackage{textcmds}[2002/04/16 v1.05] +\ProvidesPackage{textcmds}[2007/10/19 v1.06] % \end{macrocode} % % Dashes and inverted beginning-of-sentence punctuation. @@ -166,6 +167,11 @@ \providecommand{\qq}[1]{\ldq#1\/\rdq} % \end{macrocode} % +% +% \begin{macrocode} +\providecommand{\q}[1]{\lq#1\/\rq} +% \end{macrocode} +% % Unlike \cs{textsuperscript} and \cs{textsubscript}, these do not % use math mode at all. The difference between \cn{scriptsize} and % \cn{supsize} is that the former is fixed at a single constant size @@ -285,5 +291,5 @@ a left quote." </emacs> % \end{macrocode} % -% \CheckSum{133} +% \CheckSum{138} % \Finale diff --git a/Master/texmf-dist/source/latex/amsrefs/textcmds.ins b/Master/texmf-dist/source/latex/amsrefs/textcmds.ins index 17679c43c39..df31e7d8616 100644 --- a/Master/texmf-dist/source/latex/amsrefs/textcmds.ins +++ b/Master/texmf-dist/source/latex/amsrefs/textcmds.ins @@ -7,7 +7,7 @@ \preamble \endpreamble -\usedir{tex/latex/amscls} +\usedir{tex/latex/amsrefs} \generate{ \file{textcmds.sty}{\from{textcmds.dtx}{pkg}} |