Questions tagged [pagestyle]

This tag refers to the LaTeX \pagestyle command, which is used to format running heads and footers.

The \pagestyle command provides a mechanism for defining the content and appearance of running heads and footers, including text and page numbers. Multiple styles may be defined, to be used as appropriate on different pages. Common styles are plain (no header, page number centered in the footer, commonly used on the first page of a chapter or article) and empty (no header or footer, usually used on otherwise blank pages).

122 questions
2
votes
1 answer

What are the parameters of \newpagestyle?

I see \newpagestyle used with \sethead and \setfoot, for example here, but I cannot find any information on what those arguments for \sethead and \setfoot mean.
AndreKR
  • 1,025
2
votes
1 answer

Adjusting position of the page number

How can I put the page number to the bottom and very middle of the page? I now have: \documentclass[11pt, a4paper, german]{article} \usepackage{color} \usepackage{amsmath, amsfonts,…
chri11
  • 177
1
vote
0 answers

Non-standard formats of sheets without frames in the eskdx class

Good afternoon! Can someone tell me, faced with the problem of displaying frames on non-standard sheets. I need several A3 landscape sheets in the document. A table is placed on the sheets, the sheets should be without frames. Before the table, I…
1
vote
1 answer

title chapter page

I am writing my thesis and I would like to have for each chapter a first fancy page with: the title chapter and then a figure which represents a figurative table of contents and in the next page the conventional index of contents with the page…
0
votes
2 answers

How do I get current page style to use as a condition for some sormatting in LaTeX?

There are several page styles in a document, and I want to change the appearance of some paragraphs if the page style they appear on is, say, plain, with a macro of roughly the following form: \def\plainpagestyle{plain} \def\someparagraph#1{ …
0
votes
0 answers

Locate LaTeX source code for page style

I am trying to locate the page style handling code in LaTeX. In my implementation the base folder has 126 files.
0
votes
1 answer

How to change the page number when using pagestyle{myheadings}

I am working with a .sty file, that defines a myheadings style like this: \pagestyle{myheadings} \markboth{}{header part 1~header part 2~\textendash~header part 3} The pagestyle inserts a page number right of the header. I now would…
allo
  • 339
0
votes
2 answers

Remove empty pages from latex [twoside,openright]{book}

I am writing a report and I would like to begin each chapter with an odd page. This can be done as in Page numbers in left and right bottom corners of Book However, this puts empty numbered pages. Is it possible to remove them ? Best Regards
user257809
-1
votes
1 answer

How can I copy a specific page design from an existing book?

I'm learning LaTeX and I want to make this layout for my page, but it is difficult for me to draw this in LaTeX. Can someone please help me?
user
  • 1