Spaces:
Running
Running
| % XDSM diagram created with pyXDSM 2.2.0. | |
| \documentclass{article} | |
| \usepackage{geometry} | |
| \usepackage{amsfonts} | |
| \usepackage{amsmath} | |
| \usepackage{amssymb} | |
| \usepackage{tikz} | |
| % Optional packages such as sfmath set through python interface | |
| \usepackage{sfmath} | |
| % Define the set of TikZ packages to be included in the architecture diagram document | |
| \usetikzlibrary{arrows,chains,positioning,scopes,shapes.geometric,shapes.misc,shadows} | |
| % Set the border around all of the architecture diagrams to be tight to the diagrams themselves | |
| % (i.e. no longer need to tinker with page size parameters) | |
| \usepackage[active,tightpage]{preview} | |
| \PreviewEnvironment{tikzpicture} | |
| \setlength{\PreviewBorder}{5pt} | |
| \begin{document} | |
| \input{"0_Workflow.tikz"} | |
| \end{document} | |