Skip to main content

Software Usage Introduction

In this guide, we hope to give you a preliminary understanding of LaTeX. This guide does not require any prior knowledge about LaTeX, but when you complete it, you will write your first LaTeX document and hopefully gain some understanding of the basic features that LaTeX provides.

Table of Contents

  1. What is LaTeX?
  2. Why Learn LaTeX?
  3. Write Your First LaTeX Article
  4. Document Preamble
  5. Adding Title, Author, and Date
  6. Adding Comments
  7. Bold, Italics, and Underlining
  8. Adding Images
    1. Captions, Labels, and References
  9. Creating Lists in LaTeX
    1. Unordered Lists
    2. Ordered Lists
  10. Adding Mathematical Operations in LaTeX
  11. Basic Formatting
    1. Abstract
    2. Paragraphs and Line Breaks
    3. Chapters and Sections
  12. Creating Tables
    1. Creating a Simple Table in LaTeX
    2. Adding Borders
    3. Captions, Labels, and References
  13. Adding a Table of Contents
  14. Downloading Your Finished File

What is LaTeX?

LaTeX (pronounced LAY-tek or LAH-tek) is a tool for creating professional-looking documents. It is based on the WYSIWYM (What You See Is What You Mean) philosophy, meaning you only need to focus on your document content, while the computer handles formatting issues. Users don't need to control formatting by spacing text on pages like in Microsoft Word or LibreOffice Writer, but can input plain text and let LaTeX handle the rest.

Why Learn LaTeX?

LaTeX is used worldwide for scientific documents, books, and many other forms of publication. It not only creates beautifully typeset documents but also allows users to quickly handle more complex aspects of typesetting, such as entering mathematics, creating tables of contents, citations and bibliographies, and maintaining consistent layouts across all chapters. Due to the large number of open-source packages (which will be discussed in detail later), the possibilities with LaTeX are endless. These packages enable users to do more with LaTeX, such as adding footnotes, drawing diagrams, creating tables, and more.

One of the most important reasons people use LaTeX is that it separates document content from style. This means that once you've written your document content, we can easily change its appearance. Similarly, you can create a document style to standardize the appearance of many different documents. This allows scientific journals to create templates for submissions. These templates have a pre-made layout, meaning only content needs to be added. In fact, there are hundreds of templates available, from resumes to slides.

Write Your First LaTeX Work

The first step is to create a new LaTeX project. You can create a new .tex file on your own computer or start a new project in Overleaf. Let's start with the simplest working example:

home/new.tex
\documentclass{article}

\begin{document}
First document. This is a simple example, with no
extra parameters or packages included.
\end{document}

Your First LaTeX Work


LoongTeX — Making Research Happen Better
FOR TRUTH AND BEAUTY