Adding Black Squares & Line Numbers in LaTeX Equations

  • Context: LaTeX 
  • Thread starter Thread starter maverick280857
  • Start date Start date
  • Tags Tags
    Latex Tag
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 7K views
maverick280857
Messages
1,774
Reaction score
5
Hi everyone,

I BADLY BADLY need to place a \blacksquare before my equations AND also have line numbers, as shown in the sample attachment.

Someone please let me know how this can be done. My term paper is due in 2 hours!

Thanks,
Vivek
 

Attachments

  • tag.jpg
    tag.jpg
    5.5 KB · Views: 663
Physics news on Phys.org


\blacksquare

is the command


and you need the package amssymb called at the start.
\usepackage{amssymb}
 
Yes, I knew the command (as stated in my post) and the package. But as I said, I needed to place the blacksquare on the left of the equation, and also simultaneously display the correct equation number on the right hand side. Oh and I forgot to mention that I had to do this only for a few equations (the key results).

Thanks anyway.