n******t 发帖数: 4406 | 1 用\left \right的效果总是不理想,常常弄得巨大无比。
自己用\bigr这些調又很麻烦。
有好点的自动调整大小的package么?或者让\left \right别
大的那么夸张的命令?
多谢了. | T*******n 发帖数: 493 | 2 I use a set of macros like these. It's not the best, but it saves
me from having to match \biggl with \biggr. You can rename the
macros to whatever you find easier to use, if you don't like the
big, Big, bigg, Bigg scheme.
\newcommand{\bigp}[1]{\bigl(#1\bigr)}
\newcommand{\bigs}[1]{\bigl[#1\bigr]}
\newcommand{\bigb}[1]{\bigl\{#1\bigr\}}
\newcommand{\biga}[1]{\bigl\langle#1\bigr\rangle}
\newcommand{\bigv}[1]{\bigl|#1\bigr|}
\newcommand{\Bigp}[1]{\Bigl(#1\Bigr)}
\newcommand{\Bigs}[1]{\Bigl[#1\Bi
【在 n******t 的大作中提到】 : 用\left \right的效果总是不理想,常常弄得巨大无比。 : 自己用\bigr这些調又很麻烦。 : 有好点的自动调整大小的package么?或者让\left \right别 : 大的那么夸张的命令? : 多谢了.
| n******t 发帖数: 4406 | 3 Thanks for your macros sets.
Seems I am not the only one who gets tired of typing these parentheses.:)
【在 T*******n 的大作中提到】 : I use a set of macros like these. It's not the best, but it saves : me from having to match \biggl with \biggr. You can rename the : macros to whatever you find easier to use, if you don't like the : big, Big, bigg, Bigg scheme. : \newcommand{\bigp}[1]{\bigl(#1\bigr)} : \newcommand{\bigs}[1]{\bigl[#1\bigr]} : \newcommand{\bigb}[1]{\bigl\{#1\bigr\}} : \newcommand{\biga}[1]{\bigl\langle#1\bigr\rangle} : \newcommand{\bigv}[1]{\bigl|#1\bigr|} : \newcommand{\Bigp}[1]{\Bigl(#1\Bigr)}
|
|