无法更改字体大小 - 使用 documentclass article

无法更改字体大小 - 使用 documentclass article

写论文时,字体有问题。字体对我来说似乎很小 - 所以我尝试过 a) 将其从 10 更改为 12 或 14(见下文),以及 b) 尝试使用更大的字体大小(也见下文)。我专注于在开始文档之前更改字体。

但是这些都没有成功明显地改变我的字体大小——就好像我重新编译时什么都没有发生一样。

我知道人们经常建议使用其他文档类别。我更愿意坚持使用文章,因为我时间紧迫,改变类别会破坏这一点 - 但如果确实没有其他办法,我会接受其他建议。但...我希望情况并非如此!

\documentclass[letter]{article}
%\documentclass[12pt]{article}
%Article
\documentclass[20pt]{extarticle}
%\documentclass[fontsize=48pt]{memoir}
%usepackage{anyfontsize}

\usepackage{lmodern}


%% Language and font encodings
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{tabularx}
\usepackage{tabulary}

%% Sets page size and margins
\usepackage[a4paper,top=3cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}

%% Useful packages
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage{setspace}
\usepackage{comment}

\title{Research proposal: Do early gender stereotypes development influence preferences over math education?
}
\author{Andrea Cornejo}


\begin{document}

\section{Motivation and Policy Background}
\
The origin and  development of gender stereotypes with respect to mathematics and science are issues that have not yet been resolved (Ellison and Swanson, 2010, Cheryan, 2012).

\end{document}

相关内容