Re: [libreoffice-users] COUNTIF / DAYS / ?

2017-05-08 Thread Michael D. Setzer II
Not sure if I fully understand what you are looking at, 
but here is what I have attempted.
Assuming you column data is:
A is month
B is day of Month
C is the rain on day in 2016
D is the rain on day in 2017

I've added Column E and Column F to be real date value.
E2 =DATE(2016,MATCH(A2,$G$1:$G$12),B2)
F2 =DATE(2017,MATCH(A2,$G$1:$G$12),B2)

Copied for all lines in column A-D.
Since the month has to match exactly, I put the month
names in G1-G12 these would need to match with how 
you entered months.

In B13 put Days
In C13 forumula to get number of days with rain in range.
=COUNTIFS($C$2:$C$5,">0",$E$2:$E$5,">"(YEAR(TOD
AY())-1,MO
NTH(TODAY()),DAY(TODAY(

First part is to not count days with 0 values,
Second part is to only get the date range with year - 1.
(You could subtract on from day, but that would cause issue on 
1st,
so would probable need to convert date to  julian format and 
subtract 1)

In D13
=COUNTIFS(D2:D5,">0",$F$2:$F$5,"<="())

Put Rain in B13

In C13 sum total
=SUMIF($E$2:$E$5,"<="(YEAR(TODAY())-1,MONTH(TO
DAY()),DAY
(TODAY())),$C$2:$C$5)
Doesnt' matter if we sum up zero entries.

In D13
=SUMIF($F$2:$F$5,"<="(),$D$2:$D$5)

Results I get are 1 day in 2016 with total of 1mm of Rain.
Results for 2017 is 2 days with 16mm of Rain.

My sheet is on one of my college servers.

ftp://fedora9gcc.dyndns.org/rain.ods


On 7 May 2017 at 21:55, Hylton Conacher (ZR1HPC) wrote:

Send reply to:  hyl...@conacher.co.za
To: LibreOffice Users 
From:   "Hylton Conacher (ZR1HPC)" 

Subject:[libreoffice-users] COUNTIF / DAYS / ?
Date sent:  Sun, 7 May 2017 21:55:45 +0200

> Hi,
> 
> I have a spreadsheet I use to draw graphs and extract information about 
> the rainfall in my area for the last two years.
> 
> I need to create a formula that will count how many days it rained 
> between the start of the year, both last year and this year, so I can 
> compare the amount of rainfall that was received during that time frame.
> 
> The example below is a sample dataset that shows how much rainfall was 
> received in 2016 or 2017, on each of the four days
> 
> Example:
> Month Day 20162017
> Jan   1   0   15
> Feb   29  1   0   
> May   6   0   1
> Sept  22  15  5
> 
>  From this we can determine that 16mm of rain fell in 2016 over 2 days. 
> Likewise we can determine that 21mm of rain fell in 2017 but over 3 days.
> 
> Today is the 7th of May 2017 and I would like a formula to work out how 
> many days the rainfall received between(and incl) 2016/01/01 and the day 
> before TODAY last year. The answer for 2016 is 1 i.e. it only rained 
> once between the dates specified, however the answer for 2017 is 16 as 
> it rained twice between TODAY-1 and 2017/1/1. I had thought of using 
> COUNTIF or DAYS or =COUNTIF(C2:SUM(TODAY()-1,">0")), however the problem 
> is that I do not have a single date column, but three.
> 
> This formula will allow me to create a graph showing how much rainfall 
> had fallen last year compared to this year between the beginning of the 
> year(01/01) and the day prior to Today.
> 
> I had thought of converting the first two columns into a single and 
> having the text name of the month with each successive line being a new 
> date in that month until the month changed, however I was unable to get 
> it to work i.e. automatically change month after 31 days in January to 
> read February 01.
> As you can imagine I have 367 rows of data per year, mostly with 0 as a 
> value, however there are odd days it does rain.
> 
> Any comments, and if you want the original spreadsheet, just yell where 
> to put it i.e. Nabble etc.
> 
> Regards
> Hylton
> 
> -- 
> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
> Problems? 
> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://listarchives.libreoffice.org/global/users/
> All messages sent to this list will be publicly archived and cannot be deleted


+--+
  Michael D. Setzer II -  Computer Science Instructor  
  Guam Community College  Computer Center  
  mailto:mi...@guam.net
  mailto:msetze...@gmail.com
  Guam - Where America's Day Begins
  G4L Disk Imaging Project maintainer 
  http://sourceforge.net/projects/g4l/
+--+

http://setiathome.berkeley.edu (Original)
Number of Seti Units Returned:  19,471
Processing time:  32 years, 290 days, 12 hours, 58 minutes
(Total Hours: 287,489)

BOINC@HOME CREDITS
ABC 16613838.513356 | EINSTEIN   133913302.288695
ROSETTA 60333252.687309 | SETI   104587492.242787


-- 
To unsubscribe e-mail to: 

Re: [libreoffice-users] Re: Libre Writer - special characters

2017-05-08 Thread Eddie
On Mon, 8 May 2017 10:21:49 -0400
Tim-L--Elmira-NY  wrote:

> So it is helpful to have a good, full, Unicode font.  I use Arial 
> Unicode.  If you know of a free Unicode font that has near Arial's 
> number of symbols and glyphs, I would really like to know.  It would
> be nice to have both a Serif and San-Serif versions.

DejaVu Sans has the Rx symbol among 5371 entries in its character
map. DejaVu Serif - which I find to be gloriously readable both on
screen and on paper - has a paltry (!?) 3340 characters, none of which
are Rx. Linux Biolinum and Linux Libertine are in the 2000s.

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] Re: Not receiving posts from the List

2017-05-08 Thread Kolbjørn Stuestøl

Den 08.05.2017 16:55, anne-ology skreiv:

possibly

  your spam folder has been re-set where it collects even those
not really spam;

  your ISP is at fault - either not sending what it claims as
spam or losing e-mails in some glitch or  ???;

  ??? - these 'bits & bytes' sometime seem to have a mind of
their own  ;-)
I had the same problem some times ago. My web host (domeneshop.no) had 
banned the IP addresses 5.9.148.85 and 2a01:4f8:190:3144::2. An e-mail 
to the host and they removed the ban.


Kolbjørn




From: Marion & Noel Lodge 
Date: Mon, May 8, 2017 at 4:51 AM
Subject: Not receiving posts from the List
To: users+ow...@global.libreoffice.org


Hi,

The last messages I received from this list were on 19th April 2017.  I
checked on Nabble and there have been messages posted there since that
date, but they have not been forwarded to my email address.

I thought that my subscription might have dropped out so I tried
re-subscribing, but received the message -
  You were unable to be subscribed to the list because you are already
subscribed.

Any suggestions on how I might trouble shoot this problem?

Thanks,

Noel




--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Re: Libre Writer - special characters

2017-05-08 Thread Piet van Oostrum
V Stuart Foote  writes:

> Dave-3 wrote
>> That's interesting. If I try every possible combination of this method
>> with Writer under Win 7, all I get is a lower case x. It this something
>> peculiar to Linux or OSX?
>
> Added for the 5.1.0 release. It works with all OS, see  tdf#73691
>   , with some
> adjustments for locale.
>
> Just verified the +x  functions  as intended on Windows 7 sp1  (a Right
> Alt key, will end up as AltGr on some keyboard mappings for some locals, but
> the l-Alt should always work).
>
> Try with a reset user profile.

On MacOS it is ALT+CMD+X
-- 
Piet van Oostrum 
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Survey Results about LibreOffice

2017-05-08 Thread jorge
Hi all:

With this link you can access to the results of the survey about
LibreOffice. I hope you find interesting and enjoy it:

https://es.surveymonkey.com/results/SM-W5V9KW7H/

The first question, in the last option, Others, has button named
"Respuestas" that meaning "answers" and if you click there you can find
details about this answers.

In the second question, at the end you can find a button named
"comentarios", that meaning "comments" and if you click there you can
find detail of comments of this answers.


Regards,


-- 
Atentamente,

Jorge Rodríguez




-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] Re: Not receiving posts from the List

2017-05-08 Thread anne-ology
   possibly

 your spam folder has been re-set where it collects even those
not really spam;

 your ISP is at fault - either not sending what it claims as
spam or losing e-mails in some glitch or  ???;

 ??? - these 'bits & bytes' sometime seem to have a mind of
their own  ;-)



