tex
Writting your resume with LaTeX
Submitted by ggarron on Sun, 12/23/2007 - 00:15.I have written some LaTeX documents, LaTeX is great to help you give format to documents, as for your CV or Resume, it is a real good idea to use LaTeX instead of Word layouts, as the most of people use them, so if you want to have a resume different to the rest, use a different editor, give it a different format, make it look more "professional" so you can have better opportunities that the people reviewing the CVs take yours just giving a glance to the CVs.
Creating Tables with LaTeX
Submitted by ggarron on Wed, 12/12/2007 - 22:19.It is normal the need to add tables into documents, If you are using LaTeX to write your documents this goal can also be achieved in a very simple way.
We will have to use the tabular environment.
the format for this is:
\begin{tabular}[pos]{table spec}
Latex - Small Tutorial
Submitted by ggarron on Sun, 12/02/2007 - 19:45.Today I would like to introduce you to the world of TeX, specifically LaTeX.
As LaTeX is complex, I have divided this document into these parts
- Introduction to LaTeX
- My first LaTeX document
- Setting LaTeX paper Size and margins
- Inserting Figures on LaTex
- Texmaker a cross platform LaTeX front end
- Create Tables with Latex
I will later add more LaTeX tips.
Latex - GUI front end for latex -Texmaker-
Submitted by ggarron on Sun, 12/02/2007 - 19:42.We are going to cover now the front end for LaTeX in Linux, well one of them as there are more than one.
Texmaker
Texmaker is according to its site:
Texmaker is a free LaTeX editor, that integrates many tools needed to develop documents with LaTeX, in just one application
Latex - Inserting images
Submitted by ggarron on Sun, 12/02/2007 - 19:15.When we are writing documents, no matter if these are with MS Word, Open Office or Latex, sometimes we need to insert graphics on them.
Well if you are using Latex, there is a solution, and a good and easy one to insert graphics on the document.
The first thing you need to do is to add this line below the documentclass control sequence.
\usepackage{graphicx}
Latex - Establishing margins
Submitted by ggarron on Sat, 12/01/2007 - 20:04.Page Margins and page size are really important parameters if you want to have a neat and nice print of you work.
First lets see how to declare the paper size, that is declared with \documentclass control sequence.
\documentclass[10pt,letterpaper,titlepage]{article}
Latex - My first document
Submitted by ggarron on Wed, 11/28/2007 - 22:50.On this second part of the document we will start to see the structure of a LaTeX document.
As our first step we will install the necessary software
apt-get install texlive-latex-base
Then to create the document we first declare the document type and the letter type (at least)
\documentclass[10pt]{article}
The document will 10pt letter, and will be an article, you can also define the size of paper here:
\documentclass[10pt,letterpaper,titlepage]{article}
Introduction to LaTex
Submitted by ggarron on Tue, 11/27/2007 - 02:56.Definition
Latex is like a derivation of TeX which was created by D.E. Knuth and LaTeX by L.B. Lamport and is better for long articles than TeX.
From Wikipedia
LaTeX is a document markup language and document preparation system for the TeX typesetting program. Within the typesetting system.



