你现在的位置是:当前位置: 首页 >


如何在latex单栏放两张并列的图呢?

更新时间:2025-06-20 08:45:11

可以使用 \subfloat实现子图的排版,但是注意两个\subfloat 之间 不要有 空行,不然就变成竖直排版了\documentclass[twocolumn]{article} \usepackage{graphicx} \usepackage{lipsum} \usepackage{float} \usepackage{subfig} \begin{document} \lipsum[1] \begin{figure}[h] \centering \subfloat[xyz] { \includegraphics[width=0.45\linewidth]{example-image-a} \label{fig1:1} } \subfloat[abc] { \includegraphics[width=0…。

如何在latex单栏放两张并列的图呢?

案例推荐

case recommendation
  • 你和你老婆是怎么认识的?

    查看案例

  • 你见过最无用的节俭行为是什么?

    查看案例

  • count(*) count(1)哪个更快?

    查看案例

  • 如何评价b站数码区up主 “大狸子切切里”?

    查看案例

  • 面试中被嘲笑Token放在redis里,该如何应对这种情况呢?

    查看案例

  • 你是在什么时候认识到自己好看的?

    查看案例

  • 有哪些BI工具惊艳了你?

    查看案例

  • 普通用户能体会到 CPU 的性能差距吗?

    查看案例