Writing LaTeX in TeXLive

Using TeXLive to Write LaTeX on Windows
TeXLive is one of the most complete LaTeX distributions available for offline use. Its installation size is large, but the advantage is that many packages are already included from the start. Once TeXLive is installed, you can begin writing LaTeX documents with the editors that come with it or with other compatible editors.
Below is a short guide for Windows users.
Using the TeXworks Editor
Follow these steps to work with TeXworks:
Turn on your computer.
Click
Start>All Programs, findTeXLive, and click the arrow icon as shown below.

- Choose
TeXworks editor.

- After opening it, the interface will look like this.

The white area is where you type your LaTeX source, and the green button is used to compile the document.
Using the TeXstudio Editor
If you prefer another editor, such as TeXstudio, it also works well with TeXLive.
Turn on your computer.
Click
Start>All Programs, then search forTeXstudio.

- After opening TeXstudio, the interface will look like this.

TeXstudio exposes more features directly in the interface. To create a new document, you can:
- press
Ctrl+N, or - click
File > New
Then write your .tex file as usual. When you are done:
- click
SaveorSave Asto store the file - click the green triangle button to compile the document
- wait until the generated output appears
Closing
That is a short guide to using TeXLive on Windows with TeXworks and TeXstudio. After installation, the next practical step is simply choosing the editor that best fits your workflow.




