generated from srid/rust-nix-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove unnecessary date field in gen_pdf function
- Loading branch information
1 parent
7fc2df0
commit 093267c
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,6 @@ fn gen_pdf( | |
\begin{document} | ||
\setkomavar{fromname}{Max Mustermann} | ||
\setkomavar{date}{1. August. 2024} % remove this once past 1st August | ||
\setkomavar{fromaddress}{awwaw} | ||
\setkomavar{fromemail}{[email protected]} | ||
\setkomavar{fromphone}{08000800} | ||
|
@@ -115,7 +114,7 @@ fn gen_pdf( | |
\newcommand\wantsname{true} | ||
\newcommand\wantssex{false} | ||
\begin{letter}{amtname, amtstrasse, amtstadt} | ||
\begin{letter}{amtname\\amtstrasse\\amtstadt} | ||
\opening{Sehr geehrte Sachbearbeiter*innen,} | ||
hiermit melde ich, \usekomavar{fromname}, geboren am \usekomavar{dob} in \usekomavar{birthplace}, die Änderung meines Geschlechtseintrags und Vornamens nach §4 SBGG an. | ||
|