captcont.sty
来自「ftam等标准协议服务器和客户端的源代码。」· STY 代码 · 共 17 行
STY
17 行
% SubStyle file to permit the use of captions in continuations of floats.% % \captcont is like \caption, except that it doesn't update the counter, and% it doesn't make an entry in the list of figures or list of tables.\def\captcont{\@dblarg{\@captcont\@captype}}\long\def\@captcont#1[#2]#3{% \addcontentsline{\csname ext@#1\endcsname}{#1}{\protect\numberline{\csname % the#1\endcsname}{\ignorespaces #2}} \par \begingroup \@parboxrestore \normalsize \@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par \endgroup}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?