Rich Shepard wrote:
On Sat, 7 Jan 2006, Rich Shepard wrote:
I have read everything I can find on \framebox and \vspace, and I have
tried putting a negative \vspace at different positions in the last line
above.
Well, I just re-discovered that the proper command is \raisebox to adjust
the
On Sat, 7 Jan 2006, Rich Shepard wrote:
I have read everything I can find on \framebox and \vspace, and I have
tried putting a negative \vspace at different positions in the last line
above.
Well, I just re-discovered that the proper command is \raisebox to adjust
the vertical position of a
On Sat, 7 Jan 2006, Herbert Voss wrote:
insert an explicit line end.
%% Make nR rows of scoring boxes for answers
\multido{\nRow=1+1}{\nR}{%
{\strobe}\hspace{3mm}\makebox[0.3\omrx]{\nRow}%
\multido{}{10}{\hspace{2mm} \framebox[3.55mm]{}}\newline}
Herbert,
I have read everything I c
On Sat, 7 Jan 2006, Herbert Voss wrote:
insert an explicit line end.
Herbert,
Sonofagun. I've not seen a \newline before in my documents or the examples
folks have used here on the mail list. I've seen a double backslash and a
space followed by a %, but not the \newline. I tried variations
Rich Shepard wrote:
On Fri, 6 Jan 2006, Rich Shepard wrote:
1.) The \multido{} loop in lines 69-71 does not produce the desired
results. I want each framebox in line 71 to be 3mm wide, but if I
reduce the
width from 7mm, the lines are combined; that is, the even numbered
line is
next to the
On Fri, 6 Jan 2006, Rich Shepard wrote:
1.) The \multido{} loop in lines 69-71 does not produce the desired
results. I want each framebox in line 71 to be 3mm wide, but if I reduce the
width from 7mm, the lines are combined; that is, the even numbered line is
next to the odd nunber line. I need
I'm caught in an infinite loop here. Kevin was very helpful in suggesting
that I use \framebox rather than \makebox; that gives me a rectangular, empty
box (as long as there's no text to frame). Now I have three issues that I've
not been able to resolve. I hope someone here can help me.
1.) T