我带了标题,封面上有点长句。 但是,它超出了页面宽度,如何纠正呢?感谢
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);
答案 0 :(得分:1)
您可以尝试使用center
环境,因为它允许在文本块中自然换行:
\begin{center}
\bfseries
Lorem ipsum dolor sit amet, consectetur adipiscing elit \ldots
\end{center}
请注意使用\bfseries
而不是\bf
: