When showing a derivation of a formula I want to know if there is a way to show that "this" cancels "that". For instance:
{ {a_0^2} over {a_0^2} } times r^2
but with a scaled reverse virgule (backward slash) through the two a_0^2 values.
It would be wonderful if it is something simple like:
{ cancels {a_0^2} over cancels {a_0^2} } times r^2
Any information appreciated
TIA
ClarkW
[Solved] a over a cancels -- overstrike of a reverse virgule
[Solved] a over a cancels -- overstrike of a reverse virgule
Last edited by Hagar Delest on Thu Nov 01, 2018 5:52 pm, edited 1 time in total.
Reason: tagged solved
Reason: tagged solved
OpenOffice 4.4.1 on macOS High Siera
Re: a over a cancels -- an overstrike of a reverse virgule
Quick correction or feature request it should be a virgule not a reverse virgule but really it should be any character so maybe:
cancels( <char> '#' <formula>)
ClarkW
cancels( <char> '#' <formula>)
ClarkW
OpenOffice 4.4.1 on macOS High Siera
Re: a over a cancels -- an overstrike of a reverse virgule
There is an overstrike attribute
It is probably not quite what you want but that is all I could find.
Code: Select all
overstrike {a_0^2} over overstrike {a_0^2}
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
Re: a over a cancels -- an overstrike of a reverse virgule
Not quite what I wanted but I might make it work. I appreciate the response though.
Thank you FJCC
ClarkW
Thank you FJCC
ClarkW
OpenOffice 4.4.1 on macOS High Siera
Re: a over a cancels -- an overstrike of a reverse virgule
Yeah! I tried to make it work. It really needs to be a / over the top of the factor. I guess I'll try using an image of a line with a transparent background over the factor and see what I can do to scale that. Appreciate the knowledge though I actually used overstrike in another place.
ClarkW
ClarkW
OpenOffice 4.4.1 on macOS High Siera
Re: a over a cancels -- an overstrike of a reverse virgule
Workaround: insert the formula in a Draw window and draw the overstrike lines on top. Copy the group of objects and paste them as one object into Writer (or where you need it).
Paste special as a Draw object makes the formula editable, but it may be harder to position it nicely in line with other text.
Paste special as a Draw object makes the formula editable, but it may be harder to position it nicely in line with other text.
- Attachments
-
- Pencilmarking.odg
- (13 KiB) Downloaded 677 times
-
- Pencilmarking.odt
- (23.29 KiB) Downloaded 681 times
- MrProgrammer
- Moderator
- Posts: 5097
- Joined: Fri Jun 04, 2010 7:57 pm
- Location: Wisconsin, USA
Re: a over a cancels -- an overstrike of a reverse virgule
The documentation doesn't show a feature which could display the formula in the way you want.clarkw wrote:It would be wonderful if it is something simple like … but with a scaled reverse virgule (backward slash) through the two a_0^2 values.
Perhaps this?clarkw wrote:When showing a derivation of a formula I want to know if there is a way to show that "this" cancels "that". For instance:
{ {a_0^2} over {a_0^2} } times r^2
{color cyan {a_0^2} overbrace size 5 color red "cancel"} over {color cyan {a_0^2} underbrace size 5 color red "cancel"} times r^2
This is a user-to-user forum. Developers don't look at these discussions, and users here can't fix OpenOffice. See Reporting bugs or suggestions. All of the source code for the project is freely available. If you are a programmer you can register as an AOO developer and add the feature youself.clarkw wrote:Quick correction or feature request it should be a virgule not a reverse virgule but really it should be any character so maybe:
cancels( <char> '#' <formula>)
Mr. Programmer
AOO 4.1.7 Build 9800, MacOS 13.7, iMac Intel. The locale for any menus or Calc formulas in my posts is English (USA).
AOO 4.1.7 Build 9800, MacOS 13.7, iMac Intel. The locale for any menus or Calc formulas in my posts is English (USA).
Re: a over a cancels -- an overstrike of a reverse virgule
All of these responses have been GREAT!
Thank you all for taking the time to respond.
Keme's solution may be the best workaround. I'll try that out later today.
The altered color "Cancel" is also good (although locale specific, where a slash is fairly universal).
I'll post what I finally came up with/use.
ClarkW
Thank you all for taking the time to respond.
Keme's solution may be the best workaround. I'll try that out later today.
The altered color "Cancel" is also good (although locale specific, where a slash is fairly universal).
I'll post what I finally came up with/use.
ClarkW
OpenOffice 4.4.1 on macOS High Siera