History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMATH-508
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Paul Libbrecht
Votes: 0
Watchers: 0
Operations

Link this issue to another issue
If you were logged in you would be able to see more operations.
ActiveMath

Displaystyle math needed

Created: 2005-03-02 10:03   Updated: 2007-04-23 15:04
Component/s: Presentation: Latex
Affects Version/s: 1.0b2
Fix Version/s: 1.0

Time Tracking:
Not Specified


 Description  « Hide
Currently, we do not detect that the neighbours of the OMOBJ are two BRs (or we are a first or last, or followed by a period): in all these cases, the TeX rendering should output a $$ instead of a single-$ so that, for example, the limit, sum, and integral symbols actually show in their full form.

paul



 All   Comments   Work Log   Change History   Version Control   FishEye   Crucible   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Paul Libbrecht - 2007-04-23 15:04
This is solved now with the style cm of the p element:
<p style="cm"> blabla <OMOBJ><OMV name="x"/></OMOBJ></p>
gives a displaystyle x. There's also a page in exampleContent which testifies this.

paul