For example, I want to put a circle around \land, just like one can put a circle around + by writing \oplus. Is there a general method to do this?
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.
|
|
|||
|
Here's a version combining
It will change size according to math style:
gives
|
|||||||||||
|
|
Update More correct is the next code, I used the code from egreg here
|
|||||||||||||||||
|
|
You can use
Look at this MWE:
the result will be:
|
|||||
|



\usepackage{stmaryrd}you can choose between\owedgeand\varowedge. The former is lighter than the latter. Before building a symbol by hand, try and see if it's already available: see this answer. – egreg Apr 29 '12 at 8:45