hod2
This commit is contained in:
19
hod2/.auctex-auto/main.el
Normal file
19
hod2/.auctex-auto/main.el
Normal file
@@ -0,0 +1,19 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
(TeX-add-style-hook
|
||||
"main"
|
||||
(lambda ()
|
||||
(TeX-add-to-alist 'LaTeX-provided-class-options
|
||||
'(("book" "12pt" "a4paper")))
|
||||
(TeX-add-to-alist 'LaTeX-provided-package-options
|
||||
'(("fontenc" "T1") ("inputenc" "utf8") ("babel" "slovak" "shorthands=off") ("lipsum" "") ("fancyhdr" "")))
|
||||
(TeX-run-style-hooks
|
||||
"latex2e"
|
||||
"book"
|
||||
"bk12"
|
||||
"inputenc"
|
||||
"babel"
|
||||
"lipsum"
|
||||
"fancyhdr"))
|
||||
:latex)
|
||||
|
||||
Reference in New Issue
Block a user