Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

how can I produce long negation lines in latex. It should look like on the left of the following equations alt text

I used \[ \bar{(A \land B)} \] but that just added a bar over the \land

Thank you for your help

share|improve this question

1 Answer

up vote 9 down vote accepted

I believe you want \overline.

\[ \overline{(A \land B)} \]
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.