-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tutorial_04.tex
80 lines (67 loc) · 1.09 KB
/
Tutorial_04.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
\documentclass[12pt]{article}
\usepackage{enumerate}
\begin{document}
\begin{enumerate}
\item pencil
\item calculator
\item ruler
\item notebook
\begin{enumerate}
\item notes
\item homework
\item assessment
\begin{enumerate}
\item test
\item quizs
\item final
\end{enumerate}
\end{enumerate}
\item others
\end{enumerate}
\vspace{1cm}
\begin{enumerate}[A.]
\item pencil
\item calculator
\item ruler
\item notebook
\end{enumerate}
\vspace{1cm}
\begin{enumerate}[i.]
\item pencil
\item calculator
\item ruler
\item notebook
\end{enumerate}
\vspace{1cm}
\begin{enumerate}\setcounter{enumi}{5}%startfrom No. 6
\item pencil
\item calculator
\item ruler
\item notebook
\end{enumerate}
\vspace{1cm}
\begin{itemize}
\item pencil
\item calculator
\item ruler
\item notebook
\begin{itemize}
\item notes
\item homework
\item assessment
\begin{itemize}
\item test
\item quizs
\item final
\end{itemize}
\end{itemize}
\item others
\end{itemize}
\vspace{1cm}
\begin{enumerate}%without numbers
\item[A] pencil
\item[a] calculator
\item[i] ruler
\item[1] notebook
\end{enumerate}
\end{document}