LaTeX is a high-performance document processing system suitable for creating scientific and technical documents. Here, we’ll explain how to install LaTeX on Windows.
Installing TeX Live
TeX Live is the standard distribution for running LaTeX. Please download the installer from the following link and install it.
After installation, executable files such as texworks.exe will be placed in the following directory.
Path: C:\texlive\2017\bin\win32\texworks.exe
Using TeXworks
TeXworks is a simple editor for LaTeX that can be used for editing and compiling LaTeX files. It is automatically installed when you install TeX Live.
Using LaTeX in Atom
By integrating LaTeX into the Atom editor, you can use more advanced editing features. Follow these steps to set it up:
-
Install the package
apm install latex -
Set TeX Path Specify the directory where
pdflatex.exeis located. For Windows, it would be the following path:C:\texlive\2017\bin\win32 -
Atom Settings Open the settings screen for the
latexpackage in Atom and set thetex-pathto the above path.
Reference Links
Now you’re ready to install LaTeX on Windows and start with basic usage. For detailed usage methods, please refer to the reference links and official documentation.