发布时间:2010-02-05 11:54:35
文章类别:数学公式
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100h5cl.html

QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载

效果图:
LaTeX技巧心得264:如何在\bigcup内部加点
源代码:
\documentclass{article}

\usepackage{etoolbox}

\makeatletter
\providerobustcmd*{\bigcupdot}{%
\mathop{%
\mathpalette\bigop@dot\bigcup
}%
}
\newrobustcmd*{\bigop@dot}[2]{%
\setbox0=\hbox{$\m@th#1#2$}%
\vbox{%
\lineskiplimit=\maxdimen
\lineskip=-0.7\dimexpr\ht0 \dp0\relax
\ialign{%
\hfil##\hfil\cr
$\m@th\cdot$\cr
\box0\cr
}%
}%
}
\makeatother

\begin{document}

$a \bigcupdot a \bigcup a$

\[ \bigcupdot a \bigcup a \]

\[ T_{a \bigcupdot a \bigcup a} \]

\end{document}


点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部