GeneralText fontsize in document of class article

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
essam
Posts: 2
Joined: Fri Sep 14, 2007 10:34 pm

Text fontsize in document of class article

Post by essam »

Dear All,

I am facing a problem in the fontsize of the text-body of my article document. I am using the following command:
\documentclass [12pt]{article}

Yet, the output text size is always 10pt. Does anyone have suggestions?

FYI, I am using TeXnicCenter on top of MikTek in Windows XP operating system.

Regards,
Essam

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
nunolf
Posts: 14
Joined: Wed Jul 18, 2007 1:41 pm

Text fontsize in document of class article

Post by nunolf »

Hi there

You must have something (probably a package or a LaTeX command like \small) that resets the font size.

You could write the following in the preamble of your .tex file, and send us the list of packages being read by your compiler.
%****************************************************************
% Places a list of all files used in the log file.
% ****************************************************************
\listfiles


Cheers,
N.
3l33t
Posts: 1
Joined: Tue Sep 18, 2007 5:45 pm

Re: Text fontsize in document of class article

Post by 3l33t »

you could try

\documentclass[14pt,opts]{extarticle}

opts is the other options you've specified in the beginning of your doc e.g. a4paper, 12pt, ... in the example you give above you don't specify opts so remove that bit then 8O
extarticle is an extension of the article class allowing you to use bigger fonts. You'll probably have to install the extra package (I know you have to in miktex 2.6/5).
essam
Posts: 2
Joined: Fri Sep 14, 2007 10:34 pm

Re: Text fontsize in document of class article

Post by essam »

Dear All,

Thanks for the replies. Actually, I am using a new template that is working fine now.
Thanks for your help guys.

essam
Post Reply