Johannes_B wrote:Package physics might be a fit for you.
Code: Select all
\documentclass{article}
\usepackage{physics}
\begin{document}
(a) $ \abs{\sin(\theta)}=
\norm{\frac{\overrightarrow{v}}{ \Vert \overrightarrow{v} \Vert }
- \frac{\overrightarrow{u}}{ \Vert \overrightarrow{u} \Vert }
\cos(\theta) }$;
\end{document}
Beautiful! I find it strange that this command does not exist in the math packages i already have and use in this project. The book i said is not physics, it is a book about analytic geometry. Anyway, every time i used \Vert was thinking about the norm of a vector.
Just a note that may be useful to someone else too: i am compiling my code in Debian, with Texlive installed. I had to install the debian package "texlive-science" to get, among several others, the LaTeX 'physics' package.
Thank you