KTUG 한국 텍 사용자 그룹

Menu

KTUG :: 마당자유글 › 수형도

Hoze | 2010.04.20 16:48:29 | 메뉴 건너뛰기 쓰기

tikz로 만든 수형도입니다.

드문드문하다 보니, 여전히 tikz 문법이 난해해 보이지만...

tikztree.png

 

\begin{tikzpicture}[
root/.style={font=\tiny, anchor=east},
leaf/.style={font=\tiny, anchor=west},
level distance=2cm, grow=east, growth parent anchor=east,
]
\node [root] {Framework}[sibling distance=1.35cm] 
  child {[sibling distance=0.25cm] node [leaf] {AustralianTroubleshotting}}
  child {[sibling distance=0.25cm] node [leaf] {Update}
    child {node [leaf] {NetworkUpdateB}}       
    child {node [leaf] {NetworkUpdateA}}       
  }
  child {[sibling distance=0.25cm] node [leaf] {TAP}
    child {node [leaf] {TAPB}}       
    child {node [leaf] {TAPA}}       
  } 
  child {[sibling distance=0.75cm] node [leaf] {Server}
    child {[sibling distance=0.25cm] node [leaf] {ServerB}
      child {node [leaf] {BothLAN}}
      child {node [leaf] {LANB}}
      child {node [leaf] {WLANB}}
    }
    child {[sibling distance=0.25cm] node [leaf] {ServerA}
      child {node [leaf] {LANA}}
      child {node [leaf] {WLANA}}     
    }
  }
  child {[sibling distance=0.25cm] node [leaf] {Entertainment}
    child {node [leaf] {BattleTank}}       
  }
  child {[sibling distance=0.25cm] node [leaf] {Recording}
    child {[sibling distance=0.25cm] node [leaf] {RecordingB}
      child {node [leaf] {Mediaformat}}
    }       
    child {[sibling distance=0.25cm] node [leaf] {RecordingA}
      child {node [leaf] {Timer}} 
    }       
  }
  child {[sibling distance=0.25cm] node [leaf] {Mediaplay}
    child {node [leaf] {MediaFormat}}       
  }
  child {[sibling distance=0.25cm] node [leaf] {List}
    child {node [leaf] {Vega}}
    child {node [leaf] {Keyboard}}       
    child {node [leaf] {ListService}}
  }
  child {[sibling distance=0.25cm] node [leaf] {Daily}
    child {node [leaf] {Timer}}   
    child {node [leaf] {TimeshiftB}}
    child {node [leaf] {TimeshiftA}}
    child {node [leaf] {FavoriteB}}
    child {node [leaf] {FavoriteA}}
    child {node [leaf] {DailySatellite}}
    child {node [leaf] {DailyCable}}
  } 
  child {[sibling distance=0.25cm] node [leaf] {Preference}
    child {node [leaf] {PreferenceB}}
    child {node [leaf] {PreferenceA}}           
  }
  child {[sibling distance=0.25cm] node [leaf] {SericeSearch}
    child {node [leaf] {TransponderB}}   
    child {node [leaf] {TransponderA}}   
    child {node [leaf] {StartSearch}}   
    child {node [leaf] {SearchSatellite}}   
    child {node [leaf] {SearchTerrestrial}}   
    child {node [leaf] {SearchSatellite}}   
  }
  child {[sibling distance=0.25cm] node [leaf] {Installation}   
    child {node [leaf] {AntennaConnection}}
    child {node [leaf] {Connectors}}
    child {node [leaf] {Sockets}}   
    child {node [leaf] {CFD01-Cover}}
    child {node [leaf] {Accessories}}
  }
  child {[sibling distance=0.25cm] node [leaf] {Introduction}
    child {node [leaf] {WirelessKeyboard}}   
    child {node [leaf] {PVRremote}
      child {node [leaf] {STBremote}}
      }
    child {node [leaf] {STBremote}}
    child {node [leaf] {FrontPanels}}
    child {node [leaf] {Features}}   
  }
  child {[sibling distance=0.25cm] node [leaf] {Australian}}
  child {[sibling distance=0.25cm] node [leaf] {TopfieldEnglish}};
\end{tikzpicture}

첨부 [1]

댓글 쓰기

목록 삭제

KTUG 한국 텍 사용자 그룹