Hi there,
First time to register here. I am trying to write a semidirect product in a maths paper, and the latex help tells me to use \rtimes but when I do nothing happens.
I am able to use \times all the time but somehow \rtimes is not working. Any suggestions?
Text Formatting ⇒ Typeset a semidirect Product
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Typeset a semidirect Product
Hi,
welcome to the board!
For using \rtimes, you need to load a package, such as amssymb, mathabx or MnSymbol.
Stefan
welcome to the board!
For using \rtimes, you need to load a package, such as amssymb, mathabx or MnSymbol.
Code: Select all
\documentclass{article}
\usepackage{amssymb}
\begin{document}
\[
A \rtimes B
\]
\end{document}
LaTeX.org admin
-
- Posts: 2
- Joined: Tue Feb 07, 2012 11:50 pm
Re: Typeset a semidirect Product
Thanks a million. That worked a treat. I didn't expect a reply so soon.
Fergal

Fergal