如何在 Latex tikz 中创建预定义流程
how to create a pre-defined process in latex tikz
我不知道在乳胶中如何称呼这个块,它必须以某种方式用箭头完成,请帮助。
好的,你只需要写它:
- \usepackage{amsmath,amsfonts,amssymb,graphicx}
\usepackage{tikz}
\usepackage{flowchart} %special library%
- \usetikzlibrary{positioning,calc,shapes,shapes.multipart, shapes.geometric, arrows,positioning}
- \node (predproc2) [draw, predproc, align=left, text centered,
minimum height=1cm, below=of dec2 %enter your name%] {text%your name%};
我不知道在乳胶中如何称呼这个块,它必须以某种方式用箭头完成,请帮助。
好的,你只需要写它:
- \usepackage{amsmath,amsfonts,amssymb,graphicx} \usepackage{tikz} \usepackage{flowchart} %special library%
- \usetikzlibrary{positioning,calc,shapes,shapes.multipart, shapes.geometric, arrows,positioning}
- \node (predproc2) [draw, predproc, align=left, text centered, minimum height=1cm, below=of dec2 %enter your name%] {text%your name%};