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.

24 lines
664 B

3 years ago
3 years ago
  1. #Readme
  2. # RS101
  3. This repository contains the basic configuration to work with emacs for compile LaTeX,
  4. Markdown and Docker tested with MacOS, Ubuntu and Windows.
  5. This configuration is used with the research seminar 101.
  6. # Python `venv`
  7. It has been tested that to work with Python's virtual environments (venv) on emacs, the venv must be created and activated on shell y using:
  8. ``` shell
  9. $ python3 -m venv /path/to/new/virtual/environment/
  10. $ source /path/to/new/virtual/environment/activate
  11. ```
  12. after this we have to activate the virtual environment with emacs' command `pyvenv-workon` and select the environment to work with.
  13. $
  14. # Known issues
  15. ## Windows