Fix letters + improvements for them. More fixes to come

This commit is contained in:
2025-02-20 13:34:22 +01:00
parent b8276dcf2f
commit ffe81249b0
5 changed files with 25 additions and 5 deletions

BIN
examples/letter/letter.pdf Normal file

Binary file not shown.

View File

@@ -0,0 +1,17 @@
\documentclass[12pt,a4paper]{scrlttr2}
\newcommand{\dir}{~/projects/latex} % IMPORTANT: No trailing slashes!
\input{\dir/include.tex}
\load{letter}
% Subject
\setkomavar{subject}{Test}
\begin{document}\raggedright
\begin{letter}{Company \\ Name \\ Address \\ CH-Place}
\opening{Intro}
Test
\closing{Kind regards}
\end{letter}
\end{document}