KTUG마당은 KTUG를 방문하는 모든 이용자가 대화를 나누고 소식을 전하는 곳입니다.

  • 로그인 없이 자유롭게 글을 읽고 쓸 수 있는 철학은 처음과 같이 계속됩니다.
  • Team Blog의 글을 이곳 게시판의 "정보글"로 모았습니다. Team blog는 기고자가 올린 글에 질문을 받는 부담을 줄이기 위하여 댓글을 허용하지 않았습니다. 그러나 이곳 게시판으로 모으면서 댓글을 달 수 있습니다. 게시물을 작성하실 때 댓글을 원하지 않으시면 댓글을 허용하시지 않으시기를 바랍니다. 또한 불필요한 소모성 댓글을 달지 않도록 주의하여 주시기를 바랍니다.
  • TeX과 관련된 질문이나 답변은 QnA 마당을 이용하십시오. TeX과 관련된 질문은 지웁니다
  • MathJax를 이용한 수식조판을 사용하실 수 있습니다. 여기를 참조하세요.
  • 스팸 글을 막기 위하여 짧은 시간 내에 다시 글이 등록되는 IP를 막거나, 광고 글을 막기 위하여 금지어로 .com, .net 등을 설정하고 있습니다. 다소간의 불편함이 있으시더라도 양해 바랍니다.
    • 금지어에서 stackexchange, stackoverflow, ctan, overleaf, , github, google.com, gmail.com, .org, .io, sil.org, wiki.com, tistory.com등은 해제하였습니다.
  • 사용하는 편집기는 CKeditor입니다. 편집기에서 [enter]를 누르면 <p> 태그가 들어가고, 문단으로 생각하고 한줄을 비웁니다. 글줄만 바꾸려면 shift-enter 를 누르시면 <BR>가 들어가므로 용도에 맞게 나누어 쓸 수 있습니다.

자유글 수형도

2010.04.20 16:48

Hoze 조회 수:30037

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}




XE Login