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

Joined: 05 May 2010 Posts: 4 Location: Munich, Germany
|
Posted: Wed May 05, 2010 12:37 am Post subject: Formula editor |
|
|
how to reduce space between d and %delta.
for example
if i used dx , the output give dx
if i used Greek alphabet like d%alpha , the output give d a (consider a = alpha)
My question is, how reduce gap between d and a?? _________________ Sabarinathan Venkatachalam |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Wed May 05, 2010 1:25 am Post subject: |
|
|
Just type dα (copy/paste from here if necessary – but it shouldn't be). _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
sabaphy Newbie

Joined: 05 May 2010 Posts: 4 Location: Munich, Germany
|
Posted: Wed May 05, 2010 8:20 am Post subject: |
|
|
can any one send formula code this "dα"
i used d%alpha, but the output looks d α (not dα) _________________ Sabarinathan Venkatachalam |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
|
| Back to top |
|
 |
sabaphy Newbie

Joined: 05 May 2010 Posts: 4 Location: Munich, Germany
|
Posted: Wed May 05, 2010 1:40 pm Post subject: |
|
|
How can i open OOolatex equation or how install OOolatex equation ..
i have macbook and installed openoffice 3.2 _________________ Sabarinathan Venkatachalam |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
|
| Back to top |
|
 |
sabaphy Newbie

Joined: 05 May 2010 Posts: 4 Location: Munich, Germany
|
Posted: Thu May 06, 2010 3:01 am Post subject: |
|
|
Again problem.
i installed OOolaTex equation and Configured. Now when ever i pressed Equation in OOolaTex tool bar, the total window suddenly close and goes to recovery mode.
what i will do. _________________ Sabarinathan Venkatachalam |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Thu May 06, 2010 4:08 am Post subject: |
|
|
Are you using the latest stable version of OpenOffice? Or NeoOffice? Have you tried running individual elements of the macro from Tools>Macros>Run Macro... ? _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
ftack Moderator


Joined: 27 Jan 2003 Posts: 3102 Location: Belgium
|
Posted: Mon Jul 05, 2010 1:18 am Post subject: |
|
|
A late reply, but an approach that results in a better spacing is by inserting the alpha character directly in the calc code:
| Code: |
d%alpha "versus" dα
|
Paste this in to see the difference. _________________ --
GNU/Linux (Ubuntu) |
|
| Back to top |
|
 |
|