Hi Everyone, Could someone please let me know how to create the following symbol within LyX, I presume within a Math macro? The LaTeX code that one puts in the preamble is:
\newcommand\independent{\protect\mathpalette{\protect\independenT}{\perp}} \def\independenT#1#2{\mathrel{\rlap{$#1#2$}\mkern2mu{#1#2}}} This creates the binary independence relation symbol found in problem 1 of this document, for example: http://ssli.ee.washington.edu/~bilmes/ee512fa09/hw1.pdf Essentially, I need to fix one "\perp", copy it and move it over a couple units the right to create this symbol. Any help on how to do this is much appreciated... Thanks, Adam