add face selectivity including data

This commit is contained in:
Marius Goerner 2019-01-14 14:41:15 +01:00
parent 928aa6dc09
commit 305cb64acc
187 changed files with 145 additions and 0 deletions

View File

@ -0,0 +1,3 @@
ZIPFILES=
include ../project.mk

View File

@ -0,0 +1,15 @@
(TeX-add-style-hook
"face_selectivity"
(lambda ()
(TeX-add-to-alist 'LaTeX-provided-class-options
'(("exam" "a4paper" "12pt" "pdftex")))
(TeX-run-style-hooks
"latex2e"
"../header"
"../instructions"
"exam"
"exam12")
(TeX-add-symbols
"ptitle"))
:latex)

Some files were not shown because too many files have changed in this diff Show More