Hi,
I just recently created a site
EqLateX
to those of you who need an online Equation tester. Is free and dynamically updated editor.
Enjoy!
LaTeX-PrO
Saturday, 18 July 2015
Thursday, 28 April 2011
Installing LaTeX on W.indows!
Ghostview, this is an interpreter for the PostScript language and for PDF, and related software and documentation.
GSview, previewer for
Texmaker or TeXnicCenter, these are features rich and easy-to-use integrated environment for creating LaTeX documents on the
Sunday, 30 January 2011
A Hello world! in LaTeX
To start a new document, just put in a blank document the following sentences:
Save as: latex_example.tex. The extension *.tex is relative to LaTeX
documents.
Preferable to save the document in a separate folder, it works better for you because probably you will have a lot archives very soon, like other files, pics(*.eps, *.jpeg, *.png), pdf's, etc.
To compile in linux put in a terminal:
pdflatex your_archive.tex
and the system create a pdf version of your latex file.
\documentclass{article}
\begin{document}
Hello world!
\end{document}
\begin{document}
Hello world!
\end{document}
Preferable to save the document in a separate folder, it works better for you because probably you will have a lot archives very soon, like other files, pics(*.eps, *.jpeg, *.png), pdf's, etc.
To compile in linux put in a terminal:
pdflatex your_archive.tex
and the system create a pdf version of your latex file.
Subscribe to:
Posts (Atom)