Coatzacoalcos, Mexico to

PRINCIPAL

Home
Blog
Conferences
My Photography
Personal Gallery
Joke (Chistes)
Curriculum
Documentation
Contacts me

ARTICLES

Abstract PHP's code with PEAR::DB

Analogs of Windows Software in Linux

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

The Information Technology as competitive strategy for PyMEs.

The PHP Extension and Application Repository

A Tutorial for HTML_QuickForm

HTML_QuickForm

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

Free software in the Government

Introduction to Linux

Database Security in MySQL

Stocastics Model for inundations

COURSES

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




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.