LyXDecrease Text Size in Appendix

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
CSMR
Posts: 44
Joined: Fri Oct 10, 2008 10:44 pm

Decrease Text Size in Appendix

Post by CSMR »

I'm using the article class. Mostly fine, except the appendix text is the same size as the normal text. How do I make it small?

Selecting it and making the text small makes the section and subsection headings small too, and creates problems with copying and pasting. Ideally everything should be 1 size smaller than it is normally.

Many thanks

Recommended reading 2024:

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

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

CSMR
Posts: 44
Joined: Fri Oct 10, 2008 10:44 pm

Decrease Text Size in Appendix

Post by CSMR »

I have made some progress on this. Inserting the following code before the appendix reduces the size of most elements:

Code: Select all

Code, edit and compile here:
\let\Huge=\huge
\let\huge=\LARGE
\let\LARGE=\Large
\let\Large=\large
\let\large=\normalsize
\let\normalsize=\small
\let\small=\tiny
\let\footnotesize=\small
\let\scriptsize=\small
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
However none of this changes the size of text in the proof environment. I need to find a way to do this, especially as almost all the text in my appendices is in the proof environment.
Post Reply