Learn How to Create Beautiful Documents with MikTex 2.8 for Beginners

  • Thread starter Matty R
  • Start date
  • Tags
    Beginners
In summary: LaTeX and provides examples for creating "beautiful documents" in MikTeX. It also mentions a newer alternative, the "wikibook" which is a more modern and viable option for learning LaTeX.
  • #1
Matty R
83
0
Hello :smile:

I've been using Latex more and more on these boards, and I'd like to use it for my Physics notes that I type. I've been using Microsoft Excel but it can get very messy.

I've downloaded the complete verson of MikTex 2.8 (I used the Net Installer) and I also have GhostScript 8.64 and TexNicCentre, but I've got no idea how to use them. I can't even create a simple document. I have absolutely no idea how to get started, and I can't find any guides on the very basics.

I've got a manual off the MikTex website, but I'm still completely lost.

At the moment I'm just using an online Latex Equation Editor, saving my equations as GIF images and inserting them into Excel, where they get blurred for some reason.

Does anyone know of any guides to help absolute beginners in creating "beautiful documents" in MikTex?

Thanks
 
Physics news on Phys.org
  • #2
MikTeX now comes with a basic LaTeX document editor called TeXworks, which you should find under "Start Menu"->"All Programs"->"MikTeX 2.8". Run it, and enter the following document:
Code:
\documentclass{article}
\begin{document}
\title{Example Document}
\author{John Doe}
\maketitle
This is my first \LaTeX\ document.  Here is some inline math: $a^2 + b^2 + c^2$.
Here is some displayed math:
\[ \int x \, dx = \frac{1}{2} x^2 + C \]
\end{document}
Save the document somewhere (preferably in its own folder, as LaTeX generates a number of auxiliary files when compiling a document) as "example.tex". Now click on the "Typeset" menu in the TeXworks window, and select the "Typeset" menu option. (Alternatively, you can click on the green button in the toolbar that looks like a play button.) This will compile your document and display it in a new window.

That should be enough to get you started. The canonical reference for learning the syntax of LaTeX is http://www.ctan.org/tex-archive/info/lshort/english/" is now a viable, more modern alternative. Happy TeXing!
 
Last edited by a moderator:
  • #3
Thank you so much for the reply. That is exactly what I was after. I didn't know I had to use the "begindocument" and "enddocument" bits, so whenever I pressed the Typeset button, nothing would happen.

I've just saved a copy of that wikibook aswell, so I should be sorted now.

Again, thank you very much for your help. :smile:

Matty
 
  • #4
las3rjock said:
MikTeX now comes with a basic LaTeX document editor called TeXworks, which you should find under "Start Menu"->"All Programs"->"MikTeX 2.8". Run it, and enter the following document:
Code:
\documentclass{article}
\begin{document}
\title{Example Document}
\author{John Doe}
\maketitle
This is my first \LaTeX\ document.  Here is some inline math: $a^2 + b^2 + c^2$.
Here is some displayed math:
\[ \int x \, dx = \frac{1}{2} x^2 + C \]
\end{document}
Save the document somewhere (preferably in its own folder, as LaTeX generates a number of auxiliary files when compiling a document) as "example.tex". Now click on the "Typeset" menu in the TeXworks window, and select the "Typeset" menu option. (Alternatively, you can click on the green button in the toolbar that looks like a play button.) This will compile your document and display it in a new window.

That should be enough to get you started. The canonical reference for learning the syntax of LaTeX is http://www.ctan.org/tex-archive/info/lshort/english/" is now a viable, more modern alternative. Happy TeXing!

Thank you for this, I too was having issues doing that.
 
Last edited by a moderator:
  • #5
Here's another excellent tutorial on LaTeX:
http://www.artofproblemsolving.com/Wiki/index.php/LaTeX:About"
 
Last edited by a moderator:

What is MikTex 2.8 and who is it designed for?

MikTex 2.8 is a free, open-source typesetting system designed for beginners and professionals alike. It is primarily used for creating documents that contain mathematical or scientific equations.

How do I install MikTex 2.8 on my computer?

The installation process for MikTex 2.8 is relatively simple. You can download the installation file from the official website and follow the prompts to install it on your computer. Make sure to select the appropriate options for your operating system.

What is the difference between MikTex 2.8 and other typesetting systems?

MikTex 2.8 is a lightweight and easy-to-use typesetting system that is specifically designed for beginners. Unlike other typesetting systems, it only includes the necessary tools for creating mathematical and scientific documents, making it a more streamlined and user-friendly option.

Are there any tutorials or guides available for using MikTex 2.8?

Yes, there are plenty of tutorials and guides available online for using MikTex 2.8. You can also find a user manual on the official website that provides step-by-step instructions for using the system.

Can I use MikTex 2.8 with other text editors?

Yes, MikTex 2.8 can be integrated with other text editors such as TeXworks, TeXstudio, and Notepad++. This allows you to write your documents in your preferred text editor and then use MikTex 2.8 to process and typeset them.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
11
Views
4K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
4K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
4K
  • Other Physics Topics
Replies
1
Views
2K
  • STEM Academic Advising
Replies
9
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
264
  • Mechanical Engineering
Replies
1
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
12K
  • STEM Academic Advising
Replies
11
Views
2K
Back
Top