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

Views :
Update time : 2025-06-18 01:25: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单栏放两张并列的图呢?
Related News
Read More >>
Blog Post With Youtube Video 公司规定所有接口都用 post 请求,这是为什么?
2025-06-22 14:20:13
公司规定所有接口都用 post 请求,这是为什么?...
Blog Post With Youtube Video 理论上flutter性能应该非常高才对,为什么好些flutter应用性能一般?
2025-06-22 13:55:14
理论上flutter性能应该非常高才对,为什么好些flutter应用性能一般?...
Blog Post With Youtube Video 日本AV对中国人的毒害有多大?
2025-06-22 14:00:11
日本AV对中国人的毒害有多大?...
Blog Post With Youtube Video 新买的移动硬盘该格式化为 NTFS 还是 exFAT?
2025-06-22 13:00:11
新买的移动硬盘该格式化为 NTFS 还是 exFAT?...

Leave Your Message