1
vote
1answer
50 views

Display appendix chapter like: “Appendix”, and sections like “Appendix A: My appendix title”

I wish to make my appendix chapter like: "Appendix", and sections like "Appendix A: My appendix title" "Appendix B: My second title" by writing: \chapter{Appendix} \section{My appendix title} ...
4
votes
1answer
52 views

Same vertical spacing for chapter and chapter*

I use \chapter*{} in the \frontmatter and \chapter{} in the \mainmatter. I use titlesec and the styling of the chapter headings is this: \documentclass[10pt,a4paper,openany,oneside]{book} ... ...
2
votes
1answer
50 views

Getting chapter and section in \fancyhead

I am having a bit of a heard time getting \fancyhead to give me the out put I want. I'd like to have a header that includes Chapter X: THIS IS THE SECTION (italicized like the default). I can get it ...
0
votes
0answers
47 views

Is it possible to remove chapter number from align environment? [duplicate]

Basically I have written a proof using the align environment in a new .tex file and the numbers in the proof came like this (how I want them): Line1 (1) Line2 (2) Line3 (3) Now I've ...
6
votes
1answer
97 views

Dividing chapters into ch. 1, ch. 2a, ch. 2b, ch. 3 etc

I'm typesetting a book and one of the chapters separates into two chapters so I need it to count like so: chapter 1 --------- chapter 2a ---------- chapter 2b ---------- chapter 3 --------- ...
5
votes
1answer
67 views

Decrease space before and after chapter in fncychap

I would like to decrease the space before and after the chapter name due to space constraints. I am using the fncychap. Here is the MWE: \documentclass{report} \usepackage[Glenn]{fncychap} ...
4
votes
1answer
68 views

Chapter name overrunning page

I am editing a collection of documents, a few of which the author has given such long titles that, when they are formatted as chapters, the heading overruns the page. The following code should ...
1
vote
1answer
41 views

need to change the way title chapters are displayed in 'report' document class

I'm using the report document class and the chapter titles are very large, in bold font, and left justified. I need them to be 18pt, not bold, and centered. I also need the words 'chapter 1' to be ...
4
votes
2answers
116 views

How to change part and chapter pages on KOMA-Script?

In KOMA-Script classes, how can I change the appeareance (font size, color, arrangment, content, etc.) of the page created by \part an \chapter? The pagestyle can be changed easily with KOMA-Script ...
3
votes
2answers
88 views

Chapterstyle Memoir: Picture on page left, chapter opening on page right

I am working on the layout of my dissertation and I would like to have the following design for all my chapter-openings: New chapters should always start on the left page, with a picturepage that ...
2
votes
1answer
54 views

Chapter in memoir not displaying correctly in TOC

I'm having a little problem with a custom chapter style in memoir class. I want to have the chapter titles behaving like parts, i.e. having the title on a separate page. I can do it like so: ...
3
votes
1answer
89 views

Memoir Class, Madsen Style, Chapter Heading and Rule

I would like to extend the chapter title and the rule above it to the left, so it is -0.75 in past the text block. MWE: \documentclass[oneside,12pt]{memoir} \usepackage{graphicx} \begin{document} ...
3
votes
1answer
137 views

Custom chapter title protruding in left margin

Based on this answer, I tried my hand at defining my own chapter title formatting. The idea is to align the chapter title to the right (a chapter always opening on an odd page) and underline it with a ...
5
votes
1answer
97 views

Different style on chapter than table contents

I tried to style a chapter page using the titlesec and the tikz package like this one : http://www.texample.net/tikz/examples/fancy-chapter-headings/ But I saw that the table of contents and the ...
2
votes
1answer
71 views

Misalignment of Chapter number and chapter title in memoir southall chapterstyle

I have the number and chapter title in the southall chapterstyle in memoir class not aligned vertically. How to fix it?
3
votes
1answer
49 views

Initial and final chapters appearing in the table of contents without numbering

I'm editing a document whose preamble starts with \documentclass [12pt, a4paper]{extbook} I wish the chapter 'Introduction and its sections' appear in table contents at the beginning of the text ...
1
vote
1answer
89 views

“Chapter” before chapter number in Tufte classes

Is there a way to insert usual "Chapter" before chapter number in Tufte classes, such as "Chapter 1" etc?
1
vote
1answer
59 views

chapter number and title in one row

I need to add both the chapter number and the title in one row with centering: something like "Chapter 2 Title of Chapter". My code is \documentclass[12pt,a4paper,oneside]{report} ...
5
votes
1answer
129 views

Emulating book-class-sectioning using titlesec and modifiying it

In short: Prerequisite: Need to emulate book-class for \part and \chapter using titlesec Change both to hang, start on same page Add titlerule to \chapter I want to optimize my rather hacked ...
7
votes
1answer
170 views

Chapter style like this without memoir?

I was looking for style inspiration for my thesis and I came across this chapter style: As far as I am concerned memoir class is capable of this kind of typography like specified in Bringhurst ...
5
votes
1answer
90 views

Show chapter in Table of Contents but do not print its header in text

I would like to list some pages of my report under a chapter. This chapter should be printed in the text without the header but with an entry in the Table of Contents. It should look like this: TOC: ...
0
votes
1answer
176 views

How to fit the title into a single line?

I think I am just too new to the LaTeX environment. Do I just change the font size to fit the title into a single line? Then how do one change the font size of the title? Is there any other ...
2
votes
1answer
207 views

fancy chapter title page for entire document

How to enable this style as well for TOC and bibliographypage ? Note that, I'm using scrreprt document class
4
votes
4answers
172 views

