fix the caption

This commit is contained in:
EthanDeng
2019-02-06 10:02:36 +08:00
parent e71f9dc6a9
commit 3d2333b883
5 changed files with 9 additions and 6 deletions

Binary file not shown.

View File

@@ -5,7 +5,7 @@
\author{\href{https://ddswhu.me/}{邓 东 升}\thanks{感谢 Peiyi Yao 的帮助与建议。}} \author{\href{https://ddswhu.me/}{邓 东 升}\thanks{感谢 Peiyi Yao 的帮助与建议。}}
\institute{\href{https://elegantlatex.org/}{Elegant\LaTeX{} 项目组}} \institute{\href{https://elegantlatex.org/}{Elegant\LaTeX{} 项目组}}
\version{0.05} \version{0.05x}
\date{\today} \date{\today}

Binary file not shown.

View File

@@ -4,7 +4,7 @@
\title{ElegantPaper: An Elegant \LaTeX{} Template for Working Papers} \title{ElegantPaper: An Elegant \LaTeX{} Template for Working Papers}
\author{\href{https://ddswhu.me/}{Dongsheng Deng}\thanks{Thanks Peiyi Yao for good suggestions.}} \author{\href{https://ddswhu.me/}{Dongsheng Deng}\thanks{Thanks Peiyi Yao for good suggestions.}}
\institute{\href{https://github.com/ElegantLaTeX}{Elegant\LaTeX{} Program}} \institute{\href{https://github.com/ElegantLaTeX}{Elegant\LaTeX{} Program}}
\version{0.05} \version{0.05x}
\date{\today} \date{\today}

View File

@@ -145,11 +145,13 @@
\renewcommand\figurename{} % \renewcommand\figurename{} %
\renewcommand\tablename{}% \renewcommand\tablename{}%
\newcommand\versiontext{}% \newcommand\versiontext{}%
\newcommand\updatetext{}% \newcommand\updatetext{}%
\renewcommand\abstractname{\hspace{2em}} \renewcommand\abstractname{\hspace{2em}}
\setlength{\parindent}{2em} \setlength{\parindent}{2em}
\renewcommand{\abstracttextfont}{\kaishu\sffamily\small} \renewcommand{\abstracttextfont}{\kaishu\sffamily\small}
\newcommand{\keywords}[1]{\vskip2ex\par\noindent\normalfont{\bfseries : } #1} \newcommand{\keywords}[1]{\vskip2ex\par\noindent\normalfont{\bfseries : } #1}
\newcommand\figref[1]{{\bfseries ~\ref{#1}}}
\newcommand\tabref[1]{{\bfseries ~\ref{#1}}}
}{\relax} }{\relax}
\ifdefstring{\ELEGANT@lang}{en}{ \ifdefstring{\ELEGANT@lang}{en}{
\theoremstyle{plain}% default \theoremstyle{plain}% default
@@ -167,9 +169,11 @@
\newtheorem{case}{Case} % \newtheorem{case}{Case} %
\renewcommand*{\proofname}{\normalfont\bfseries\color{ecolor}Proof}% \renewcommand*{\proofname}{\normalfont\bfseries\color{ecolor}Proof}%
\newcommand\versiontext{Version: }% \newcommand\versiontext{Version: }%
\newcommand\updatetext{Last update: }% \newcommand\updatetext{Update: }%
\renewcommand{\abstracttextfont}{\sffamily\small} \renewcommand{\abstracttextfont}{\sffamily\small}
\newcommand{\keywords}[1]{\vskip2ex\par\noindent\normalfont{\bfseries Keywords: } #1} \newcommand{\keywords}[1]{\vskip2ex\par\noindent\normalfont{\bfseries Keywords: } #1}
\newcommand\figref[1]{{\bfseries Figure~\ref{#1}}}
\newcommand\tabref[1]{{\bfseries Table~\ref{#1}}}
}{\relax} }{\relax}
\AtBeginEnvironment{verbatim}{\microtypesetup{activate=false}} \AtBeginEnvironment{verbatim}{\microtypesetup{activate=false}}
@@ -246,8 +250,7 @@
\newcommand\figref[1]{{\bfseries Figure~\ref{#1}}}
\newcommand\tabref[1]{{\bfseries Table~\ref{#1}}}
\RequirePackage{listings} \RequirePackage{listings}