What is the Latex Code for Upper Sum?

  • Context: LaTeX 
  • Thread starter Thread starter Math Amateur
  • Start date Start date
  • Tags Tags
    Code Latex Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Math Amateur
Gold Member
MHB
Messages
3,920
Reaction score
48
1645613745474.png
 
Physics news on Phys.org
Is this what you want?
\sum_{j \in J} --> [math]\sum_{j \in J}[/math]

and
\underset{x \in B_j} {sup} -->[math]\underset{x \in B_j} {sup}[/math]

-Dan
 
Alternatively, \sup_{x\in B_j} --> $\displaystyle \sup_{x\in B_j}$. (The symbol for sup then appears in Roman type rather than italics.)
 
My thanks to Dan and Opalg …

Peter