修订版 | ef4c608f8ab8c267c5d4fafd8876d90124710edb (tree) |
---|---|
时间 | 2010-12-05 02:22:06 |
作者 | lorenzo |
Commiter | lorenzo |
I added an example showing how to use a digital image as a signature in
latex letter.
@@ -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 |