From 56f0c1b0227cd0b8f76c8d26f234cda5a8700c56 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Wed, 19 Aug 2026 16:01:57 +0900 Subject: [PATCH] Drop the memoir paragraph from the README It described what the paper and memo templates used to be rather than what they are. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 94d7ed8..e492164 100644 --- a/README.md +++ b/README.md @@ -82,12 +82,6 @@ this, and both are needed: `tagging=on` loads the kernel code that puts headings, paragraphs, lists, tables, and figures into the PDF's structure tree, and `pdfstandard=ua-2` writes the conformance claim. -The paper and memo templates were originally built on the memoir -class, which is incompatible with the LaTeX tagged-PDF code. They now -use the standard article class with custom styling (`cdsc-paper.sty` -and `cdsc-memo.sty`) to keep their previous look while supporting full -tagging. - ### Writing an accessible document Tagging gets you the structure; the content is still up to the author.