Graphics, Figures & TablesUsing the same figure I have used in MS Word

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Thoalfukar
Posts: 7
Joined: Mon Jan 23, 2017 8:51 am

Using the same figure I have used in MS Word

Post by Thoalfukar »

Hi everybody,
I was working on word then I decided to use latex, so I am very new for Latex.
I am just trying to use the same figure I built in word instead of doing new ones.
could any of you tell me how to import those figures with high resolution.

Thank you
best regards

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Using the same figure I have used in MS Word

Post by Stefan Kottwitz »

Welcome to the forum!

You could save the images (document) in PDF format, or print into a PDF file, and import ad PDF image into your LaTeX document, such as by

\includegraphics{figure.pdf}

You can clip images by a PDF processing software, or clip via options to \includegraphics. The latter is described in the graphicx manual.

Stefan
LaTeX.org admin
Post Reply