(2) Line feed: Use the control command "\" or "\newline".
(3) Subparagraph: Use the control command "\par" or leave a blank line.
(4) Page change: use the control command "\newpage" or "\clearpage".
(5) Special control characters: #, $,%,&; ,-,{,}, ~ To output these control symbols, use the following command:
\rm Roman font \it Italian font
Blackbody inclined body
\sf contour \sc small capital letters
\tt Typewriter Font \mit Mathematical Italic
Chinese font size control command corresponding to dot (pt)
25 First \ Huge
No.202 \ Hugh
17 No.3 \ Large size
14 No.4 \ Large size
12 Xiao No.4 \ large size
105 \ Normalization
9 Xiao Wu is good \ small.
8 No.6 \ Footnote size
7 small six \scriptsize
5 No.7 \ Xiao
\smallskip \medskip \bigskip
\ textwidth =14.5cm.
\ textheight = 21.5cm.
System default: font size 10pt = 5; Western fonts are Roman fonts; Text width = 12.2 cm, text height = 18.6 cm, which is equivalent to the size of American standard stationery.
Line Mathematical Formula Status Command (1)
Simple formula 1: (mathematical formula)
Simple formula 2:
(2) Independent mathematical formula status command
Simple formula 1:[ mathematical formula]
Simple formula 2:
(1) Various fonts in mathematical formulas:
(2) The mathematical formula in this paper uses $ as the separator, and the independent formula uses $ $ as the separator. Use ""for the superscript and "_" for the subscript.
For example:
,
,
Suti
(3) "\cal" command in mathematics
For example:
(1) Sum and Integral Command:
(2) Ellipsis in mathematical formula:
(3) restrictions on orders:
(4) Fractional typesetting command:
(5) the root typesetting command:
(6) take the mold command:
(7) Matrix typesetting command:
(1) underline command
(2) Underline command
(3) the horizontal curly brace command
(4) diagonal brace command
(5) hat command
(6) Stacking command
(1) The following is a Chinese LaTeX2e template with the file extension. ctx。 The Chinese words after% in the template are Chinese comments. Readers can read the Chinese comments in these templates to understand the meaning of LaTeX2e commands involved.
\ documentclass [11pt] {ccart}% file class description
% can also choose cctbook as the course.
\ setlength {\ parident} {12pt}% The indentation of the first line of a natural paragraph is12pt.
\ setlength { \ pars kip } { 10pt plus 1pt MINUS 1pt }
The distance between% natural segments is 10pt, and can vary from 8pt to 1 1pt.
\ setlength { \ baselineskip } { 8pt plus 2pt MINUS 1pt }
% line spacing is 8 pounds, ranging from 7 pounds to 10 pounds.
\ setlength {\ textheight} {2 1 actual cm}% The page height is 21cm.
\ setlength {\ textwidth} {14.5 real cm}% Page width is14.5 cm.
\begin{document}% body begins.
\title{Thesis}% article title, double backslashes \ indicate line breaks.
Mathematics department. }
% Author's name, company, mailing address, etc. , double backslash \ indicates a line break.
\ Date {August 5, 2003}
% article writing date, if this line is omitted, the computer date will be taken as the writing date.
\maketitle% Create the title section.
Text input of% articles
\ Start {center}% reference writing.
{\heiti References}
\end{center}
\ vskip 0. 1 cm
\ def \ hang { \ hang indent \ par ident }
\ def \ text indent # 1 { \ indent \ llap { # 1 \ en space } \ ignore spaces }
\def\re{\par\hang\textindent}
\re{[ 1]} nordhaus E, Stuart B, White A. On the maximum genus of graphs. Combinatorial theory b, 197 1, 1 1:258-267.
Maximum genus of graphs with diameter 2. {\it discrete mathematics }. 199 1, 87: 175- 180
\end{document}% end of source file
(2) English LaTeX2e template
\ documentclass [11pt] {article}% description of the document class.
% can also choose whether the class is a book or a report.
\ setlength {\ parident} {12pt}% The indentation of the first line of a natural paragraph is12pt.
\ setlength { \ pars kip } { 10pt plus 1pt MINUS 1pt }
The distance between% natural segments is 10pt, and can vary from 8pt to 1 1pt.
\ setlength { \ baselineskip } { 8pt plus 2pt MINUS 1pt }
% line spacing is 8 pounds, ranging from 7 pounds to 10 pounds.
\ setlength {\ textheight} {2 1 actual cm}% The page height is 21cm.
\ setlength {\ textwidth} {14.5 real cm}% Page width is14.5 cm.
\begin{document}% body begins.
\title{Thesis}% article title, double backslashes \ indicate line breaks.
Mathematics department. }
% Author's name, company, mailing address, etc. , double backslash \ indicates a line break.
\ Date {August 5, 2003}
% article writing date, if this line is omitted, the computer date will be taken as the writing date.
\maketitle% Create the title section.
Text input of% articles
\section{Introduction}% Introduction to the first section (automatic numbering of machines)
{\bf Theorem 1. } {\it For any fixed, we have
Therefore, (2) and (3) for any fixed. }
Writing of% General Theorem
Prove }
\ begin { thebibliography } { 99 }
\ bibitem {Kind} D. Kinderlehrer and G. Stampacchia, {\ it is right.
Variational Inequalities and Their Applications, Academic Press, new york, (1980).
\end{thebibliography}% reference
\end{document}% end of source file