📄 13-6-3.tex
字号:
% 13-6-3.tex (根据 report.tex 修改)
% 先用 LaTeX 处理 13-6-3.tex 两遍, 再用 dvips 生成 ps 文件.
% 然后用 LaTeX2html 依次处理 13-6-3s1.tex, 13-6-3s2.tex, 13-6-3s1.tex,
% 最后用 LaTeX2html 处理 13-6-3.tex.
\documentclass{article} % Must use LaTeX 2e
\usepackage{html,makeidx,color}
\usepackage{CJK}
\usepackage{graphicx}
%
% The following commands are necessary to generate
% the list of figures, and table of contents in this
% document segment. Information for the list of tables
% and the index could be similarly loaded, if needed.
% These commands are ignored by LaTeX.
%
\internal[figure]{13-6-3s1} % Include list-of-figure
% information from
% report/s1figure.pl
\internal[figure]{13-6-3s2} % Include list-of-figure
% information from
% report/s2figure.pl
\internal[sections]{13-6-3s1} % Include section information
% from report/s1sections.pl
\internal[sections]{13-6-3s2} % Include section information
% from report/s2sections.pl
\internal[contents]{13-6-3s1} % Include table-of-content
% information from
% report/s1contents.pl
\internal[contents]{13-6-3s2} % Include table-of-content
% information from
% report/s2contents.pl
\internal[index]{13-6-3s1}
\internal[index]{13-6-3s2}
% \internal[table]{13-6-3s1} % Uncomment these if you need
% \internal[table]{13-6-3s2} % a list of tables
\begin{document} % The start of the document
\begin{CJK*}{GBK}{song}
\CJKtilde
\title{一个分段的例子}
\author{作者: Ross Moore}
\date{生成于 \today}
\maketitle
%
% Generate the table of contents and list of figures in
% both the LaTeX and HTML documents.
%
\renewcommand{\contentsname}{目录}
\renewcommand{\figurename}{插图}
\renewcommand{\listfigurename}{插图表}
\renewcommand{\listtablename}{表格表}
\tableofcontents
\listoffigures
%
% The following two commands are ignored by latex2html:
% Note that they do not contain the string "\section",
% which would confuse latex2html.
%
%
% Generate a \section{Section 1 title} command.
% Update latex2html counters and dump them to sec1.ptr.
% Also write an \htmlhead command to sec1.ptr.
% Then proceed to input sec1.tex.
%
\segment{13-6-3s1}{section}{第一节标题}
%
% Generate a \section{Section 2 title} command.
% Update latex2html counters and dump them to sec2.ptr.
% Also write an \htmlhead command to sec2.ptr.
% Then proceed to input sec2.tex.
%
\segment{13-6-3s2}{section}{第二节标题}
%
% Print the index:
%
\printindex
\end{CJK*}
\end{document}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -