Possible Duplicate:
Long underscore in LaTeX
a sample output would be like:
__________ hello
__________ hello
a sample output would be like:
|
||||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You can write it in a number of ways, but the easiest is probably
In a more general setting, see Long underscore in LaTeX. |
|||
|
|
\newcommand{\Qline}[1]{\noindent\rule{#1}{0.6pt}}– karathan Nov 11 '12 at 12:57