Most of you are using LateX for math and science but I wanna start using it for my theology papers. The fact I can include nice Greek and Hebrew fonts is a big plus.
-my document needs to use Times New Roman 12pt.
-the margins must be 2.54cm X 3.17cm (the default Word margins)
-I need to use double space.
Let's forget the Greek and Hebrew right now. What do I need to add to get the font to size=12 and the proper margins. Could you tell me what's missing ?
This is what I got so far
Code: Select all
\documentclass{article}
\usepackage{times}
\usepackage{setspace}
\doublespacing
\begin{document}
This is \textbf{Times New Roman}.
\end{document}