Coatzacoalcos, Mexico to

PRINCIPAL

Home
Blog
Photo Gallery
Joke (Chistes)
Curriculum
Files
Contacts me

GNU / LINUX

Linux.org
The gnu project
Slackware
Slackware forum
Debian
Debianitas punto net
Ubuntu Linux
Slashdot
Cofradia Digital

ARTICLES

El evangelio de Tux (spanish)

Introduction to HTML_QuickForm

The Vi editor

Graphics with Turbo C++

The ftp manual

Installing the Apache Server

How to convert with Latex to PDF file

Configuring Samba.

A basic program in gtk+

OTHER ARTICLES

Introduction to Network security

How to Print Screen with yast.

The DNS Howto's

CONFERENCES

HTML_QuickForm.
See material

What is the impact of Free software in the Organizations and in the Goverment
See material

Free software in the Government
See material

Introduction to Linux.
See material

Database Security in MySQL.
See material

Stocastics Model for inundations.
See material

COURSES

GNU LINUX.
Administration and Configuration.
[See the Chapters]

EVENTS

Gulev 2005
Congreso Internacional de Software Libre
Centro de Convenciones Coatzacoalcos
November 17,18,19.




How to convert a Latex document to PDF.

Frequently it is necessary to generate a PDF file from a document. It is generally easier to handle under Linux, and is also more compact than uncompressed PostScript. Many conferences will only accept PDF versions of papers, so it sometimes cannot be avoided. Fortunately, it is easy to generate high-quality PDF files with LATEX.

First, we make a new directory named Ejemplo: mkdir Ejemplo.

After, we have to pass this directory: cd Ejemplo/

After then, i make a file with vi, emacs, joe or nano. This file will name archivo.tex (Example: vi archivo.tex). In the file we write the next:

\documentclass{article}
\begin{document}
Hello world, this is my first document in LaTeX !
\end{document}

Next, we compile the file: latex archivo.tex

Now, we obtain very files, but the important is archivo.dvi. If you want to see the file with the next sentences: xdvi archivo.dvi

This file can to convert to PDF with the next comands: pdflatex archivo.tex

The file can to see with xpdf archivo.pdf


Coments: Note that this works a lot better than running ps2pdf, which generally results in an unreadable document.


2005 - Farid A. Bielma Lopez

Home | Unix Mexico | El Demonio | OpenBSD | Ubuntu Guide
Internet.com | Barrapunto | Diario Linux | Unam - Cert | Securityfocus
Send me a mail.