大家好,我是latex新手。
照着教科书上基本的范例:
\documentclass{...}
\usepackage{...}
...
\begin{document}
\title{...}
\author{...}
\address{...}
\date{...}
......
......
......
\end{document}
结果发现\address undefined control sequence,
\address也不像\title \author \date 是粗体蓝字,
我看别人的pdf档 作者下面会有一行email地址,
所以想请问要怎么才能打出来? 谢谢!