图形位置左侧 2024-5-24 • graphics align margins width includegraphics 这是我用来创建图形的代码: \begin{figure}[H] \includegraphics[width=0.9\paperwidth]{img/Info.png} \caption{Info \label{overflow}} \end{figure} 问题是图形太小(它是一个包含大量信息的表格),我想使它更大、更易读,使它从页面左边距开始(现在它开始与段落对齐,更靠近页面的中心)。 我是否需要修改一些\includegraphics参数? 答案1 这显示了当图像宽度大于文本宽度时如何使图像居中: \documentclass{article} \usepackage{graphicx} \begin{document} \begin{figure} \centering \makebox[0pt]{% \includegraphics[width=0.9\paperwidth]{example-image}} \caption{Info \label{overflow}} \end{figure} \end{document} 答案2 \includegraphics没有位置逻辑,它只是像字母一样定位,您可以以同样的方式调整它,\hspace*{-2cm}\includegraphics{...}将其向左移动 2 厘米。 相关内容 使用 ffmpeg 向 HLS 添加定时 ID3 元数据 我有大约 20 台服务器...如何管理每台服务器的 SSH 密钥和权限? 将特殊字符从字体映射到撰写快捷键 Grub2 是否需要可选的 SCSI 功能? 使用 HipHop for PHP Patch 编译 curl [关闭] Windows 7 Aero Peek 突然停止工作 如何找到位于“Program Files”中的文件的完整路径(Windows 8) Ubuntu 12.04 安装程序未检测到 Windows 分区,但我可以在“尝试 Ubuntu”中看到它们 如何在 LaTeX 中将框架向下移动? Ansible 不会从 /etc 目录复制文件,但会从其他目录复制文件(ansible.errors.AnsibleFileNotFound:无法找到或访问)