Btw I guess computer didn't explode


Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- That's one way, if you would like to use pdfLaTeXghostanime2001 wrote:So to run pstricks graphics I have to use auto-pst-pdf package and run as (meaning the compiler) pdfLatex?
With pdfLaTeX, tryghostanime2001 wrote:One thing of concern with pdflatex is that If i have a document with text and graphics and I run it with pdflatex some letters appear to be offset more than others in words. For example "Wed, April 7th, 2010". If I use XeTeX the letter spacing is minimal and appears to be okay.
Code: Select all
\usepackage{microtype}
Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage[english]{babel}
\usepackage{blindtext}
\begin{document}
\begin{minipage}{3.7cm}
\blindtext
\end{minipage}
\end{document}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis