LaTeXsymbol for Cauchy principal value
The usual symbol (dashed integral) used to denote Cauchy’s principal value of an integral can be created in
LaTeX 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.
-
•
-
•
-
•
-
•
-
•
Title | LaTeXsymbol for Cauchy principal value |
---|---|
Canonical name | LaTeXSymbolForCauchyPrincipalValue |
Date of creation | 2013-03-22 17:49:51 |
Last modified on | 2013-03-22 17:49:51 |
Owner | perucho (2192) |
Last modified by | perucho (2192) |
Numerical id | 5 |
Author | perucho (2192) |
Entry type | Feature |
Classification | msc 00A99 |
Related topic | LogarithmicIntegral2 |