From c8b5403ee33c4056c50bd74c79153a094ee8d5b8 Mon Sep 17 00:00:00 2001 From: Tyler Makaro Date: Thu, 5 Jun 2025 14:19:14 -0700 Subject: [PATCH 1/3] Add A4 index file --- share/templates/index_A4.tex.j2 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 share/templates/index_A4.tex.j2 diff --git a/share/templates/index_A4.tex.j2 b/share/templates/index_A4.tex.j2 new file mode 100644 index 000000000..9fd091fd8 --- /dev/null +++ b/share/templates/index_A4.tex.j2 @@ -0,0 +1,7 @@ +((* extends 'index.tex.j2' *)) + +((*- block docclass -*)) +\documentclass[11pt,a4paper]{article} +((*- endblock docclass -*)) + +((* set charlim = 77 *)) \ No newline at end of file From d036d7f497f58d850a7ac5efd9a0a0cf552dcb08 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 22:00:34 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- share/templates/index_A4.tex.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates/index_A4.tex.j2 b/share/templates/index_A4.tex.j2 index 9fd091fd8..40812d101 100644 --- a/share/templates/index_A4.tex.j2 +++ b/share/templates/index_A4.tex.j2 @@ -4,4 +4,4 @@ \documentclass[11pt,a4paper]{article} ((*- endblock docclass -*)) -((* set charlim = 77 *)) \ No newline at end of file +((* set charlim = 77 *)) From ea2c55d2eb8bf83b72ad0ad2b5b9e1645153ad0f Mon Sep 17 00:00:00 2001 From: Tyler Makaro Date: Mon, 9 Jun 2025 15:35:51 -0700 Subject: [PATCH 3/3] Move A4 index to correct location. --- share/templates/{ => latex}/index_A4.tex.j2 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename share/templates/{ => latex}/index_A4.tex.j2 (100%) diff --git a/share/templates/index_A4.tex.j2 b/share/templates/latex/index_A4.tex.j2 similarity index 100% rename from share/templates/index_A4.tex.j2 rename to share/templates/latex/index_A4.tex.j2