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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
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