From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- info/biblio/amermathmonthly.sty | 72 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 info/biblio/amermathmonthly.sty (limited to 'info/biblio/amermathmonthly.sty') diff --git a/info/biblio/amermathmonthly.sty b/info/biblio/amermathmonthly.sty new file mode 100644 index 0000000000..d8d3ce52bc --- /dev/null +++ b/info/biblio/amermathmonthly.sty @@ -0,0 +1,72 @@ +%%% -*-TeX-*- +%%% ==================================================================== +%%% @LaTeX-style-file{ +%%% author = "Nelson H. F. Beebe", +%%% version = "2.01", +%%% date = "30 January 2012", +%%% time = "15:42:32 MST", +%%% filename = "amermathmonthly.sty", +%%% address = "University of Utah +%%% Department of Mathematics, 110 LCB +%%% 155 S 1400 E RM 233 +%%% Salt Lake City, UT 84112-0090 +%%% USA", +%%% telephone = "+1 801 581 5254", +%%% FAX = "+1 801 581 4148", +%%% URL = "http://www.math.utah.edu/~beebe", +%%% checksum = "00651 72 338 3235", +%%% email = "beebe@math.utah.edu, beebe@acm.org, +%%% beebe@computer.org (Internet)", +%%% codetable = "ISO/ASCII", +%%% keywords = "bibliography, BibTeX, American Mathematical +%%% Monthly", +%%% license = "public domain", +%%% supported = "yes", +%%% docstring = "This style file for plain TeX, AmSTeX, and +%%% LaTeX (2.09 and 2e) provides definitions of +%%% LaTeX-like macros needed for American +%%% Mathematical Monthly bibliographies. It does +%%% not cause the loading of additional fonts: +%%% font substititions are made when a facility, +%%% such as Euler Fraktur fonts, is needed. +%%% +%%% 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.", +%%% } +%%% ==================================================================== + +\immediate\write16{This is amermathmonthly.sty, Version 2.01 <30 January 2012>}% + +\ifx \undefined \booktitle \def \booktitle#1{{{\em #1}}} \fi + +\ifx \undefined \cprime \def \cprime {$\mathsurround=0pt '$}\fi + +\ifx \undefined \Dbar \def \Dbar {\leavevmode\raise0.2ex\hbox{--}\kern-0.5emD} \fi + +\ifx \undefined \binom \def \binom#1#2{{#1\choose#2}} \fi + +\let \k = \c + +\ifx \undefined \mathbb \def \mathbb #1{{\bf #1}} \fi + +\ifx \undefined \mathcal \def \mathcal #1{{\cal #1}} \fi + +\ifx \undefined \mathfrak \def \mathfrak #1{{\bf #1}} \fi + +\ifx \undefined \mathit \def \mathit #1{\hbox{\it #1}} \fi + +\ifx \undefined \mathrm \def \mathrm #1{\hbox{\rm #1}} \fi + +\ifx \undefined \mathscr \def \mathscr #1{{\cal #1}} \fi + +\ifx \undefined \operatorname \def \operatorname #1{\mathop{\rm #1}\nolimits} \fi + +\ifx \undefined \overset \def \overset #1#2{\setbox1=\hbox{$#1$}\setbox2=\hbox{$#2$}#2\raise 1.1\ht2 \hbox{\kern-0.5\wd1\kern-0.5\wd2$#1$}} \fi + +\ifx \undefined \TM \def \TM {${}^{\sc TM}$} \fi + +\ifx \undefined \underset \def \underset#1#2{\setbox1=\hbox{$#1$}\setbox2=\hbox{$#2$}#2\lower 1.1\ht1 \hbox{\kern-0.5\wd1\kern-0.5\wd2$#1$}} \fi -- cgit v1.2.3