The scientific-emacs a container-based in Debian:Focal version with emacs 26, and a light version of TeXlive.
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.
 
 
Gerardo Marx Chávez-Campos 2462d97b71 execution in zsh and bash 4 years ago
config execution in zsh and bash 4 years ago
data OK: ubuntu-focal, zsh, latex, emacs26 4 years ago
docker execution in zsh and bash 4 years ago
examples/latex-test OK: ubuntu-focal, zsh, latex, emacs26 4 years ago
.gitignore execution in zsh and bash 4 years ago
Readme.md packages ok, but slow compilation 4 years ago
scientific-emacs execution in zsh and bash 4 years ago

Readme.md

Readme

To get the ip address ''' open -a xquartz ip=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}') xhost + $ip '''

To run the container

''' docker run --rm -it -vpwd/emacs-config:/root
-e DISPLAY=$ip:0
-v /tmp/.X11-unix:/tmp/.X11-unix
gmarxcc/scientific-emacs:0.1 '''

the 'emacs-config' folder contains the '.emacs' configuration file

To install:

  • aspell
  • curl
  • wget
  • git
  • zsh

After first run the container

Upgrade texlive to be able to install new packages by :

''' apt-get upgrade texlive-base '''

Then, init the user with 'tlmgr init-usertree'. After that you can install new packages using 'tlmgr install package'.