jeudi 12 mars 2015

Get started with latex arch linux

Latex is description language or document composition system allows to make the document professional , without having to worry about their
Formatting , 

with latex you can doing :
  1. Makes creating easy document
  2. Produces legible and clear documents
  3. Respects the standards of publishing and printing
  4. Optimize the integration and display of formulas
    Mathematics and Algorithms
      
different  between latex and Microsoft word
  • latex is free and  Microsoft is paying   
  • latex is for all platform and Microsoft is for one os Microsoft platform 
  • latex is best for document scientific and Mathematics     
  • latex is open source and Microsoft is owner
for install latex in you arch linux system you need pacman manager and tap this line commande 

pacman -S texlive-most
  
 and tap enter for install all dependency  and you can test first document with create un file.tex  dont forget extension .tex is imported 
\documentclass[a4paper,12pt]{article}
\begin{document}
\section{Algeria}
\end{document}

 and compiling  the document with flowing command
pdflatex text.tex  
and after success compiling you find your pdf document in repository  

Aucun commentaire:

Enregistrer un commentaire