{"id":15203179,"url":"https://github.com/piazzai/uvaletter","last_synced_at":"2026-03-06T18:33:55.855Z","repository":{"id":113329432,"uuid":"444226966","full_name":"piazzai/uvaletter","owner":"piazzai","description":"Unofficial letterhead template for the University of Amsterdam","archived":false,"fork":false,"pushed_at":"2025-02-11T00:05:45.000Z","size":1264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T15:12:46.580Z","etag":null,"topics":["amsterdam","ctan","document-design","latex","latex-document","latex-letter","latex-package","latex-style","latex-template","letter","letterhead","letterhead-template","netherlands","stationery","tex","typesetting","university-documents","university-of-amsterdam","university-template","uva"],"latest_commit_sha":null,"homepage":"https://ctan.org/pkg/uvaletter/","language":"TeX","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/piazzai.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":"2022-01-03T23:24:51.000Z","updated_at":"2025-02-11T00:05:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0426de7-f765-4431-b1bf-6759c94a2b21","html_url":"https://github.com/piazzai/uvaletter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/piazzai/uvaletter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piazzai%2Fuvaletter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piazzai%2Fuvaletter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piazzai%2Fuvaletter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piazzai%2Fuvaletter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piazzai","download_url":"https://codeload.github.com/piazzai/uvaletter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piazzai%2Fuvaletter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30191089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T18:30:16.692Z","status":"ssl_error","status_checked_at":"2026-03-06T18:30:13.818Z","response_time":250,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["amsterdam","ctan","document-design","latex","latex-document","latex-letter","latex-package","latex-style","latex-template","letter","letterhead","letterhead-template","netherlands","stationery","tex","typesetting","university-documents","university-of-amsterdam","university-template","uva"],"created_at":"2024-09-28T04:41:48.888Z","updated_at":"2026-03-06T18:33:55.812Z","avatar_url":"https://github.com/piazzai.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nuvaletter v1.1.1\nauthor: Michele Piazzai\ncontact: michele.piazzai@uc3m.es\nlicense: MIT\n--\u003e\n\n# uvaletter\n\nThis is an unofficial LaTeX package that provides a letterhead template for the University of Amsterdam. The design mimics the [official Word template](https://www.uva.nl/over-de-uva/over-de-universiteit/huisstijl/downloadstools/brief/brief.html) of the University and complies with the University's [house style](https://www.uva.nl/over-de-uva/over-de-universiteit/huisstijl/huisstijl.html).\n\n![](https://github.com/piazzai/uvaletter/blob/master/screenshot.jpg)\n\n## Installation\n\nThis package is hosted on CTAN and distributed as part of MikTex and TeXLive. It can also be installed manually by cloning this repository in your `$HOME/texmf/tex/latex` folder, which is searched by LaTeX. If you do not have such a folder, you can [create it](https://www.ias.edu/math/computing/faq/local-latex-style-files).\n\n## Usage\n\nThe package can be loaded with a `pageno` option that enables page numbering. Be aware that, in order for the layout to display, your letter body should be wrapped in a `letterhead` environment.\n\nHere is a minimal working example:\n\n```tex\n\\documentclass{letter}\n\\usepackage{uvaletter}\n\n\\logo{logo.jpg}\n\\recipient{foo}\n\\department{bar}\n\\visiting{}\n\\postal{}\n\\website{}\n\\date{}\n\\yourreference{}\n\\ourreference{}\n\\contactperson{}\n\\phone{}\n\\email{}\n\\subject{}\n\\enclosed{}\n\n\\begin{document}\n\\begin{letterhead}\n\n Hello world!\n\n\\end{letterhead}\n\\end{document}\n```\n\nThe `\\recipient{}` and `\\department{}` commands are mandatory and their arguments must be non-empty. All other commands are optional and can be removed, commented out, or left empty.\n\nIn order for a logo to be displayed, you must indicate a path to the image in `\\logo{}`. All official logos of the University of Amsterdam, including faculties, departments, and institutes, can be found [here](https://www.uva.nl/over-de-uva/over-de-universiteit/huisstijl/huisstijlelementen/logo/logo.html). If a path is not provided or the file is not found, the logo space is left blank.\n\n## Bugs\n\nIn case of problems, please [open an issue](https://github.com/piazzai/uvaletter/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiazzai%2Fuvaletter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiazzai%2Fuvaletter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiazzai%2Fuvaletter/lists"}