LaTeX figure to fig.

重新定义 \figurename 的方法;(First, you have to redefine \figurename.)
三种情况:

  1. 没有使用 babel 数据包(Without using the babel package:)
\renewcommand{\figurename}{Fig.}
  1. 使用 babel 数据包,且使用英语(With babel (and English as language))
\addto\captionsenglish{\renewcommand{\figurename}{Fig.}}
  1. 使用 babel 数据包,且使用其他语言的时候(For other babel languages you need to use the proper
 \captions<language> command instead of \captionsenglish in the command above.)
  1. 推荐的使用方法,引入caption 包;
    For changing the separator between label and caption text, I recommend the caption package.
\documentclass{article}

\renewcommand{\figurename}{Fig.}

\usepackage[labelsep=endash]{caption}

\begin{document}

\begin{figure}
\centering
\rule{1cm}{1cm}
\caption{This is a figure}
\end{figure}

\end{document}

缺点:有可能引入caption时,不兼容;

参考网址:https://tex.stackexchange.com/questions/17489/change-caption-name-of-figures

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值