%% %% This is file `amsintsm.sty', generated %% on <1994/12/16> with the docstrip utility (2.2h). %% %% The original source files were: %% %% amsintsm.dtx %%% ==================================================================== %%% @LaTeX-file{ %%% filename = "amsintsm.dtx", %%% version = "1.2beta", %%% date = "1994/10/28", %%% time = "12:16:44 EDT", %%% author = "American Mathematical Society", %%% copyright = "Copyright (C) 1994 American Mathematical Society, %%% all rights reserved. Copying of this file is %%% authorized only if either: %%% (1) you make absolutely no changes to your copy, %%% including name; OR %%% (2) if you do make changes, you first rename it %%% to some other name.", %%% address = "American Mathematical Society, %%% Technical Support, %%% Electronic Products and Services, %%% P. O. Box 6248, %%% Providence, RI 02940, %%% USA", %%% telephone = "401-455-4080 or (in the USA and Canada) %%% 800-321-4AMS (321-4267)", %%% FAX = "401-331-3842", %%% checksum = "51467 355 1811 14705", %%% email = "tech-support@math.ams.org (Internet)", %%% codetable = "ISO/ASCII", %%% keywords = "latex, amslatex, ams-latex, integral, limits", %%% supported = "yes", %%% abstract = "This is part of the AMS-\LaTeX{} distribution. %%% It provides some commands for printing %%% integrals, sums, and derivatives.", %%% docstring = "The checksum field above contains a CRC-16 %%% checksum as the first value, followed by the %%% equivalent of the standard UNIX wc (word %%% count) utility output of lines, words, and %%% characters. This is produced by Robert %%% Solovay's checksum utility.", %%% } %%% ==================================================================== \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{amsintsm}[1994/10/12 v1.2beta] \RequirePackage{amsgen} \@ifundefined{DOTSB}{% \let\DOTSB\relax \let\slimits@\displaylimits \let\ilimits@\nolimits \let\sum=\sum@ }{}% \def\intsymbol{\intop\ilimits@} \let\sumsymbol=\sum \DeclareRobustCommand{\int}{\DOTSB \new@ifnextchar[{\@integral}{\@integral[]}} \def\@integral[#1]{\@integrala#1,,,\@nil} \def\@integrala#1,#2,#3,#4\@nil#5{% \intop\ilimits@ \@ifnotempty{#2}{_{#2}}% \@ifnotempty{#3}{^{#3}}% #5\@ifnotempty{#1}{\diffl{#1}}% } \DeclareRobustCommand{\diffl}[1]{\mathinner{d#1}} \DeclareRobustCommand{\pdiffl}[1]{\mathinner{\partial#1}} \DeclareRobustCommand{\deriv}[2]{\frac{\diffl{#1}}{\diffl{#2}}} \DeclareRobustCommand{\pderiv}[2]{\frac{\pdiffl{#1}}{\pdiffl{#2}}} \DeclareRobustCommand{\sum}{\DOTSB \new@ifnextchar[{\@summation}{\@summation[]}} \def\@summation[#1]{\@summationa#1,,\@nil} \def\@summationa#1,#2,#3\@nil{\sumsymbol\slimits@ \@ifnotempty{#1}{_{#1}}\@ifnotempty{#2}{^{#2}}\mathinner{}} \endinput %% %% End of file `amsintsm.sty'.