New Reply

LaTeX -- How do I acquire it?

 
Share Thread
May27-12, 04:57 AM   #1
 

LaTeX -- How do I acquire it?


To whom is reading,

Can you please either:
(a) - Direct me to where a tutorial or explanation is located on this forum (If there are any).

(b) - Direct me to where I can find a tutorial or explanation on how to acquire and install it..

----------------------------------------------

I've thus far downloaded "TeX Live" (Took hours), and had no avail in getting anything working..
It began installing via a batch command, then a GUI popped up..

Operating system:
Windows 7 (64bit)
PhysOrg.com science news on PhysOrg.com

>> Leading 3-D printer firms to merge in $403M deal (Update)
>> LA to give every student an iPad; $30M order
>> CIA faulted for choosing Amazon over IBM on cloud contract
May27-12, 05:43 AM   #2
 
Quote by Bradyns View Post
To whom is reading,

Can you please either:
(a) - Direct me to where a tutorial or explanation is located on this forum (If there are any).

(b) - Direct me to where I can find a tutorial or explanation on how to acquire and install it..

----------------------------------------------

I've thus far downloaded "TeX Live" (Took hours), and had no avail in getting anything working..
It began installing via a batch command, then a GUI popped up..

Operating system:
Windows 7 (64bit)
Hey Bradyns and welcome to the forums.

There is a guide for using latex on these forums and it can be found here:

http://www.physicsforums.com/showthread.php?t=8997

If you want to use latex in the tradition document assembly type way, then Donald Knuth who created latex wrote a guide on how to use it. You could probably search the internet for other guides though.

Here's a nice link google gave back that will give you some ideas:

http://www.tug.org/books/

If you search enough though, I'm sure you will find some free guides on some websites out there somewhere.

Good luck!
May27-12, 06:04 AM   #3
 
Blog Entries: 1
I use miktex with no problems.
May27-12, 07:06 AM   #4
 
Mentor

LaTeX -- How do I acquire it?


I don't know what Tex live is. Most people use MikTex together with a LaTeX editor, like Texmaker or Lyx. (I haven't tried either of those. I use another one, called LEd. It's nice but a bit buggy, and it was hard to get to work right. So I'm reluctant to recommend it). Install MikTex first, and then a LaTeX editor.

http://miktex.org
http://www.xm1math.net/texmaker/
http://www.lyx.org/
May27-12, 11:42 AM   #5
 
(La)TeX is a compiler that takes ASCII input files and produces typeset documents from them, usually in tex's own .dvi format. The system has grown to quite some complexity, that's why you get several distributions like MikTeX or TeXlive that include different macro packages and so on. The idea is a bit like the different Linux distributions.

On different flavors of unix or Linux (even Windows!), you can use LaTeX from the command line, but these days it is mostly used via a GUI like TeXmaker, Lyx or TeXnic Center. All of them will have a text editor where you write your "source code", a button to compile, and a way of viewing the final typeset document.

I usually use pdfLaTeX that directly produces .pdf docs, and nicely handles .pdf, .jpg and .png figures without the need to convert formats.
May27-12, 01:39 PM   #6
 
Quote by Fredrik View Post
I don't know what Tex live is. Most people use MikTex together with a LaTeX editor, like Texmaker or Lyx. (I haven't tried either of those. I use another one, called LEd. It's nice but a bit buggy, and it was hard to get to work right. So I'm reluctant to recommend it). Install MikTex first, and then a LaTeX editor.
These were great!
Thank you very much. :)
May27-12, 01:54 PM   #7
D H
 
Mentor
Quote by Fredrik View Post
I don't know what Tex live is.
It's pretty much the gold standard for TeX releases. Most other releases of TeX are based on TeXLive.
May27-12, 03:55 PM   #8
 
