As I switched client, the integration of f3latex into gajim is stopped. It might or might not work for you. If you ask kindly I may take a look at it, but there will not be any further development.
F3LaTeX (F3LP) is a plugin for Gajim, based upon Latex-Plugin (LP) by Yves Fischer and Yann Leboulanger.
As LP is quite limited, I decided to write my own plugin allowing not only math formula, but common document contents with a focus on modern standards for math typesetting.
- Uses modern techniques: KOMA, AMS, mathtools, lmodern,…
- Not restricted to math formulas: Your text gets inserted right behind
\begin{document}
, you may even decide which math. environement you want to choose. - Uses pdflatex and convert instead of latex and dvipng, thus it is possible to use ps-sequences (i.e. for tikz)
- Might work with LP still enabled (uses
%% %%
to delimit code)
Original LP restricts the usage of many LaTeX-Macros such as \renewcommand
. Allowing them in F3LP gives much more possibilities, but may be a security risk. Usage at your own risk!
Move the f3latex-folder to your local gajim-plugin-folder (usually something like ~/.gajim/plugins/
or ~/.local/share/gajim/plugins/
, then activate it using the Plugin-Manager.