
I've used LaTeX for two months. I really like it. The only thing I cannot stand with is the readability of the text. It is, let me say, "less black" than Word document exported to pdf. Here is the example:

The left one is the LaTeX one, while the second is written in OpenOffice and exported to PDF. After printing it is even easier to spot that something is wrong with this text and it is not due to the printer.
Here is the code of above LaTeX document:
Code: Select all
\documentclass[12pt]{article}
\begin{document}
Lorem ipsum... %and so on, et caetera
\end{document}