在数字乳胶表中的数字编号和标签之间创建空格

时间:2018-09-14 13:53:09

标签: latex

嗨,我对乳胶中的数字表有疑问。如下图所示,图形编号相当长,并且图形标签上出现渗色。关于如何解决这个问题有什么想法吗?

enter image description here

3 个答案:

答案 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'; 。这是一个简单的示例:

enter image description here

\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}