[emacs] Use the paper class for thermal printing

This commit is contained in:
Correl Roush 2022-04-14 20:22:04 -04:00
parent cd7f3b254f
commit 0b412afdbf

View file

@ -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}")