Search found 2 matches

by karin
Thu Apr 10, 2008 10:41 am
Forum: General
Topic: physics in LaTeX
Replies: 3
Views: 2990

physics in LaTeX

I used the following code in the preamble:

\makeatletter
\def\overbracket{\@ifnextchar [ {\@overbracket} {\@overbracket
[\@bracketheight]}}
\def\@overbracket[#1]{\@ifnextchar [ {\@over@bracket[#1]}
{\@over@bracket[#1][0.3em]}}
\def\@over@bracket[#1][#2]#3{%\message {Overbracket: #1,#2,#3}
\mathop ...
by karin
Wed Apr 09, 2008 10:07 pm
Forum: General
Topic: physics in LaTeX
Replies: 3
Views: 2990

physics in LaTeX

Hello!

I'm new on this forum. I have a problem with special symbols in LaTeX. I need to use \overbracket command quite a lot (for physicists: contraction symbol in QFT) and usually the brackets are overlapping each other. Is there a simple way to do it? Maybe some other command that works similarly?