15

In the following picture (desired layout)

enter image description here

the grayed area is reserved for the header. It is supposed to be fancy looking with tikz pictures, chapter/section names with pretty fonts etc. The outlined area is where the main text will fit. x, y, z, t denote margin lengths against the A4 paper edges.

Although I'm confident :-) I can design the header the way I want, I have no idea on how I can achieve the desired layout (especially the thing that the main text has to indent differently in the "header area" than in the rest of the page).

I'd like to use this layout with the report/article classes, but it would be nice if I could also use it with the book class.

I'm using XeLaTeX.

Any ideas?

lockstep
  • 250,273
niels
  • 3,295

1 Answers1

1

Not sure xelatex is compatible with fig2sty, but for plain LaTeX the tool fig2sty used to work for me quite nicely some years ago. Have a look at http://www.ctan.org/pkg/fig2sty. It does require use of the Xfig program, but I guess the Java alternative Jfig should also work.

The workflow is as follows: First you layout the page by drawing polygons in xfig, then you convert the .fig file into a .sty file using fig2sty, and finally you include the style file into your LaTeX document.

Werner
  • 603,163
bjoseru
  • 133