New Members ⇒ 1st time on LaTex
1st time on LaTex
After researching the Internet and http://en.wikibooks.org/wiki/LaTeX I still have a question some experienced users might be able to clarify.
Can LaTex be used on Linux?
I have heard LaTex can only used on Windows, however I would prefer to use Linux.
I noticed on the download of Texmaker http://www.xm1math.net/texmaker/download.html it works on Linux.
However I don't fully understand the Texmaker editor (Linux compatible) and LaTex. If I need both (why not use the editor emacs or vim) and run LaTex 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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: 1st time on LaTex
welcome to the forum!
Of course you can use LaTeX on Linux. Most Linuxes provide packages for this, installable via that Linux's package manager. Just look for texlive there. You can install it with a few mouse clicks or one command.
Or install the most recent TeX Live version over the Internet, go to http://tug.org/texlive/ . That's what I prefer, and for me LaTeX on Linux feels much better than on Windows.
Regarding Texmaker: it's just an editor. There are more. TeX Live automatically installs TeXworks, you could try this editor. I use it and I like it. Sure, you could use vi (vim) and Emacs (see AucTeX) as well, if you like. The basis is the TeX Live installation, you can choose any editor later.
Stefan
Re: 1st time on LaTex
This was smooth installing from the Software Manager.
However, I am unable to compile the template.tex or helloworld.tex file.
I click the LaTex Quick Build Run button and error: Could not start the command.
I already have VIM install on Linux.
I'm researching this now.
Re: 1st time on LaTex
I can now compile my small helloworld.tex file.
However, I cannot compile the essay_1.tex file from http://www.latextemplates.com/template/ ... oned-essay
Errors: ! LaTex error: File 'float.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty).
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: 1st time on LaTex
If you install a vanilla TeX Live, every available package is installed, and you don't need to worry. It takes 2 or 3 GB.
BTW: Do you really need package float? For a beginner, i don't recommend it, if you don't know what it does.