• R/O
  • SSH

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版ef4c608f8ab8c267c5d4fafd8876d90124710edb (tree)
时间2010-12-05 02:22:06
作者lorenzo
Commiterlorenzo

Log Message

I added an example showing how to use a digital image as a signature in
latex letter.

更改概述

差异

diff -r 0b3c188c497a -r ef4c608f8ab8 latex-documents/test_letter.tex
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/latex-documents/test_letter.tex Sat Dec 04 17:22:06 2010 +0000
@@ -0,0 +1,26 @@
1+\documentclass{letter}
2+\usepackage{graphicx}
3+% \signature{Your name}
4+\address{Street \\ City \\ Country}
5+\begin{document}
6+\begin{letter}{Company name \\ Street\\ City\\ Country}
7+\opening{Dear Sir or Madam:}
8+\dots
9+
10+% \closing{Yours Faithfully,}
11+
12+
13+
14+\closing{Yours faithfully, \\
15+\fromsig{\includegraphics[scale=.75]{mysig2.pdf}} % \\
16+% \fromname{Your name}
17+}
18+
19+
20+
21+
22+
23+\ps{P.S. Here goes your ps.}
24+\encl{Enclosures.}
25+\end{letter}
26+\end{document}
\ No newline at end of file