General ⇒ Trouble getting started on Linux
Trouble getting started on Linux
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Trouble getting started on Linux
Welcome to LaTeX on Linux!
As you are new to Linux, I would suggest installing new software using the graphical package manager. I've never used Mint but, on Ubuntu you have the Ubuntu Software Centre. Doubtless Mint has something very similar.I just installed Texlive-binaries using apt-get on my Mint-installation (a Ubuntu-based distro).
When I start mine and type 'Latex' in the search box, I get the choice of various GUIs as well as texlive-latex-base.
texlive-latex-base should give you all you need to run LaTeX from the command line. It's very unlikely to include a GUI. As with much of Linux, the name of the game is 'choice'.From what I understand, this should already include a GUI, but I don't understand how to launch it.
Unless I've missed something, there is no official LaTeX GUI. You simply choose your preference. A brief look at my software centre shows: Lyx, Kile, Texmaker, Winefish, TeXworks.I'd like to use the official LaTeX-GUI that I know from Windows (not Miktex or TexMaker).
That said, there might be an 'official' GUI on Windows. If so it's likely that it's a Windows-only beast. However, search on it's name in the software centre (or apt-cache search ***) and see what comes up.
Note: You might want to search on 'xetex' (Unicode support) or 'luatex' to install those modified/advanced packages too.
Trouble getting started on Linux
I'm not familiar with Mint but if it's based on Ubuntu its TeX Live may be as outdated as the one on Ubuntu. IIRC Ubuntu has TeX Live 2009 while the newest is 2012! If you're starting new with LaTeX you might as well install the most recent TeX Live which you can get here.Glados wrote:I just installed Texlive-binaries using apt-get on my Mint-installation (a Ubuntu-based distro).
This will also provide the
tlmgr
which allows easy updates.Regards
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Trouble getting started on Linux
Stefan