Atom configuration Julia/latex

(1) Julia configuration
Different from the content of other blogs, I found one of the simplest configurations.
First add the path of julia.exe to the environment variable path.
Then search for julia in Atom-setting-install, install atom-julia-run plugin and language-julia plugin.
Write picture description here
Open any julia source file and press F5 to run it.
Write picture description here
It's that simple!
(2) Latex configuration You
must first install texlive. I installed texlive2018. It is strongly recommended to download it from the official website or Tsinghua open source mirror station. The installation path is arbitrary.
Then install the extension packages latex and language-latex in Atom. Set the tex path and compilation engine in the settings of the latex extension package.
Write picture description here
Open the source file and press ctrl+alt+B to compile.

Guess you like

Origin blog.csdn.net/iamzhtr/article/details/81979395