mirror of
https://github.com/ElegantLaTeX/ElegantPaper.git
synced 2026-01-26 04:14:36 +08:00
fix the caption
This commit is contained in:
Binary file not shown.
@@ -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.
@@ -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}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user