Practical
Practical
2
Chapter 1
Introduction
1.1 Environment
A LATEX is a structure composed of two complementry commands,within
which some praticular job can be performed.
we can name a Environment anything by using.
First we will learn about latex environment,
\begin{environment_name}
\end{environment_name}
There are many types of environment you can use,like verbatim if you want to
write the latex code,itemize if you want to itemize the things and etc Now we
will learn about the Fonts,how we can write them and what are the different
types of fonts.
1.2 Package
The class (or type) of a document,incorporated through the backslash document
command,includes only basic features of latex. Many additional commands and
envirments are defined in seperate files,known as packages.
\usepackage{name of package}
3
4 CHAPTER 1. INTRODUCTION
1.3 Fonts
There are many types of fonts you can use in latex like
size
size
size
size
size
size
size
and there are types of things you can do like given below,
1.4 Quatation
For quoting texts within quotation marks,(’)may be used as the left quote and
(’)as the right quote(each twice for double quotation)
For quoting an existing statement in a narrowed witdh without any change,the
quote or quotation envirnoment may be used.
Like
α1 − b3 β1 − γ1 = b3 B0
21 + µb3 β1 − 2µγ1 = −b3 B0
a3 β1 + γ1 − a3 δ1 = 0
µa3 β1 − 2µγ1 − a3 δ1 = 0
(1.1)
21 Z ∞
e2
h i
A(ω) = eiωt n × [(n − β) × β̇]κ3
8π 2 c −∞ ret
\begin{eqnarray}
A(\omega)={\left(}\frac{e^2}{8\pi^2c}{\right)}^\frac{1}{2} \int_{-\infty}^{\infty}e^{i\omega t}{\
A(\omega)={\left(}\frac{e^2}{8\pi^2c}{\right)}^\frac{1}{2} \int_{-\infty}^{\infty}e^{i\omega(t’+[
\end{eqnarray}
6 CHAPTER 1. INTRODUCTION
Chapter 2
Figure
2.1 Gnuplot
Question 4
1.1
f(x)
1
0.9
0.8
0.7
0.6
y
0.5
0.4
0.3
0.2
0.1
0
-15 -10 -5 0
x
7
8 CHAPTER 2. FIGURE
pi=3.1415
f(x)=2/pi-(4/pi)*((cos(2*x)/3)+(cos(4*x)/15)+(cos(6*x)/35))
pl [-18.8495:18.8495] f(x)
set term postscript enhance color
set xlabel "x"
set ylabel "y"
set title "Plot mentioned above "
set output "figure1.eps"
replot