bugSkencil - Bugs: bug #15742, skLaTeX fix for pstoedit 3.42

 
 

bug #15742: skLaTeX fix for pstoedit 3.42

Submitter:  None
Submitted:  Mon 13 Feb 2006 06:55:38 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 13 Feb 2006 06:55:38 PM UTC, original submission:  

The skLaTeX addon won't work with pstoedit 3.42 out of the box (and neither with version 3.41). The problem is that newer versions have separate X and Y scaling, and do not support the "scale" keyword anymore. The following line must be changed in line 436 of
<skencil_installation_path>/Plugins/Objects/Lib/sklatex/LatexMngr.py

def __doPstoedit(self):

          success = 0

--->HERE  pstoeditCmd = 'pstoedit -xscale 0.2 -yscale 0.2 -f sk \
-dt -ssp ' + self.__psFileName + ' ' + self.__skFileName + \
' >/dev/null'

Tested on SuSE Linux 10.0 on x86_64, with pstoedit 3.42 from 10.1 (built from srpm).


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code