coloring every chapter name in the document

My question is directly related to post-processing using authoring packages like etoolbox for instance. I've included the package as follow : \usepackage{etoolbox} what i try to do is to prepend ...
2
votes
1answer
73 views

Why do I get this undesired vertical space between “chapter #” and Chapter Heading?

In my document, one of my chapter title lasts more than one line, so I want to increase the space between its lines. To do this, I used \linespread{1.8}\selectfont in the code below, but by using ...
0
votes
1answer
80 views

Single chapter in two languages

I'm writing a thesis in english but I have to insert some abstracts in Italian (my native language). In particular I have to write an introduction of each chapter in Italian. I mean Chapter 1 (in ...
5
votes
2answers
239 views

Modify default memoir chapter style

I'm using memoir and using its default chapter style. what I'm looking to do is to change the format from chapter 1 chapter title to something like this: chapter 1: chapter title I'm ...
4
votes
1answer
98 views

Memoir chapter headings

I'm using memoir class and I would like to know if it's possible to change the heading name of a specific chapter because the chapter title is too long and it's not well displayed as a heading in each ...
10
votes
1answer
74 views

Including section multiple times

I have a few sections of content I want repeated in multiple chapters. When I include it twice it looks fine in the document but references within that section always go to the section that is ...
3
votes
2answers
101 views

What variable contains the word “Appendix” when a chapter is an appendix?

I've designed a whole new fancy chapter header layout, and have hard coded the word "Chapter" in there before the chapter number. I just realized now that this won't work because I have an appendix ...
0
votes
1answer
166 views

Change chapter number font only

I would like to redefine the \thechapter command in the aim to use the eurb10 font only for the chapter number. I try something like : \newfont{\ChapNumbFont}{eurb10} \renewcommand \thechapter ...
0
votes
1answer
135 views

Changing font size of chapter title without changing table of content font size

I am using document class report and I want to change the font size of chapter titles. I defined the following command to change title font size ...
1
vote
1answer
98 views

How to change the font and size of the Chapters titles and numbers

This is a follow-up question to Question about Bjornstrup, where, in the answers, Gonzalo Medina posted a short script on how to change the background and numbers colors of a specific Chapter format. ...
3
votes
1answer
122 views

Two-line spanning number in chapter title

I try to have the chapter's number in my document twice as big as the title on the left and the two-line chapter title on the right. The number should span two lines, so the two lines of the title are ...
1
vote
1answer
308 views

How to customize chapter heading style?

I have customized the default chapter style like below. The chapter number font is Garamond number font, whereas the main text is Times font. The codes: \documentclass[a4paper, 12pt]{book} ...
9
votes
1answer
151 views

Layout for longer chapter title in Memoir class

I am using \chapterstyle{section} with \Huge\sffamily font. This means that some longer chapter titles spread over two lines. I get (a larger version of!) 2 A long title splitting as illustrated ...
2
votes
1answer
184 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
1answer
75 views

Spacing problem at chapter end

For most of the chapters in my document, LaTeX lays out the text wonderfully. The text goes right down to the page number. However, for a few of the chapters, I have the problem pictured above. ...
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 ...
0
votes
1answer
95 views

Change chapter heading format [duplicate]

Possible Duplicate: Chapter formatting Could someone help me with this problem with my document? Instead of generating the following: % % % % Chapter 2 Title % % % % I would like the ...
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
665 views

fancy chapter title page

How can I have a chapter title page like the following? Note that, I'm using book document class
39
votes
4answers
974 views

Bringhurst chapter style in memoir

I'm trying to imitate Robert Bringhurst's chapter style in memoir. The class includes one such chapter style, but does not typeset the chapter number on the right side margin, as in Bringhurst's book. ...
5
votes
1answer
121 views

Remove 'Chapter' text from chapter headings and have chapter number on the same line as chapter title [duplicate]

Possible Duplicate: Chapter formatting Apologies if this is something simple, but I seem to be searching in the wrong place for an answer. I have a document of type report. It is currently ...
4
votes
1answer
119 views

Space length between the chapter number and the chapter title

How can I learn the horizontal distance between the chapter number and the chapter title both in ToC and the body text where I use \documentclass[12pt,reqno]{book}. Which keys hold these values?
9
votes
1answer
139 views

\AtBeginChapter?

Are there any hooks that work like \AtBeginDocument for chapters, sections, etc.? Something like \AtBeginChapter? I would like to have the following code: \AtBeginChapter{% ...
4
votes
1answer
87 views

In a chapter*, how do I remove chapter numbers from figures and add the title to the running head?

I have a document with numbered chapters. At the end I wanted to add some appendices without a number (only a title). I used this solution, which I found online: \newcommand\chap[1]{% ...
3
votes
0answers
107 views

How does quotchap package deal with chapters read from external files? [closed]

If I use the quotchap package, with the following sample code, \documentclass{book} \usepackage[grey]{quotchap} \begin{document} \input{ch1} \chapter{Chapter 2 Heading} \end{document} it recognizes ...
4
votes
1answer
124 views

Fit the height of the chapter number to n-times the height of the chapter name

I would to get the chapter number tall n-times the chapter name in order to have a better proportion between the two elements. Why I get errors and how can I fix that behaviour? I thought something ...
4
votes
1answer
189 views

Help modifying a memoir chapter style

I'm very new to TeX and I'm from a graphic design background, so I apologize if I'm missing something very obvious. I want to modify the memoir style VZ14. What I would like is: =====h double ...

1 2 3 4 5