From: Marion & Noel Lodge 
Date: Mon, May 8, 2017 at 4:51 AM
Subject: Not receiving posts from the List
To: users+ow...@global.libreoffice.org


Hi,

The last messages I received from this list were on 19th April 2017.  I
checked on Nabble and there have been messages posted there since that
date, but they have not been forwarded to my email address.

I thought that my subscription might have dropped out so I tried
re-subscribing, but received the message -
 You were unable to be subscribed to the list because you are already
subscribed.

Any suggestions on how I might trouble shoot this problem?

Thanks,

Noel

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Re: Libre Writer - special characters

2017-05-08 Thread Tim-L--Elmira-NY

On 05/07/2017 03:44 PM, Dave wrote:

On 07.05.2017 20:59, V Stuart Foote wrote:

Dave-3 wrote

That's interesting. If I try every possible combination of this method
with Writer under Win 7, all I get is a lower case x. It this something
peculiar to Linux or OSX?

Added for the 5.1.0 release. It works with all OS, see  tdf#73691
  , with some
adjustments for locale.

Just verified the +x  functions  as intended on Windows 7 sp1  (a Right
Alt key, will end up as AltGr on some keyboard mappings for some locals, but
the l-Alt should always work).

Try with a reset user profile.

Hi Stuart,

Win 7 Ult SP1 - Fully updated.
LO Version: 5.3.2.2 (x64)
Build ID: 6cd4f1ef626f15116896b1d8e1398b56da0d0ee1
CPU Threads: 8; OS Version: Windows 6.1; UI Render: default; Layout
Engine: new;
Locale: en-AU (en_AU); Calc: group
Logitech K320/550 keyboard. No special mappings.


