I am using the excellent classicthesis to typeset my thesis. It looks great, and I would be loathe to change unless I had to, but I've run up against a problem.
I have a number of longtables in the document that are in landscape orientation. I want to make the top and bottom margins, before and after the tables smaller, so that I can get more information on a page. At the same time I want to keep the margins in the rest of the document the same.
I have:
Tried using the package
changepage, but this does not seem to work withlongtable(http://newsgroups.derkeiler.com/Archive/Comp/comp.text.tex/2007-05/msg00623.html also had problems with this)Considered using package
geometryand then changing the margins before I enter thelandscapeenvironment with\newgeometry, butclassicthesisdoes not appear to usegeometryto manage page layout, so I think this will disrupt the page setup for the rest of the documentTried playing with
\LTpre,\LTpost,\LTleft,\LTrightTried playing with the
\addmargincommand for KOMA script
Any thoughts appreciated