Tagged Questions
4
votes
1answer
386 views
Adding slide numbers in the footer of beamer documents
I am using the Dresden theme, which by default it gives me two lines at the bottom of the every slide, the first one containing the author name on the left and the institute name on the right, the ...
8
votes
2answers
199 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 ...
3
votes
1answer
557 views
How to design a nice looking chapter title and page
I want to create something like the images I have below:
( I couldn't draw well the chapter number and its font)
and
( I couldn't draw well the page number)
--------------UPDATE According to ...
6
votes
2answers
92 views
Weird interaction between everyhook and fancyhdr
In a document I'm working on, I'd like whitespace to be added before a custom environment, but only if that environment doesn't immediately follow a sectioning command (\section, \subsection, etc). I ...
5
votes
1answer
796 views
Change leftmark in fancyhdr
Can anyone tell me how, in the minimal example pasted below, I can achieve that the dot after Appendix in the header disappears? I understand that it is there because I simply made the number of the ...
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. ...
4
votes
1answer
525 views
No numberings, no numbers (section, chapter, subsection etc.) in header?
I am using scrpage2 with scrbook. I would like to have no numbers or numbering of sections, chapters, etc.. in the header. How can I achieve that?
I have the following example:
\documentclass[12pt, ...
3
votes
1answer
331 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. ...
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 ...
4
votes
1answer
523 views
Printing auto increment serial number on multiple pages
The user inputs the start serial number and the number of pages. Then that serial number needs to be printed on top of every page, auto incremental for each page. The final output may be a multipage ...
3
votes
1answer
9k views
beamer slide number with footer
I am using the warsaw theme and I need to have the footer with frame number the header of the code is:
\mode<presentation>
{
\usetheme{Warsaw}
\usecolortheme{crane}
...
1
vote
1answer
677 views
Chapter number on page header is not updated in LaTeX document
I have a small technical problem but I have been unable to find a solution to it so far.
In my thesis document, the chapter numbers that are displayed on page headers are not updated. It keeps on ...
3
votes
1answer
3k views
Frame number right of presentation controls
I currently use
\setbeamertemplate{footline}[frame number]
to get frame numbers on my slides produced by the LaTeX beamer class. But the presentation controls are above them and not on the left and ...