|
From: | Carlos |
Subject: | [AUCTeX-devel] dear lords could you add the following style files to the style folder? |
Date: | Wed, 14 Sep 2016 06:31:23 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.0.95 (gnu/linux) |
that way I don't have to insert it after every release ;; This file adds support for `tufte-handout.cls'. ;;; Code: (TeX-add-style-hook "tufte-handout" (lambda () (font-latex-add-keywords '(("sidenote" "[[{" ) ("marginnote" "[{" ) ("newthought" "{" )) 'textual)) LaTeX-dialect) (defvar LaTeX-tufte-handout-class-options '("a4paper" "titlepage" "notitlepage" "ls" "nols" "sfsidenotes" "symmetric" "justified" "debug" "bidi" "notoc" "nohyper") "Package options for tufte-handout") ;;; tufte-handout.el ends here and ;; This file adds support for `tufte-book.cls'. ;;; Code: (TeX-add-style-hook "tufte-book" (lambda () (font-latex-add-keywords '(("sidenote" "[[{" ) ("marginnote" "[{" ) ("newthought" "{" )) 'textual)) LaTeX-dialect) (defvar LaTeX-tufte-book-class-options '("a4paper" "titlepage" "notitlepage" "ls" "nols" "sfsidenotes" "symmetric" "justified" "debug" "bidi" "notoc" "nohyper") "Package options for tufte-book") ;;; tufte-book.el ends here thanks
[Prev in Thread] | Current Thread | [Next in Thread] |