unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* GNU Emacs as a lightweight LaTex IDE
@ 2020-05-05  7:55 Anand Tamariya
  0 siblings, 0 replies; only message in thread
From: Anand Tamariya @ 2020-05-05  7:55 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 693 bytes --]

Here's my next installment of "GNU Emacs as a lightweight IDE" series for
editing LaTex document. This uses some semantic enhancement and company
package for auto-completion. Hope this will help newbies getting started
with LaTex using Emacs.

Code: Emacs customization (https://gitlab.com/atamariya/emacs/tree/dev)

Config (.emacs):
(global-ede-mode 1)
(semantic-mode 1)
(srecode-minor-mode 1)
;; Install company for inline completion with dropdown
(require 'company)
(global-company-mode)
(setq semantic-dependency-system-include-path
'("/usr/share/texlive/texmf-dist/tex/"))

Demo:
Part 1 (Auto-suggest): https://youtu.be/CrYbG3c35TI

Features:
- Auto-suggest using company

Regards,
Anand

[-- Attachment #2: Type: text/html, Size: 4101 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-05  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05  7:55 GNU Emacs as a lightweight LaTex IDE Anand Tamariya

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).