Skip to content

Instantly share code, notes, and snippets.

View xavgru12's full-sized avatar
๐Ÿ˜ƒ

xavgru12

๐Ÿ˜ƒ
View GitHub Profile
@yspkm
yspkm / how-to-install-pdflatex-ubuntu.md
Created October 1, 2023 03:16
How to install pdflatex (ubuntu 22.04)

PdfLatex is a tool that converts Latex sources into PDF. This is specifically very important for researchers, as they use it to publish their findings. It could be installed very easily using Linux terminal, though this seems an annoying task on Windows. Installation commands are given below.

  • Install the TexLive base
sudo apt-get install texlive-latex-base
  • Also install the recommended and extra fonts to avoid running into the error [1], when trying to use pdflatex on latex files with more fonts.