# 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`. There is no `new_tex_document` type for it; copy the directory by hand. ``` latexmk -f -lualatex main.tex ``` ## Not accessible This is the one template that produces an untagged PDF, and it makes no accessibility claim. The beamer class rejects `\DocumentMetadata`, and the LaTeX Tagging Project lists beamer and beamerposter as [no-support](https://latex3.github.io/tagging-project/tagging-status/), meaning incompatible and not expected to change. When a poster needs an accessible version, build a companion document from the [paper](../paper_template/README.md) or [memo](../memo_template/README.md) template.