What are the different styles of writing in LaTeX . Give atleast 10 examples.( Including Types of arrows )
For Example:-
1. \dashrightarrow\sf
Example:-
Result:-
( In image )
1. \longrightarrow\sf
Example:-
\longrightarrow\sf \: v = u + at
Result:-
( In image )
Answers
❍ Different styles of writing in LaTeX are :-
\sf
Example :-
\bf
Example :-
\pmb
Example :-
\frak
Example :-
\mathfrak
Example :-
\tt
Example :-
\rm
Example :-
\mathrm
Example :-
_________
❍ Arrows :-
\dashrightarrow
Example :-
\rightarrow
Example :-
\leadsto
Example :-
\implies
Example :-
\hookrightarrow
Example :-
\longleftarrow
Example :-
\dashleftarrow
Example :-
[ Note : If you notice any LaTeX error in app, view the answer from website on brainly.in to view the answer ]
- Let us get some shapes Latex
Square :
Latex=
\setlength{\unitlength}{1cm}\begin{picture}(0,0)\thicklines\multiput(0,0)(4,0){2}{\line(0,1){4}}\multiput(0,0)(0,4){2}{\line(1,0){4}}\put(-0.5,-0.5){\bf D}\put(-0.5,4.2){\bf A}\put(4.2,-0.5){\bf C}\put(4.2,4.2){\bf B}\put(1.5,-0.6){\bf\large x\ cm}\put(4.4,2){\bf\large x\ cm}\end{picture}
Result=
Circle :
Latex=
\setlength{\unitlength}{1cm}\begin{picture}(0,0)\thicklines\qbezier(2.3,0)(2.121,2.121)(0,2.3)\qbezier(-2.3,0)(-2.121,2.121)(0,2.3)\qbezier(-2.3,0)(-2.121,-2.121)(0,-2.3)\qbezier(2.3,0)(2.121,-2.121)(-0,-2.3)\put(0,0){\line(1,0){2.3}}\put(0.5,0.3){\bf\large x\ cm}\end{picture}
Result
Trigonometric Table :
Latex
\bullet\:\sf Trigonometric\:Values :\\\\\boxed{\begin{tabular}{c|c|c|c|c|c}Radians/Angle & 0 & 30 & 45 & 60 & 90\\\cline{1-6}Sin \theta & 0 & $\dfrac{1}{2} &$\dfrac{1}{\sqrt{2}} & $\dfrac{\sqrt{3}}{2} & 1\\\cline{1-6}Cos \theta & 1 & $\dfrac{\sqrt{3}}{2}&$\dfrac{1}{\sqrt{2}}&$\dfrac{1}{2}&0\\\cline{1-6}Tan \theta&0&$\dfrac{1}{\sqrt{3}}&1&\sqrt{3}&Not D{e}fined\end{tabular}}
Result
(English)
Format of Notice (1) : :
Latex
\boxed{\begin{minipage}{6cm} \\ \sf{ N{a}me of the Institution / Organization } \\ \sf{ \dots\dots \dots NOTICE \dots\dots \dots } \\ \\ \sf{Date : Date/Month/Year } \\ \\ \tt{ Main Body } \\ \\\sf{\dots\dots\dots\dots Heading\dots\dots\dots\dots}\\ \sf[Body/Content]\\\\\sf{Signature} \\ \sf{N{a}me} \\ \sf{ Designation}\end{minipage}}
Result
Format of Diary :
Latex
\boxed{\begin{minipage}{6 cm}\\ \sf{Day/Date/Year }\\ \\ \sf{Time : 00:00 am / pm }\\\\\sf{Dear Diary ,}\\ \\ \\ \\ \sf{\dots \dots Body \dots \dots } \\ \\ \\ \\ \\ \sf{ABC}\end{minipage}}