Skip Menu |

This queue is for tickets about the LaTeX-TikZ CPAN distribution.

Report information
The Basics
Id: 87971
Status: rejected
Priority: 0/
Queue: LaTeX-TikZ

People
Owner: Nobody in particular
Requestors: bobbarahul [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Tikz Tree bug
Date: Tue, 20 Aug 2013 01:30:25 -0700 (PDT)
To: "bug-LaTeX-TikZ [...] rt.cpan.org" <bug-LaTeX-TikZ [...] rt.cpan.org>
From: Rahul BOBBA <bobbarahul [...] yahoo.com>
When building a tree the nodes overlap \begin{tikzpicture} \node {animal kingdom}  child {          node {birds}           child {                  node {eagles}                }          child {                  node {parrots}                }        }  child {node {fish}        }  child {node {reptiles}        }  child {         node {mammals}         child {node {dogs}                child { node {German Shephard}                      }                child { node {Pomerian}                      }               }         child {node {monkeys}               }         child {node {cows}               }         child {node {cats}               }        }  ; \end{tikzpicture} Rahul
Hello to you too, Are you using the LaTeX::TikZ perl module to generate your TikZ code? If yes, I'd like to see it to investigate your issue. Vincent
Subject: Re: [rt.cpan.org #87971] Tikz Tree bug
Date: Tue, 20 Aug 2013 10:29:26 -0700 (PDT)
To: "bug-LaTeX-TikZ [...] rt.cpan.org" <bug-LaTeX-TikZ [...] rt.cpan.org>
From: Rahul BOBBA <bobbarahul [...] yahoo.com>
Hello Vincent, Thank you for your response. I don't know the answer to your question.  But, I hope the following information could provide you some clue. I wrote that in Texmaker 3.5.2 in Fedora 18.  The following are the relevant packages installed on the system. texlive-pgf-svn22614.2.10-20.fc18.noarch texlive-pstricks-add-svn28750.3.59-20.fc18.noarch texlive-pstricks-svn29482.2.37-20.fc18.noarch Rahul Show quoted text
________________________________ From: Vincent Pit via RT <bug-LaTeX-TikZ@rt.cpan.org> To: bobbarahul@yahoo.com Sent: Tuesday, August 20, 2013 5:58 AM Subject: [rt.cpan.org #87971] Tikz Tree bug <URL: https://rt.cpan.org/Ticket/Display.html?id=87971 > Hello to you too, Are you using the LaTeX::TikZ perl module to generate your TikZ code? If yes, I'd like to see it to investigate your issue. Vincent
Thank you for your answer. If you've never heard of it, then it probably means that the answer is "no". Unfortunately, this issue tracker only deals with the LaTeX::TikZ Perl module. For generic LaTeX questions, I suggest you to ask http://tex.stackexchange.com/ Best, Vincent