答案 0 :(得分:1)
您可以使用tocloft
来定义LoF中图形编号和图形标题之间的间距。控制该距离的长度为import { Injectable } from '@angular/core';
import { Http, Headers, Response, RequestOptions } from '@angular/http';
import { HttpClient } from '@angular/common/http';
import { Observable } from 'rxjs/internal/Observable';
import { FormGroup, FormBuilder, Validators } from '@angular/forms';
import { HttpClientModule } from '@angular/common/http';
。这是一个简单的示例:
\cftfignumwidth
以上建议提供了一致的调整,可以根据需要进行更改。
参考:
答案 1 :(得分:0)
解决方法:在图形环境的短标题参数中使用水平空间
\caption[\hspace{0.5cm} short caption text]{Long caption text}
但是,这当然不是一个很好的解决方案。我相信,如果要避免这种情况,则必须在文档类中弄乱代码。
答案 2 :(得分:0)
如果出现类似以下错误:
! LaTeX Error: Command \c@lofdepth already defined.
Or name \end... illegal, see p.192 of the manual.
尝试使用子图包中的tocloft:
\usepackage{subfigure}
\usepackage[subfigure]{tocloft}
\setlength{\cftfignumwidth}{4em}