can anyone give me latex codings??can anyone give me latex code which is use in brainly?
Answers
Answer:
He is latex code......
Required Answer :
What is LaTeX ?
➜ LateX is a typesetting software, designed to typeset books, articles, etc.
The Software "LateX" is also used in the Brainly. {App as well as Website}
Why we use LateX ?
We use lateX for these reasons -
We use LateX for showing our Answers more attractive or Beautifull.
We use LateX for highlighting important Words and Sentences.
We use LateX for clearly showing maths equations, which help the questioner to understand well.
Basic Rule :
The basic rule is that just type anything between [ tex ] and [ /tex ]tags.
But, there is a word limit also. That is, character Limit of 512 Characters.
Actually they services are different on the app it is different & on the web it is different. Therefore, If you cross the word limit -
In-app it will be rendered.
On web it won't be rendered.
For space we use - \; or \: or \.
For Example :
[ tex ]{Your\:Text.}[/ tex]
Result :
Underline Text :
For underline some text -
Code :
[ tex ]\underline{Your\;Text}[/tex]
Result :
For Double Underline :
Code :
[ tex ]\underline{\underline{{Your\;Text}}}[/tex]
Result :
Result :
Colouring Text :
Code :
\red{Your\:Text}
Result :
[tex]\red{Your\:Text}[\tex]
Here I am using only red colour you can use different type of colour like \blue, \yellow, \pink, etc.
Autmatic Spacing :
➞ This function help us by giving automatically space. You'll get a result in italics, and with no spacing.
Code :
[ tex] \text{Your Text} [ /tex ]
Result :
[tex]\text{Your Text}[\tex]
Huge Text :
Code : [ tex ]\huge \text{Your Text}[ \ tex]
Result :
[tex]\huge \text{Your Text}[\tex]
Boxes :
➞ This function help us to make a box aroung the things.
Code :
\boxed{Your\;Text}
Result :
\boxed{Your \: Text}YourText
Format of Texts :
❒ You can use \sf , \bf , \it , \mathfrak etc..
❒ This will change the format & Writing style of the Texts.
❒ Also, we can use colours, but that won't work on Website of Brainly. So, Better don't use!
Spacing :
➞ There is some kinds :
=> \:
For usual space.
=> \
For a bit short space from simply one.
=> \quad
For a large Gap.
=> \qquad
For more large Gap.
=> \\
Starting new line in the code.
Remember :
For Starting new line in the lateX code. Never Press enter in code. It may spoil your code.
So, While Starting new line always use "//" once for twice.
Lines/Rules :
→ This help us to make a line.
Code :
\rule{300}{1.5}
Result :
\rule{300}{1.5}
Note :
❍ Here I used 300 & 1.5 for my line. You can any value here. Depend upon you & your need.
❍ Now, I think I explained everything about texts of lateX. We use lateX for Maths & sometimes Physics equations also.
━━━━━━━━━━━━━━━━━━━━━━━