Theses, Books, Title pages ⇒ Changing Times Roman font?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Changing Times Roman font?
Could someone please help me with this? I think some font similar to the titles font would be nicer for my thesis.
petalo
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
Changing Times Roman font?
To change this font you just need to comment out
\usepackage{mathptmx}
in main.tex
and replace it with another font.With regards to finding another font, I can't recommend this resource enough: http://www.tug.dk/FontCatalogue/ You'll find examples of fonts that come with most LaTeX distributions and how to include them in your document(s).
Cheers,
Vel