参考:

Extending side margins for Title section in IEEEtrans document class

Latex: IEEEtrans模板下 扩大标题宽度

通过\parbox关键字可以实现扩大标题宽度的目的,例如:

\documentclass[conference]{IEEEtran}

\begin{document}

\author{The author}
\title{\makebox[\linewidth]{\parbox{\dimexpr\textwidth+2cm\relax}{\centering I want to make a title that its length is adjustable and that can span into maximum two lines instead of three now}}}

\maketitle

\end{document} 

呈现如下:

Latex: IEEEtrans模板下 扩大标题宽度

2018.5

相关文章:

  • 2021-08-01
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-08-23
  • 2021-12-16
  • 2021-10-21
猜你喜欢
  • 2021-05-29
  • 2021-06-16
  • 2022-12-23
  • 2021-04-18
  • 2021-06-03
  • 2021-10-13
相关资源
相似解决方案