1

Using \textwidth, \linewidth or \hsize has no difference. I don't mind if it indents, but the image should be center-aligned.

\documentclass{article}
\usepackage{graphicx}
\graphicspath{{C:/Users/Ooker/Desktop/Images/}}
\title{Quả cầu}

\begin{document}
\maketitle
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text 

\includegraphics[width=1\textwidth]{Octahedron}

test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test

I use XeLaTeX.

Ooker
  • 1,450
  • 1
  • 12
  • 26
  • 2
    Because in this case this is just a (large) text element, and as you show, new paragraphs are indented. If you want to center the image, use for example the center environment. – daleif Dec 13 '17 at 10:20
  • 2
    Just like most other latex constructs (eg minipage or tabular) includegraphics has no positioning code at all, it just makes a box the size of the image, that box is positioned a part of latex's layout just as if was a letter of that size. So you can use any of the ways that you would use to position X eg \begin{center} X \end{center} – David Carlisle Dec 13 '17 at 10:46

0 Answers0