Does Fedora have a LaTex program / editor built in

There are some of them:

  • Texstudio: A feature-rich editor for LaTeX documents → sudo dnf install texstudio
  • Gnome-latex: Integrated LaTeX Environment for the GNOME desktop → sudo dnf install gnome-latex
  • Texmaker: LaTeX editor → sudo dnf install texmaker
  • Lyx: WYSIWYM (What You See Is What You Mean) document processor → sudo dnf install lyx

and also as always vim with plugin for Latex

  • vim-latex : Tools to view, edit and compile LaTeX documents in Vim

Test it and select which you prefer…

Regards.,

2 Likes