mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
LaTeX: add letter.tex
This commit is contained in:
parent
c8245b34bf
commit
287be796f3
22
LaTeX/letter.tex
Normal file
22
LaTeX/letter.tex
Normal file
@ -0,0 +1,22 @@
|
||||
\documentclass{letter}
|
||||
\usepackage{hyperref}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{noto-serif}
|
||||
\usepackage{cmap}
|
||||
%\usepackage{censor}
|
||||
\signature{Aminda Suomalainen}
|
||||
%\address{REDACTED}
|
||||
\begin{document}
|
||||
% Recepient https://en.wikibooks.org/wiki/LaTeX/Letters
|
||||
\begin{letter}{}
|
||||
\opening{Hello World,}
|
||||
|
||||
I am just playing with \LaTeX\ again and wondering if FINEID signed PDF works for people who haven't installed the FINEID software.
|
||||
|
||||
\closing{Kind regards,}
|
||||
|
||||
%\ps
|
||||
%PS. Here I would write ps last words.
|
||||
|
||||
\end{letter}
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user