LaTeX: add letter.tex

This commit is contained in:
Aminda Suomalainen 2022-10-03 21:30:54 +03:00
parent c8245b34bf
commit 287be796f3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

22
LaTeX/letter.tex Normal file
View 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}