[prev in list] [next in list] [prev in thread] [next in thread] 

List:       calligra-devel
Subject:    Re: Review Request: Make the epub filter handle math formulas
From:       "Yuri Chornoivan" <yurchor () ukr ! net>
Date:       2012-12-31 12:11:12
Message-ID: 20121231121112.14324.36480 () vidsolbach ! de
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/107969/#review24321
-----------------------------------------------------------



filters/words/epub/OdtHtmlConverter.cpp
<http://git.reviewboard.kde.org/r/107969/#comment18671>

    "So far we can only handle an embedded object (formula)."


- Yuri Chornoivan


On Dec. 30, 2012, 4:44 a.m., Inge Wallin wrote:
> =

> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/107969/
> -----------------------------------------------------------
> =

> (Updated Dec. 30, 2012, 4:44 a.m.)
> =

> =

> Review request for Calligra.
> =

> =

> Description
> -------
> =

> This patch implements support for math formulas in the EPUB filter. This =
is the first one of the EPUB3 features that we want to add to Calligra 2.7.
> =

> This version only supports math formulas saved as an embedded document, l=
ike LibreOffice and the OpenOffice variants save it. Calligra saves math fo=
rmulas as inline mathML in the frame, which is not supported by this versio=
n. I thought that I could get some initial feedback while implementing supp=
ort for the Calligra way too.
> =

> =

> Diffs
> -----
> =

>   filters/words/epub/OdfParser.cpp 6069b89 =

>   filters/words/epub/OdtHtmlConverter.h 68aaffa =

>   filters/words/epub/OdtHtmlConverter.cpp e5e0edc =

>   filters/words/epub/TODO e634a05 =

>   filters/words/epub/exportepub2.cpp cfd50c3 =

>   filters/words/epub/exporthtml.cpp 5bb44aa =

> =

> Diff: http://git.reviewboard.kde.org/r/107969/diff/
> =

> =

> Testing
> -------
> =

> Created one simple odt using OOo which has a formula and some text.
> =

> =

> Thanks,
> =

> Inge Wallin
> =

>


[Attachment #5 (text/html)]

<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 \
solid;">  <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="http://git.reviewboard.kde.org/r/107969/">http://git.reviewboard.kde.org/r/107969/</a>
  </td>
    </tr>
   </table>
   <br />









<div>




<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; \
border-collapse: collapse; margin: 2px padding: 2px;">  <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; \
font-size: 9pt; padding: 4px 8px; text-align: left;">  <a \
href="http://git.reviewboard.kde.org/r/107969/diff/2/?file=102944#file102944line510" \
style="color: black; font-weight: bold; text-decoration: \
underline;">filters/words/epub/OdtHtmlConverter.cpp</a>  <span style="font-weight: \
normal;">

     (Diff revision 2)

    </span>
   </th>
  </tr>
 </thead>

 <tbody style="background-color: #e4d9cb; padding: 4px 8px; text-align: center;">
  <tr>

   <td colspan="4"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">void \
OdtHtmlConverter::handleTagFrame(KoXmlElement &amp;nodeElement, KoXmlWriter \
*htmlWriter)</pre></td>

  </tr>
 </tbody>




 
 



 <tbody>

  <tr>
    <th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" \
align="right"><font size="2"></font></th>  <td bgcolor="#c5ffc4" width="50%"><pre \
style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>  <th \
bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid \
#C0C0C0;" align="right"><font size="2">504</font></th>  <td bgcolor="#c5ffc4" \
width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">            \
<span class="c1">// So far we can only an handle embedded object \
(formula).</span></pre></td>  </tr>

 </tbody>

</table>

<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; \
white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">&quot;So \
far we can only handle an embedded object (formula).&quot;</pre> </div>
<br />



<p>- Yuri</p>


<br />
<p>On December 30th, 2012, 4:44 a.m., Inge Wallin wrote:</p>






<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" \
style="background-image: \
url('http://git.reviewboard.kde.org/media/rb/images/review_request_box_top_bg.png'); \
background-position: left top; background-repeat: repeat-x; border: 1px black \
solid;">  <tr>
  <td>

<div>Review request for Calligra.</div>
<div>By Inge Wallin.</div>


<p style="color: grey;"><i>Updated Dec. 30, 2012, 4:44 a.m.</i></p>






<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" \
style="border: 1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;">This patch implements support for math formulas in the EPUB filter. This \
is the first one of the EPUB3 features that we want to add to Calligra 2.7.

This version only supports math formulas saved as an embedded document, like \
LibreOffice and the OpenOffice variants save it. Calligra saves math formulas as \
inline mathML in the frame, which is not supported by this version. I thought that I \
could get some initial feedback while implementing support for the Calligra way \
too.</pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: \
1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;">Created one simple odt using OOo which has a formula and some \
text.</pre>  </td>
 </tr>
</table>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>filters/words/epub/OdfParser.cpp <span style="color: grey">(6069b89)</span></li>

 <li>filters/words/epub/OdtHtmlConverter.h <span style="color: \
grey">(68aaffa)</span></li>

 <li>filters/words/epub/OdtHtmlConverter.cpp <span style="color: \
grey">(e5e0edc)</span></li>

 <li>filters/words/epub/TODO <span style="color: grey">(e634a05)</span></li>

 <li>filters/words/epub/exportepub2.cpp <span style="color: \
grey">(cfd50c3)</span></li>

 <li>filters/words/epub/exporthtml.cpp <span style="color: \
grey">(5bb44aa)</span></li>

</ul>

<p><a href="http://git.reviewboard.kde.org/r/107969/diff/" style="margin-left: \
3em;">View Diff</a></p>




  </td>
 </tr>
</table>








  </div>
 </body>
</html>



_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic