Page LayoutChoosing another Layout for a specific Page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

Choosing another Layout for a specific Page

Post by marie2011 »

Dear forum members,

That is the command I have for all the pages of my work:

Code: Select all

\documentclass[
12pt,%
%  draft,%
  twoside,%
  BCOR10mm,%
%  bibtotocnumbered,% <= obsolete
  bib=totoc,        % <= recommended
toc=listof,
toc=bibliography,
numbers=noenddot
]{scrreprt}
My question is the following. What can I do if I want one page to be 11 pt? I do not want to work with \small, \tiny and so on.

Many thanks in advance.

Regards,

Marie

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Choosing another Layout for a specific Page

Post by Stefan Kottwitz »

Hi Marie,

you could use a beta feature:

Code: Select all

\KOMAoptions{fontsize=11pt}
...
\KOMAoptions{fontsize=12pt}
Stefan
LaTeX.org admin
Post Reply