The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
91 views

Multi-rooted Tree-like Structures and Nodes with Multiple Parents in LaTeX

The qtree package seems to facilitate the drawing of simple trees only. Is there a way to incorporate: Multiple roots & Nodes with multiple parents in a tree in LaTeX?
3
votes
1answer
85 views

How to reuse vertex names using the tkz-berge graph drawing package?

I'm trying to draw a graph using tkz-berge, where many of the vertices might display the same value, is there a way I can do this? Here is my code: \begin{figure}[h] \centering ...
0
votes
1answer
501 views

TikZ-pgf directed graph: change arrow color and location

I have something like this: \SetVertexNormal[Shape = circle, LineWidth = 2pt] \SetUpEdge[lw = 1.5pt, color = blue] ... \begin{tikzpicture} \Vertex[x=0 ,y=0]{1} ...
4
votes
1answer
224 views

tikz for DAG: give outline and background to labels that are out of the node?

I am using the TikZ and tkz-berge packages to create a direct acyclic graph. I've pasted my code below. I would like the variable labels "variable1", "variable2", etc to have an outline around them ...
4
votes
1answer
205 views

How to use tikz-graph and tkz-qtree without conflict?

It seems that the tikz-qtree and tkz-graph package both define (or redefine) the \edge macro... I'd like to use both, but it doesn't seem possible: \documentclass{article} \usepackage{tikz} ...
6
votes
1answer
1k views

How can I increase arrow-head size in tkz-graph?

How can I increase the size of the head of the arrows in a tkz-graph graph? This question is similar to Is it possible to change size of arrowhead in TikZ/PGF?, but requires an adaptation of the ...
1
vote
2answers
499 views

tkz-graph: changing individual vertex type

I'm using these settings for most vertices: \GraphInit[vstyle=Classic] \tikzset{VertexStyle/.append style = {minimum size = 5pt, inner sep = 0pt}} But I'd like to have one or two vertices of my ...
2
votes
2answers
474 views

Basic tkz-graph usage problems, errors, bad output

I'm using TeXLive 2011 via MacTeX, and I keep my packages updated. I'm trying to start simple with tkz-graph. When I use the following code, copied directly from the tkz-graph documentation: ...