darayus / tikzedt

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

Tree diagram has clipped edges #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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