Latex Insert flowchart drawn by Visio

Source: Internet
Author: User

All know Visio is a tool for drawing flowcharts, but inserting latex may become blurred, and here's what I think is the best clarity.

First step: Save as PDF after drawing a Visio diagram, file-to-page setup and page size Select resize to fit the drawing, then publish to PDF, such as Pr1_visio.pdf

Step Two:

* If you want to insert into a floating window, you can directly use

\begin{figure}
\centering
\includegraphics[width=\textwidth]{pr1_visio.pdf}\\
\caption{fit}\label{}
\end{figure}


* If you want to insert into a non-floating area, you can use the following method, in order to be able to be used outside of figure \caption, can be added in the introductory section:

\makeatletter
\newcommand\figcaption{\def\ @captype {figure}\caption}
\newcommand\tabcaption{\def\ @captype {table}\caption}
\makeatother

Then just use the command below to

\begin{center}
\includegraphics[width=4cm,height=8cm]{pr1_visio.pdf}
\figcaption{System Clustering algorithm flowchart}\label{}
\end{center}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.