mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[emacs] Add LaTeX class for thermal printing
This commit is contained in:
parent
19cfdb4412
commit
cd7f3b254f
1 changed files with 8 additions and 0 deletions
|
@ -346,6 +346,14 @@ Tell Emacs about all of the LaTeX classes I use to export documents.
|
|||
("\\subsection{%s}" . "\\labday{%s}")
|
||||
("\\subsubsection{%s}" . "\\experiment{%s}")
|
||||
("\\paragraph{%s}" . "\\paragraph*{%s}")
|
||||
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
|
||||
("thermal-paper"
|
||||
"\\documentclass[5pt]{article}
|
||||
\\usepackage[paperwidth=52mm]{geometry}"
|
||||
("\\section{%s}" . "\\section*{%s}")
|
||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
|
||||
("\\paragraph{%s}" . "\\paragraph*{%s}")
|
||||
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))))
|
||||
#+END_SRC
|
||||
**** DnD
|
||||
|
|
Loading…
Reference in a new issue