Install LaTeX on Ubuntu Linux 18.04 or Higher

Post Reply
User avatar
Eli
Senior Expert Member
Reactions: 183
Posts: 5334
Joined: 9 years ago
Location: Tanzania
Has thanked: 75 times
Been thanked: 88 times
Contact:

#1

The most common LaTeX installation requires installing one of the following packages:

  • texlive

  • texlive-base

  • texlive-latex-extra

  • texlive-latex-recommended

  • texlive-full

The texlive-base package will provide the minimal/basic LaTeX, however, more often people choose to install texlive or texlive-latex-extra to get started with LaTeX. texlive-full install will provide the basic LaTeX and lots of other more associated packages.

To install either of the package, use the command:

  1. sudo apt install package name

Please, note that, to run LaTeX on Ubuntu Linux you need to install Kile or TeXStudio.

This installation was tested on Ubuntu 18.04 LTS.

The Tex Live (a free distribution of the TeX typesetting system that includes many TeX-related programs, fonts and macros packages, including LaTeX) includes packages that are more specialized based on task, such as:

You can compile LaTeX sources by using pdflatex program to produce pdf documents:

  1. pdflatex latex_file.tex

and then view the generated pdf with evince:

  1. evince latex_file.pdf

0
TSSFL -- A Creative Journey Towards Infinite Possibilities!
Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Linux and Unix Based Operating Systems”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests