Tagged Questions
4
votes
1answer
365 views
Calculate parbox width to make it meet the page border?
I'm using the program package to typeset my algorithms. I want my comments to have a light gray background, therefore I'm using colorbox with a parbox inside (for multi-line comments).
Now the ...
3
votes
1answer
1k views
Measuring height of fixed-width text box
Suppose some text is put inside a fixed width box. The text will then continue in vertical direction. How can you measure the total height of that text?
Original text:
text text text text text
...
12
votes
3answers
1k views
Why doesn't \settoheight of \parbox work?
Consider the following code:
\documentclass[a4paper]{letter}
\usepackage{calc}
\usepackage{printlen}
\newsavebox{\foobox}
\newlength{\fooboxheight}
\savebox{\foobox}{
...