\dddot
command. Here's a minimal working example :
Code: Select all
\documentclass[12pt,letterpaper]{article}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{tensor}
\begin{document}
\begin{equation*}
\tensor{\dddot{Q}}{_{ij}} = 3 \, \tensor{x}{_i} \; \tensor{\dddot{x}}{_j} + 3 \, \tensor{\dddot{x}}{_i} \; \tensor{x}{_j} + 9 \, \tensor{\dot{x}}{_i} \; \tensor{\ddot{x}}{_j} + 9 \, \tensor{\ddot{x}}{_i} \; \tensor{\dot{x}}{_j} - 6 \, \tensor{\dot{x}}{_k} \; \tensor{\ddot{x}}{_k} \; \tensor{\delta}{_{ij}} - 2 \, \tensor{x}{_k} \; \tensor{\dddot{x}}{_k} \; \tensor{\delta}{_{ij}}.
\end{equation*}
\end{document}
\dddot
command at all.How ?
I need a kind of horizontal
\smash
command on the \dddot
.Of course, this alternative is really ugly and isn't a solution.
Code: Select all
\dddot{\tensor{x}{_i}}