Version: (using KDE KDE 3.5.7) Installed from: Gentoo Packages Compiler: gcc version 4.1.2 Configured with: /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --enable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu OS: Linux Assuming LaTeX support in kopete is generally used to typeset math, surprisingly few math-related packages are included in the LaTeX preamble. As a result, many reasonably common equations cannot be displayed, but worse, they are simply displayed incorrectly (no error or warning is issued) an example could be: $$\binom{n}{2}^2$$ which is displayed like so: http://users.skumleren.net/cers/kopetex/before.png instead of the the intended: http://users.skumleren.net/cers/kopetex/after.png The converter is (on my system) placed here: /usr/kde/3.5/bin/kopete_latexconvert.sh and I will attach a patch that will fix most of these problems. I understand that one should not include too many strange packages, but I think it would be smart to at least include the most commonly used ones. By the way, it isn't sufficient to correct this problem on only the senders side, as it is converted both at sender and receiver side. ( This is related to bug#107094 http://bugs.kde.org/show_bug.cgi?id=107094 )
Created attachment 21853 [details] Ads support for math symbols/commands to kopetex
Just confirming this bug. The plugin seems useless without more packages, especially as the primary use is typesetting formulae.
I just committed the patch from comment 1. Will close bug now.
*** Bug 121625 has been marked as a duplicate of this bug. ***