Background:
Code: Select all
\documentclass{article}
\begin{document}
\Large
blah blah blah
\end{document}
But the catch is that when I use partial compile feature (compiling only a current section, or only a current paragraph instead of compiling the whole document) of my LaTeX editor, the text size of the resulting dvi is not large, because the \Large command is not in the preamble.
But putting a \Large command in the preamble doesn't work either.