latex jpg图片排版

高手帮忙!!!latex排版需要将4张图并排显示,每个小图有小标题,一起有个大标题。图片是jpg格式的。求高手解决,只要出来了就给分!!

candys0814 2021-09-19 09:07 212 次浏览 赞 112

最新问答

  • 神级的男子

    documentclass[10pt]{article}

    usepackage{graphicx}

    usepackage{multicol} %分栏


    usepackage[a4paper, %a4paper size 297:210 mm


    bindingoffset=0mm,%装订线


    top=25mm, %上边距 包括页眉


    bottom=20mm,%下边距 包括页脚


    left=15mm, %左边距or inner


    right=20mm, %右边距or outer


    headheight=15mm,%页眉


    footskip=15mm,%页脚


    ]{geometry}


    egin{document}


    egin{figure}[h]

    label{fig:四栏图片}

    egin{multicols}{4}

    includegraphics[width=linewidth ,totalheight= extheight , keepaspectratio]{temp.jpg}

    centerline{test}

    includegraphics[width=linewidth ,totalheight= extheight , keepaspectratio]{temp.jpg}

    centerline{test}

    includegraphics[width=linewidth ,totalheight= extheight , keepaspectratio]{temp.jpg}

    centerline{test}

    includegraphics[width=linewidth ,totalheight= extheight , keepaspectratio]{temp.jpg}

    centerline{test}

    end{multicols}

    caption{denosie fig}

    end{figure}


    end{document}


    我不清楚subfig宏包。代具体过程就是分4栏,然後加入图片。外面再用个大图片环境。我测试的那个图片随便取个名字叫temp.jpg。png也可以的。


    浏览 157赞 129时间 2023-06-22
  • 45度向上傾斜

    这个没什么特别的,用subfig宏包即可

    浏览 314赞 96时间 2021-12-11

latex jpg图片排版

高手帮忙!!!latex排版需要将4张图并排显示,每个小图有小标题,一起有个大标题。图片是jpg格式的。求高手解决,只要出来了就给分!!