I noticed now a space problem with hspace, especially the command:
\newcommand{\Div}[1]{\displaystyle \boldsymbol{\nabla}\hspace{-.1em}\cdot\hspace{-.1em} #1}
how could it be solved, keeping the same formalism?
external note :
%<*notes012>
\footnote{ricordando che se $\Div{u}=0$ allora $\barbII{\tau}=-\textbf{p}\I+2\mu\barbII{e}$}
%</notes012>
L'equazione costitutiva per fluidi newtoniani \eqref{eq062}, può essere espressa nella sua forma per componenti\loadnote{012}:
\begin{equation}\label{eq063}
\begin{aligned}
\tau_{ij}=-\textbf{p}\delta_{ij}+2\mu\left( \eij-\Fra{1}{3}e_{kk}\delta_{ij}\right)
\text{dove $\delta_{ij}$ = }~\left\{\begin{array}{rcl}
1&\rightarrow& \text{se i = j;}\\
0&\rightarrow& \text{se i $\neq$ j};\\
\end{array}\right.\\
\end{aligned}
\end{equation}
\begin{tikzpicture}[right node/.style={rectangle,draw}]
node{%
$\begin{aligned}
\tikzmarknode{ex1}e_{kk}\tikzmarknode{ex2}=tr(\barbII{e})=\tikzmarknode{ex3}\Div{u}
\end{aligned}$};
\draw[->,>=latex]([shift={(-70pt,-5pt)}]pic cs:ex1-ex2) |- ++(80pt,-25pt) node[right,text width=6cm]
{ Considera la somma degli elementi della diagonale di $\barbII{e}$ e non coinvolge gli elementi ij;};
\draw[->,>=latex]([shift={(-8pt,-15pt)}]pic cs:ex3) |- ++(16pt,-52pt) node[right,text width=6cm]
{Velocità di Deformazione Volumetrica (Comprimibiltà);};
\end{tikzpicture}
the \nabla}\hspace{-.1em}\cdot\hspace{-.1em} has different distances. when it is inserted in the command \begin{tikzpicture}.... the distances are not respected



\newcomman ......\ nabla \ cdot. ... why are not the distances kept? – Antonio Nov 04 '18 at 01:37\eij,\Fra,\loadnote, ... since they have nothing to do with the problem. – Werner Nov 04 '18 at 01:52tikzpictures, which should be avoided. Then I am not sure if you are using the correct syntax for\tikzmarknode, it is\tikzmarknode{<label>}{<content>}, yet you are using it in the same way as the (old)\tikzmarkcommand. And, as pointed out by @Werner, you do not provide us with the definitions. Please write an MWE, i.e. a document that starts with\documentclass, ends with\end{document}, can be compiled and illustrates the issue. – Nov 04 '18 at 02:21