In LaTeX, how would I make a long underscore?
For example,
Name _______ Signature _______
|
In LaTeX, how would I make a long underscore? For example,
|
|||||||||||||||||||
|
|
As I learned from the
which allows you to control how much space the entire construction takes up, rather than just the underlined part. |
|||
|
|
|
You can just
|
|||||||||||||||
|
|
You can use
For example The optional argument can be used to raise (positive value) or lower (negative value) the rule. Sometimes lowering it slightly looks better. |
|||
|
|
|
A code such as
in your preamble allows you to say
instead of your complicated construction. |
|||
|
|
|
If you want a line (or rule) at the baseline of a specific length (and width), you can just use Here's a mock-up using an example:
I've defined |
|||||||
|
|
In ConTeXt you can use the command \starttext Some text \thinrules[n=1] \blank Some text \thinrules[n=2] \stoptext The result:
|
|||
|
|
|
You can also use the
|
|||||||
|