emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 5af3c8e 15/57: Add \switchcolumn to paragraph co


From: Tassilo Horn
Subject: [elpa] externals/auctex 5af3c8e 15/57: Add \switchcolumn to paragraph commands
Date: Wed, 11 Jan 2017 18:01:38 +0000 (UTC)

branch: externals/auctex
commit 5af3c8eb82d1da0ac6b0a6874776cfc16d230842
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    Add \switchcolumn to paragraph commands
    
    * style/paracol.el ("paracol"): Add \switchcolumn to paragraph
    commands.
---
 style/paracol.el |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/style/paracol.el b/style/paracol.el
index f8b5d85..c98a5be 100644
--- a/style/paracol.el
+++ b/style/paracol.el
@@ -224,6 +224,9 @@ If OPTIONAL is non-nil, insert the result in square 
brackets."
 
     '("flushpage" 0))
 
+   ; \switchcolumn should get its own line:
+   (LaTeX-paragraph-commands-add-locally "switchcolumn")
+
    ;; Fontification
    (when (and (featurep 'font-latex)
              (eq TeX-install-font-lock 'font-latex-setup))



reply via email to

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