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 조회 수:30069

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}

번호 제목 글쓴이 날짜 조회 수
110 iPad에서 텍을 사용할 수 있는 모양이네요. [3] 더하기 2011.04.29 43166
109 Adobe 사의 Source Sans Pro 폰트 패밀리 [7] file Progress 2012.08.14 43237
108 Windows 사용자를 위한 (ko.)TeX Live 2014 관련 안내 [1] 관리자 2014.09.23 43252
107 TeXWorksEditor 탬플릿에 대하여 [5] 2011.05.02 43301
106 한/글 2010을 설치하였습니다. [3] Kunggom 2010.06.16 43346
105 네이버 나눔글꼴 OFL로 공개하기로 했습니다. [7] 권순선 2010.06.04 43535
104 새해 복 많이 받으세요. [3] Progress 2011.01.01 43646
103 [알림] 신청마감 - 문서작성 워크숍 2011 [5] ischo 2011.05.09 43694
102 html5 사이트 몇 개 [1] 에드 2010.06.13 44065
101 새 홈페이지 개장을 축하합니다. Karnes 2009.12.19 44195
100 Asia 글꼴이 다시 나왔네요. [8] gromov 2010.08.22 44198
99 TnXTeX 다음 버전을 준비하면서 [4] karnes 2010.06.30 44344
98 구글 크롬 확장 프로그램 daum equation editor 에드 2012.03.08 44403
97 LaTeX과 돌다리 [16] 메타 2010.07.27 44503
96 현재 묻고답하기, 팁게시판을 볼 수 없습니다. likesam 2010.12.22 44721
95 [공지?] 워크숍 숙제와 후기 관련 [12] karnes 2010.11.07 44840
94 TeXworks 0.4.1 번역 테스트 [4] file DohyunKim 2011.04.18 44856
93 [포스터-재공지] 공주대학교 문서작성 워크숍 2010 [13] file Progress 2010.10.21 44883
92 내가 왜 스패머냐고!!! [8] Dennis 2010.11.12 44906
91 wikipedia의 PDF 변환이 [1] siwon 2010.10.27 44944



XE Login