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}

번호 제목 글쓴이 날짜 조회 수
365 Readium 프로젝트 [3] 에드 2013.02.19 19278
364 MS 워드 + 세로쓰기 모드 + 함초롬체 LVT = 옛한글이 반 글자씩 아래로 빠짐 [3] file 2013.11.10 19437
363 KTUG 여러분 [7] file Progress 2012.12.31 19530
362 안드로이드 ICS에 새로 추가된 폰트, '로보토' 에드 2012.07.10 19713
361 2013 수학 달력 [9] file puzzlist 2013.01.04 19760
360 배달의민족 한나체, 주아체 무료 배포 [5] sjnam 2014.06.24 20021
359 안녕하세요. [2] 핑귄 2012.02.17 20214
358 [안내] 2013 공주대 문서작성 워크숍 Progress 2013.09.10 20228
357 오랜만에 설치했는 데, 역시 단번에 되네요. 감사합니다. 양사장 2013.08.16 20264
356 결국 oblivior 는 KNUworkshop 스타일로 모이게 되네요... [4] 불량양파 2016.11.07 20303
355 한국텍학회 2010 학술대회 및 정기총회 감상문 [1] yihoze 2010.02.01 20329
354 section후 첫문장에서 들여쓰기 file 샘처럼 2011.04.15 20404
353 개인적으로 진행하고있던 첫 TeX 작업을 끝냈습니다. [6] 불량양파 2013.08.04 20522
352 [참가신청] 문서작성 위크숍 2012 [6] ischo 2012.10.09 20537
351 영문 Windows 7-64 bit, kotexlive2011: Font Cache Update Error [2] 양사장 2011.09.08 20568
350 [안내] 2018 한국텍학회 정기총회 및 학술대회 [9] yihoze 2018.01.01 20637
349 2010 한국텍학회 학술대회를 마치고 MadToad 2010.02.01 20661
348 Scientific Workplace(SWP)에서 한글 사용하기 [3] 두부장수 2014.03.11 20734
347 TnXTeX 1.0.6 배포에 관하여 [5] karnes 2010.01.14 20735
346 한국텍학회 2010 학술대회 및 정기총회 감상문 [4] 에드 2010.02.02 20777



XE Login