auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

main 69143a66 1/2: Update key-value's for the "layout" key


From: Arash Esbati
Subject: main 69143a66 1/2: Update key-value's for the "layout" key
Date: Tue, 26 Nov 2024 12:26:23 -0500 (EST)

branch: main
commit 69143a66ccba2f4ac139b8be7a07b0812211e4d1
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    Update key-value's for the "layout" key
    
    * style/geometry.el (LaTeX-geometry-always-key-val-options): Add
    values for the "layout" key.
---
 style/geometry.el | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/style/geometry.el b/style/geometry.el
index 4f442100..b1fabdf9 100644
--- a/style/geometry.el
+++ b/style/geometry.el
@@ -1,6 +1,6 @@
 ;;; geometry.el --- AUCTeX style for `geometry.sty' (v5.6)  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2015--2023 Free Software Foundation, Inc.
+;; Copyright (C) 2015--2024 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <arash@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -38,7 +38,14 @@
                   (keywords class))
 
 (defvar LaTeX-geometry-always-key-val-options
-  '(("layout") ("layoutwidth") ("layoutheight") ("layoutsize")
+  '(("layout" ("a0paper" "a1paper" "a2paper" "a3paper" "a4paper"
+               "a5paper" "a6paper" "b0paper" "b1paper" "b2paper"
+               "b3paper" "b4paper" "b5paper" "b6paper" "c0paper"
+               "c1paper" "c2paper" "c3paper" "c4paper" "c5paper"
+               "c6paper" "b0j" "b1j" "b2j" "b3j" "b4j" "b5j" "b6j"
+               "ansiapaper" "ansibpaper" "ansicpaper" "ansidpaper"
+               "ansiepaper"))
+    ("layoutwidth") ("layoutheight") ("layoutsize")
     ("layouthoffset") ("layoutvoffset") ("layoutoffset") ("hscale")
     ("vscale") ("scale") ("width") ("totalwidth") ("height") ("totalheight")
     ("total") ("textwidth") ("textheight") ("text") ("body") ("lines")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]