New Members1st time on LaTex

You would like to introduce yourself before starting to post? That's a nice idea and here is the forum for you...
Post Reply
eiger3970
Posts: 7
Joined: Mon Mar 10, 2014 4:30 am

1st time on LaTex

Post by eiger3970 »

Hi, I'm a LaTex noob.
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?

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

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: 1st time on LaTex

Post by Stefan Kottwitz »

Hi,

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
LaTeX.org admin
eiger3970
Posts: 7
Joined: Mon Mar 10, 2014 4:30 am

Re: 1st time on LaTex

Post by eiger3970 »

Thank you for the reply.
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.
eiger3970
Posts: 7
Joined: Mon Mar 10, 2014 4:30 am

Re: 1st time on LaTex

Post by eiger3970 »

Okay, so after install the Linux Software Package Latex, I also had to install texlive-latex-base.

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).
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: 1st time on LaTex

Post by Johannes_B »

Almost all LaTeX packagees are contained in metapackages of the distributions. I am not sure, which meta package contains you package file, i may vary from distro to distro.

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.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply