-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.tex
More file actions
58 lines (44 loc) · 942 Bytes
/
test.tex
File metadata and controls
58 lines (44 loc) · 942 Bytes
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
\documentclass[11pt]{ahsan}
\title{Hello}
\begin{document}
\maketitle
\tableofcontents
\section{hello}
hello, world, this is a text to test fonts
\url{hello}
\[f(x) = \begin{cases}
x \times 2 & \text{ if } x > 1\\
x + 2 & \text{ otherwise }
\end{cases}\]
\begin{theorem}[hello, world]
Hello
\end{theorem}
\begin{prooof}
hello, world
\end{prooof}
\begin{lemma}
hello
\end{lemma}
\begin{lstlisting}[style=myhaskell]
hello, world
\end{lstlisting}
\begin{lemma}
hiee
\end{lemma}
\begin{lemma}
this is a random text that
this is a random text that
this is a random text that
this is a random text that
this is a random text that
this is a random text that
this is a random text that
this is a random text that
this is a random text that
this is a random text that
this is a random text that
\end{lemma}
\begin{scala}[hel]
bruh
\end{scala}
\end{document}