New user profile. Same lower case x result with Right Alt + x

However, for both original and new profiles _LEFT_ Alt + x works.

In other software Right Alt works as expected. Go figure?

Thanks anyway,
Dave


I am a little late in this post but. . . .

I tend to not remember the "alt" command.  I use the "Insert Special 
Character" option.  I did check out several non Unicode fonts.  Many of 
them do not show the "Rx" symbol shaded in the character window, when I 
type in the hex code of "211E".


So it is helpful to have a good, full, Unicode font.  I use Arial 
Unicode.  If you know of a free Unicode font that has near Arial's 
number of symbols and glyphs, I would really like to know.  It would be 
nice to have both a Serif and San-Serif versions.





--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Frequency Distribution

2017-05-08 Thread jorge
Hi Brian, well, thank you for your answer

Regards,
-- 
Atentamente,

Jorge Rodríguez


El lun, 08-05-2017 a las 05:05 +0100, Brian Barker escribió:
> At 14:10 07/05/2017 -0600, Jorge Rodríguez wrote:
> >If I have a number of data about some topic, how 
> >can I get the type of distribution using the 
> >LibreOffice's formula ? How can I know if it is 
> >normal, gamma, etc. ? There is a way ? For example:
> >  Year   Inflation of CR
> >19775,24971553
> >19788,11274841
> >197913,15353384
> >198017,78618715
> >198165,09133166
> >198281,75212345
> >198310,70142566
> >198417,34945384
> >198510,9251405
> >198615,42534076
> >198716,42746458
> >198825,33576785
> >19899,95444378
> >199027,25437251
> >199125,31611285
> >199216,96883188
> >19939,04288357
> >199419,85608235
> >199522,56778373
> >199613,88867535
> >199711,20231467
> >199812,35570391
> >199910,11290162
> >200010,24738868
> >200110,95604456
> >20029,68294967
> >20039,86787054
> >200413,12895123
> >200514,07496016
> >20069,43371564
> >200710,80552431
> >200813,90233262
> >20094,04704133
> >20105,82431576
> >20114,73574866
> >20124,55053048
> >20133,67954067
> >20145,12718527
> >2015-0,80758134
> >20160,7651911
> >20171,08546538
> 
> I thought I had an answer to this, but I'm afraid 
> it works only if the 2000 figure ends "8878", not "8868".
> 
> Sorry.
> 
> Brian Barker  
> 
> 


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Input required -- font selection in the Math component

2017-05-08 Thread Regina Henschel

Hi John,


John Pye schrieb:

Attention 'Math' users! LibreOffice is very wonderful, but there are a
few niggles


Yes.

 with the Math editor, which I wanted to list here:


 * There is currently no way to change the font used for Greek letters
   in LibreOffice. Has this bothered you at all?


