mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[emacs] Use the paper class for thermal printing
This commit is contained in:
parent
cd7f3b254f
commit
0b412afdbf
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue