{"id":13524673,"url":"https://github.com/Sematre/typst-letter-pro","last_synced_at":"2025-04-01T03:32:20.185Z","repository":{"id":179847470,"uuid":"663592349","full_name":"Sematre/typst-letter-pro","owner":"Sematre","description":"DIN 5008 letter template for Typst","archived":false,"fork":false,"pushed_at":"2024-05-19T14:30:39.000Z","size":619,"stargazers_count":74,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-02T06:16:52.238Z","etag":null,"topics":["din-5008","din5008","letter","typst","typst-template"],"latest_commit_sha":null,"homepage":"https://typst.app/universe/package/letter-pro/","language":"Typst","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sematre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-07T16:50:34.000Z","updated_at":"2024-07-31T08:04:16.000Z","dependencies_parsed_at":"2024-01-13T22:25:03.605Z","dependency_job_id":"c4a821f2-4c7d-43e1-a5e9-d76ede73567f","html_url":"https://github.com/Sematre/typst-letter-pro","commit_stats":null,"previous_names":["sematre/typst-letter","sematre/typst-letter-pro"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sematre%2Ftypst-letter-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sematre%2Ftypst-letter-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sematre%2Ftypst-letter-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sematre%2Ftypst-letter-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sematre","download_url":"https://codeload.github.com/Sematre/typst-letter-pro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246578516,"owners_count":20799844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["din-5008","din5008","letter","typst","typst-template"],"created_at":"2024-08-01T06:01:12.342Z","updated_at":"2025-04-01T03:32:19.831Z","avatar_url":"https://github.com/Sematre.png","language":"Typst","funding_links":[],"categories":["Templates \u0026 Libraries"],"sub_categories":["Letters"],"readme":"# typst-letter-pro\nA template for creating business letters following the DIN 5008 standard.\n\n## Overview\ntypst-letter-pro provides a convenient and professional way to generate business letters\nwith a standardized layout. The template follows the guidelines specified in the\nDIN 5008 standard, ensuring that your letters adhere to the commonly accepted business\ncommunication practices.\n\nThe goal of typst-letter-pro is to simplify the process of creating business letters\nwhile maintaining a clean and professional appearance. It offers predefined sections\nfor the sender and recipient information, subject, date, header, footer and more.\n\n## [Documentation](https://raw.githubusercontent.com/wiki/Sematre/typst-letter-pro/documentation-v3.0.0.pdf)\n\n## Example\nText source: [Musterbrief Widerspruch gegen Einkommensteuerbescheid](https://web.archive.org/web/20230927152049/https://www.deutschepost.de/de/b/briefvorlagen/beschwerden.html#Einspruch)\n\n### Preview ([PDF version](https://raw.githubusercontent.com/wiki/Sematre/typst-letter-pro/simple_letter.pdf))\n![Image of a simple letter created with typst-letter-pro](template/thumbnail.png)\n\n### Code\n```typst\n#import \"@preview/letter-pro:3.0.0\": letter-simple\n\n#set text(lang: \"de\")\n\n#show: letter-simple.with(\n  sender: (\n    name: \"Anja Ahlsen\",\n    address: \"Deutschherrenufer 28, 60528 Frankfurt\",\n    extra: [\n      Telefon: #link(\"tel:+4915228817386\")[+49 152 28817386]\\\n      E-Mail: #link(\"mailto:aahlsen@example.com\")[aahlsen\\@example.com]\\\n    ],\n  ),\n  \n  annotations: [Einschreiben - Rückschein],\n  recipient: [\n    Finanzamt Frankfurt\\\n    Einkommenssteuerstelle\\\n    Gutleutstraße 5\\\n    60329 Frankfurt\n  ],\n  \n  reference-signs: (\n    ([Steuernummer], [333/24692/5775]),\n  ),\n  \n  date: \"12. November 2014\",\n  subject: \"Einspruch gegen den ESt-Bescheid\",\n)\n\nSehr geehrte Damen und Herren,\n\ndie von mir bei den Werbekosten geltend gemachte Abschreibung für den im\nvergangenen Jahr angeschafften Fotokopierer wurde von Ihnen nicht berücksichtigt.\nDer Fotokopierer steht in meinem Büro und wird von mir ausschließlich zu beruflichen\nZwecken verwendet.\n\nIch lege deshalb Einspruch gegen den oben genannten Einkommensteuerbescheid ein\nund bitte Sie, die Abschreibung anzuerkennen.\n\nAnbei erhalten Sie eine Kopie der Rechnung des Gerätes.\n\nMit freundlichen Grüßen\n#v(1cm)\nAnja Ahlsen\n\n#v(1fr)\n*Anlagen:*\n- Rechnung\n```\n\n## Usage\n### Preview repository\nImport the package in your document:\n```typst\n#import \"@preview/letter-pro:3.0.0\": letter-simple\n```\n\n### Local namespace\nDownload the repository to the local package namespace using Git:\n```sh\n$ git clone -c advice.detachedHead=false https://github.com/Sematre/typst-letter-pro.git --depth 1 --branch v3.0.0 ~/.local/share/typst/packages/local/letter-pro/3.0.0\n```\n\nThen import the package in your document:\n```typst\n#import \"@local/letter-pro:3.0.0\": letter-simple\n```\n\n### Manual\nDownload the ``letter-pro-v3.0.0.typ`` file from the [releases page](https://github.com/Sematre/typst-letter-pro/releases) and place it next to your document file, e.g., using *wget*:\n\n```sh\n$ wget https://github.com/Sematre/typst-letter-pro/releases/download/v3.0.0/letter-pro-v3.0.0.typ\n```\n\nThen import the package in your document:\n```typst\n#import \"letter-pro-v3.0.0.typ\": letter-simple\n```\n\n## Contributing\nContributions to typst-letter-pro are welcome! If you encounter any issues or have\nsuggestions for improvements, please open an issue on GitHub or submit a pull request.\n\nBefore making any significant changes, please discuss your ideas with the project\nmaintainers to ensure they align with the project's goals and direction.\n\n## Acknowledgments\nThis project is inspired by the following projects and resources:\n* [Wikipedia / DIN 5008](https://de.wikipedia.org/wiki/DIN_5008)\n* [Deutsche Post / DIN 5008 Vorlage](https://web.archive.org/web/20240223035339/https://www.deutschepost.de/de/b/briefvorlagen/normbrief-din-5008-vorlage.html)\n* [Deutsche Post / Automationsfähige Briefsendungen](https://www.deutschepost.de/dam/dpag/images/P_p/printmailing/downloads/dp-automationsfaehige-briefsendungen-2024.pdf)\n* [EDV Lehrgang / DIN-5008](https://www.edv-lehrgang.de/din-5008/)\n* [Ludwig Austermann / typst-din-5008-letter](https://github.com/ludwig-austermann/typst-din-5008-letter)\n* [Pascal Huber / typst-letter-template](https://github.com/pascal-huber/typst-letter-template)\n\n## License\nDistributed under the **MIT License**. See ``LICENSE`` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSematre%2Ftypst-letter-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSematre%2Ftypst-letter-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSematre%2Ftypst-letter-pro/lists"}