How can I install using texmaker or latex in endless?

how can i install a latex distribution in endless

Hi, Texmaker is in the repository, so simply run App Center, search for Texmaker and install it. It’s a rather huge download as it will also pull in the entire LaTeX distribution.

Hello, I have it but I don’t know how to use it in endless. does not show the pdf of the code.

Do you get any error message? Normally in Texmaker, as soon as you have entered some TeX code and pushed the “Run” Button (left to “Quick Build”) it will show the preview in the right pane.

Can you plase try the following:

  1. Open a new File, then paste the following content:
\documentclass{article}
\begin{document}
This is a \LaTeX{} document
\end{document}
  1. Set to “Quick Build”
  2. Push the “Run” Button

Should look like:

If it doesn’t, can you please copy/paste the output in the log area to this thread and run the following command:

flatpak run --command=ls net.xm1math.Texmaker -l /app/texlive/bin/x86_64-linux/pdflatex

Please also post its output here.

I already managed to use the application to execute latex documents, thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.