LaTeX function \nparallel is a mathematical symbol used to represent the non-parallel relationship between two objects or lines. This command is often used in geometry or vector analysis to show that two lines or planes are not parallel.

Command \nparallel

This function requires the amssymb package to be called in the preamble.

\usepackage{amssymb}

First example:

$a \nparallel b$

which gives ab

Second example:

The lines d1 and d2 are not parallel:

$d_1 \nparallel d_2$
d1d2