[Parley-devel] [PATCH] adding LaTeX support to parley

Frank C. Eckert eckert at stud.uni-heidelberg.de
Sun Feb 21 17:04:26 CET 2010


Hi folks,

I have finally found the time to bring the LaTeX support for Parley I have 
been using for 2 years into shape for upstream inclusion - at least I have 
started and I find it quite usable. However, there are rough edges and I 
figured I would like to get some feedback whether I should continue working on 
it and / or what direction I should take. 

The attached patch applies to the directory  kdeedu/parley/src of trunk. 
Please place the config files "preamble" and "convert-options" into 
$KDEHOME/share/apps/parley/latex. The patch assumes that convert and pdflatex 
are available in $PATH.

Description: The patch adds a LaTeX query mode to Parley which converts 
entries to rendered png's via pdflatex. There is no input possibility and 
checking algorithm involved, as this would be pointless for the use cases I 
have in mind (basically mathematics).

Any feedback would be highly appreciated.

Cheers, Frank
-------------- next part --------------
A non-text attachment was scrubbed...
Name: preamble
Type: text/x-tex
Size: 373 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/parley-devel/attachments/20100221/3fe43c09/attachment-0001.ltx 
-------------- next part --------------
-trim
+repage
)
(
+clone
-fuzz
100%
-fill
black
-opaque
black
)
+swap
-compose
copy-opacity
-composite
(
+clone
-fuzz
100%
-fill
white
-opaque
none
)
+swap
-compose
over
-composite
-------------- next part --------------
A non-text attachment was scrubbed...
Name: latex4parley.diff
Type: text/x-patch
Size: 30789 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/parley-devel/attachments/20100221/3fe43c09/attachment-0001.diff 


More information about the Parley-devel mailing list