Code: Select all
\documentclass{article}
\usepackage{mnsymbol}
\def\ci{\perp\!\!\!\perp} % from Wikipedia
\newcommand{\independent}{\protect\mathpalette{\protect\independenT}{\perp}} % symbols-a4, p.106
\def\independenT#1#2{\mathrel{\rlap{$#1#2$}\mkern2mu{#1#2}}}
\begin{document}
$\upmodels$ % mnsymbol
$\independent$
$\ci$
\end{document}
Code: Select all
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.2 <
!-- saved from url=(0061)http://www.tug.org/texmf-dist/tex/latex/mnsymb...
Thanks.