Add fic export function
This commit is contained in:
parent
ddf1ea389e
commit
a1a487b450
7 changed files with 403 additions and 85 deletions
39
fic-export-files/auto/header.el
Normal file
39
fic-export-files/auto/header.el
Normal file
|
@ -0,0 +1,39 @@
|
|||
(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")
|
||||
(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