[전재][latex]latex 공식 편집 개술

8763 단어 cfunctionfeatures
원본 링크:http://blog.sciencenet.cn/home.php?mod=space&uid=2043&do=blog&id=244080
                http://hepg.sdu.edu.cn/Service/tips/latex/doc2/Calculus.html
일반적인 특수 심 볼 릭 링크:http://hepg.sdu.edu.cn/Service/tips/latex/doc2/MathSymb.html
 
라 텍 스 의 가장 강력 한 기능 은 아름 다운 수학 공식 을 보 여 주 는 것 이다.다음은 이 공식 들 이 어떻게 실현 되 었 는 지 살 펴 보 자.
1.수학 공식 앞 뒤 에는$또는/(와/)를 더 해 야 합 니 다.예 를 들 어$f(x)=3x+7$와/(f(x)=3x+7/)효 과 는 같 습 니 다./[와/]를 사용 하거나$$와$를 사용 하면 공식 을 바 꾸 어 한 줄 을 독점 합 니 다./begin{equation}과/end{equation}을 사용 하면 공식 은 한 줄 을 독점 하 는 것 외 에 도 자동 으로 번 호 를 추가 합 니 다.번 호 를 매기 지 않 으 려 면/begin{equation*}과/end{equation*}을 사용 합 니 다.
2.문자 일반 문 자 는 수학 공식 에서 의미 가 같 습 니 다.\#$%&~ ^/{}을 제외 하고수학 환경 에서 이 기호 들 을 표시 하려 면\#$%&{},각각/\#/$/%/& /{/}로 표시 해 야 합 니 다.문자 앞 에/를 붙 이 는 것 입 니 다.
3.위 표 와 아래 표 는^로 위 표를 표시 하고 로 표시 합 니 다.아래 표 시 를 표시 합 니 다.간단 한 예 를 보 세 요.
$$/sum_{i=1}^n a_i=0$$ $$f(x)=x^{x^x}$$
효과:
여기에 더 많은 LaTeX 에 표 시 된 설정 이 있 습 니 다.
4.그리스 문자
여기
 
5.수학 함수
6.공식 에 텍스트 를 삽입 하면/mbox{text}을 통 해 공식 에 text 를 추가 할 수 있 습 니 다.예 를 들 어:
/documentclass{article}/usepackage{CJK}/begin{CJK*}{GBK}{song}/begin{document}$/mbox{대 임의의$x>0$},/mbox{있 음}f(x)>0.$$/end{CJK*}/end{document}
효과:
7.점수 및 처방/frac{ numerator}{ denominator} /sqrt{ expression} ,/sqrt[n]{expression} n 。 8.생략 번호(3 개 점)/ldots ;/cdots ,

$f(x1,x_x,/ldots,x_n) = x_1^2 + x_2^2 + /cdots + x_n^2$
9.괄호 와 구분자()와[]는|와 자신 에 게 대응 합 니 다.{}/{/};|에 대응 합 니 다.대응 하 다큰 괄호 나 구분자 가 표시 되 려 면/left 와/right 를 사용 해 야 합 니 다.예 를 들 어:
/[ f(x,y,z) = 3y^2 z /left( 3 + /frac{7x+5}{1 + y^2} /right)./]
...에 대응 하 다/left. /right. 는 일치 하 는 것 만 사용 하고 자 체 는 표시 되 지 않 습 니 다.예 를 들 어 출력 하려 면:
$$/left./frac{du}{dx}/right| {x=0}.$$
10.다 행 의 수학 공식
/begin{eqnarray*}/cos 2/theta&=&/cos^2/theta-/sin^2/theta//&=&2/cos^2/theta-1./end{eqnarray*}
 
