I am using the \large font command in a document and it seems that the large font extends beyond my intended text to the end of the document. Example of code:
...
<previous text>
\newpage
\large{Examples of Continuous Symmetry}
<more text>
...
Now, from the point of \large{xxx} to the end of the document, all text is in the large font. I have tried various things to find the problem including removing the \newpage or even deleting and rewriting the \large command statement.
I use the \large command at earlier positions in the paper but it works as expected which is the only portion in large font is that contained in braces {}.
Am I doing something wrong or is there a bug. I downloaded latest Mac version of TeX software just yesterday. I use TeXShop as the editor environment.
Note: please excuse my choice of tags as I am unsure of the correct tag to use.
\largehas no argument, it is a switch. Use{\large Text \par}– Ulrike Fischer Nov 01 '15 at 17:44{\large xxxxx <blank line>]not\large{xxx}– David Carlisle Nov 01 '15 at 17:44\section*{Examples of Continuous Symmetry}– David Carlisle Nov 01 '15 at 17:45