Tagged Questions
3
votes
0answers
68 views
How to have headers, section headings, and figures expand into the margin?
I am interested in the following page layout.
How to have headers in margins (up to margin)
Is it possible to start section headings from margin
How to set figures occupy the margins.
I can ...
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 ...
2
votes
1answer
56 views
\markboth is not working when using \chapter and \section
I am having a problem when adding \chapter and \section in the document. \markboth is not working when I compile it. I have got a link Why is \markboth not working?. But there is no solution about my ...
3
votes
0answers
68 views
How make a picture slideshow
I would like to use beamer class as backbone for my presentation. However, I encountered a problem. My wish is to put pictures on it and for LaTeX to decide their placement and divide them on frames ...
2
votes
2answers
89 views
LyX: remove header in specific page
My thesis is sectioned in Parts -> Sections -> Subsections.
Currently I am printing the part name on the header of each page. However, I would like to remove the header completely on the first page ...
3
votes
1answer
54 views
\sections without numbers, but in ToC and in running heads
I'm doing a book-class doc which is a collection of problems offered through some years.
So each chapter is a year, and it always has two sections: Problems, and Solutions. And I need them to NOT be ...
3
votes
1answer
104 views
How to create a header line after text
Hi,
I am looking to recreate the style above for a resume. For the heading of sections in the resume, I want the section name (in the example above - Education) to be followed by a header line ...
2
votes
1answer
97 views
Remove section name from header in LaTeX
I am trying to remove section names in headers. I am using fancyhdr package. When I try to specify new text in \lhead{}, text is just overlayed on section name. P.S. 3 hours of googling did not help.
...
2
votes
0answers
55 views
Follow-up question to: titlesec: \sectionmark breaking \ifthesection?
In answer to this question egreg showed how to trick titlesec into ignoring the fact that sectionmark command makes \ifthesection false when defining customization commands in headers. The solution ...
3
votes
1answer
66 views
How to remove numbering from section title in header
The code below generates a section title, which is what I want, but it also includes the section number. Because it's in the header, and the header also includes the page number, this becomes somewhat ...
3
votes
2answers
81 views
Alternating header titles
I'm trying to figure out how to get the odd and pages to display the current section name and the odd pages to display the title of the paper.
How do I accomplish this?
I'm using article and I have ...
1
vote
1answer
44 views
The list of symbols has the bibliography heading
I have a section in my thesis which includes some mathematical notations.
This section is after Bibligraphy. My problem is that the second page of this list
appears with bibliography heading. How can ...
7
votes
2answers
138 views
Page number in the margin and separator
I want to produce this kind of header.
My first attempt includes the use of fancyhdr package but still I can't figure out how it is possible to move the page number in the margin and put the | bold ...
5
votes
3answers
126 views
Use of shaded box for section numbering only?
I have been wondering "how to get shaded box for section numbers only"?
Also, How to get grey square in between left mark and page number in the header? In code below I can get solid black square.
I ...
3
votes
1answer
72 views
Cross reference in section title broken in header [duplicate]
I've tried searching and can't find this anywhere, but sorry if it's been asked before.
I'm using the memoir class to write a thesis using LaTeX (which I'm fairly new to) and I've got a section in my ...
4
votes
1answer
446 views
Headers and page numbers in external borders
I am trying to recreate in *TeX the same aspect that you can see in the following picture showing a document that I created a while ago with MS Publisher.
As you can see, page numbers are rendered ...
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]{%
...
2
votes
1answer
187 views
Reducing/removing gap between header and custom chapter title
I'm writing a portfolio/report with pdflatex and while trying to get a header and footer I have got a situation where there's now a significant gap between the header and the chapter title, whereas ...
2
votes
1answer
309 views
What style is this thesis?
Does anyone know how to reproduce the headers and the chapter/section styles of this thesis?
http://www.stat.washington.edu/~ebfox/publications/ebfox_thesis.pdf
To be more specific, how does one ...
8
votes
2answers
200 views
Header not displaying correctly on chapter page due to subsection
(Complete source code below.)
(Note: Not sure if I am using LaTeX or just TeX. I am editing with TeXworks, as TeXStudio was not rendering what I typed without +20 seconds of lag.)
I apologize if ...
6
votes
2answers
222 views
titlesec: \sectionmark breaking \ifthesection?
In the titlesec package, one may use the \ifthesection (or \ifthechapter,...) command to apply some customization commands only when a \section has been defined. However, it seems that using ...
0
votes
0answers
20 views
How to achieve different page Heading and Table of Contents entry? [duplicate]
Possible Duplicate:
How can I display a short chapter name in the header and a long chapter name in the ToC?
Sometimes the name of a chapter or section is too long and in the headings it ...
16
votes
1answer
639 views
Displaying the range of sections on the page in the header
I would like to have on each page the range of sections covered by it displayed, opposite of the page number and accompanied by the name of the first new section (if there is a new one) starting on ...
7
votes
2answers
155 views
pdflatex endless loop and page headings wrong aligned with dateiliste/babel [closed]
In the following code the heading is wrong aligned if babel and dateiliste are loaded together. Furthermore the whole MWE goes into an endless loop if the first line is removed.
% remove to let ...
4
votes
1answer
154 views
Wrong \rightmark in twocolumn mode
I would like to use the "dictionary" style of page header, using \rightmark--\leftmark as suggested in fancyhdr package.
However, in twocolumn mode, \rightmark containts the first mark in the latter ...
3
votes
2answers
599 views
section numbers (\thesection) and names have next page's values
I have customized my headers to display section numbers and section names.
However: (a) The section number (\thesection) in my header often shows up with the next page's value. (b) The section name ...
3
votes
2answers
229 views
Memoir class headers listing section/subsection/etc. hierarchy
I'm trying to use the memoir class such that a document with the following structure:
\section{A section}
\subsection{A subsection}
\subsection{Another subsection}
\subsubsection{A subsubsection}
...
4
votes
2answers
169 views
Memoir manual: “The numbering of parts has no effect on the numbering of \chapters.”
I am writing my PhD using memoir class. I have 5 parts, divided into chapters. But before the first chapter of each part, I have an introduction to what the following chapters are about. Here's an ...
5
votes
1answer
322 views
Using \thesubsection in header references last instance - not first
I would like to include \thesubsection in my header, referring to the first instance of subsection, and not the last as seems to be the default.
The following MWE says it all:
...
4
votes
3answers
173 views
Memoir class: turn off section numbering but still have header
Trying to get rid of auto display of section numbers within text (section title only), but still have a header that gives the section title (also sans number). Can't seem to find this in memoir docs. ...
0
votes
0answers
39 views
chapter title on two lines in the TOC [duplicate]
Possible Duplicate:
How can I display a short chapter name in the header and a long chapter name in the ToC?
I have a quite long chapter title that I break into two lines as follows:
...
3
votes
2answers
173 views
Change section name twice (or make a section appear in TOC only, not in text)?
I am trying to have a document with TOC:
1 Introduction
2 blabla
3 Conclusion
Bibliography
Appendix 1
I want the Bibliography to start with title "Bibliography" but I do not want the Appendix 1 ...
1
vote
1answer
190 views
Add vita at the end of dissertation
I am writing my dissertation in LaTeX and I need to add my Vita at the end. Can you please help in defining the structure.
My requirements are:
'Vita' needs to appear in the 'table of contents' ...
7
votes
2answers
394 views
Want \section* to change the page header
In a book, I have several numbered sections followed by an unnumbered section. I have placed an \addcontentsline following the \section* that introduces the unnumbered section, so that it will appear ...
6
votes
2answers
603 views
fancyhdr - how to disable auto section number and still show section name in header
\documentclass[fleqn,12pt,a4paper]{article}
%\RequirePackage{Kaumudi_Package}
\usepackage{fancyhdr}
\pagestyle{fancy}
\begin{document}
\section{section-1}
\newpage
\section{section-2}
\end{document}
...
6
votes
2answers
248 views
Suppress headers when page contains a section title using titlesec
I'm writing a book with titlesec and try to suppress headers containing the section name, when the section starts at the top of the respective page. Given that all my sections start on a new page I ...
1
vote
1answer
611 views
chapter title long and necessity to cut it
my chapter title is too long and I have the necessity to cut it in two different lines. well which could be the best way to cut it?I tried using \newline but unfortunately this modification affects ...
2
votes
1answer
179 views
Headline next to page number overtaken to next chapter
I have one chapter for my listings
%%% Document Class
\documentclass[ngerman,bt]{dbvdoc}
\phantomsection
\addcontentsline{toc}{chapter}{Listings}
\lstlistoflistings
\cleardoublepage
and the next ...
1
vote
1answer
276 views
Missing header in Acknowledgement part
I have set up the acknowledgement part as follows:
\section*{Acknowledgements}
Thanks Mum.
But then, the header is missing, except the line at the top is appeared. As I want to make it standardized ...
3
votes
1answer
332 views
\ifnum conflict with appendix
Was helped briliantly before, here's another small problem I do not get fixed:
Using the fancyhdr package I get, as promised, fancy headers. However, a chapter in the frontmatter gets a 0. ...
3
votes
1answer
1k views
How to make (force) line-break in Chapter Title (in ToC, Chapter, Header) - if possible?
I've found how to make different text for Title appearing in ToC, Chapter and headers Chapter title in header too long :
\chapter[medium-length title for TOC, if wanted]{full title name}
...
6
votes
3answers
684 views
How to set rightmark after \section command?
I need to typset a book with very long section names. The long names should appear in the normal text and in the ToC but not in the header, so I can’t use the optional argument.
\sectionmark is my ...
16
votes
3answers
631 views
How to add “cont.” section title to the top of pages?
I have a document that contains few small sections. What I would like is if the section name was repeated at the top of page body (not in the header), if new section doesn't start on that page. And ...
6
votes
1answer
397 views
Section in page header and TOC without number and no indention
I'm looking for advise about handling sections a a special way. What I want:
Sections should not be numbered,
they should be listed in the TOC and be available in the page header,
and they should ...
3
votes
1answer
315 views
Put section and page numbers in the margin with KOMA Script
Using the scrartcl document class, I would like to put the section number into the page margin, as is seen for example in the famous l2tabu document. That should be easily possible with KOMA Script, ...
6
votes
1answer
283 views
fancyhdr plus fontsize 12pt causes varying vertical alignment of sections
Looking at the example provided in Different headers for different chapters, I noticed something strange: The vertical alignment of sections is varying. I was able to strip the effect down to the ...
11
votes
2answers
4k views
Creating unnumbered chapters/sections (plus adding them to the ToC and/or header)
I'm using the report document class for a thesis, and I need to add things like "Acknowledgements" and an "Introduction". I noticed that there is an \abstract command which would have been wonderful ...
1
vote
1answer
422 views
Setting up the appendix with memoir [closed]
I need some help setting up the layout for the appendix of a Thesis template I am working with Memoir Class. Before the appendix all the document have the following format
Top, right and bottom ...
9
votes
1answer
271 views
Getting the header for the references, using biblatex, to look *exactly* like the header for the main text, using apa.cls
(This is a continuation of the question asked in this thread)
I'm using apa.cls (in doc-mode) in conjunction with biblatex. The apa.cls prints a header for me on every page, except for when biblatex ...
1
vote
1answer
288 views
Showing unnumbered sections in header using two different layouts in fancyhdr
I use two header layouts - first of introductions and second for dictionary. I want ot set the unnumbered sections headings into header in the first header together with page number. Minimal example ...