Search found 4 matches

by jafar
Thu Sep 23, 2010 6:21 am
Forum: Page Layout
Topic: chapter first page special layout
Replies: 3
Views: 4037

Re: chapter first page special layout

My solution was to relax the requirements, moving the leftbar out of the textwidth so that the amount of width that the chapter body gets remains constant throughout the document.
by jafar
Wed Sep 22, 2010 1:05 pm
Forum: Page Layout
Topic: chapter first page special layout
Replies: 3
Views: 4037

Re: chapter first page special layout

It looks beautiful, except manually inserting \framebreak is a deathblow because it will make it inflexible to modifications, and automatic formatting is the main reason for using latex, at least for me. I suppose if no better solutions are coming, I might consider moving the leftbar outside the ...
by jafar
Wed Sep 22, 2010 10:21 am
Forum: Graphics, Figures & Tables
Topic: table width to span textwidth
Replies: 0
Views: 2277

table width to span textwidth

I am attempting to achieve the chapter heading layout in the attached image.

My first issue was that the background color should stretch across the entire textwidth. I tried \colorbox without the tabular environment but that resulted in several issues:

1) There was a separation between the chapter ...
by jafar
Wed Sep 22, 2010 8:02 am
Forum: Page Layout
Topic: chapter first page special layout
Replies: 3
Views: 4037

chapter first page special layout

The attached picture shows a chapter layout that I have been trying to achieve in latex. The major feature causing me difficulty is the chapter title on the left of the page in a vertical bar. This bar should appear only on the first page of the chapter, and should be within the \textwidth.

I have ...