Issue 12311 - grouping of brackets an "newline" command.
Summary: grouping of brackets an "newline" command.
Status: CONFIRMED
Alias: None
Product: Math
Classification: Application
Component: code (show other issues)
Version: OOo 1.0.1
Hardware: PC All
: P3 Trivial with 2 votes (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-13 14:04 UTC by panic
Modified: 2013-08-07 14:54 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description panic 2003-03-13 14:04:35 UTC
it seems that you cannot use the "newline" command inside a pair of grouped brackets 
e.g. 
 
left [ bla newline right ] 
doesn't work. this does restrict scalable brackets to the size of one line.  
using standalone brackets with "size" is no alternative since these do not get positioned 
correctly with regard to fractions.
Comment 1 thomas.lange 2003-03-17 08:00:26 UTC
It does not limit the scalebale brackets to one line since you can 
use the "stack" command.
E.g. "left [ stack{ a # b # c} right ]".

However it would be nice if the parser will accept the mentioned 
construct.

Target set to OO 2.0 since there is no lack of functional ability.
Comment 2 thomas.lange 2003-09-15 13:53:08 UTC
.
Comment 3 thomas.lange 2003-10-07 10:05:29 UTC
TL->BH: Desirable but will take a bit of time.
Please have a look if it mets a PCD.
Comment 4 thomas.lange 2003-10-07 10:06:05 UTC
.
Comment 5 thomas.lange 2003-10-07 10:06:46 UTC
Set OS to all.
Comment 6 bettina.haberer 2003-10-20 13:14:46 UTC
I consider this as useful.
Hello Thomas, please give approval for this evaluated OO.o 2.0 flagged
issue. 
If you confirm with the target OO.o 2.0, then please keep it on your
owner (or the owner of the concerning developer) for implementation.
In case you want this issue for 'OOo Later', then please reset the
target milestone. If you decline the issue finally, please set the
resolution to 'Wontfix' (but do not close). In case of 'OOo Later' or
'Wontfix' please reset it on Bettina's owner. Thank you.
Comment 7 thomas.lange 2004-02-20 13:01:30 UTC
TL->BH: Target changfed to OO later. I've already too many other tasks and hand
for the next release.
Comment 8 thomas.lange 2004-02-20 13:02:03 UTC
TK->BH: back to you for the time being.
Comment 9 rgb 2005-09-06 10:33:51 UTC
You can achieve this effect by using the command "none":
left[ bla right none
newline
left none blabla right]
The point is that brackets must be closed in the same line, but there is no need
to close them with another bracket: using "none" is fine.
Maybe the problem is not with "newline", maybe the problem is with the
documentation of "none" (take a look in the OOo Math forum at
http://www.oooforum.org/forum/viewforum.phtml?f=6
...)
Comment 10 rgb 2005-09-06 10:40:35 UTC
Ups! I misreaded the original problem, sorry... This is not about break a line
with brackets, but to surround many lines with only a pair of brackets...
My fault...
By the way, using stack (or matrix) is a fine solution, though.
Sorry again
Comment 11 thomas.lange 2006-09-25 11:30:13 UTC
.