Used Packages
# For Fedora (DNF)
sudo dnf install \
texlive-scheme-basic \
# Installs the basic LaTeX infrastructure
texlive-fontspec \
# Handles font selection (requires XeLaTeX/LuaLaTeX)
texlive-babel-czech \
# Language support for Czech
texlive-amsmath \
# Advanced math formulas (includes amsfonts, amssymb, amsthm)
texlive-graphics \
# Image support (includes graphicx, color, xcolor)
texlive-url \
# Handling of hyperlinked and plain URLs
texlive-textcomp \
# Support for various TS1-encoded symbols
texlive-parskip \
# Layout control for paragraph spacing
texlive-booktabs \
# Professional quality tables texlive-icomma # Intelligent comma handling for math mode
# For Ubuntu/Debian (APT)
sudo apt update sudo apt install \
texlive-latex-base \
# Core LaTeX binaries
texlive-fonts-recommended \
# Common fonts and fontspec support
texlive-lang-european \
# Includes Czech language support for Babel
texlive-latex-extra \
# Contains booktabs, parskip, icomma, and textcomp
texlive-math-extra \
# Extended math support (amsfonts, amssymb, etc.)
texlive-pictures \
# Support for graphicx and color management
texlive-luatex \
# Recommended engine for fontspec/modern fonts