Search found 2 matches
- Mon Jun 20, 2011 11:47 am
- Forum: Text Formatting
- Topic: \underset inside \section won't compile
- Replies: 2
- Views: 3322
Re: \underset inside \section won't compile
Great, thanks! That works.
- Mon Jun 20, 2011 8:56 am
- Forum: Text Formatting
- Topic: \underset inside \section won't compile
- Replies: 2
- Views: 3322
\underset inside \section won't compile
Hi, I'm having trouble using an "\underset" command within a "\section" title. E.g. with the code
%test.tex
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\section{$\underset{}{}$}
\end{document}
I run "latex test" in the terminal, and get the output:
This is pdfTeX ...
%test.tex
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\section{$\underset{}{}$}
\end{document}
I run "latex test" in the terminal, and get the output:
This is pdfTeX ...