Huh. Fascinating. That paragraph break is what lets it happen, apparently. Try this: \documentclass[a4paper,10pt]{article} \begin{document} \noindent \framebox[2cm]{Text1}\\% \vspace{-3\fboxrule}% \framebox[2cm]{Text2} \end{document} You'll notice that no argument for \vspace will allow it to go ...
All of the previously mentioned commands (vspace, addvspace, raisebox) were tried with negative values, and none of them would allow the box to go any higher than 1mm below the previous box.
I didn't realize that space was so holy. I can't get rid of it.
My situation: I have a framebox, a newline, and another framebox of a different width. I want to fudge that lower framebox up so that the top border of the bottom framebox is touching the bottom border of the top framebox, effectively ...
Even when explicitly defining... \renewcommand{\subsubsection}{\@startsection{subsubsection}{3}{0pt}{6pt}{6pt}{\large\bfseries}} \renewcommand{\thesubsubsection}{\arabic{subsubsection}. } \setcounter{subsubsection}{0}% ...my subsubsections will still not number themselves.
However, I'd prefer to use a method that actually adjusts the margin and/or foot height itself, for future reference. Also, I have a few other problems that could've been easily fixed by fudging margins that never worked out because of the problems I ...
This has been driving me crazy for about a day or two now...
I have margins defined by the geometry package. For a single page in my report, I need to put a graphic pretty much flush with the edges of the page itself. I figured I could do this two ways: