rmennes / tikzedt

Automatically exported from code.google.com/p/tikzedt
0 stars 0 forks source link

Issues @Ubuntu 12.04 LTS #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi all,

first of all thank you very much for putting work into a linux runnable 
pre-release!

What steps will reproduce the problem?

1. start Editor under Ubuntu 12.04 (after installing texlive-full and 
mono-complete)
2. enter some tikz code
3. press compile (autorender works also)

What is the expected output? What do you see instead?

TikzEdt renders its markers and the thumbnails on the left side but not the 
tikz picture on the working plane. Pdf output succeeds!

What version of the product are you using? On what operating system?

TikzEdt_2_1_Linux.tar.gz under Ubuntu 12.04 64bit with the following specs:

Linux 3.2.0-24-generic #39-Ubuntu x86_64 x86_64 x86_64 GNU/Linux
mono-complete/precise uptodate 2.10.8.1-1ubuntu2
texlive-full/precise uptodate 2009-15

Additional:

Seems to be a preview problem as the thumbnails and pdf output work perfectly. 

Cheers and regards

Original issue reported on code.google.com by s...@kill.io on 5 Jun 2012 at 2:19

Attachments:

GoogleCodeExporter commented 8 years ago
Thank you for the report and sorry for the late reply.
Currently the pre-release runs only on 32 bit systems out-of the box.

To fix, you can replace pdfdraw in the application folder by the 64 bit version
http://tikzedt.googlecode.com/svn/trunk/TikzEdtWForms/deployment/linuxamd64files
/pdfdraw
(you can also download it from the mupdf webpage)

Background:
TikzEdt in itself runs on both 32bit and 64bit versions of linux. However, I 
use mupdf (through the executable pdfdraw) to render pdfs, whose x86 version 
does not work on 64 bit systems.

I'll upload an updated 64bit release shortly.
(...should have done that already, but my newborn son was keeping me too busy)

Original comment by t.willwa...@gmail.com on 9 Jun 2012 at 7:15

GoogleCodeExporter commented 8 years ago
P.S.: TikzEdt also runs on OSX, if you replace the pdfdraw executable by its 
Mac version. 

Original comment by t.willwa...@gmail.com on 9 Jun 2012 at 7:16