From 4005fd403b438df8a5798b330e4a3b818ed9d4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sat, 4 Feb 2023 14:58:25 +0000 Subject: [PATCH] Ignore files properly --- fic-export-files/auto/header.el | 40 --------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 fic-export-files/auto/header.el diff --git a/fic-export-files/auto/header.el b/fic-export-files/auto/header.el deleted file mode 100644 index ed97aba..0000000 --- a/fic-export-files/auto/header.el +++ /dev/null @@ -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) -