You are on page 1of 10

Latex For Professionals

Why Latex?
Recommended distribution/platform…
How to obtain?
Drafting first document!! (A Tutorial from basics to advance
concepts of Latex for computer professionals especially…)
Y Latex??? 

It's free.

It's available for many machines.

LaTeX files are ASCII and are portable. Because they're ASCII it's easy to discover how someone achieved
an effect.

You can use the editor of your choice (I sometimes use Word).

The typesetting's better, especially the maths.

Style changes are neater in LaTeX. Style files for many periodicals exist. Many Word users don't use styles
or templates, and there's a limit to what can be done.

LaTeX is extensible. If you want a new feature, you can look around for a free add-on or write one yourself.
Pagemaker Additions and Quark Xtensions exist, but usually cost hundreds of pounds
(the MathMagic QuarkXTension for writing maths and importing/exporting TeX docs costs over £600).

LaTeX's floats are no more awkward than Word's anchored frames, and the latter don't always work well.
Installation of Setting Document
LATEX Structure using LATEX
Recommended First Document
Download Links
TexStudio Link :::::::::::::::

https://github.com/texstudio-
org/texstudio/releases/download/2.12.8/texstudio-2.12.8-win-
qt5.exe

TexnicCenter Link :::::::::::::::

http://www.texniccenter.org/download/

Recommended Latex Download Links


Document
Preamble
Structure
 The preamble consists of
Sectioning elements (sections,
everything from the start of the
subsections, paragraphs etc.)
Latex source file until
the \begin{document}command.

Document
Class
Document
Preamble
Structure
Purpose of Using / Including a
Packages package
Package
Maths
Using inline math - embed formulas in your text The equation and align environment
Maths
Brackets in
Fractions and more Matrices math mode
\documentclass{article} - Scaling
\begin{matrix}
\usepackage{amsmath}
1 & 0\\ [ \begin{matrix}
\begin{document}
0&1 1 & 0\\
\begin{align*}
\end{matrix} 0&1
f(x) &= x^2\\
\end{matrix}
g(x) &= \frac{1}{x}\\
]
F(x) &= \int^a_b \frac{1}{3}x^3
\end{align*}
\end{document}

\frac{1}{\sqrt{x}}
Start a Recording

Select recording options

Press the record button

Test your audio and then


start your recording
Finish a Recording

End your presentation


and give it a name

Choose to produce or edit


your video

You might also like