home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 December / VPR9612A.ISO / WINTEX / AMS / AMSTEX / AMSTEX.BUG < prev    next >
Text File  |  1993-02-24  |  20KB  |  588 lines

  1. %% @Text-file{
  2. %%     filename="amstex.bug",
  3. %%     version="2.1c",
  4. %%     date="16-Feb-1993",
  5. %%     copyright="Copyright (C) American Mathematical Society,
  6. %%            all rights reserved.  Copying of this file is
  7. %%            authorized only if either:
  8. %%            (1) you make absolutely no changes to your copy
  9. %%                including name; OR
  10. %%            (2) if you do make changes, you first rename it to some
  11. %%                other name.",
  12. %%     author="American Mathematical Society",
  13. %%     address="American Mathematical Society,
  14. %%            Technical Support Department,
  15. %%            P. O. Box 6248,
  16. %%            Providence, RI 02940,
  17. %%            USA",
  18. %%     telephone="401-455-4080 or (in the USA) 800-321-4AMS",
  19. %%     email="Internet: Tech-Support@Math.AMS.org",
  20. %%     codetable="ISO/ASCII",
  21. %%     checksum = "30059 587 2453 19790",
  22. %%     keywords="amstex, ams-tex, tex",
  23. %%     abstract="This file is a list of bugs in the AMSTeX distribution
  24. %%       (amstex.tex, amsppt.sty, amssym.tex, amsppt1.tex, amstex.ini,
  25. %%       and related documentation files). Items listed at the end,
  26. %%       marked with %% at the left margin, have not yet been dealt with,
  27. %%       but are listed here in case the information might help some
  28. %%       users, and to record the fact that they have been reported to
  29. %%       the AMS."
  30. %%     }
  31. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  32. File: AMSPPT.STY
  33. Date reported: 1-FEB-1990
  34.  
  35. Missing \endkeywords, \endsubjclass, and \endsubhead, among others,
  36. produce a puzzling error message ("Use of \next@ does not match its
  37. definition").
  38.  
  39. ---Involved substantial changes to \nofrills mechanism (internal
  40. implementation, not user interface).
  41.  
  42. Corrected: Version 2.1, June 1991
  43.  
  44. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  45. File: AMSPPT.STY
  46. Date reported: 1-MAR-1990
  47.  
  48. Line breaking in \Refs section doesn't work properly after explicit
  49. hyphens, or after mathbins and mathrels, because of setting the
  50. text in \hbox's.
  51.  
  52. ---Substantial changes in the internal workings of \ref and related
  53. macros.
  54.  
  55. Corrected: Version 2.1, June 1991
  56.  
  57. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  58. File: AMSPPT.STY
  59. Date reported: 1-SEP-1990
  60.  
  61. \widestnumber\item doesn't work as claimed in the user's guide.
  62.  
  63. Corrected: Version 2.1, June 1991
  64.  
  65. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  66. File: AMSPPT.STY
  67. Date reported: 1-OCT-1990 (Silvio Levy)
  68.  
  69. \penaltyandskip@ macro needs to have \par at the beginning.
  70.  
  71. Corrected: Version 2.1, June 1991
  72.  
  73. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  74. File: AMSPPT.STY
  75. Date reported: 3-OCT-1990
  76.  
  77. The figure caption macros should treat
  78.  
  79.        \fc{Figure 1}
  80.        \endfc
  81.  
  82. the same as
  83.  
  84.        \fc{Figure 1}\endfc
  85.  
  86. In other words the test to see if the second argument is empty should
  87. work even when the second argument is a blank space.
  88.  
  89. Corrected: Version 2.1, June 1991
  90.  
  91. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  92. File: AMSTEX.TEX
  93. Date reported: 5-NOV-1990
  94.  
  95. In \rightarrowfill and similar things the minus sign should be smashed
  96. (as in plain.tex \relbar).  Compare
  97.  
  98.   $$\buildrel\textstyle\sim\over\longrightarrow$$ % plain
  99.   $$\overset\tsize\sim\to\longrightarrow$$ % AMSTeX
  100.   $$A @>\tsize\sim>> B$$ % @>>> uses \rightarrowfill
  101.  
  102. ---\rightarrowfill is defined in plain.tex, actually.  AMSTEX.TEX
  103. also defines \rightarrowfill@. Smashing \rightarrowfill is nontrivial
  104. (perhaps that's why Knuth didn't do it).
  105.  
  106. Corrected: Version 2.1, June 1991
  107.  
  108. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  109. File: AMSTEX.TEX
  110. Date reported: 5-NOV-1990
  111.  
  112. \intertext should add penalties to discourage page breaks; as a minimum,
  113. there should be \penalty\predisplaypenalty added before the second
  114. \vskip:
  115.  
  116. \def\intertext@{\def\intertext##1{\crcr\noalign{\vskip\belowdisplayskip
  117.  \vbox{\normalbaselines\noindent##1}\penalty\predisplaypenalty
  118.   \vskip\abovedisplayskip}}}
  119.  
  120. Corrected: Version 2.1, June 1991
  121.  
  122. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  123. File: AMSPPT.STY
  124. Date reported: 28-NOV-1990 (H. P. Boas)
  125.  
  126. In definition of \thanks, \unskip was erroneously placed after the
  127. period instead of before.
  128.  
  129. ---Fixed by removing the period and requiring it to be typed by the
  130. user. (\thanks could conceivably contain more than one sentence.)
  131.  
  132. Corrected: Version 2.1, June 1991
  133.  
  134. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  135. File: AMSTEX.TEX
  136. Date reported: 3-DEC-1990
  137.  
  138. \loadeusm, etc. should not do \newfam if the family is already loaded
  139. (should check to see if, e.g., \eusmfam is already defined).  One
  140. user ran into trouble because \loadmsam, \loadmsbm and \loadeufm
  141. were done in the format file and therefore when amsppt.sty was
  142. loaded the three family assignments were duplicated.
  143.  
  144. ---Changed the \load commands to undefine themselves after their
  145. first use. This also saves a little main memory.
  146.  
  147. Corrected: Version 2.1, June 1991
  148.  
  149. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  150. File: AMSINST.TEX (now part of AMSGUIDE.TEX)
  151. Date reported: 11-DEC-1990
  152.  
  153. Font cmbsy10 used in installation guide at a large size (18pt)
  154. caused problems for some people who don't have it at that size.
  155.  
  156. ---Problem has been resolved in the new amsguide.tex that incorporates
  157. the installation instructions, by eliminating the large title where the
  158. font occurred.
  159.  
  160. Corrected: Version 2.1, June 1991
  161.  
  162. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  163. File: AMSPPT.STY
  164. Date reported: 14-DEC-1990
  165.  
  166. User's guide should explain how to make an amsppt format file, not just
  167. an amstex format.  For users with smaller, comparatively slower systems,
  168. this saves quite a bit of time every time they run AMSTeX.
  169.  
  170. Corrected: Version 2.1, June 1991
  171.  
  172. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  173.  File: INSTALLATION PROGRAM
  174.  Date reported: 21-JAN-1991
  175.  
  176.  (1) In the second prompt message "fonts" should be changed to "files".
  177.  (2) Maybe a warning about not needing to press Return key.
  178.  (3) Error during TFM file move step did not prevent the
  179.  "AMSTeX successfully installed" message from appearing.
  180.  (4) Omitting the initial backslash from the  directory names given
  181.  in response to the questions causes problems.
  182.  
  183. (1) corrected Version 2.1, May 1991
  184. (2) Many DOS applications do not require use of Return key; left as is.
  185. (3) Wording of final line changed for Version 2.1, May 1991
  186. (4) Warning about necessity of backslash included in Version 2.1, May 1991.
  187. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  188. File: AMSTEX.TEX
  189. Date reported: 7-FEB-1991
  190.  
  191. It seems that there was an error in copying the definition of \pmb@
  192. from the TeXbook (p. 386)---there should not be a minus sign in
  193. "\kern-.05em".
  194.  
  195. ---Made some additional adjustments to tune the `boldness' further
  196. (it's hard, though, to find a good compromise that produces
  197. distinctly bold subscript characters and not too-bold text-size
  198. characters).
  199.  
  200. Corrected: Version 2.1, June 1991
  201.  
  202. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  203. File: amsppt1.tex
  204. Date reported: 3-JUL-1991 (D. Feldman et al.)
  205.  
  206. Extra { after \message in the first definition of \enddocument
  207. causes an error message when the file is input.
  208.  
  209. Corrected: Version 2.1b, August 1991
  210.  
  211. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  212. File: amsppt.sty
  213. Date reported: 22-AUG-1991 (MJD)
  214.  
  215. The definition of \page in \toc@ needs to be localized, otherwise
  216. it will cancel the proper definition of \page for use in
  217. \ref, if a \toc and a \Refs occur in the same file.
  218.  
  219. \def\toc@#1{\relaxnext@
  220.    \def\page##1%
  221.        {\unskip\penalty0\null\hfil
  222.         \rlap{\hbox to\wd\pagesbox@{\quad\hfil##1}}\hfilneg\penalty\@M}%
  223.  
  224. Corrected: Version 2.1a, January 1992
  225.  
  226. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  227. File: amsppt.sty
  228. Date reported: 23-AUG-1991 (mjd)
  229.  
  230. Spacing above/below \block is imperfect. When used in
  231. vertical mode, the \noindent causes
  232. the short dislay skips to be used, which is then overcompensated
  233. for, on the top only, with the \vskip\abovedisplayskip.
  234.  
  235. %      \block is intended for typing long quotes in a block, indented
  236. %      on both margins. If we're not in horizontal mode, we do a
  237. %      \noindent to avoid getting an extra blank line before the
  238. %      display.
  239. %
  240. \def\block{\RIfMIfI@\nondmatherr@\block\fi
  241.        \else\ifvmode\vskip\abovedisplayskip\noindent\fi
  242.         $$\def\endblock{\par\egroup$$}\fi
  243.   \vbox\bgroup\advance\hsize-2\indenti\noindent}
  244. \def\endblock{\par\egroup}
  245.  
  246. Corrected: Version 2.1a, January 1992
  247.  
  248. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  249. File: amsppt.sty
  250. Date reported: 28-AUG-1991 (mjd)
  251.  
  252. In a \ref, when using \book, we might as well print out \eds and
  253. \pages or \page info (even though in AMS style this information
  254. is normally omitted). \eds will print anyway if \by is omitted, so the
  255. problem case is only when both \by and \eds are used in the same
  256. reference (surely it's a bit rare in citing a monograph to list both
  257. the author and an editor...)
  258.  
  259. Corrected: Version 2.1a, January 1992
  260.  
  261. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  262. File: amsppt.sty
  263. Date reported: 8-OCT-1991 (A. Sudakov)
  264.  
  265. \Monograph sets `\demofont@' and `\proclaimfont@' when the names
  266. actually used by \proclaim is \proclaimheadfont@ and \demo
  267. (in version 2.1 of amsppt.sty) calls \remark and hence should
  268. modify \remarkheadfont@.
  269.  
  270. Corrected: Version 2.1a, January 1992
  271.  
  272. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  273. File: amsppt.sty
  274. Date reported: 17-MAY-1991 (mjd)
  275.  
  276. An author in a \ref...\endref structure used \no for the reference
  277. number and also mistakenly used \no  to attempt to produce an issue
  278. number. This resulted in the reference number having the issue number
  279. value. It should be fairly simple to add an \ifvoid test when
  280. putting reference data in a box to make sure the box is void;
  281. if not, give a warning to the user about the command being used twice
  282. inside one \ref (or \moreref or \transl) unit.
  283.  
  284. Corrected: Version 2.1a, January 1992
  285.  
  286. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  287. File: amsppt.sty
  288. Date reported: 21-AUG-1991 (T. Shifrin)
  289.  
  290. \Runinitem causes an `extra \endroster' error every time.
  291.  
  292. Corrected: Version 2.1a, January 1992
  293.  
  294. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  295. File: amsguide.tex
  296. Date reported: 21-AUG-1991 (L. Evens)
  297.  
  298. The AMSTeX User's Guide contains an incorrect example regarding the
  299. TOC entry for \head.
  300.  
  301. > It turns out that I was misled by the
  302. > AmSTeX 2.0 User's Guide which is not very clear about how to use
  303. > these macros.  In particular, one of its examples (p. 8)  won't work:
  304. >
  305. > \toc
  306. > ...
  307. > \head Continuous complex-valued functions\page{1}\endhead
  308. > ...
  309. > \endtoc
  310. >
  311. > I think this may work if there are two spaces between `\head'
  312. > and `Continuous', but it certainly doesn't work with one space which
  313. > is what appears to be in the User's Guide.   Fortunately, I was
  314. > able to work out the correct syntax by examining the macro definition
  315. > in amsppt.sty.
  316. >     The documentation should be changed to emphasize that
  317. > one should put {} followed by a space before any text without
  318. > a caption.
  319.  
  320. Corrected: Version 2.1b
  321.  
  322. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  323. File: amsppt.sty
  324. Date reported: 5-SEP-1991 (A. Meyerowitz)
  325.  
  326. amsppt.sty 2.1 might as well include \loadmsam and \loadmsbm
  327. before \UseAMSsymbols, so that it works even if used with
  328. an AMSTeX 2.0 format file.
  329.  
  330. Corrected: Version 2.1a
  331.  
  332. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  333. File:  amsguide.tex
  334. Date reported: 12-DEC-1991 (Guenter Rote (rote@kop.tu-graz.ada.at))
  335.  
  336. p. 22, under "negated arrows", \leftarrow should be \nleftarrow.
  337. Reference number (now 2320) should be 2338, and arrow should be slashed.
  338.  
  339. Corrected: Version 2.1b
  340.  
  341. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  342. File:  amsppt.sty
  343. Date reported: 29-NOV-1991 (M. F. Bridgland)
  344.  
  345. If numbered references are followed by unnumbered ones, the first
  346. unnumbered one is given a spurious number which consists of the value
  347. sent to \widestnumber to establish the label width.
  348.  
  349. Corrected: Version 2.1a
  350.  
  351. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  352. File: amsppt.sty
  353. Date reported: 20-JAN-1992 (M. F. Bridgland)
  354.  
  355. Problem with \moreref if the additional part of the ref is a different
  356. type than the first part of the ref. (Distinguishing three main types:
  357. book, journal paper, proceedings paper.) In the following example
  358. the journal name fails to print and the volume number is printed
  359. as 'vol. 34', instead of '{\bf 34}'.
  360.  
  361. \ref
  362.     \no 3
  363.     \by G. Bracha
  364.     \paper An $O(\log n)$ expected rounds randomized Byzantine
  365. generals algorithm
  366.     \paperinfo preliminary version
  367.     \inbook Proceedings of the Seventeenth Annual ACM Symposium on Theory
  368. of Computing
  369.     \yr 1985
  370.     \pages 316--326
  371.   \moreref
  372.     \paperinfo final version
  373.     \jour J. Assoc. Comput. Mach.
  374.     \vol 34
  375.     \yr 1987
  376.     \pages 910--920
  377.   \endref
  378.  
  379. Corrected: Version 2.1a
  380.  
  381. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  382. File: AMSPPT.STY
  383. Date reported: 14-FEB-1991 (RMG)
  384.  
  385. Slanted fonts should be changed to italic for consistency with AMS
  386. publications.
  387.  
  388. Corrected: Version 2.1b
  389.  
  390. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  391. File: amsppt.sty/doc
  392. Date reported: 24-JAN-1992 (M. Luskin)
  393.  
  394. Comma is printed at the beginning of a \ref if \by is omitted.
  395.  
  396. Fix: Insert \kern-1sp [ = \nofrills] in \endref@ after the key/number.
  397.  
  398. Corrected: Version 2.1b
  399.  
  400. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  401. File: amsppt.sty
  402. Date reported: 24-FEB-1992 (mjd)
  403.  
  404. (Change, not bug): Restore \nologo command (popular behest).
  405.  
  406. Corrected: Version 2.1b
  407.  
  408. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  409. File: amsppt.sty
  410. Date reported: 11-Jun-1992 (mjd)
  411.  
  412. Four skip assignments (\leftskip etc.) in \makefootnote@ should
  413. really use \z@skip instead of \z@.
  414.  
  415. Corrected: Version 2.1b
  416.  
  417. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  418. File: amsppt.sty
  419. Date reported: 5-Aug-1992 (mjd)
  420.  
  421. \rom should handle a preceding ~ as well as ordinary spaces. The
  422. penalty needs to be saved and reinserted after the italic correction.
  423. Something like
  424.  
  425. \def\rom#1{\leavevmode
  426.   \edef\prevskip@{\ifdim\lastskip=\z@ \else\hskip\the\lastskip\relax\fi}%
  427.     \def\prevpenalty@{}%
  428.   \unskip
  429.   \edef\prevpenalty@{\ifnum\lastpenalty=\z@ \else
  430.     \penalty\the\lastpenalty\relax\fi}%
  431.   \unpenalty \/\prevpenalty@ \prevskip@ {\rm #1}}
  432.  
  433. Corrected: Version 2.1b
  434.  
  435. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  436. File: amsppt.sty
  437. Date reported: 20-Aug-1992 (JUL)
  438.  
  439. \subsubhead needs a dedicated \subsubheadfont@ command (like
  440. \headfont@ and \subheadfont@) to permit
  441. redefinition for different publications.
  442.  
  443. Corrected: Version 2.1b
  444.  
  445. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  446. File: amsppt.sty
  447. Date reported: 26-Jul-1992 (B. Lucier)
  448.  
  449. If \topmatter is omitted, some necessary font setup is not done.
  450. Perhaps it should be done by \document if need be.
  451.  
  452. Corrected: Version 2.1b
  453.  
  454. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  455. File: amsppt.sty
  456. Date reported: 31-Aug-1992 (T. Hailperin)
  457.  
  458. The following document has problems with the running heads. \chapterno@
  459. prints as empty, followed by a period, then "Chapter 4 ...."
  460.  
  461. \input amstex
  462. \documentstyle{amsppt}
  463. \Monograph
  464.  
  465. \topmatter
  466. \title\chapter\nofrills{Appendix A}
  467. Test for header with nofrills\endtitle
  468. \endtopmatter
  469.  
  470. \document
  471.  
  472. dummy text
  473. \newpage
  474.  
  475. first left-hand page
  476.  
  477. \enddocument
  478.  
  479. Corrected: Version 2.1b
  480.  
  481. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  482. File: amsppt.sty
  483. Date reported: 11-SEP-1992 (J.S. Milne)
  484.  
  485. When \roster\widestnumber is used from within \proclaim you get an
  486. error about a missing \endproclaim
  487.  
  488. Corrected: Version 2.1b
  489.  
  490. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  491. File: amsppt.sty
  492. Date reported: 1-Nov-1992 (D. Henderson)
  493.  
  494. Added support for PostScript versions of AMS fonts from Y&Y / Blue Sky
  495. Research.
  496.  
  497. Corrected: Version 2.1c
  498.  
  499. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  500. File: amsppt.sty
  501. Date reported: 10-Jan-1993 (S. Cioe)
  502.  
  503. Problem with \moreref punctuation introduced by 2.1b change to \ref.
  504.  
  505. Corrected: Version 2.1c
  506.  
  507. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  508. %% File: AMSPPT.STY
  509. %% Date reported: 21-FEB-1991
  510. %%
  511. %% \Runinitem doesn't work as claimed for a roster at the beginning
  512. %% of a \proclaim or anything similar.  Probably will require a change
  513. %% in the user syntax to do it properly.  So the users' guide would
  514. %% need changing at the same time.
  515. %%
  516. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  517. %% File: AMSPPT.STY
  518. %% Date reported: 19-MAR-1991
  519. %%
  520. %% Page break can happen between \subhead and \subsubhead in some
  521. %% circumstances.
  522. %%
  523. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  524. %% File: INSTALLATION PROGRAM
  525. %% Date reported: 21-JAN-1991
  526. %%
  527. %% One user with an IBM PC/PS2 model 50, an IBM SCII adapter and a large
  528. %% SCII disc partitioned into two logical disks D: and E: had trouble with
  529. %% the PC installation program: it refused to recognize the existence of
  530. %% drive E:
  531. %%
  532. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  533. %% File: AMSTEX.TEX
  534. %% Date reported: 7-MAR-1990 (Weng Chew)
  535. %%
  536. %% \alignat allows a tag to overprint rather than moving it to a separate
  537. %% line if necessary.  Also apparently \alignat may sometimes cause an
  538. %% `overfull' black box in the margin even when the material appears to
  539. %% fit within the margins.  (Perhaps Chew had a \right. on the right-hand
  540. %% side. If not then something may need to be fixed.)
  541. %%
  542. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  543. %% File: AMSTEX.TEX
  544. %% Date reported: 10-JUN-1991 (MJD)
  545. %%
  546. %% \align (and presumably other display alignments) never use
  547. %% \abovedisplayshortskip even when the first line of the display
  548. %% would permit it.
  549. %%
  550. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  551. %% File: AMSTEX.TEX
  552. %% Date reported: 11-JUN-1991 (MJD)
  553. %%
  554. %% \dotsspace@ should by default be set to give the same spacing as
  555. %% for \dots?
  556. %%
  557. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  558. %% File: amstex.tex
  559. %% Date reported: 26-JUN-1991 (J. Walker)
  560. %%
  561. %% \@ins and perhaps also \topcaption, \botcaption should be
  562. %% defined in amstex.tex, rather than amsppt.sty. The
  563. %% Joy of TeX description of using \midinsert and \topinsert
  564. %% implies that the use of amsppt is not necessary, when
  565. %% currently it is.
  566. %%
  567. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  568. %% File: amstex.tex
  569. %% Date reported: 1-JUL-1991 (N. Poppelier)
  570. %%
  571. %% The algorithm used in determining whether to move a tag to a separate
  572. %% line in \align is incorrect: it appears that the tag will be moved if
  573. %% the space available is less than 2w (allowing for centering also), where
  574. %% w is the width of the tag, when it would be better to not move it unless
  575. %% the space is less than  (w + 1 em), and also uncenter the main part of
  576. %% the display if necessary in order to fit the tag (this is the algorithm
  577. %% used by \eqno & \leqno).
  578. %%
  579. %% Need to check \split also. This bug has been reported before
  580. %% by other people also.
  581. %%
  582. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  583. %% File: amstex.tex
  584. %% Date reported: 4-SEP-1991 (MJD)
  585. %%
  586. %% In the \everyjob message, a space is needed before the second hyphen.
  587. %%
  588.