Open jmgomez-IAA opened 5 years ago
https://www.emacswiki.org/emacs/LaTeX
https://github.com/madsdk/yasnippets-latex/
M-x tex-mode
M-x tex-pdf
Refrescar el init.el actualizado M-x eval-buffer
M-x eval-buffer
command load-file M-x load-file, then press return twice to accept the default filename, which is the current file being edited
M-x load-file
Flymake : Verifica la sintaxis sobre la marcha. Consume mucha cpu usar con cautela.
(require 'flymake) (defun flymake-get-tex-args (file-name) (list "pdflatex" (list "-file-line-error" "-draftmode" "-interaction=nonstopmode" file-name))) (add-hook 'LaTeX-mode-hook 'flymake-mode)
Outline Mode. It allows the user to hide some parts of the text file,
(defun turn-on-outline-minor-mode () (outline-minor-mode 1)) (add-hook 'LaTeX-mode-hook 'turn-on-outline-minor-mode) (add-hook 'latex-mode-hook 'turn-on-outline-minor-mode) (setq outline-minor-mode-prefix "\C-c \C-o") ; Or something else
How I'm able to take notes in mathematics lectures using LaTeX and Vim
LATEX Prj Folder Structure
Eejmplo de themas con beamer
Beamer Presentaciones: A tutorial
Bots de Telegram en Bash
Consejos de formato para una presentacion con código.
https://www.slideshare.net/LookAtMySlides/codeware
<La Tierra es la cuna de la humanidad, pero uno no puede vivir en la cuna para siempre.> Konstantin Tsiolkovsky
https://www.emacswiki.org/emacs/LaTeX
Yasnippet
https://github.com/madsdk/yasnippets-latex/
Emacs, Latex y Auctex
M-x tex-mode
M-x tex-pdf
Refrescar el init.el actualizado
M-x eval-buffer
command load-file
M-x load-file
, then press return twice to accept the default filename, which is the current file being editedFlymake : Verifica la sintaxis sobre la marcha. Consume mucha cpu usar con cautela.
Outline Mode. It allows the user to hide some parts of the text file,
Latex and Vim
How I'm able to take notes in mathematics lectures using LaTeX and Vim
LATEX Prj Folder Structure
Eejmplo de themas con beamer
Presentacion en Latex con Beamer
Beamer Presentaciones: A tutorial