Computer Science, asked by Anonymous, 1 year ago

Give me LaTeX code more than ten



If you know than tell me



No Spam

Answers

Answered by abhi569
24
List of LaTeX codes :


All of the codes will be between  [\tex] <br /><br /><br /><br />• input : \bold{ text } <br /><br />Output ↓<br />[tex] \bold{ \: text}

• Input : \mathbf{ text }

Output ↓

 \mathbf{text}

• Input : \mathbb

Output ↓

\mathbb{m}

• Input : \textbf

Output ↓

 \textbf{m}

• Input : \dfrac{ m}{n}

Output ↓

 \dfrac{ m}{n}

Input : \fcolorbox{red}{aqua}{ text}

Output ↓

 \fcolorbox{red}{aqua}{ text}<br />

Input : \textcolor{red}{text}

Output ↓

 \textcolor{red}{text} <br />

Input : \Rightarrow

Output ↓

 \Rightarrow

Input : \rightarrow

Output :

 \rightarrow

Input : \underline

Output ↓

 \underline{ \: \: text \: \: \: }

And many more.
Answered by Anonymous
19
List of LaTeX Codes are》》》

●Bold=\textbf{your text}
●Italic=\textit{your text}
●Style=\mathfrak{your text}
●Boxed=\boxed{your text}
●Underline=\underline{your text}
●Colourbox=\fcolorbox{red}{aqua}{your text}
●Big=\huge{your text}
●Small=\small{your text}
●Colour=\red{your text}
=\blue{your text}
=\green{your text}
=\purple{your text}
=\pink{your text}

bold = \textbf{hello}<br />
italic = \textit{hello}
style = \mathfrak{hello}
boxed = \boxed{hello}
underline = \underline{hello}
colourbox = \fcolorbox{red}{aqua}{hello}
big = \huge{hello}
small = \small{hello}
colour = \red{hello}
colour = \pink{hello}
colour = \purple{hello}
colour = \green{hello}
colour = \blue{hello}

 \fcolorbox{blue}{pink}{hope it helps}
Similar questions