LaTeXsymbol for Cauchy principal value
The usual symbol (dashed integral) used to denote Cauchy’s principal value of an integral can be created inLaTeX through macros.11UK List of TeX is a reference. These one are given by the following instructions, which must be included on the preamble.
\\def\\Xint#1{\\mathchoice {\\XXint\\displaystyle\\textstyle{#1}}% {\\XXint\\textstyle\\scriptstyle{#1}}% {\\XXint\\scriptstyle\\scriptscriptstyle{#1}}% {\\XXint\\scriptscriptstyle\\scriptscriptstyle{#1}}% \\!\\int}\\def\\XXint#1#2#3{{\\setbox0=\\hbox{$#1{#2#3}{\\int}$} \\vcenter{\\hbox{$#2#3$}}\\kern-.5\\wd0}}\\def\\ddashint{\\Xint=}\\def\\dashint{\\Xint-}
The commands to execute those macros are and for single dash and double dash, respectively. Let us expose a few examples.
- •
- •
- •
- •
- •