branch: main
commit 68ec6b42aec51867e2a1e0a88899071a04067402
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
Add missing package option
* style/enumitem.el (LaTeX-enumitem-package-options): Add missing
option.
---
style/enumitem.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style/enumitem.el b/style/enumitem.el
index 718bcaa6..6f367777 100644
--- a/style/enumitem.el
+++ b/style/enumitem.el
@@ -464,7 +464,7 @@ macro. Insert the value in brackets if OPTIONAL is
non-nil."
TeX-dialect)
(defvar LaTeX-enumitem-package-options
- '("inline" "shortlabels" "loadonly" "sizes"
+ '("inline" "shortlabels" "loadonly" "sizes" "series=override"
"ignoredisplayed" "includedisplayed")
"Package options for the enumitem package.")