jmgomez-IAA / loogbook

Personal web page
0 stars 0 forks source link

Post Ideas: Produccion #33

Open jmgomez-IAA opened 5 years ago

jmgomez-IAA commented 5 years ago

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 edited

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

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

jmgomez-IAA commented 5 years ago

Telegram

Bots de Telegram en Bash

jmgomez-IAA commented 5 years ago

Consejos de formato para una presentacion con código.

https://www.slideshare.net/LookAtMySlides/codeware

jmgomez-IAA commented 4 years ago

Frases Celebres

Espacio

<La Tierra es la cuna de la humanidad, pero uno no puede vivir en la cuna para siempre.> Konstantin Tsiolkovsky