I have a problem with a formula. It is:
Code: Select all
\begin{displaymath}
\vee_{k}x_{1,2,k}
\end{displaymath}
Thanks a lot.
Code: Select all
\begin{displaymath}
\vee_{k}x_{1,2,k}
\end{displaymath}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Aurora wrote: I want the first 'k' to be displayed under the \vee.
Code: Select all
\usepackage{amsmath}
Code: Select all
\overset{\vee}{k}
Code: Select all
\underset{y}{\vee}
Code: Select all
\[
\bigvee_{k}x_{1,2,k}
\]
NEW: TikZ book now 40% off at Amazon.com for a short time.