【问题标题】:How does one format a letter in the Memoir document class for LaTeX?如何在 LaTeX 的 Memoir 文档类中格式化字母?
【发布时间】:2010-11-07 23:23:14
【问题描述】:

如果您有一封带有类似内容的传统信件。

From Someone
50 Example Drive
Random City, ZIP
Country
Tel: 444-555-6666

July 30, 2009

To Somebody
51 Example Drive
Random City, ZIP
Country
Tel: 444-555-7777


Dear Somebody:

Get off my lawn!

Sincerely yours,


Someone

如何使用 LaTeX Memoir 类创建这样一封信。

换句话说,使用 Letter 类的规范是:

\documentclass{letter}

    \signature{Your name}
    \address{Street \\ City \\ Country}
    \begin{document}

        \begin{letter}{Company name \\ Street\\ City\\ Country}
        \opening{Dear Sir or Madam:}

        \dots

        \closing{Yours Faithfully,}
        \ps{P.S. Here goes your ps.}
        \encl{Enclosures.}

    \end{letter}

\end{document}

如何使用 Memoir 类实现相似或相同的格式?

谢谢你,干杯。

【问题讨论】:

    标签: latex typesetting letter memoir


    【解决方案1】:

    Memoir 似乎没有为开箱即用的字母类设置。您可能需要考虑在 KOMA-Script 包中使用 scrlttr2。这是它的使用example

    【讨论】:

      【解决方案2】:

      可能不是您正在寻找的答案,但回忆录手册很棒——我会先查阅它。

      【讨论】:

      • 我已经阅读了优秀的手册,但没有明确的答案。我希望有人已经完成了这项工作...... :)
      • 为什么不直接使用字母类?
      • @mica:字母类的部分标题已损坏(即您最终会成为孤儿)。回忆录类不会遇到这个问题。
      • @Brian:字母类可能没有节标题...因为它是一个字母...见en.wikibooks.org/wiki/LaTeX/Letters
      • @Mica:那也是个问题。 :o)
      猜你喜欢
      • 2018-12-08
      • 2011-10-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-04-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多