Fonts & Character SetsFont size and tabularx package

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
arnavsheth
Posts: 2
Joined: Sun Apr 04, 2010 9:50 pm

Font size and tabularx package

Post by arnavsheth »

Hello, I am trying to increase the size of all parts of my article class document. To that end, I am using:

Code: Select all

\fontsize{14}{18}\selectfont
This increases the font size for the document, but not for the tables in the document.

I am using tabularx for all of my tables. If I use tabular, I can insert the above code into each table and font sizes increase. However, I prefer to use tabularx.

To that end, I have two questions:

Firstly, is there a way to change font sizes for tabularx tables without having to change it for each individual cell?

Also, I might be asking for too much with this, but is there a way to change the font size of the entire document, including its tables, by one simple command?

Thanks in advance.

Recommended reading 2024:

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

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

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Font size and tabularx package

Post by gmedina »

Hi,

perhaps one of the document classes offered by the extsize package could be useful for you.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
arnavsheth
Posts: 2
Joined: Sun Apr 04, 2010 9:50 pm

Re: Font size and tabularx package

Post by arnavsheth »

Thanks very much - that did the trick!
Post Reply