实现效果:

实现代码:
\documentclass{article}
%需要包含的包
\usepackage{picinpar}
\usepackage{graphicx}
%加上这个,以取消图片序号显示
\makeatletter
\long\def\figwindownonum[#1,#2,#3,#4] {% \begin{figwindownonum}
\begin{window}[#1,#2,{#3},{\centering#4\par}] }
\def\endfigwindownonum{\end{window}}% \end{figwindownonum}
\makeatother
\begin{document}
\newpage
\section{Biography}
\begin{figwindownonum}[0,l,{\mbox{
\includegraphics[width=60pt]{TheIronMan.png}}},{}]
\noindent
\textbf{Full name}
Anthony Edward Stark\\
\textbf{Alias}
Iron Man\\
\textbf{Occupation}
Superhero, CEO of Stark Industries, Weapons manufacturer\\
\textbf{Affiliation}
Avengers, Damage Control, S.H.I.E.L.D., Spider-Man\\
\end{figwindownonum}
%增加两个介绍之间的间隔
\vspace{1.5 cm}
\begin{figwindownonum}[0,1,{\mbox{
\includegraphics[width=60pt]{CaptainAmerica.j

本文介绍了如何在 LaTeX 中手动创建作者页,包括不使用模板设置图片环绕、作者简介和图片插入,并展示了如何利用 `figwindownonum` 宏包取消图片编号。通过调整参数,可以控制图片上方的行数,实现不同间距效果。同时,提到了 `Picinpar` 宏包的使用,并提供了相关参考资料。
最低0.47元/天 解锁文章
5015





