<div dir="ltr">Hello,<br><br>I recently started using okular for reading pdf and djvu files. I realized that it has an annotation tool, which i found to be very useful. The current annotations are only in plain text format. <br>
Is it possible to modify okular, such that instead of adding a plain text annotation, the annotation is done in latex. This would allow a user to add complex annotation.<br>For example, if i want to add a note (Note[1], or an inline note), then i would enter :<br>
<br>---------------------------------------------------------------------------------------------------<br>\documentclass{report}<br>\usepackage{amssymb,latexsym,amsmath,graphics}<br><br>\begin{document}<br><br>a^b_c<br><br>
\end{document}<br>---------------------------------------------------------------------------------------------------<br><br>or just simply (as it is done in labeling figures with text in matlab) <br><br>---------------<br>
a^b_c<br>
---------------<br><br>without typing in headers and stuff.<br>When the user clicks on the note, then the annotation appears as a pdf (or ps) in a small window. Or the annotation appears inline overlayed on the text.<br>
I think this is not so difficult, becuase you can use latex and dvipdf as a backend to compile and produce the formatted text. <br><br><br>best regards,<br>Mher Kazandjian.<br></div>