Translate visio to eps used in latex
-
date_range 12/02/2017 00:00 infosortToolslabel
Translate visio to eps used in latex
Description
I have try many software for drawing which can be used in latex, such as TikZ1,2, but I find it is inconvenient for me to draw by TikZ. I have used visio and it is easy to use. So I try combine visio and latex to finish my following thesis.
Process3
Open My visio and draw some flow chart
https://shijieS.github.io
Select your element to printed
Set the option for print and print it
Open the pdf by Acrobat and cut it
Save as eps
insert into latex
\begin{figure}[h]
\centering
\includegraphics[width=0.4\linewidth]{img/1.eps}
\caption[short title]{long title}
\label{fig:1}
\end{figure}