bicaption可以提供图表的中英文标题,如果要填加中英文图表目录,可以参考bicaption的参考文档,自定义list。
\documentclass[journal]{IEEEtran}
% Use "ngerman" as 1st language, "english" as 2nd one
\usepackage[english,ngerman]{babel}
% Load the bicaption package with 2nd language set to
% "english", and list type "figure2" resp. "table2"
\usepackage[lang=english,listtype+=2]{bicaption}
% We load the titletoc package for customizing lists
% Note: Loading titletoc should be done prior
% defining additional floating environments with
% \DeclareFloatingEnvironment
\usepackage{titletoc}
\usepackage{newfloat}
\usepackage[UTF8, scheme = plain]{ctex}
\usepackage{epstopdf}
\usepackage{stfloats}
\usepackage{float}
\usepackage[pdftex]{graphicx}
\captionsetup[figure][bi-first]{name=图} %设置图的英文编号前缀
\captionsetup[table][bi-first]{name=表} %设置表的英文编号前缀
\captionsetup[figure][bi-second]{name=Fig.} %设置图的英文编号前缀
\capti