<div dir="ltr"><div>There were two ways of implementing mathbb and script (mathcal).</div><div>First
 way: using additional font, faking the double stroke and sacript 
characters (easy way). LO gains a default font for double stroke and 
script.<br></div><div>Second way: analyze the code in the brackets and 
apply to TVARIABLE and TTEXT nodes a transformation table of symbols 
(find and replace all of them until the next font change, probably the 
best point to implement are the nodes). This option requires more 
processing, and also may be difficult since LO utf chasers are int16 and
 some chars as U+1D54F  𝕏 may be a little problematic. As well there 
are missing symbols on open symbol such as U+1D54F which would need to 
be implemented.<br></div><div>Pros of first way: easy and fast, no additional computing required. Everything goes on double stroke.</div><div>Pros
 second way: allows to choose, possibility of latex imitations and does 
not close the door to that simple latex editor there's proposed on the 
wiki.</div><div>Those changes will also be an opportunity to update 
mathml, since there are TODOs in this matter and debug it a bit (already
 working on it).<br></div><div><br></div><div>For the answers I get it's the second way we are taking and will mark gerrit <span></span>
          <a href="https://gerrit.libreoffice.org/c/core/+/97084" target="_blank">97084</a>
 as abandoned in the near future. But this will take time, so I ask for 
patience. The other point is I have no idea of making fonts, I will code
 everything as if the font was updated, but I'm gonna need help with the
 open symbol stuff. And also, if you know how to deal with the overflow 
with unicode chars with chars like U+1D54F, please let me know.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El sáb., 27 jun. 2020 a las 0:26, Thorsten Behrens (<<a href="mailto:thb@libreoffice.org">thb@libreoffice.org</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi *,<br>
<br>
Rene Engelhard wrote:<br>
> Please do not make math rely on them. They are not available in Linux<br>
> distributions and I will definitely not ship them in my LO packages.<br>
> <br>
In principle, those fonts would be SIL OFL, so not a blocker for<br>
Debian.<br>
<br>
Extra size matters of course, so just to close this discussion here<br>
for the moment: Regina & Dante are working on extending OpenSymbol<br>
instead.<br>
<br>
Cheers,<br>
<br>
-- Thorsten<br>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org" target="_blank">LibreOffice@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</blockquote></div>