I have researched and seen this type of question asked here before, but I was not able to figure out how to modify the solutions I saw there.
This is what I currently have:
I would like the line, and "Dr. Hill" to be aligned on the left, and I'm not sure but I think I would like the name a little closer to the line. This The current code I have is
\documentclass{book}
\usepackage{parskip}
\usepackage[doublespacing]{setspace}
\begin{document}
\begin{tabular}{@{}p{0in}p{2in}@{}}
& \rule{4cm}{0.4pt} \\
& Dr. Hill\\
\end{tabular}
\end{document}
I have tried to put it into a flushleft environment, but that seemed not to affect it at all.
Sorry I did not know what to tag this.



\noindentjust before the tabular environment. – Bernard Jul 22 '19 at 20:37