Inicio » latex
Archivos de la categoría: latex
LaTeX topics: Paper size and margins when producing PS documents
By Kenneth M. Hanson from [http://kmh-lanl.hansonhub.com/spie/]: DVIPS – converting DVI files to PostScript files When latex is run, it produces a file with the extension DVI (for Device Independent), which completely encodes the formatted document, with the exception of the image files. A separate application is needed to view or print the document, or to […]
LaTeX topics: Reducing the size of large PS files
By Kenneth M. Hanson from [http://kmh-lanl.hansonhub.com/spie/]: If the PS file produced by DVIPS is large (>5 MB), it is probably because of the size of the EPS image files you are using for figures. DVIPS essentially copies the EPS image files directly into its output PS file. To reduce the size of the PS file, […]
LaTeX topics: Uppercase letters and special symbols in BibTex
By Kenneth M. Hanson from [http://kmh-lanl.hansonhub.com/spie/]: BibTeX tries to enforce standard publishing rules regarding article titles and authors’ names; it sometimes changes uppercase letters to lower case. BibTeX also has trouble with umlauts, generally created in LaTeX with “{o}, because it is looking for the ” to end the input line. The general rule for […]
LaTeX and Mathematics
A useful resource about how to write mathematical expression in LaTeX is the ‘LaTeX/Mathematics‘ page of Wikibooks. Here, the contents that you can find there is listed: Contents 1 Mathematics environments 1.1 Inserting “Displayed” maths inside blocks of text 2 Symbols 3 Greek letters 4 Operators 5 Powers and indices 6 Fractions and Binomials 6.1 […]
How to Post LaTeX Equations in Blogger
(From: Saad, T. “How to Post LaTeX Equations in Blogger”. Weblog entry from Please Make A Note. http://pleasemakeanote.blogspot.com.es/2010/07/how-to-post-latex-equations-in-blogger.html) I’ve gone through several approaches to post math equations on blogger (check my previous posts here, and here). I found that the most effective and stable method is the one based on the CodeCogs server. Here’s how […]