| View previous topic :: View next topic |
| Author |
Message |
Metsis Newbie

Joined: 17 Jun 2011 Posts: 2
|
Posted: Tue Jul 26, 2011 5:44 am Post subject: Inserting into a solved integral |
|
|
Hello!
How do I get the big slash sign in an equation with inserting into a solved integral (not sure if that is a correct term in English)? What I'm trying to write should look like
What I have tried is
| Code: | | size +2 "/" csub{%alpha} csup{%beta} {F(x)} |
but the slash is not tall enough, the space between it and the ranges is too big.
Pointer appreciated,
Metsis |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Tue Jul 26, 2011 7:54 am Post subject: |
|
|
Define the slash as a user-defined symbol then:
| Code: | | oper%slash csub{%alpha} csup{%beta} {F(x)} |
or:
| Code: | | oper%slash from %alpha to %beta {F(x)} |
See:
http://wiki.services.openoffice.org/wiki/Documentation/FAQ/Formula
bottom pf page. _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
Metsis Newbie

Joined: 17 Jun 2011 Posts: 2
|
Posted: Tue Jul 26, 2011 9:25 am Post subject: |
|
|
| Thanks! I found a close-enough font. I assume that I should restrict myself to "common" fonts if I share my formula files. |
|
| Back to top |
|
 |
|