An Emacs configuration to work with LaTeX, Python, C, C++, Pandoc, Markdown, Slack, and git running natively in different OS like MacOS, ArchLinux, and Ubuntu.
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.

31 lines
544 B

3 years ago
3 years ago
3 years ago
3 years ago
  1. #Readme
  2. This repository contains the basic configuration to work with emacs for compile LaTeX,
  3. Markdown and Docker tested with MacOS, Ubuntu and Windows.
  4. This configuration is used with the research seminar 101.
  5. # Spell-Checking
  6. ## For Ubuntu
  7. It is recommended to install and use `ispell`. Thus, to install use:
  8. ```
  9. $ sudo apt-get update
  10. $ sudo apt-get install -y aspell
  11. ```
  12. ## For MacOS
  13. ```
  14. $ brew install aspell
  15. ```
  16. ## For Arch
  17. ```
  18. $ pacman -S aspell
  19. ```
  20. ## For Windows
  21. Use pacman and ispell (not tested ye)
  22. # Known issues
  23. ## Windows