Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

How to align this symbol (\blacksquare) to the right?

I made a proof of theorem but to align this symbol is more difficult than the proof ;)

I like take this in the right of my paper.

  \blacksquare
share|improve this question
3  
Please provide a minimal working example (MWE) that shows your theorem and proof environment. Some packages define their own environments for these, and a solution may depend on this information. – Werner Jun 22 '12 at 18:57
1  
the placement of the "qed" or "tombstone" at the end of a proof (or elsewhere) depends on the packages you're using. if you're using amsthm, one of the answers to this question qed-for-theorems-without-proofs points to a tex document that illustrates how to handle "exceptions". – barbara beeton Jun 22 '12 at 19:27
1  
The direct way would be \hfill$\blacksquare$, but don't do that. Use a proof environment (e.g. from amsthm) instead. – Caramdir Jun 22 '12 at 19:37

closed as too localized by lockstep, egreg, Joseph Wright Jul 7 '12 at 21:59

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.