From 0b412afdbf03b36bac282209acb5c5518218a376 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Thu, 14 Apr 2022 20:22:04 -0400 Subject: [PATCH] [emacs] Use the paper class for thermal printing --- .doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doom.d/config.org b/.doom.d/config.org index 19f7668..372e0a9 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -348,7 +348,7 @@ Tell Emacs about all of the LaTeX classes I use to export documents. ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("thermal-paper" - "\\documentclass[5pt]{article} + "\\documentclass{paper} \\usepackage[paperwidth=52mm]{geometry}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")