The document discusses the application of LaSalle's principle in stability analysis and is authored anonymously from the Department of Control Science and Engineering at Tsinghua University in Beijing, China, including contact information. Commands and environments from LaTeX and CJK packages are used to typeset Chinese characters at different font sizes for the document title and author information. References to mathematical expressions are made using LaTeX math mode syntax.
30. (6)
newenvironment{denotation}[1][2.5cm]{
thu@chapter*[]{thu@denotation@name} % no tocline
noindentbegin{list}{}%
{vskip-30bpxiaosi[1.6]
renewcommandmakelabel[1]{##1hfil}
setlength{labelwidth}{#1} % label box width
setlength{labelsep}{0.5cm} % label to text
setlength{itemindent}{0cm} % label indent
setlength{leftmargin}{labelwidth+labelsep} % left margin
setlength{rightmargin}{0cm}
setlength{parsep}{0cm} %
setlength{itemsep}{0cm} % label vspace
setlength{listparindent}{0cm} % parindent from the second par
setlength{topsep}{0pt} % vskip to top text
}}{end{list}}
32. L TEX
A
class: documentclass{thuthesis}
style: usepackage{thutils}
33. [ ]
NeedsTeXFormat{LaTeX2e}[1999/12/01]
ProvidesClass{thuthesis}
[2007/05/13 3.0 Tsinghua University Thesis Template]
%ProvidesPackage{thutils}
% [2007/05/13 3.0 Tsinghua University Thesis Template]
% code body
endinput
34. L TEX
A
%%
%% Minimal LaTeX class file.
%%
NeedsTeXFormat{LaTeX2e}
ProvidesClass{minimal}[2001/05/25 Standard LaTeX minimal class]
renewcommandnormalsize{fontsize{10pt}{12pt}selectfont}
setlength{textwidth}{6.5in}
setlength{textheight}{8in}
pagenumbering{arabic} % but no page numbers are printed because:
pagestyle{empty} % this is actually already in the kernel
35. ? How to Package Your L TEX Package
A
? The Docstrip Program
? The doc and shortvrb Packages
?