Graphics, Figures & Tables ⇒ Using the same figure I have used in MS Word
-
- Posts: 7
- Joined: Mon Jan 23, 2017 8:51 am
Using the same figure I have used in MS Word
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
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
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

Stefan