-
Notifications
You must be signed in to change notification settings - Fork 0
/
day#05.tex
102 lines (58 loc) · 1.87 KB
/
day#05.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
% text document formatting
\documentclass[11pt]{article}
\usepackage{hyperref}
%\title{My LaTeX Document}
%\title{My \LaTeX Document}
\title{My \LaTeX\ Document}
\author{Md. Zahangir Alam}
%\date{July 17 2023}
\date{\today}
\begin{document}
\tableofcontents
\maketitle
this is will produces \textit{italicized} text.
this is will produces \textbf{bold face} text.
this is will produces \textsc{small caps} text.
this is will produces \texttt{typewriter} text.
Please visit CS website at \texttt{http://cs.joy.com}.
Please visit CS website at \url{https://github.com}.
Please visit CS website at \href{https://github.com}{Github}.
\vspace{1cm}
Good day to You.
Good day \begin{large}to You\end{large}.
Good day \begin{Large}to You\end{Large}.
Good day \begin{huge}to you\end{huge}.
Good day \begin{Huge}to you\end{Huge}.
Good day \begin{normalsize}to You\end{normalsize}.
Good day \begin{small}to You\end{small}.
Good day \begin{scriptsize}to You\end{scriptsize}.
Good day \begin{tiny}to You\end{tiny}.
\vspace{1cm}
\begin{center}text position center.\end{center}
\begin{flushleft}text position left-justified.\end{flushleft}
\begin{flushright}text position right-justified.\end{flushright}
%\centering
%this line is center.\\
%this line is left-justified.\\
%this line is right-justified.
%\Large
%this line is center.
%this line is left-justified.
%this line is right-justified.
\tiny
this line is center.
this line is left-justified.
this line is right-justified.
\section{Linear Functions}
\subsection{Slope-intercept form}
\subsubsection{Example 1:}
\subsubsection{Example 2:}
\subsection{Standard form}
\subsubsection*{Example 1:} %removed number - infron of title
\subsubsection*{Example 2:}
\subsection{Point-slope form}
\section{Quadratic Functions}
\subsection{Vertex form}
\subsection{Standard form}
\subsection{Factored form}
\end{document}