diff --git a/.emacs b/.emacs index cae21e6..8c91c5c 100644 --- a/.emacs +++ b/.emacs @@ -74,9 +74,7 @@ ;;.............. ;;======== ;;Flyspell -(setq ispell-program-name "/usr/local/bin/aspell") -;(setq ispell-aspell-data-dir "/usr/local/Cellar/ispell/3.4.04/lib/ispell/") -;(setq ispell-aspell-dict-dir ispell-aspell-data-dir) +(setq ispell-program-name "/usr/bin/aspell") (dolist (hook '(text-mode-hook)) (add-hook hook (lambda () (flyspell-mode 1)))) ;; ========== diff --git a/latex-example/main.tex b/latex-example/main.tex new file mode 100644 index 0000000..05c7353 --- /dev/null +++ b/latex-example/main.tex @@ -0,0 +1,17 @@ +\documentclass{article} +\begin{document} +Hello \LaTeX{}. + + + + +This is an small test in English. + + +Este es un texto en espaƱol. + +\end{document} +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: