Is there any way to modify this example
Code: Select all
\usepackage[normalem]{ulem}
\begin{document}
\begin{align}
y_i = \uwave{u}_i
\end{align}
\end{document}
Code: Select all
\usepackage[normalem]{ulem}
\begin{document}
\begin{align}
y_i = \uwave{u}_i
\end{align}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{mathtools}
\usepackage[normalem]{ulem}
\begin{document}
\begin{align}
y_i=\uwave{u}{}_i
\end{align}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.