그 중에서&그 점 에 대해 서 는 여기 서 정렬 하 는 것 을 나타 낸다.*latex 가 자동 으로 번 호 를 표시 하지 않도록 합 니 다.latex 가 자동 으로 번 호 를 표시 하려 면*를 제거 합 니 다.
11、/emp{charcharcharcharcharcharcharcharcharcharcharcharcharcharcharcharcharcharcharpolnomial}$/chi(/lambda)$/(/impt{array}{ccc}a&b&c///d&e&f///g&h/and{array}////reft(/be{array}}{ccc}a&b/////////hi(/lambda)=/eft|//begin{array}}{ccc}//////d&-b&-c//////////and//and////////////hi(///lambdda)///////////////////////i/end{array}/right|./]
c 는 가운데 로 정렬 하 는 것 을 나타 내 고 l 은 왼쪽으로 정렬 하 는 것 을 나타 내 며 r 는 오른쪽으로 정렬 하 는 것 을 나타 낸다.12.도체,극한,구 화,포인트
The expressions
are obtained in LaTeX by typing /frac{du}{dt} and /frac{d^2 u}{dx^2} respectively. The mathematical symbol is produced using /partial . Thus the Heat Equation
is obtained in LaTeX by typing
/[ /frac{/partial u}{/partial t}
= h^2 /left( /frac{/partial^2 u}{/partial x^2}
+ /frac{/partial^2 u}{/partial y^2}
+ /frac{/partial^2 u}{/partial z^2} /right) /]

To obtain mathematical expressions such as
in displayed equations we type /lim_{x /to +/infty} , /inf_{x > s} and /sup_K respectively. Thus to obtain
(in LaTeX) we type
/[ /lim_{x /to 0} /frac{3x^2 +7x^3}{x^2 +5x^4} = 3./] 

To obtain a summation sign such as
we type /sum_{i=1}^{2n} . Thus
is obtained by typing
/[ /sum_{k=1}^n k^2 = /frac{1}{2} n (n+1)./] 

We now discuss how to obtain integrals in mathematical documents. A typical integral is the following:
This is typeset using
/[ /int_a^b f(x)/,dx./] 

The integral sign is typeset using the control sequence /int , and the limits of integration (in this case a and b are treated as a subscript and a superscript on the integral sign.
Most integrals occurring in mathematical documents begin with an integral sign and contain one or more instances of d followed by another (Latin or Greek) letter, as in dx , dy and dt . To obtain the correct appearance one should put extra space before the d , using /, . Thus
and
are obtained by typing
/[ /int_0^{+/infty} x^n e^{-x} /,dx = n!./] 
/[ /int /cos /theta /,d/theta = /sin /theta./] 
/[ /int_{x^2 + y^2 /leq R^2} f(x,y)/,dx/,dy
= /int_{/theta=0}^{2/pi} /int_{r=0}^R
f(r/cos/theta,r/sin/theta) r/,dr/,d/theta./]

and
/[ /int_0^R /frac{2x/,dx}{1+x^2} = /log(1+R^2)./] 

respectively.
In some multiple integrals (i.e., integrals containing more than one integral sign) one finds that LaTeX puts too much space between the integral signs. The way to improve the appearance of of the integral is to use the control sequence /! to remove a thin strip of unwanted space. Thus, for example, the multiple integral
is obtained by typing
/[ /int_0^1 /! /int_0^1 x^2 y^2/,dx/,dy./] 

Had we typed
/[ /int_0^1 /int_0^1 x^2 y^2/,dx/,dy./] 

we would have obtained
A particularly noteworthy example comes when we are typesetting a multiple integral such as
Here we use /! three times to obtain suitable spacing between the integral signs. We typeset this integral using
/[ /int /!/!/! /int_D f(x,y)/,dx/,dy./] 

Had we typed
/[ /int /int_D f(x,y)/,dx/,dy./] 

we would have obtained
The following (reasonably complicated) passage exhibits a number of the features which we have been discussing:
One would typeset this in LaTeX by typing
In non-relativistic wave mechanics, the wave function

$/psi(/mathbf{r},t)$ of a particle satisfies the

/emph{Schr/"{o}dinger Wave Equation}

/[ i/hbar/frac{/partial /psi}{/partial t}

= /frac{-/hbar^2}{2m} /left(

/frac{/partial^2}{/partial x^2}

+ /frac{/partial^2}{/partial y^2}

+ /frac{/partial^2}{/partial z^2}

/right) /psi + V /psi./]

It is customary to normalize the wave equation by

demanding that

/[ /int /!/!/! /int /!/!/! /int_{/textbf{R}^3}

/left| /psi(/mathbf{r},0) /right|^2/,dx/,dy/,dz = 1./]

A simple calculation using the Schr/"{o}dinger wave

equation shows that

/[ /frac{d}{dt} /int /!/!/! /int /!/!/! /int_{/textbf{R}^3}

/left| /psi(/mathbf{r},t) /right|^2/,dx/,dy/,dz = 0,/]

and hence

/[ /int /!/!/! /int /!/!/! /int_{/textbf{R}^3}

/left| /psi(/mathbf{r},t) /right|^2/,dx/,dy/,dz = 1/]

for all times~$t$. If we normalize the wave function in this

way then, for any (measurable) subset~$V$ of $/textbf{R}^3$

and time~$t$,

/[ /int /!/!/! /int /!/!/! /int_V

/left| /psi(/mathbf{r},t) /right|^2/,dx/,dy/,dz/]

represents the probability that the particle is to be found

within the region~$V$ at time~$t$.





Mathematical Symbols
There are numerous mathematical symbols that can be used in mathematics mode. These are obtained by typing an appropriate control sequence. Miscellaneous Symbols:
``Large'' Operators:
Binary Operations:
Relations:
Negated Relations:
Arrows:
Openings:
Closings:
Alternative Names:

좋은 웹페이지 즐겨찾기