Using Texmaker to write Latex document on Ubuntu
Posted by hide1713 on December 22, 2008
In order to run Texmaker under Ubuntu. You need to install the following packets.
sudo apt-get install texmaker
sudo apt-get install texlive-latex-base
sudo apt-get install texlive
sudo apt-get install texlive-latex-extra
After that. you will be able to write Latex file in texmaker and generate pdf file.