Looking at the pdf generated from the latex code (I am using texmaker) it looks faded with respect to other pdf files I am use to read. I mean, the words are not as dark as the ones on the other papers.
The same happens when I print it.
How can I make them look darker? (I am not allowed to change the font)
\usepackage{newtxtext, newtxmath} \usepackage[T1]{fontenc}and compile withpdflatex. – musarithmia Mar 27 '15 at 17:09graphicxand included automatically. However, you don't need to usepdflatex. You can use the packages suggested and uselatex. – cfr Mar 27 '15 at 18:28\usepackage{newtxtext, newtxmath}and the\usepackage{times}? – Rhei Mar 27 '15 at 19:10timespackage loads Nimbus Roman No. 9 as the main text font;newtxtextloads Tex Gyre Termes. These are both siblings of Times New Roman in the same font family.newtxis more recent and is more focused on providing full math support. Entertexdoc newtxin a terminal (or use the documentation menus of TeXmaker) to learn more. – musarithmia Mar 27 '15 at 19:31