In France, we write d_1 // d_2 to indicate that the lines d_1 and d_2 are parallel.
I would like to have a "not parallel" symbol. What is the best way to do that ?
Advices alone are welcome.
\documentclass[12pt]{article}
\let\stdparallel\parallel
\renewcommand\parallel{\mathbin{/\!/}}
\begin{document}
$d_1 \parallel d_2$
\end{document}

\usepackage{amssymb}for\nparallel. – kapple Apr 03 '21 at 03:00//instead of||. – projetmbc Apr 03 '21 at 11:28