I'm trying to type the intersection of complement of sets (with a "c" on the top right) in latex but it doesn't work well with the following:
Code: Select all
$\cap_{i \in I} ^{c}G_i
Thanks!
Code: Select all
$\cap_{i \in I} ^{c}G_i
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\usepackage{leftidx}
\begin{document}
$\cap_{i \in I}\leftidx{^{\mathrm{c}}}{G}{_i}$
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.