GeneralTrouble getting started on Linux

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Glados
Posts: 1
Joined: Thu Aug 30, 2012 6:06 pm

Trouble getting started on Linux

Post by Glados »

Hello. I just installed Texlive-binaries using apt-get on my Mint-installation (a Ubuntu-based distro). From what I understand, this should already include a GUI, but I don't understand how to launch it. I'd like to use the official LaTeX-GUI that I know from Windows (not Miktex or TexMaker). Can anyone help me get started?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

alanq
Posts: 21
Joined: Mon Dec 28, 2009 3:03 am

Trouble getting started on Linux

Post by alanq »

Hi Glados

Welcome to LaTeX on Linux!
I just installed Texlive-binaries using apt-get on my Mint-installation (a Ubuntu-based distro).
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.

When I start mine and type 'Latex' in the search box, I get the choice of various GUIs as well as texlive-latex-base.
From what I understand, this should already include a GUI, but I don't understand how to launch it.
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'.
I'd like to use the official LaTeX-GUI that I know from Windows (not Miktex or TexMaker).
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.

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.
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Trouble getting started on Linux

Post by cgnieder »

Glados wrote:I just installed Texlive-binaries using apt-get on my Mint-installation (a Ubuntu-based distro).
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.

This will also provide the tlmgr which allows easy updates.

Regards
site moderator & package author
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: Trouble getting started on Linux

Post by Stefan Kottwitz »

Kile is a great GUI, if you like to use a complex and capable editor. I used it too, on Ubuntu, which required (automatically) installing some KDE libs. Today I prefer TeXworks though, clean and quick.

Stefan
LaTeX.org admin
Post Reply