LaTeX What is the use of \frac{5}{15} in LaTeX?

AI Thread Summary
The discussion highlights that \frac{5}{15} is an example of mathematical typesetting in LaTeX, which is primarily known for its capabilities in formatting documents, presentations, and posters. LaTeX is not limited to mathematics; it is widely used for various types of documents, allowing users to reference equations, figures, and citations easily. The platform's plain text format enables version control, ensuring users can manage document versions effectively. LaTeX abstracts formatting from writing, allowing a focus on content rather than layout. Resources like the Comprehensive TeX Archive Network (CTAN) and LaTeX-Community.org provide extensive support and packages for users.
Luke77
Messages
42
Reaction score
0
\frac{5}{15}

\Sigma

Is this what people mean by LaTeX. Just wondering. Thankyou.
 
Last edited:
Physics news on Phys.org
Small subset, just a starting point.
 
That's just mathematics typesetting in \LaTeX. You can typeset documents, presentations, posters, etc. with it.
 
Thanks
 
Just to elaborate on what Borek and jhae2.718 already said, the mathematics aspect of LaTeX is just a tiny subset of the overall capabilities. People who have never written a mathematical equation in their life use LaTeX. I can tell at a glance whether some article was written with TeX or LaTeX via a very simple metric: Is it readable?
 
I always look for the cmr \mathrm{R} when I'm unsure...it's very distinctive.

Continuing on, if I need to make any kind of document, I do it in \LaTeX.
 
Other convenient thing in latex: You can reference all of your equations, figures, and references by some nickname you give them, and when yo compile the document, it will number them all for you, so you don't have to keep changing numbers throughout your document to reference different figures, equations, and references.
 
BibTeX is also wonderful for citations; it's a standard format that you can automatically generate a bibliography formatted to almost any style (e.g. AIAA, AMS, IEEE, etc.)

Documents are plain text, so you can keep them under version control (like git) and you never have to worry about having the wrong version like .doc or .docx.

LaTeX does the formatting for you; it's What You See Is What You Mean, as opposed to What You See Is What You Get. This abstracts the formatting process from the writing process, so you focus on the content and structure.

There's the Comprehensive TeX Archive Network (CTAN) that has packages (add-in to make LaTeX handle more formats, features, etc.) where you can find almost everything you would ever need.
 
Hi Luke,

if you would like to learn something about LaTeX, perhaps have a look at LaTeX-Community.org. There's a large collection of articles, news posts and feed, and a very active LaTeX dedicated user support forum.

Stefan
 

Similar threads

Replies
13
Views
3K
Replies
4
Views
2K
Replies
9
Views
2K
Replies
3
Views
2K
Replies
8
Views
3K
Replies
1
Views
2K
Replies
11
Views
5K
Back
Top