paper migration

This commit is contained in:
2025-10-22 12:20:28 +02:00
commit 634f685c91
11 changed files with 171 additions and 0 deletions

17
paper/src/auto/main.el Normal file
View File

@@ -0,0 +1,17 @@
;; -*- lexical-binding: t; -*-
(TeX-add-style-hook
"main"
(lambda ()
(setq TeX-command-extra-options
"-file-line-error -interaction=nonstopmode")
(TeX-add-to-alist 'LaTeX-provided-class-options
'(("report" "12pt") ("article" "12pt")))
(TeX-run-style-hooks
"latex2e"
"preamble"
"chapters/01-intro"
"article"
"art12"))
:latex)