0

Can anybody tell me how to enter $\bigcupdot\limits$? Thanks. I know how to enter \bigcupdot, but I don't know how to follow it by \limits.

Manuel
  • 27,118
ksj03
  • 245
  • \makeatother \makeatletter \providecommand{\bigcupdot}{% \mathbin{% \mathpalette@bigcupdot{}% }% } \newcommand{@bigcupdot}[2]{% \ooalign{% $\m@th#1\bigcup$\cr \hidewidth$\m@th#1\cdot$\hidewidth }% } \makeatother – ksj03 Jun 11 '14 at 16:53
  • 2
    Don't add code in comments (it doesn't format in a readable way) you can edit your question and add the code in a code block using the {} button. (and add some text saying what the code is doing) – David Carlisle Jun 11 '14 at 16:54
  • You find a way to define \bigcupdot here: http://tex.stackexchange.com/a/52673/4427 It won't require any \limits – egreg Jun 11 '14 at 17:42

0 Answers0