Is there a counterpart/similar function like "adjustwidth" to width, as the "adjustheight" to height?
What I hope to see is something like shifting a whole table upward above the top margin, since the table is too "tall," we need to break the top margin locally on a page, so it can be fitted into the whole page without hitting the bottom.
\usepackage{changepage}
\begin{adjustwidth}{-1cm}{-1cm}
% <stuff>
\end{adjustwidth}
e.g. see changepage package's \adjustwidth environment adjusts only left margin
Thanks for the help! Happy Thanksgiving.
\vspace. It would be helpful if you could provide a complete example of the issue you're dealing with. – Werner Nov 23 '18 at 06:35\vspace*{-1cm}(btw, a bad approach to fit large tables, IMHO). – Fran Nov 23 '18 at 06:35