Math & Science ⇒ declaremathoperator command for Re operator which has a problem in typesetting
declaremathoperator command for Re operator which has a problem in typesetting
Hi, I want to define Re operator by \declaremathoperator command in latex but the operator isn't typeset in Roman.please help me
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
declaremathoperator command for Re operator which has a problem in typesetting
Welcome to the forum!
Stefan
\Re
is already defined. You can undefine it and then declare it again as math operator:Code: Select all
\documentclass{article}
\usepackage{amsmath}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\begin{document}
This is $\Re(x)$.
\end{document}
LaTeX.org admin
declaremathoperator command for Re operator which has a problem in typesetting
Hello Mr Kottwitz
Thank you for your very worthwhile response.
As you help us and solve our problems, I hope God help you.
God bless you
Thanks for your time
Yours sincerely
Thank you for your very worthwhile response.
As you help us and solve our problems, I hope God help you.
God bless you
Thanks for your time
Yours sincerely