Code: Select all
article 1 |
bibentry stuff |
|
article 2 |
much bibentry |
stuff |
article 3 |
|
|
The following example shows my problem. As it stands, it looks as I want it to (except that the line of Is should be replaced by a rule). But if the (now commented) rule is used instead, the boxes don't align at the top anymore.
Why is this?
Code: Select all
\documentclass{report}
\begin{document}
\parbox[t]{76ex}{
a little bit of reference text a little bit of reference text a
little bit of reference text a little bit of reference text a little
bit of reference text a little bit of reference text a little bit of
reference text a little bit of reference text
}
\parbox[t]{2mm}{
%\rule{1mm}{45mm}
I I I I I I I I I I I I I I
}
\end{document}