Ignore files properly
This commit is contained in:
parent
5842a69d22
commit
4005fd403b
1 changed files with 0 additions and 40 deletions
|
@ -1,40 +0,0 @@
|
||||||
(TeX-add-style-hook
|
|
||||||
"header"
|
|
||||||
(lambda ()
|
|
||||||
(TeX-add-to-alist 'LaTeX-provided-package-options
|
|
||||||
'(("hyperref" "hidelinks") ("titlesec" "explicit")))
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "href")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
|
|
||||||
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
|
|
||||||
(TeX-run-style-hooks
|
|
||||||
"microtype"
|
|
||||||
"lettrine"
|
|
||||||
"mathspec"
|
|
||||||
"pifont"
|
|
||||||
"titling"
|
|
||||||
"polyglossia"
|
|
||||||
"xcolor"
|
|
||||||
"graphicx"
|
|
||||||
"hyperref"
|
|
||||||
"titlesec"
|
|
||||||
"nameref")
|
|
||||||
(TeX-add-symbols
|
|
||||||
"sephim"
|
|
||||||
"sepffx"
|
|
||||||
"currentname"
|
|
||||||
"titlegen"
|
|
||||||
"titleasal"
|
|
||||||
"cftchapterpresnum")
|
|
||||||
(LaTeX-add-polyglossia-langs
|
|
||||||
'("english" "defaultlanguage" "variant=british"))
|
|
||||||
(LaTeX-add-fontspec-newfontcmds
|
|
||||||
"yevon")
|
|
||||||
(LaTeX-add-xcolor-definecolors
|
|
||||||
"shadecolor"))
|
|
||||||
:latex)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue