Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!maverick.ksu.ksu.edu!ux1.cso.uiuc.edu!csrd.uiuc.edu!s41.csrd.uiuc.edu!eijkhout From: eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) Newsgroups: comp.text.tex Subject: Re: more about siam.sty (long post) Message-ID: <1991Jan31.162856.1232@csrd.uiuc.edu> Date: 31 Jan 91 16:28:56 GMT References: <51398@cornell.UUCP> Sender: news@csrd.uiuc.edu (news) Distribution: comp Organization: UIUC Center for Supercomputing Research and Development Lines: 24 vavasis@afi.cs.cornell.edu (Stephen Vavasis) writes: >As I mentioned a long time ago on this newgroup, I am trying >to update the SIAM.STY file to more carefully reflect siam's >actual style rules. Good. I don't think the people at SIAM really care about typesetting. In the TeXed articles you regularly find evidence that they consider TeX to be an excuse for dispensing with proofreading altogether. And of course the mix of Computer Modern with Times Roman is too awful to mention. It doesn't cost any trouble to set everything in Times Roman. Ultimately they can just buy the knowledge from the AMS... >However, SIAM style also requires that end-of-proof, when occurring >immediately after a displayed equation, be flush-right on the >same line as the equation. This one is hard. My guess would be to do every display equation in a \vbox, and in case of an \endproof take the \lastbox and measure its depth. Victor.