文字超出封面,如何解决?

时间:2017-06-19 17:00:11

标签: latex pdflatex latex-environment

我带了标题,封面上有点长句。 但是,它超出了页面宽度,如何纠正呢?感谢

var columnIndex = 0; // declare the variable

$('#excel_table td:nth-child('+ (1) + ')').each(function(){
    columnIndex = $(this).index();
    // ...
    console.log(columnIndex);
}); 

// use the variable outside of the inner scope
console.log(columnIndex);

1 个答案:

答案 0 :(得分:1)

您可以尝试使用center环境,因为它允许在文本块中自然换行:

\begin{center}
  \bfseries
  Lorem ipsum dolor sit amet, consectetur adipiscing elit \ldots
\end{center}

请注意使用\bfseries而不是\bf