Mentor
Quote by D H View Post
It's pretty much the gold standard for TeX releases. Most other releases of TeX are based on TeXLive.
Is it something that people can use instead of MikTex, or is it just something that you use to write programs like MikTeX?
May30-12, 06:33 AM   #9
 
Recognitions:
Science Advisor Science Advisor
Texlive and Miktex are both distributions of TeX and LaTeX. I use Texlive and never tried out Miktex. I don't think there are mayor differences.
Btw: Although there are different editors which try to help beginners in writing LaTeX, you don't need to use a specialized editor to write Latex, any text editor will do.
May30-12, 08:35 AM   #10

Math 2012
 
Recognitions:
Science Advisor Science Advisor
I use MikTex. and looking at the TexLive web pages it seems very similar - except possibly it is a bit more "open" about the low level configuration options, and/or using some of Knuth's other Tex related software like Web2C.

But unless you actually need that sort of thing, I don't see any obvious reason to change from MikTex.
May30-12, 09:44 AM   #11
D H
 
Mentor
Quote by Fredrik View Post
Is it something that people can use instead of MikTex, or is it just something that you use to write programs like MikTeX?
MikTeX is Windows only. Caveat: The last time I used a PC seriously was 1984. My manager at the time gave my PC to someone who needed one for programming and gave me this stupid beige box in its place. Haven't looked back.

Based on various reviews,
  • The MikTeX manager GUI is apparently better / more Windows-like than is the TeXLive counterpart.
  • MikTeX is Windows-only, allowing the author to focus on making it work very well with Windows. TeXLive is multi-platform. This better ensures cross-platform portability of your LaTeX code.
  • MikTeX is a bit more liberal with the packages it distributes. TeXLive has rules that it strictly obeys. You wont find the floatflt or picins packages in TeXLive (these are the two that get the most complaints). There is an alternative, wrapfig, and it is arguably better than either floatflt or picins.
  • MikTeX has an update-on-the-fly feature. This is a big plus if you find you need to use some package that is not part of the standard MikTeX delivery, but can a big minus when the author of some existing package breaks backward compatibility with his newest release.
  • MikTeX is a one-man show, TeXLive is a team effort.
  • TeXLive has better support for ConTeXt.
  • Otherwise, the two are now very similar.
Jun3-12, 10:54 AM   #12

Math 2012
 
Recognitions:
Science Advisor Science Advisor
Quote by AlephZero View Post
But unless you actually need that sort of thing, I don't see any obvious reason to change from MikTex.
Bah humbug, I spoke too soon!. I just fell down a hole where the latest version of metapost doesn't work (in some circumstances) with the latest version of MikTex - and judging by internet formums it hasn't worked for at least 2 years and there's no sign of a fix. (But it worked fine back in the days of Windows 98).

Just downloaded TeXLive, and started persuading it to work the way I want do. After MikTex it feels like turning the clock back 10 or 15 years, but hey, something that works is better than something that doesn't.
Jun5-12, 02:13 PM   #13
 
Blog Entries: 9
Recognitions:
Gold Membership Gold Member
I used to use MikTeX on Windows but I haven't been able to get the 64-bit version working lately, so on Windows computers I've moved over to TeXLive.

I generally used LaTeX on Linux with TeXLive and a makefile, however.
Jul10-12, 02:02 AM   #14
 
good day everyone...
i am a user of miktex 2.7 however with the new release of miktex 2.9
i have problem to run my tex files as usual..
i thougth it was only me but my office mate also face the same problem

i also cannot run my latex beamer without error message
any suggestion to help me? thanks
New Reply

Tags
download, latex, software, tex, tutorial

Similar discussions for: LaTeX -- How do I acquire it?
Thread Forum Replies
What skills should someone aspiring with for a PhD in Physics acquire? Career Guidance 2
How did comets acquire ice? Astrophysics 2
Where can I acquire information for UK visa? General Discussion 3
How does a given wave acquire it's frequency ? General Physics 2
When do livings acquire the ability to think? Biology 1