From b1b073e16ef1e3408ffaec118e5284f9cbd119bb Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Wed, 19 Aug 2026 16:02:50 +0900 Subject: [PATCH] Mark the poster template unmaintained It is barely used and is the only template that cannot produce an accessible PDF. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 3 ++- poster_template/README.md | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e492164..904b07d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ Each has its own README with build instructions and details. * [memo_template](memo_template/README.md) — a short memo * [letter_template](letter_template/README.md) — a letter * [slides_template](slides_template/README.md) — presentation slides, in ltx-talk -* [poster_template](poster_template/README.md) — a conference poster, in beamer +* [poster_template](poster_template/README.md) — a conference poster, in + beamer; unmaintained and not accessible ## Dependencies diff --git a/poster_template/README.md b/poster_template/README.md index 1096b1e..9a084a7 100644 --- a/poster_template/README.md +++ b/poster_template/README.md @@ -1,7 +1,12 @@ # Poster Template +**Unmaintained.** The lab has essentially stopped using it, and it is the one +template that cannot produce an accessible PDF. Expect to fix things yourself +if you start a poster from it. + A conference poster on beamer with beamerposter, styled by the Torino theme -and `beamercolorthememako.sty`. The source file is `main.tex`. +and `beamercolorthememako.sty`. The source file is `main.tex`. There is no +`new_tex_document` type for it; copy the directory by hand. ``` latexmk -f -lualatex main.tex