I am still relatively new to LaTex. I would like to use the underscore.sty package to create a long underscore, i.e. an underscore stretching more than 1 textbox - so that the underscore is not ``broken'' - i.e. it is a continuous line (I do not know if that is the term I am looking for). Below is what I have attempted to do thus far.
Code: Select all
\documentclass[12pt,a4paper]{article}
\usepackage{underscore}
\begin{document}
A Reading from the Epistle of the Holy Apostle Paul to the _________.
\end{document}
-Michael Dykes