General ⇒ texmaker
texmaker
So I installed these packages :
texlive-latex-base
texlive-latex-base-doc
texlive-latex-extra
texlive-latex-extra-doc
texlive-latex-recommended
texlive-latex-recommended-doc
and texmaker.
I have a few problems.
First of all texmaker doesn't show as many tools as I would like. I would prefer something that looks like texniccenter, or at least something that looks like what I found here on google, while searching for "texmaker screenshots". Instead, I get this.
Second of all, as you can see on the screenshot that I made, there's an error on compiling. What should I do so that at least each package listed in the screenshot is available ?
Moreover, as you can see on the screenshot as well, there seems to be a problem with the line count : the line number should be 2 and not 3. How to fix that ?
Thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: texmaker
The two other problems are yet to be solved though.
Plus, I just noticed that the accents (é,è, etc) are not displayed properly. How to fix that ?
texmaker
Code: Select all
\usepackage[utf8]{inputenc}
However, installing packages through TeXLive package manager is much more convenient, but I don't remember TeXLive 2007 had one. Since you installed texlive from Ubuntu's repos, then you have a very old TeXLive 2007. I recommend you download the latest TeXLive 2009, preferably .iso package (can be obtained from here; note that it is quite large, over 1GB, but you'll have a complete system then). You can install it system-wide or into your home directory (I personally prefer the latter; here are quick instructions regarding the installation).