How can I make a document display as a footer the text "Typeset by AmS-TeX"? I'm having trouble finding how to make this. Can you please help?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
Use AMS-TeX and the preprint style A minimal working example:
Relevant lines in
|
|||||
|

amsppt.styand, if I remember correctly, this could be disabled by saying\nologo. What's your setting? – egreg Nov 23 '11 at 23:20amsppt.styandamstex.texdon't go along with LaTeX. What precisely are you trying to do? The "Typeset by AmS-TeX" makes little sense for a document typeset in LaTeX: it would be a lie. – egreg Nov 23 '11 at 23:36\usepackage{fancyhdr}and then\cfoot{Typeset by AmS-TeX}? – cmhughes Nov 23 '11 at 23:45