gpt4 book ai didi

latex - 尽管使用\centering,Latex 中的图形并未居中

转载 作者:行者123 更新时间:2023-12-03 22:40:31 32 4
gpt4 key购买 nike

我对 LaTex 很陌生,正在尝试将图形居中。
我尝试使用 float[h] 使用包 [H] ,我尝试添加 \centering 并尝试将图像包装在 \begin{center} \end{centering} 中,但似乎没有任何效果。
我的完整代码是这样的

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{float}
\graphicspath{ {images/} }

\title{Dissertation}
\author{GC}
\date{\today}


\begin{document}

\maketitle

\section{Introduction}
\begin{figure}[H]
\centering
\includegraphics{my_grades}
\caption{grades plot}
\label{fig:grade}
\end{figure}

This figure does not seem to want to centre

\end{document}
编译文档上的这个数字看起来是这样的。如果有人可以帮助我理解为什么这不想移动,那就太好了:
image

最佳答案

你的代码看起来不错,我只是在你的包含图形中添加了一个 [width=50mm] 并将图居中。
我会检查两个问题:

  • 你的图比 textwidth 大吗?
  • 你的 Figure 左边有白色部分吗?
  • \documentclass{article}
    \usepackage[utf8]{inputenc}
    \usepackage{graphicx}
    \usepackage{float}
    \graphicspath{ {images/} }

    \title{Dissertation}
    \author{GC}
    \date{\today}


    \begin{document}

    \maketitle

    \section{Introduction}
    \begin{figure}[H]
    \centering
    \includegraphics[width=50mm]{darth-vader_5yvm.jpeg}
    \caption{grades plot}
    \label{fig:grade}
    \end{figure}

    This figure does not seem to want to centre

    \end{document}
    Latex Output

    关于latex - 尽管使用\centering,Latex 中的图形并未居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62848279/

    32 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com