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...
Asked
Active
Viewed 1,544 times
2
Karnivaurus
- 1,024
1 Answers
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.