branch: main
commit f7e8c91a1261532489ea83b49ad5d7771012c62d
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
* latex.el (LaTeX-common-initialization): Add missing lengths.
---
latex.el | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/latex.el b/latex.el
index 2cdf65a2..ebc88218 100644
--- a/latex.el
+++ b/latex.el
@@ -8550,10 +8550,16 @@ function would return non-nil and `(match-string 1)'
would return
"enumiv" "footnote" "mpfootnote")
(LaTeX-add-lengths "arraycolsep" "arrayrulewidth" "baselineskip"
"baselinestretch"
- "bibindent" "columnsep" "columnseprule" "columnwidth"
"doublerulesep"
- "evensidemargin" "linewidth" "oddsidemargin" "paperwidth"
- "paperheight" "parindent" "parskip" "tabcolsep"
- "textheight" "textwidth" "topmargin" "unitlength")
+ "bibindent" "columnsep" "columnseprule" "columnwidth"
+ "dblfloatsep" "dbltextfloatsep" "doublerulesep"
"evensidemargin"
+ "fboxrule" "fboxsep" "floatsep" "footnotesep"
+ "headheight" "headsep"
+ "intextsep" "linewidth"
+ "marginparpush" "marginparsep" "marginparwidth"
+ "oddsidemargin" "paperwidth" "paperheight" "parindent"
"parskip"
+ "stockheight" "stockwidth"
+ "tabcolsep" "textfloatsep" "textheight" "textwidth"
"topmargin"
+ "unitlength")
(TeX-add-symbols
'("addtocounter" TeX-arg-counter "Value")