No. But if you like a different one, create an own symbol set. The 
advantage of OpenSymbol is, that all users of LibreOffice have got it. 
If you use a different font, the formula might look different on other PCs.



 * Did you notice that the default OpenSymbol font does quite a bad job
   with some expressions, such as {{1 over %alpha} + {1 over {%alpha +
   1}}} ?


Do you have got the newest version? It should be 102.10.

In general the problem is the rendering engine, which is not able to use 
special features. In case of 1 over %alpha it is a bug, 
[https://bugs.documentfoundation.org/show_bug.cgi?id=48965] (and 
duplicates). Workaround 1 over {%alpha`} or 1 over {{}%alpha}




 * Did you notice that the default for LibreOffice is now to have
   lower-case Greek letters in non-italics, even though basically every
   academic publication you'll ever see has lower-case greek letters in
   italics, and this can only be changed to 'normal' behaviour using a
   hidden 'advanced' setting?


Now there are two sets, one upright and one italic, so that you can 
write %beta and %ibeta and %BETA and %iBETA.


There exists an advanced setting GreekCharStyle with values 0,1 or 2.
Value 0 means: Write Greek symbols literal, those from set "Greek" 
upright, those from set "iGreek" in italic.

Value 1 means: Write all Greek symbols in italic
Value 2 means: Write large characters of set "Greek" upright and all 
others italic.

You need to restart LibreOffice after changing the value.

You can of cause force upright always with command nitalic, and force 
italic with command italic.



 * Did you notice that if you set the default Math font size in Writer,
   it also changes in Impress? One size fits all!


Math is a separate module. It is always inserted as OLE.

 It would be great if

   the size setting were specific to the context in which the Math is
   being inserted.


That is not possible, because the default configuration does not know, 
in which context it will be used. There exists only one default 
configuration. I use macros to adapt the formula in Writer or 
Draw/Impress, or I change the size in the first formula I write and make 
that the new default.


It might be possible, that in case, the formula editor is called 
in-place in Writer or Draw/Impress, that the context information can be 
used instead of the default.



 * Did you notice that sometimes you can over-type text on top of a
   Formula by typing F2 when a Formula is selected in Impress?


That is the text-box, which belongs to every OLE-object and every other 
object in Draw/Impress. You can use it to write a caption to the 
formula, which moves together with the formula. It does not belong to 
the formula itself but to the OLE representation of the formula. The 
position of this text is set in Format > Object and Shape > Text.




I reported a bug in relation to the first of these at the link below. I
was asked there to raise the issue here on the users' list, so that
community support for the related changes could be determined.
https://bugs.documentfoundation.org/show_bug.cgi?id=67152

Many of the above issues could be fixed by implementing a proper 'style'
system for Math objects, which currently doesn't seem to exist in
LibreOffice.


Math formulas are essentially MathML 2.0 
[https://www.w3.org/TR/MathML2/]. ODF uses the original MathML 2.0 
definition, but only a subset is yet implemented in LibreOffice. The 
same kind "style", that exists for paragraphs in Writer or drawing 
objects in Draw/Impress, are not possible inside the Math formula. You 
can only "style" the OLE-object, e.g. set a background or border. For 
MathML itself, CSS styling would be possible.




If you have a point of view on this stuff, or ideas on how it should
work, please add a note to the above bug, and help to let the developers
know what issues are niggling you.


My wish is, that LibreOffice becomes a very good MathML renderer and a 
good MathML editor. And that LibreOffice gets rid of the propriety 
"StarMath 5.0".


Kind regards
Regina

--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re[2]: [libreoffice-users] Why is LibreOffice so susceptible to config errors

2017-05-08 Thread malcolm moore

It's openSUSE 42.2 and they all have their own accounts

with their home directories on a nfs4 share and LO 5.3.2

form OpenSUSE's repos




Ta




Mal



      
-Original Message- 
> From: "Stephan Bergmann"  
> To: "malcolm moore" , 
> users@global.libreoffice.org 
> Date: 08/05/17 11:01 
> Subject: Re: [libreoffice-users] Why is LibreOffice so susceptible to config 
> errors 
> 
> On 05/08/2017 11:30 AM, malcolm moore wrote:
> > Why is LibreOffice so susceptible to config errors. We have about 3 or 4 
> > students a day
> > 
> > coming to us because LibreOffice won't start. Deleting 
> > ~/.config/libreoffice always does
> > 
> > the trick but it's an enormous pain.
> > 
> > 
> > 
> > 
> > Is there anything I can do, bear in mind these are students so they will 
> > just log out
> > 
> > or turn the machine off with LibreOffice running no matter what I say !
> > 
> > 
> > 
> > 
> > Each machine is used by up to a dozen students each day. Which when you 
> > multiply
> > 
> > 500 machines by 1300 students, 3 or 4 hangs a day doesn't seem that much 
> > but it's
> > 
> > what people remember about LO
> 
> What OS, what version of LO?  Does each student have their own account, 
> or does each machine have one account that is used (sequentially) by 
> multiple students?
> 
> Especially if the latter, that would mean that ~/.config/libreoffice is 
> very unlikely to contain any sensitive information anyway.  In which 
> case it could be useful to zip up such a failing ~/.config/libreoffice 
> directory (or at the very least the contained 
> 4/user/registrymodifications.xcu file) and mail it to me.  Maybe that 
> would give us an idea why you experience so frequent failure.


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Why is LibreOffice so susceptible to config errors

2017-05-08 Thread Stephan Bergmann

On 05/08/2017 11:30 AM, malcolm moore wrote:

Why is LibreOffice so susceptible to config errors. We have about 3 or 4 
students a day

coming to us because LibreOffice won't start. Deleting ~/.config/libreoffice 
always does

the trick but it's an enormous pain.




Is there anything I can do, bear in mind these are students so they will just 
log out

or turn the machine off with LibreOffice running no matter what I say !




Each machine is used by up to a dozen students each day. Which when you multiply

500 machines by 1300 students, 3 or 4 hangs a day doesn't seem that much but 
it's

what people remember about LO


What OS, what version of LO?  Does each student have their own account, 
or does each machine have one account that is used (sequentially) by 
multiple students?


Especially if the latter, that would mean that ~/.config/libreoffice is 
very unlikely to contain any sensitive information anyway.  In which 
case it could be useful to zip up such a failing ~/.config/libreoffice 
directory (or at the very least the contained 
4/user/registrymodifications.xcu file) and mail it to me.  Maybe that 
would give us an idea why you experience so frequent failure.


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] Why is LibreOffice so susceptible to config errors

2017-05-08 Thread malcolm moore


Why is LibreOffice so susceptible to config errors. We have about 3 or 4 
students a day

coming to us because LibreOffice won't start. Deleting ~/.config/libreoffice 
always does 

the trick but it's an enormous pain.




Is there anything I can do, bear in mind these are students so they will just 
log out

or turn the machine off with LibreOffice running no matter what I say !




Each machine is used by up to a dozen students each day. Which when you multiply

500 machines by 1300 students, 3 or 4 hangs a day doesn't seem that much but 
it's

what people remember about LO 




Ta




Mal



      


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] Input required -- font selection in the Math component

2017-05-08 Thread John Pye
Attention 'Math' users! LibreOffice is very wonderful, but there are a 
few niggles with the Math editor, which I wanted to list here:


 * There is currently no way to change the font used for Greek letters
   in LibreOffice. Has this bothered you at all?
 * Did you notice that the default OpenSymbol font does quite a bad job
   with some expressions, such as {{1 over %alpha} + {1 over {%alpha +
   1}}} ?
 * Did you notice that the default for LibreOffice is now to have
   lower-case Greek letters in non-italics, even though basically every
   academic publication you'll ever see has lower-case greek letters in
   italics, and this can only be changed to 'normal' behaviour using a
   hidden 'advanced' setting?
 * Did you notice that if you set the default Math font size in Writer,
   it also changes in Impress? One size fits all! It would be great if
   the size setting were specific to the context in which the Math is
   being inserted.
 * Did you notice that sometimes you can over-type text on top of a
   Formula by typing F2 when a Formula is selected in Impress?

I reported a bug in relation to the first of these at the link below. I 
was asked there to raise the issue here on the users' list, so that 
community support for the related changes could be determined.

https://bugs.documentfoundation.org/show_bug.cgi?id=67152

Many of the above issues could be fixed by implementing a proper 'style' 
system for Math objects, which currently doesn't seem to exist in 
LibreOffice.


If you have a point of view on this stuff, or ideas on how it should 
work, please add a note to the above bug, and help to let the developers 
know what issues are niggling you.


Cheers
JP

--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted