Document ClassesRedefining text width

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
m.carrara3
Posts: 21
Joined: Mon Sep 08, 2008 7:13 pm

Redefining text width

Post by m.carrara3 »

I need help in redefining textwidth for only one single page;
I've already tried this :

Code: Select all

\thispagetyle{
\textwidth=600pt}
but it didn't work out...
Any suggestion?

Thanks

M

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: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Redefining text width

Post by Stefan Kottwitz »

Hi,

you could use the chngpage package, it provides commands for redefining the textblock width and more.
\thispagestyle was incorrectly written and is just intended to change the page style but not the page geometry.

Stefan
LaTeX.org admin
m.carrara3
Posts: 21
Joined: Mon Sep 08, 2008 7:13 pm

Re: Redefining text width

Post by m.carrara3 »

thank you so much... it all works properly... Like anytime you give me advices...
Post Reply