This is a basic emacs configuration to work with LaTeX projects. The configuration has been tested on Ubuntu 20.04 LTS.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gerardo Marx Chávez-Campos c218093e7f Update 'Readme.md' 3 years ago
.emacs Melpa and which-key 3 years ago
Readme Melpa and which-key 3 years ago
Readme.md Update 'Readme.md' 3 years ago

Readme.md

Emacs basic configuration

This is a basic configuration guide to setup Emacs for LaTeX projects. To work along this tutorial please be suro to have installed a minimal LaTeX installation.

Emacs

According with Wikipedia, GNU Emacs is a free software text editor. It was created by GNU Project founder Richard Stallman. In common with other varieties of Emacs, GNU Emacs is extensible using a Turing complete programming language. GNU Emacs has been called "the most powerful text editor available today". GNU Emacs is sometimes abbreviated as GNUMACS, especially to differentiate it from other EMACS variants. The tag line for GNU Emacs is "the extensible self-documenting text editor".

We are going to use GNU Emacs and configure it with Vanilla flavoured style theme.

Controlling your emacs configuration

In order to control your changes into the emacs configuration file, it is recommended to make a symbolic link to this repository. Thus, let us first clone this repository and create a symbolic link by using:

$ git clone http://gmarxcc.com:8088/mcie-rs101/emacs-configuration.git
$ cd emacs-configuration
$ ln -s /home/user-name/folder/of/emacs-configuration/.emacs /home/user/.emacs 

by doing this, we are going to link both files and register any modification.