How Can I Successfully Acquire and Install LaTeX on Windows 7?

  • LaTeX
  • Thread starter Bradyns
  • Start date
  • Tags
    Latex
In summary: Both are suitable for LaTeX programming.Both are suitable for LaTeX programming, although MikTeX is more Windows-like.
  • #1
Bradyns
20
0
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)
 
Physics news on Phys.org
  • #2


Bradyns said:
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:

https://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.

https://www.physicsforums.com/help/latexhelp/
Good luck!
 
Last edited by a moderator:
  • #3


I use miktex with no problems.
 
  • #4


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/
 
  • #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.
 
  • #6


Fredrik said:
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. :)
 
  • #7


Fredrik said:
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.
 
  • #8


D H said:
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?
 
  • #9


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.
 
  • #10


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.
 
  • #11


Fredrik said:
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 won't 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.
 
  • #12


AlephZero said:
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.
 
  • #13


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.
 
  • #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
 

FAQ: How Can I Successfully Acquire and Install LaTeX on Windows 7?

1. What is LaTeX?

LaTeX is a typesetting language used for creating professional-looking documents, particularly in fields such as mathematics, science, and engineering.

2. Where can I download LaTeX?

LaTeX is available for free on multiple platforms, including Windows, Mac, and Linux. You can download the necessary software, such as MiKTeX or TeX Live, from their respective websites.

3. Do I need any prior coding experience to use LaTeX?

No, you do not need any coding experience to use LaTeX. However, some basic knowledge of formatting commands and syntax will be helpful in creating documents efficiently.

4. Can I use LaTeX for any type of document?

While LaTeX is commonly used for academic and technical documents, it can be used for any type of document. It is particularly useful for documents with complex equations, tables, and diagrams.

5. Are there any resources available to help me learn LaTeX?

Yes, there are many online tutorials, guides, and forums available to help you learn LaTeX. You can also find templates and examples of LaTeX documents to use as a reference.

Similar threads

Replies
1
Views
3K
Replies
1
Views
3K
Replies
10
Views
4K
Replies
3
Views
810
Replies
18
Views
2K
Replies
10
Views
15K
Replies
2
Views
3K
Back
Top