Contents

Writing LaTeX in TeXLive

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.

Follow these steps to work with TeXworks:

  1. Turn on your computer.

  2. Click Start > All Programs, find TeXLive, and click the arrow icon as shown below.

TeXLive on computer

  1. Choose TeXworks editor.

TeXWorks editor

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

TeXWorks editor interface

The white area is where you type your LaTeX source, and the green button is used to compile the document.

If you prefer another editor, such as TeXstudio, it also works well with TeXLive.

  1. Turn on your computer.

  2. Click Start > All Programs, then search for TeXstudio.

TeXstudio editor

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

TeXstudio with TeXLive

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 Save or Save As to store the file
  • click the green triangle button to compile the document
  • wait until the generated output appears

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.

Related Content