25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
627B

  1. \documentclass{standalone}
  2. \usepackage{tikz}
  3. \usepackage{siltex}
  4. \usetikzlibrary {arrows.meta,positioning,calc,math}
  5. \tikzset{nodes={text height=.7em, text width=2.6cm, align=center,
  6. draw=black!50, thick, font=\footnotesize, fill=white},
  7. >={Stealth[round,sep]}, rounded corners, thick}
  8. \pgfdeclarelayer{bg}
  9. \pgfsetlayers{bg,main}
  10. \begin{document}
  11. \begin{tikzpicture}[on grid,y=1.1cm,x=2.9cm]
  12. \input{graphics/design_flow.tikz}
  13. \def\rectoffsetleft{-1cm,0cm};
  14. \begin{pgfonlayer}{bg}
  15. %\phasegroup(pd,id,Systems Engineering);
  16. \phasegroup(fs,fs,{})
  17. \end{pgfonlayer}
  18. \end{tikzpicture}
  19. \end{document}