La Te Xassignment
La Te Xassignment
1
A Sample Document in LATEX
Maurice Fréchet
The Erwin Schrödinger International Institute
January 9, 2024
Abstract
LATEX [1] is a typesetting system that is very suitable for producing
scientific and mathematical documents of high typographical quality.
It is also suitable for producing all sorts of other documents, from
simple letters to complete books. LATEX uses TEX [2] as its formatting
engine.
Contents
1 Typesetting Text 2
3 Creating Table 3
4 Inserting Images 3
1 Typesetting Text
1. This text is
left-aligned.
2. This text is
right-aligned.
3. This text is
at the centre.
2
1. Add a squared and b squared to get c squared. Or, using a more
mathematical approach in text style: a2 + b2 = c2 . And in display
style:
a 2 + b2 = c 2
Pr{Mn ≤ z} = Pr{X1 ≤ z, . . . , Xn ≤ z}
= Pr{X1 ≤ z} × · · · × Pr{Xn ≤ z}
= {F (z)}n (1)
3.
−x if x < 0,
|x| = 0 if x = 0,
x if x > 0.
3 Creating Table
Produce the following table. Please use caption package and captionsetup
to customize your caption. Use the cline command to draws a horizontal
lines across the columnn specified, beginning in column i and ending in
column j. You can use arraystretch to adjust the row spacing of a table.
Default value is 1, you can increase the number. Refer instruction 4 (e) to
raise the word Method in a Table 1.
Table 1: Parameter Estimates of GEV Model.
Parameter Estimates
Method
µ̂ σ̂ ξˆ
MLE 0.015 0.0073 0.2112
LMOM 0.014 0.0072 0.2241
4 Inserting Images
Please use graphicx package to insert a figure. You can use any image for
your figure.
3
Figure 1: My cat
References
[1] Lamport, L. 1994. LATEX: A Document Preparation System: User’s
Guide and Reference Manual. Massachusetts: Addison-Wesley.