I am new to LaTeX and I am creating a resume.
I have added a black line.
1)However, I would like to know how to specify a color and line thickness for this line?
2) I would like to know how to adjust line spacing? I know I can use \setspace. I am not too happy with \singlespacing and onehalfspacing. I am looking for something in between these 2. I want to be able to manually adjust the line spacing (is there a parameter that I can set?).
3) For the last row, I am trying to do tab then "Sixth Form" but I do not understand why latex is not allowing me to do it ?
\documentclass[10pt]{article}
\usepackage[top=0.7in, left=0.3in, bottom=0.0in, right=0.3in]{geometry}
%\usepackage{setspace}
%\singlespacing
\oddsidemargin=0.0in
\evensidemargin=0.0in
\textwidth=6.5in
\marginparwidth=0.5in
\headheight=0pt
\headsep=0pt
\textheight=9.0in
\pagenumbering{gobble}
\begin{document}
\centerline{\huge \bf My Name}
\vspace{2.5pt}
\centerline{$\bullet$ Address $\bullet$ (Country code)phone number}
\centerline{Email}
\noindent{\LARGE \bf Education} \\
{\line(1,0){475}}
\hspace{10in}{Sixth Form } \hfill{Time}
\end{document}

\documentclass{...}and ending with\end{document}. – jub0bs Sep 22 '13 at 22:54