fist true commit

This commit is contained in:
liph
2026-05-07 14:41:09 +02:00
parent 1776e4a921
commit 8964a7974d
63 changed files with 3221 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
\documentclass{letter}
% Define these in the PREAMBLE
\signature{Your Name}
\address{Your Street \\ Your City, State, ZIP \\ Your Phone}
% Optional: Remove the standard indentation
\usepackage{parskip}
\begin{document}
\begin{letter}{Recipient Name \\ Title \\ Company Name \\ Address \\ City, State, ZIP}
\opening{Dear Hiring Manager,}
I am writing to apply for the position of Software Engineer.
This template uses the standard LaTeX letter class. Ensure you load any packages you need (like hyperref) in the preamble before the document begins.
I look forward to hearing from you.
\closing{Sincerely,}
\end{letter}
\end{document}