Recent Posts

How to install LaTeX in Linux(Easy Way)

LaTeX is a type of document preparation used for high-quality TEX typesetting program and its a free software.It's like a programming language and it includes many features which are designed for production of technical and scientific and other types of documentation.Its is specially created for making documentation.Latex document was originally written in 1980s by Leslie Lamport. The latest version of LaTeX is LaTeX2e which is release 01/10/2015 date.

Few number of people think LaTex is a word-processor program but its not a word processor .Authors easily design their documents and getting expected documents  by using LaTex.


LaTeX Features:
1.Table and figures.
2.Cross-references.
3.Section,subsection and subsubsection.
4.Color front.
5.Add picture.
6.Create index.
7.Use mathematical symbol.
8.Multi-lingual typesetting.
9.Using PostScrip.
10.Labelling.
11.Font sizes.
12.Lists.
13.Font effects.



LaTeX code like as:

\documentclass{article}
\begin{document}
\title{Introduction to LaTeX}
\author{Author Name}
\date{20/10/16}
\maketitle
Hello everyone,this is my first LaTeX practice!
\end{document} 

Command for Install LaTeX in Linux:
sudo apt-get install texlive-full texstudio




Post a Comment

0 Comments