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)
/ Ubuntu
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 textcomptexlive-lang-czechslovak texlive-math-extraxetex
or the full package
sudo apt update
sudo apt install texlive-full
Fedora
sudo dnf install 'tex(fontspec.sty)' 'tex(babel-czech)' 'tex(amsmath.sty)' \
#'tex(amsfonts.sty)' Extended'tex(amssymb.sty)' math'tex(amsthm.sty)' support (amsfonts, amssymb, etc.)
texlive-pictures'tex(graphicx.sty)' \
#'tex(xcolor.sty)' Support'tex(url.sty)' for'tex(textcomp.sty)' graphicx and color management
texlive-luatex'tex(parskip.sty)' \
#'tex(booktabs.sty)' Recommended'tex(icomma.sty)'
engine
or
sudo fontsdnf install texlive-collection-latexrecommended texlive-collection-latexextra texlive-collection-langczechslovak texlive-xetex-bin
or the full package
sudo dnf install texlive-scheme-full