I am trying to create a flowchart with Tikz. Since it is a long one, it spans three pages. So after creating a node to stop, I am continuing to the next page using \newpage command. Unfortunately some elements in page 1 are connected to page 2, 3 and vice versa. So when I try to create the arrow connection, it is not possible since the \newpage command comes in between. I am sharing the code with you for info. Could anyone help me to improve the flowchart so that I could direct the arrows among multiple pages. My sample code is below:
\begin{tikzpicture}
\node 1
\node 2
........
\draw[arrow] (node1)--(node2)
\draw[arrow] (node2)--(node3)
----
\end tikzpicture}
\newpage
\begin{tikzpicture}
\node 1
\node 2
........
\draw[arrow] (node1)--(node2)
\draw[arrow] (node2)--(node3)
----
\end tikzpicture}
\newpage
\begin{tikzpicture}
\node 1
\node 2
........
\draw[arrow] (node1)--(node2)
\draw[arrow] (node2)--(node3)
----
\end tikzpicture}
\documentclass{...}and ending with\end{document}. – Apr 11 '15 at 23:46\includegraphics. – cfr Apr 11 '15 at 23:47go to chart 3 on page 4then you can put the different branches of the chart as separate flowcharts. – David Carlisle Apr 12 '15 at 17:44