Learn LaTeX Basics: Download Links & Tutorials

In summary: If it does, try to copy-paste the error message into a google search, you might get a useful advice for that particular error.
  • #1
Tukhara
15
2
I have no clue how to use it. Can someone tell me in a basic way? Also provide links for downloading?

Note, I haven't even downloaded it. I recently downloaded MikeTex but have no idea how to start this all out. I need this for writing a research paper.
 
Physics news on Phys.org
  • #2
Tukhara said:
I recently downloaded MikeTex but have no idea how to start this all out.
It should have a manual.

While you can start with an empty .tex file, it is probably advisable to look for a template you like. Download it, compile it. Once you made that work, put in your content.
 
  • Like
Likes Demystifier
  • #3
There is a short introduction here:
https://www.physicsforums.com/help/latexhelp/

It's also an idea, which I used a lot at the beginning, to click "reply" and simply see how it's done. You only have to be aware to delete it again instead of posting it. Also your drafts will automatically be remembered, such that the "reply" might stay in the box if you will answer again in this thread. The "preview" function in the edit box is also very helpful.

To look up symbols, I use
http://detexify.kirelabs.org/symbols.html

and for spacing sometimes
https://www.sharelatex.com/learn/Spacing_in_math_mode

If you want to use it privately, a TeX editor might be of help. There are some available on the net. I like TeXStudio, but it has slightly different shortcuts for ##\text{[tex][\tex]}## and similar which makes it incompatible to the library installed on PF. But I usually don't change the platforms.
If you want to install a library on a server yourself, you have to google for them. I think there are free ones, too, but I haven't checked, for I don't run a public server.

If you start to use LaTex on PF more frequently, or even if you use a TeX editor, then it's convenient to (re-)program Windows shortcuts. Auto-Hotkey is an example for a tiny script program that does that. Thus you can insert an entire text as e.g. ##\text{ \partial }## or ##\text{ \longrightarrow }## with only one key-combination as Alt+p or so. Just make sure not to overwrite the shortcuts you normally use as Ctrl+C and similar.
 
Last edited:
  • Like
Likes Demystifier
  • #4
I don't know about MikeTex, but if you like I can give you a tex-file (written with TeXStudio).
 
  • #5
Oh so is Tex a program or what? I am still very confused here. I am planning to write a series of mathematical papers and I would like to learn this Tex business in order to do that. Those guides don't tell me how to get started but if helps @fresh_42 you can give me a Tex-file and/or PM with instructions. I'd appreciate it vastly. :)
 
  • #6
It is a markup language like HTML or forum codes.

Various programs convert TeX files to PDFs, MiKTeX is one of them.
 
  • #8
Tukhara said:
I need this for writing a research paper.
On this forum we use LaTeX only for writing individual equations in posts. For writing a complete document in LaTeX, probably using one of the standard styles for research papers, you need more information than is in our primer that fresh_42 linked to. I've never used LaTeX for a complete document myself, but if you Google for "how to write latex documents" you'll get a lot of hits to introductory tutorials.
 
  • #9
Folks I recently began using this last night: https://www.overleaf.com/

It's great but I have several issues. For instance, I tried the template for Annals of Mathematics and I kept getting several errors. Even when I fixed the error the error message still kept showing up.
 
  • #10
I'm a frequent user of Overleaf. The errors you are getting are probably related to the fact that you are new to LaTeX. I would start with a simpler document (see my previous post).
 
  • #11
Tukhara said:
Folks I recently began using this last night: https://www.overleaf.com/

It's great but I have several issues. For instance, I tried the template for Annals of Mathematics and I kept getting several errors. Even when I fixed the error the error message still kept showing up.
Try to delete all the auxiliary files, i.e. those that do not have a .tex extension, and then process your .tex file again, twice. Does the error message still shows?
If it does, try to copy-paste the error message into a google search, you might get a useful advice for that particular error.
 
  • #12
Demystifier said:
Try to delete all the auxiliary files, i.e. those that do not have a .tex extension, and then process your .tex file again, twice.
You can't do that on Overleaf. However, when you get an error, you have the option "recompile from scratch," which is essentially the same thing.
 
  • Like
Likes Demystifier
  • #13
DrClaude said:
You can't do that on Overleaf. However, when you get an error, you have the option "recompile from scratch," which is essentially the same thing.
Well, I never used Overleaf. :doh:
 
  • #14
Any better alternatives to Overleaf that are better?
 
  • #15
The templates offered by Overleaf should compile. If they do not, send a mail to the support team, they seem to be quite competent and help even if you don't pay for the service. Or choose a different template. For a research paper, the free version is probably sufficient. You are quite limited in the number of files you can upload, but usually you don't need that many anyway.
 
  • #16
I think I will be better off using something else since it seems kind of hard and tedious to do either way. My goal is to publish to the Annals of Mathematics.
 
  • #17
Tukhara said:
I think I will be better off using something else since it seems kind of hard and tedious to do either way. My goal is to publish to the Annals of Mathematics.
I assume journals in general and the Annals in special have their own rules, how a text has to be edited. I'd try to figure them out in advance. Maybe they even offer a skeleton with text size, titles and so on.
 

1. What is LaTeX and why is it used for scientific writing?

LaTeX is a document preparation system that is commonly used in scientific and technical fields for creating high-quality documents. It is based on the TeX typesetting language and allows for precise control over the layout and formatting of documents, making it ideal for writing complex equations and mathematical formulas.

2. Where can I download LaTeX?

LaTeX is available for free and can be downloaded from the official LaTeX project website. Depending on your operating system, you may also be able to find pre-packaged versions from other sources.

3. Are there any tutorials available for learning LaTeX?

Yes, there are numerous tutorials and resources available online for learning LaTeX. Some popular options include the official LaTeX documentation, online courses, and video tutorials on platforms such as YouTube.

4. Do I need any special software to use LaTeX?

In order to create and compile LaTeX documents, you will need a text editor and a LaTeX distribution. Many text editors, such as Texmaker and TeXstudio, have built-in support for LaTeX. As for the distribution, some popular options include MikTeX, TeX Live, and MacTeX.

5. Can LaTeX be used for other types of documents, besides scientific writing?

While LaTeX is commonly used for scientific and technical documents, it can also be used for other types of documents such as resumes, letters, and even books. Its precise control over formatting and layout makes it a versatile tool for creating professional-looking documents.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
11
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
13
Views
4K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
8
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
2K
  • STEM Academic Advising
Replies
17
Views
934
  • MATLAB, Maple, Mathematica, LaTeX
Replies
5
Views
12K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
1K
  • Other Physics Topics
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
10
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
6
Views
5K
Back
Top