all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [NonGNU ELPA] New package: latex-table-wizard
@ 2022-12-16 17:17 Enrico Flor
  2022-12-16 19:46 ` Philip Kaludercic
  0 siblings, 1 reply; 21+ messages in thread
From: Enrico Flor @ 2022-12-16 17:17 UTC (permalink / raw)
  To: emacs-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 809 bytes --]

I would like to submit latex-table-wizard to NonGNU ELPA.  This package
depends on AucTeX and on transient, and provides a minor mode with a
series of commands to navigate and edit complicated LaTeX table-like
environments (the standard ones, but the user can define additional
ones).

With a transient UI, this package allows you to:

+ navigate "logically" (that is, move by cells)

+ insert or kill rows or column

+ move arbitrary cells or groups of cells around

+ align the table in different ways (however alignment is not needed for
  the functionalities above)

These commands are not fooled by the presence of embedded tables or
other complications (for example: while editing a larger table, a buffer
substring like:

    & ... \makecell{ a & b \\ c & d} ... &

is still parsed as a single cell).


[-- Attachment #1.1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 857 bytes --]

[-- Attachment #1.2: latex-table-wizard patch --]
[-- Type: text/x-patch, Size: 1350 bytes --]

From 27f25c72ed8e0e3e81cfc4f996f8c03c9c0155fe Mon Sep 17 00:00:00 2001
From: Enrico Flor <nericoflor@gmail.com>
Date: Fri, 16 Dec 2022 10:58:55 -0500
Subject: [PATCH] Add latex-table-wizard

---
 elpa-packages | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index 8254411cb2..90356989cb 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -78,7 +78,7 @@
   )

  (cdlatex		:url "https://github.com/cdominik/cdlatex")
-
+
  (cider			:url "https://github.com/clojure-emacs/cider"
   :ignored-files ("LICENSE" "doc" "logo" "refcard" "test")
   :news "CHANGELOG.md")
@@ -117,7 +117,7 @@
   :news "changelog.rst")

  (dockerfile-mode	:url "https://github.com/spotify/dockerfile-mode")
-
+
  (dracula-theme		:url "https://github.com/dracula/emacs"
   :ignored-files ("INSTALL.md" "screenshot.png" "start_emacs_test.sh" "test-profile.el"))

@@ -434,6 +434,12 @@
  (kotlin-mode		:url "https://github.com/Emacs-Kotlin-Mode-Maintainers/kotlin-mode"
   :ignored-files ("doc" "test" "Cask" "Makefile"))

+ (latex-table-wizard    :url "https://github.com/enricoflor/latex-table-wizard"
+  :readme "readme.org"
+  :doc "latex-table-wizard.texi"
+  :news "NEWS"
+  :ignored-files ("COPYING"))
+
  (lorem-ipsum           :url "https://github.com/jschaf/emacs-lorem-ipsum"
   :readme "README.md")

--
2.38.1


[-- Attachment #1.3: publickey - enrico@eflor.net - ffbd1445.asc --]
[-- Type: application/pgp-keys, Size: 697 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [NonGNU ELPA] New package: latex-table-wizard
@ 2022-12-16 16:32 Enrico Flor
  2022-12-17  3:23 ` Stefan Monnier
  0 siblings, 1 reply; 21+ messages in thread
From: Enrico Flor @ 2022-12-16 16:32 UTC (permalink / raw)
  To: emacs-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 811 bytes --]


I would like to submit latex-table-wizard to NonGNU ELPA.  This package
depends on AucTeX and on transient, and provides a minor mode with a
series of commands to navigate and edit complicated LaTeX table-like
environments (the standard ones, but the user can define additional
ones).

With a transient UI, this package allows you to:

+ navigate "logically" (that is, move by cells)

+ insert or kill rows or column

+ move arbitrary cells or groups of cells around

+ align the table in different ways (however alignment is not needed for
  the functionalities above)

These commands are not fooled by the presence of embedded tables or
other complications (for example: while editing a larger table, a buffer
substring like:

    & ... \makecell{ a & b \\ c & d} ... &

is still parsed as a single cell).



[-- Attachment #1.1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 857 bytes --]

[-- Attachment #1.2: latex-table-wizard patch --]
[-- Type: text/x-patch, Size: 1350 bytes --]

From 27f25c72ed8e0e3e81cfc4f996f8c03c9c0155fe Mon Sep 17 00:00:00 2001
From: Enrico Flor <nericoflor@gmail.com>
Date: Fri, 16 Dec 2022 10:58:55 -0500
Subject: [PATCH] Add latex-table-wizard

---
 elpa-packages | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index 8254411cb2..90356989cb 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -78,7 +78,7 @@
   )

  (cdlatex		:url "https://github.com/cdominik/cdlatex")
-
+
  (cider			:url "https://github.com/clojure-emacs/cider"
   :ignored-files ("LICENSE" "doc" "logo" "refcard" "test")
   :news "CHANGELOG.md")
@@ -117,7 +117,7 @@
   :news "changelog.rst")

  (dockerfile-mode	:url "https://github.com/spotify/dockerfile-mode")
-
+
  (dracula-theme		:url "https://github.com/dracula/emacs"
   :ignored-files ("INSTALL.md" "screenshot.png" "start_emacs_test.sh" "test-profile.el"))

@@ -434,6 +434,12 @@
  (kotlin-mode		:url "https://github.com/Emacs-Kotlin-Mode-Maintainers/kotlin-mode"
   :ignored-files ("doc" "test" "Cask" "Makefile"))

+ (latex-table-wizard    :url "https://github.com/enricoflor/latex-table-wizard"
+  :readme "readme.org"
+  :doc "latex-table-wizard.texi"
+  :news "NEWS"
+  :ignored-files ("COPYING"))
+
  (lorem-ipsum           :url "https://github.com/jschaf/emacs-lorem-ipsum"
   :readme "README.md")

--
2.38.1


[-- Attachment #1.3: publickey - enrico@eflor.net - ffbd1445.asc --]
[-- Type: application/pgp-keys, Size: 697 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-05-12 15:46 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16 17:17 [NonGNU ELPA] New package: latex-table-wizard Enrico Flor
2022-12-16 19:46 ` Philip Kaludercic
2022-12-16 21:29   ` Enrico Flor
2022-12-16 21:37     ` Philip Kaludercic
2022-12-16 21:59       ` Enrico Flor
2022-12-16 22:58         ` Philip Kaludercic
2022-12-16 23:36           ` Enrico Flor
2022-12-17  6:22       ` tomas
2022-12-17 10:01         ` Philip Kaludercic
2022-12-17 16:13         ` [External] : " Drew Adams
2022-12-17 14:17   ` Philip Kaludercic
  -- strict thread matches above, loose matches on Subject: below --
2022-12-16 16:32 Enrico Flor
2022-12-17  3:23 ` Stefan Monnier
2022-12-17  4:46   ` Enrico Flor
2022-12-17  9:56     ` Philip Kaludercic
2022-12-17 14:10       ` Enrico Flor
2023-05-11 21:21       ` Enrico Flor
2023-05-12  5:46         ` Philip Kaludercic
2023-05-12 12:30           ` Stefan Monnier
2023-05-12 15:46             ` Philip Kaludercic
2023-05-12 12:37           ` Enrico Flor

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.