2

I have just installed TexLive by running sudo apt-get install texlive. According to the official website, this package also comes with the editor TexWorks. But how do I now open a .tex file with TexWorks? If I right-click on a .tex file, TexWorks is not listed as one of the default applications. Furthermore, if I search for TexWorks on my machine, it cannot be found...

Karnivaurus
  • 1,024

1 Answers1

3

Short answer: you should add TeXWorks explicitily, as in

sudo apt-get install texworks 

You need to have the "universe" repository enabled.

Long one: read my comment and browse the relevant question in TeX.SE.

Rmano
  • 32,167