Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 3
    it works and I turned the flag for the showframe off after the distance for the adjustwidth was found (\usepackage[showframe=false]{geometry}) Commented Nov 1, 2011 at 18:32
  • 1
    This doesn't work well with \begin{tabular*}{\textwidth}{...}, but you can either set it to 1.5\textwidth or something that looks nice instead, or fall back to tabular instead. Does adjustwidth offer a better variable for the new width? Commented May 28, 2020 at 22:42
  • Very good solution thank you but I had a compile error "option clash for package geometry" with the "showframe=true" option on \usepackage[showframe=true]{geometry} So i had to get rid of it, and I worked great anyway ! Why was it useful for ? Commented Aug 26, 2020 at 12:24
  • I loaded the geometry package with showframe=true just so that you an see where the page boundaries lie. Commented Aug 27, 2020 at 13:11