From f61557ec479d575c048167cf07812f14e6702518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Bavu?= <73740254+zinc75@users.noreply.github.com> Date: Wed, 27 May 2026 11:34:11 +0200 Subject: [PATCH] Add cnam-thesis template for Quarto (#2044) Added cnam-thesis template for Cnam doctoral theses with PDF/A-1b and HTML support. (cherry picked from commit 96a7ba655d127edeb2fb36971a543a2c4c42d96a) --- docs/extensions/listings/custom-formats.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/extensions/listings/custom-formats.yml b/docs/extensions/listings/custom-formats.yml index 14b4a8e8b..ec849a4ad 100644 --- a/docs/extensions/listings/custom-formats.yml +++ b/docs/extensions/listings/custom-formats.yml @@ -39,6 +39,14 @@ author: '[Kazuharu Yanagimoto](https://github.com/kazuyanagimoto)' description: A minimalistic presentation theme for Quarto + Typst by Touying +- name: cnam-thesis + path: https://github.com/zinc75/quarto-cnam-thesis + author: '[Eric Bavu](https://github.com/zinc75)' + description: > + Quarto template / set of extensions for Cnam (Conservatoire national des arts et métiers) doctoral theses. + PDF/A-1b + navigable HTML - Produces a PDF that conforms to the official Cnam 2024–2025 template + and a navigable HTML version for online sharing and accessibility. + - name: diaquarto path: https://github.com/skriptum/diatypst/blob/main/diaquarto author: "[marten](https://github.com/skriptum)"