• R/O
  • SSH

Tags
No Tags

Frequently used words (click to add to your profile)

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

File Info

Rev. ef4c608f8ab8c267c5d4fafd8876d90124710edb
크기 438 bytes
Time 2010-12-05 02:22:06
Author lorenzo
Log Message

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

Content

\documentclass{letter}
\usepackage{graphicx}
% \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,}



\closing{Yours faithfully, \\
\fromsig{\includegraphics[scale=.75]{mysig2.pdf}} % \\
% \fromname{Your name} 
}





\ps{P.S. Here goes your ps.}
\encl{Enclosures.}
\end{letter}
\end{document}