


Utilities by phfaist 11 comments
But consider using OpenOffice draw format export, it integrates more natively into your documents; you can also use the new KLatexFormula OpenOffice integration toolbar (see http://klatexformula.sourceforge.net/klfwiki/index.php/User_Manual:Tips_and_Tricks)
Regards
Philippe - Sep 29 2010

Utilities by phfaist 11 comments
Thanks for your feedback.
Currently already the option -d{Graphics,Text}AlphaBits=4 is passed to gs (maximum antialiasing). However I don't see how I can improve antialiasing through gs (which would be in my opinion the best solution). A possible feature would be to run gs with a multiple of the given dpi resolution, then scaling down the image to the required resolution using a smooth scaling algorithm. Is this what you're suggesting?
Best,
Philippe - Feb 22 2010

Utilities by phfaist 25 comments
Best regards,
Philippe - Nov 21 2009

Utilities by phfaist 11 comments
klatexformula_cmdl is symlinked to klatexformula because now klatexformula itself suppports command-line instructions. type klatexformula --help for basic help. Basically, you can run either the full GUI, either in batch mode, each time possibly specifying latex input and possibly output file, etc.
Batch mode is automatically activated if a --latexinput or --input option is given.
Regards,
Philippe - Nov 18 2009

Utilities by phfaist 11 comments
klatexformula-3.0.1> qmake
klatexformula-3.0.1> make
and to install in /usr, run as superuser:
klatexformula-3.0.1> make install
For these steps to work, you need the Qt4's qmake to be in your $PATH.
Best Regards,
Philippe Faist - May 03 2009

Utilities by phfaist 25 comments
Actually I'm precisely in the process of re-writing it in Qt4, and I'll post the new version when I'm done!
Best regards,
Philippe - Apr 05 2009

Utilities by phfaist 25 comments
I'm kind of lacking free time right now, so I hope I'll be able to invest myself a bit more soon to consider integration with Kile, or as mentioned previously in another comment KOffice or OpenOffice, and maybe add a few more improvements if I get new ideas... suggestions welcome ...
Regards,
Philippe - Oct 09 2007

Utilities by phfaist 25 comments
You need to separate paths with colons `:' in variable TEXINPUTS. Also, I noticed that adding an extra colon often helps latex find lots of stuff (I guess it tells latex to look into the default paths) for example:
TEXINPUTS=/a/path1:/a/path2:
You may try to specify a default latex color driver (by the way, I still don't understand well what that is) in the \usepackage[...]{color} in file src/klfbackend/klfbackend.cpp, line 118: edit the line to
<< "\\usepackage[dvips]{color}\n"
I hope this helps.
Philippe - May 04 2007

Utilities by phfaist 25 comments
%\usepackage[...]{geometry}
and make install again. (Or edit directly $KDEDIR/share/apps/klatexformula/klatexformula.cls)
This is a quick workaround, so please report if it doesn't work well; it seemed to work fine on my system.
Alternatively you may try to specify a path in TEXINPUTS environment variable when calling klatexformula. I don't know if this works but it may be worth a try.
Thank you for your comments
Philippe - May 03 2007

Utilities by phfaist 25 comments

Utilities by phfaist 25 comments

Utilities by phfaist 25 comments
However, you're right that a few options are missing. I'll work at it (namely including specific packages, or even maybe edit entire raw LaTeX code... I'll see about how easy it is to program .. :)
You can already save in all filetypes supported by your QT libs (but they're all _image_ filetypes (png, jpg, gif, ...) ). I'll try to work on saving in (E)PS or PDF, but gs'ing the direct LaTeX output (it has no meaning of converting to an image if you convert it back to ps!).
I thought that it may be interesting to add an option making the image background transparent, I don't know if you think it's important ...
Thanks anyway for your comment - Jun 07 2006