[Tex/LaTex] Show pageframe for LNCS article class

framedlncsmargins

I'm trying to see the "text boundaries" of an LNCS document to check whether my floats fit, as the package pageframe offers to do. I can't get it to work, unfortunately.

  • \documentstyle[pageframe]{book} wouldn't fit here, afaik since \documentclass{llncs} is how I should declare the document.
  • \documentclass[pageframe]{llncs} seems to ignore it.
  • \usepackage{pageframe} complains about \paperheight but I don't seem to be able to set that length.

Has anybody managed to use this package or to otherwise have the text box of a LNCS document displayed ?

Best Answer

The showframe package can help with this:

\usepackage{showframe}