Is there in LaTeX a symbol or a macro for the average integral with a horizontal slash? I know about \strokedint, but I'd prefer the dash to be horizontal.
|
|
|||||||||
|
|
This answer probably will not help you right now, but it should sometime in the future. There is a unicode entry for that symbol U+2A0D FINITE PART INTEGRAL: ⨍ (your computer might or might not display this correctly. At least modern Linux distros should). The STIX font and |
|||||
|
|
I found a solution here. You can use the following instructions, which must be included on the preamble.
The commands to execute those macros are EDIT: I tested the code given in the page, and the dash was a bit to the left of the integral, so I changed it slightly, substituting the .5 from the line |
||||
|
|
There is a very useful site for this sort of questions. It is a hand-writing interface to the comprehensive LaTeX symbol list: you draw the symbol you are looking for in a box (using your mouse,...) and the software tries to recognise it. You can teach the software by telling it which one (if any) of its suggestions is the one you wanted. I tried it with the average integral symbol and it suggested the command |
|||||||||
|
|
I'm not aware of a pre-existing version of that sign. So you have to design it for yourself. I would suggest something like:
edit: This example compiles and shows the correct sign:
|
||||

