由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - latex letter的问题
相关主题
Question about latex.latex能不能silently 编译阿
latex里面怎样才能用小于10pt的字体啊?how to split a very long table into several pages in the latex in preprint format?
Footnote in latex请教一个Latex公式输入问题。
[合集] 问个latex的问题(关于fancyheader)怎样在latex里给公式转行
谁知道latex怎么把连着的文献用‘-’联起来求助,毕业论文格式
Re: does anyone how to input this symbol in Latex? (转载)xfig上面如何输入数学公式
Re: LaTeX 大的分数斜线怎么打? (转载)latex 格式一问
latex的table of contents怎样加上preamble部分,并用罗马数怎么在Latex Letter 中加入主题句
相关话题的讨论汇总
话题: letter话题: signature话题: telephone话题: name话题: address
进入TeX版参与讨论
1 (共1页)
h*****y
发帖数: 70
1
\documentclass{letter}
\address{xxx}
\name{Me}
\telephone{}
\email{}
\signature{My Signature line}
\begin{document}
\begin{letter}{M. Renault \\ Sorbonne \\ Paris}
email那儿会出错,name和telephone没有报错但是没有显示出来,
请问是怎么回事?
T*******n
发帖数: 493
2
1. The letter class does not define the \email command.
2. You need to say \opening{Dear John,} and
\closing{Sincerely,} to print the address.
3. If you specify \signature{...}, it overrides what you give in
\name{...}.
4. What you give in \telephone{...} only shows up if you do
not give \address{...}.

【在 h*****y 的大作中提到】
: \documentclass{letter}
: \address{xxx}
: \name{Me}
: \telephone{}
: \email{}
: \signature{My Signature line}
: \begin{document}
: \begin{letter}{M. Renault \\ Sorbonne \\ Paris}
: email那儿会出错,name和telephone没有报错但是没有显示出来,
: 请问是怎么回事?

1 (共1页)
进入TeX版参与讨论
相关主题
怎么在Latex Letter 中加入主题句谁知道latex怎么把连着的文献用‘-’联起来
问个draft选项的问题Re: does anyone how to input this symbol in Latex? (转载)
tex可以写简历吗?Re: LaTeX 大的分数斜线怎么打? (转载)
求助latex高手,小问题,如何加通讯作者 (转载)latex的table of contents怎样加上preamble部分,并用罗马数
Question about latex.latex能不能silently 编译阿
latex里面怎样才能用小于10pt的字体啊?how to split a very long table into several pages in the latex in preprint format?
Footnote in latex请教一个Latex公式输入问题。
[合集] 问个latex的问题(关于fancyheader)怎样在latex里给公式转行
相关话题的讨论汇总
话题: letter话题: signature话题: telephone话题: name话题: address