如何让文档在页脚中显示“由 AmS-TeX 排版”文本?我找不到如何做到这一点的方法。您能帮忙吗?
答案1
使用 AMS-TeX 和预印本样式amsppt.sty
并使用 TeX 或 pdfTeX 进行编译,而不是 LaTeX。
一个最小的工作示例:
\magnification 1300
\input amstex
\documentstyle{amsppt}
\pagewidth{6.5 true in}
\pageheight{9.0 true in}
\topmatter
\title A Test Document \endtitle
\date November 24, 2011\enddate
\endtopmatter
\document
Text
\bye
相关行amsppt.sty
:
\def\inslogo@{\insert\copyins{\logo@}}
\def\logo@{\rightline{\eightpoint Typeset by \AmSTeX}}
\inslogo@
用于\endtopmatter
,因此这也是必需的。