On 12/24/2011 04:56 PM, Frederick FN Noronha फ्रेड्रिक नोरोन्या *فريدريك
نورونيا wrote:
Any suggestions on how I could use some code to get a Lyx chapter
title output like this? Thanks, FN
This should not be that hard. Exactly how to do it will depend upon your
document class. If you're just using book, then you can use the titlesec
package to modify the layout of the chapter headings. I think there are
even relevant examples in the documentation.
Getting the lines above and below the title to be the right length will
involve using the settowidth command.
For the rotated text, look into either the \rotatebox command in the
graphicx package or else the rotate environment from rotating.sty.
Richard