加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

数学中的补集符号写法大全

(2013-11-22 14:28:52)
标签:

补集符号

分类: Latex

原文链接:http://tex.stackexchange.com/questions/15984/what-symbol-should-one-use-for-a-set-complement

示例:

\documentclass{minimal}     \usepackage{amsmath}    \usepackage{amssymb} 

\newcommand{\eqn{\[ 

      \stcomp{(A \cup B)} = \stcomp{A} \cap \stcomp{B} 

\]} 

\begin{document} 

\newcommand{\stcomp}[1]{{#1}^\complement}  \eqn 

\renewcommand{\stcomp}[1]{\overline{#1}}           \eqn 

\renewcommand{\stcomp}[1]{{#1'}}           \eqn 

\renewcommand{\stcomp}[1]{\widetilde{#1}}           \eqn 

\renewcommand{\stcomp}[1]{{#1}^{\sim}}           \eqn 

\renewcommand{\stcomp}[1]{{#1}^{\mathsf{c}}}           \eqn 

\renewcommand{\stcomp}[1]{X\setminus{#1}}           \eqn 

\end{document}

http://i.stack.imgur.com/CA8ms.png

Of all of these I've used ^\complement the most, and the overbar is the one I've seen the most. I have to say I really like your ^\mathsf{c} implementation.

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有