mirror of
https://github.com/correl/dotfiles.git
synced 2025-01-09 11:09:44 +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}")
|
("\\paragraph{%s}" . "\\paragraph*{%s}")
|
||||||
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
|
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
|
||||||
("thermal-paper"
|
("thermal-paper"
|
||||||
"\\documentclass[5pt]{article}
|
"\\documentclass{paper}
|
||||||
\\usepackage[paperwidth=52mm]{geometry}"
|
\\usepackage[paperwidth=52mm]{geometry}"
|
||||||
("\\section{%s}" . "\\section*{%s}")
|
("\\section{%s}" . "\\section*{%s}")
|
||||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||||
|
|
Loading…
Reference in a new issue