2
votes
1answer
176 views

Two horizontal lines above and under chapter-entry [duplicate]

Possible Duplicate: Title between lines Can anybody please tell me how to get horizontal lines above and under the \chapter{MyChapter}? Here is an example:
1
vote
2answers
94 views

Add a hrule to only chapter not numbered

I am thinking of adding a hrule to only chapters that are not numbered, in other words the chapters created using chapter*{}. I thought of using the titlesec package- My problem is that I cannot find ...
1
vote
0answers
83 views

Ruler below chapter heading [duplicate]

I am writing my thesis work using Lyx. Could anyone please help me with the code for positioning a ruler below the chapter title? The code I have doesn't display any ruler below the chapter title. ...
6
votes
1answer
168 views

Title between lines

So I want to have one line above and one under the title of a chapter in scrreprt, like: _________________________________________________ 1. Introduction ...
6
votes
2answers
369 views

How to add a line between chapter number and chapter title

I was wondering if there was a way to add a line between chapter number and chapter title. As in, what I am getting now is this: What I want is a horizontal line as shown: of the same color ...
3
votes
1answer
329 views

Formatting chapter in memoir

I'm trying to reproduce this chapter heading (Styling my section/chapter) in memoir. This is more or less working with the following code: \documentclass[11pt,oneside]{memoir} \usepackage{blindtext} ...