If I put LaTeX formulas in an annotation for a pdf file (inside double dolars), the system offers to me rendering it. I check that the image is created in /tmp but not displayed and I cannot edit the source (except with undo) Reproducible: Always Steps to Reproduce: 1. Write a Latex formula in an annotation 2. Click to render it 3. Actual Results: No result, no error Expected Results: The Latex output with the text It is running in an update Fedora 20 computer
Can you please tell a latex formula you're using for this?
(In reply to comment #1) > Can you please tell a latex formula you're using for this? $$E=mc^2$$
Any test formula, say $$a^2=1$$; the png file exists in /tmp but nothing appears in the note
Right
I am now in okular 0.20.0 and still no rendered image; has anyone the same problem? I still do not know if it is a conf problem. Thanks, Enrique.
Well, the bug is marked as confirmed, no?
Right, I skipped the status. One colleague who is still at Fedora 18 had no problem (okular 0.16.5), I do not know if this is helpful.
Git commit 9312182085196352853d6c434ae5854e2cb6354c by Albert Astals Cid. Committed on 26/09/2014 at 23:56. Pushed by aacid into branch 'KDE/4.14'. Fix latex render in annotations We need disconnect(textEdit, SIGNAL(cursorPositionChanged()), this,SLOT(slotsaveWindowText())); and it's counterpart, otherwise when inserting the image, the cursor pos changes, slotsaveWindowText is called, the content is passed by a toPlainText and set again and kaboom the content is lost Also a few extra const FIXED-IN: 4.14.2 M +4 -2 ui/annotwindow.cpp http://commits.kde.org/okular/9312182085196352853d6c434ae5854e2cb6354c
It works! Thank you very much.