Latex code for the does not divide symbol

  • Context: LaTeX 
  • Thread starter Thread starter Math Amateur
  • Start date Start date
  • Tags Tags
    Latex Symbol
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 15K views
Math Amateur
Gold Member
MHB
Messages
3,920
Reaction score
48
Can someone help me with the Latex symbol/code for "does not divide"?

Peter
 
Physics news on Phys.org
Try:

x\nmid y

to get:

$x\nmid y$

Or:

x\not|\;y

to get:

$x\not|\;y $
 
Peter said:
Can someone help me with the Latex symbol/code for "does not divide"?

Peter
How about [math]\nmid[/math]

-Dan

PS MarkFL beat me again!
 
MarkFL said:
Try:

x\nmid y

to get:

$x\nmid y$

Or:

x\not|\;y

to get:

$x\not|\;y $

Thanks Mark ...

Peter