Tagged Questions
3
votes
2answers
94 views
How to include a long underscore before the \question command?
i am working with a simple question but i can't include underline before the \question.
Code
documentclass{myclass}
\newcommand{\line}{\begin{tabular}{p{2cm}}
\\[-.35em]
\hline
\end{tabular}
}
...
12
votes
5answers
927 views
How can i add a “field” for handwritten text?
I need to add a bunch of fields for a handwritten text
to my document that look like this:
Your Name ___________
Your Age ___________
As an example, I can show you the form that I have to ...