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}
}
...
19
votes
3answers
847 views
Can LaTeX be used to make a sheet of blank lines?
Specifically, a bunch of them; for a sign-in sheet, list of signatures for a petition or a worksheet with short answer essay style questions.
12
votes
5answers
923 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 ...