hchapman / tikzedt

Automatically exported from code.google.com/p/tikzedt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tree diagram has clipped edges

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Add \usepackage{tikz-qtree} to the preamble
2. Pasted the following in the editor window:

\begin{tikzpicture}
\Tree [.S [.NP [.Det the ] [.N cat ] ]
[.VP [.V sat ]
[.PP [.P on ]
[.NP [.Det the ] [.N mat ] ] ] ] ]
\end{tikzpicture}

What is the expected output? What do you see instead?
Expected: picture of a tree.
Instead: A large part of it is cut off, making it difficult to use.


What operating system and Latex distribution (Miktex/Texlive) are you
using?
Windows 7 x64

Please provide any additional information below.

Original issue reported on code.google.com by garfield...@gmail.com on 11 Aug 2012 at 1:41

Original comment by t.willwa...@gmail.com on 13 Aug 2012 at 7:28

Thanks for the report, I can confirm that.....
It seems to be a problem with the pdf rendering (the pdf is also rendered 
incorrectly, apart from the clipping issue). 

For the next tikzedt version, we will change the renderer (from pdflibnet, 
which has some bugs, to the mupdf renderer).

For now, there is unfortunately no real workaround... you can draw a large 
white rectangle to "fix" the clipping issue... but still the rendering is not 
correct.

I'll try to release the next version as soon as possible.

Original comment by t.willwa...@gmail.com on 13 Aug 2012 at 7:52

  • Changed state: Accepted
Just verified it with the development version.
Rendering with mudraw solves the issue.

Original comment by t.willwa...@gmail.com on 13 Aug 2012 at 9:27

Original comment by t.willwa...@gmail.com on 8 Dec 2012 at 7:12

  • Changed state: Fixed