how do you do Le TeX i wunna learn can someone teach me????
@inowalst @nobrainiachere @Jaynator495
@confluxepic @nobrainiachere
@inowalst We will let you teach this person since you already know so much. :)
o_o ....
I'm not advanced, though.. :| I think its best if one of you do it.
Let me give Jay's tutorial.
@andrewhaze Here are the basics. You start with a `\(\` and end with a `\)`.
\(\Huge\sf Basic~\LaTeX\) When using LaTeX you start by placing `\(` at the start and `\)` when you have finished. For example you can type `\(Example\)` and it will come out as \(Example\) \(\Huge\sf Fonts\) \(\begin{array}{|l|l|}\hline \sf{Command}&\sf{Outcome}\\\hline \sf{\backslash tt}&\sf{\tt{tt}}\\\hline \sf{\backslash it}&\sf{\it{it}}\\\hline \sf{\backslash sf}&\sf{\sf{sf}}\\\hline \sf{\backslash bf}&\sf{\bf{bf}}\\\hline \sf{\backslash rm}& \sf{\rm{rm}}\\\hline \sf{\backslash cal}& \sf{\cal{cal}}\\\hline \sf{\backslash scr}& \sf{\scr{scr}}\\\hline \sf{\backslash frak}& \sf{\frak{frak}}\\\hline \sf{\backslash mathbb}& \sf{\mathbb{MATHBB}}\\\hline \sf{\backslash boldsymbol}& \sf{\boldsymbol{boldsymbol}}\\\hline \end{array}\) For example, you can type `\(\sf{\LaTeX}\)` and it will come out as \(\sf{\LaTeX}\) \(\Huge\sf{Sizes}\) \(\begin{array}{|l|l|}\hline \sf{Command}&\sf{Outcome}\\\hline \sf{\backslash tiny}&\sf{\tiny{tiny}}\\\hline \sf{\backslash Tiny}&\sf{\Tiny{Tiny}}\\\hline \sf{\backslash scriptsize}&\sf{\scriptsize{scriptsize}}\\\hline \sf{\backslash small}&\sf{\small{small}}\\\hline \sf{\backslash normalsize}&\sf{\normalsize{normalsize}}\\\hline \sf{\backslash large}& \sf{\large{large}}\\\hline \sf{\backslash Large}& \sf{\Large{Large}}\\\hline \sf{\backslash LARGE}& \sf{\LARGE{LARGE}}\\\hline \sf{\backslash huge}& \sf{\huge{huge}}\\\hline \sf{\backslash Huge}& \sf{\Huge{Huge}}\\\hline \end{array}\) For example `\(\Huge{Example}\)` comes out as \(\Huge{Example}\) \(\Huge\sf{Colors}\) \begin{array}{|l|l|}\hline \sf\Large predefined\ colors&\sf\Large hexadecimal\\\hline \sf\Large\color{maroon}{maroon}&\sf\Large\color{#FF0000}{\#FF0000}\\\hline \sf\Large\color{brown}{brown}&\sf\Large\color{#FF1700}{\#FF1700}\\\hline \sf\Large\color{red}{red}&\sf\Large\color{#FF2E00}{\#FF2E00}\\\hline \sf\Large\color{orangered}{orangered}&\sf\Large\color{#FF4500}{\#FF4500}\\\hline \sf\Large\color{salmon}{salmon}&\sf\Large\color{#FF5C00}{\#FF5C00}\\\hline \sf\Large\color{orange}{orange}&\sf\Large\color{#FF7300}{\#FF7300}\\\hline \sf\Large\color{goldenrod}{goldenrod}&\sf\Large\color{#FF7300}{\#FF7300}\\\hline \sf\Large\color{gold}{gold}&\sf\Large\color{#FF8A00}{\#FF8A00}\\\hline \sf\Large\color{yellow}{yellow}&\sf\Large\color{#FFA100}{\#FFA100}\\\hline \sf\Large\color{greenyellow}{greenyellow}&\sf\Large\color{#FFB800}{\#FFB800}\\\hline \sf\Large\color{olive}{olive}&\sf\Large\color{#FFCF00}{\#FFCF00}\\\hline \sf\Large\color{lime}{lime}&\sf\Large\color{#FFE600}{\#FFE600}\\\hline \sf\Large\color{springgreen}{springreen}&\sf\Large\color{#FFFD00}{\#FFFD00}\\\hline \sf\Large\color{green}{green}&\sf\Large\color{#FFFF00}{\#FFFF00}\\\hline \sf\Large\color{forestgreen}{forestgreen}&\sf\Large\color{#E8FF00}{\#E8FF00}\\\hline \sf\Large\color{seagreen}{seagreen}&\sf\Large\color{#D1FF00}{\#D1FF00}\\\hline \sf\Large\color{teal}{teal}&\sf\Large\color{#BAFF00}{\#BAFF00}\\\hline \sf\Large\color{turquoise}{turquoise}&\sf\Large\color{#A3FF00}{\#A3FF00}\\\hline \sf\Large\color{cyan}{cyan}&\sf\Large\color{#8CFF00}{\#8CFF00}\\\hline \sf\Large\color{aquamarine}{aquamarine}&\sf\Large\color{#75FF00}{\#75FF00}\\\hline \sf\Large\color{cadetblue}{cadetblue}&\sf\Large\color{#5EFF00}{\#5EFF00}\\\hline \sf\Large\color{cornflowerblue}{cornflowerblue}&\sf\Large\color{#19FF00}{\#19FF00}\\\hline \sf\Large\color{royalblue}{royalblue}&\sf\Large\color{#00FF17}{\#00FF17}\\\hline \sf\Large\color{midnightblue}{midnightblue}&\sf\Large\color{#00FF5C}{\#00FF5C}\\\hline \sf\Large\color{navy}{navy}&\sf\Large\color{#00FF8A}{\#00FF8A}\\\hline \sf\Large\color{blue}{blue}&\sf\Large\color{#00FFB8}{\#00FFB8}\\\hline \sf\Large\color{purple}{purple}&\sf\Large\color{#00FFE6}{\#00FFE6}\\\hline \sf\Large\color{blueviolet}{blueviolet}&\sf\Large\color{#00E6FF}{\#00E6FF}\\\hline \sf\Large\color{darkorchid}{darkorchid}&\sf\Large\color{#00CFFF}{\#00CFFF}\\\hline \sf\Large\color{magenta}{magenta}&\sf\Large\color{#00A1FF}{\#00A1FF}\\\hline \sf\Large\color{orchid}{orchid}&\sf\Large\color{#008AFF}{\#008AFF}\\\hline \sf\Large\color{plum}{plum}&\sf\Large\color{#0073FF}{\#0073FF}\\\hline \sf\Large\color{grey}{grey}&\sf\Large\color{#005CFF}{\#005CFF}\\\hline \sf\Large\color{tan}{tan}&\sf\Large\color{#0045FF}{\#0045FF}\\\hline \end{array} Credit to colors goes to @thomaster For example, you can type `\(\color{blueviolet}{Example}\)` and it will come out as \(\color{blueviolet}{Example}\) \(\Huge\sf Bounding Box\) `\(\bbox[5pt, white ,border:5px solid black]{\bf\huge Example}\)` & `\(\bbox[5pt, white ,border:5px dotted black]{\bf\huge Example}\)` & `\(\bbox[5pt, white ,border:5px dashed black]{\bf\huge Example}\)` with those you would get \(\bbox[5pt, white ,border:5px solid black]{\bf\huge Example}\) & \(\bbox[5pt, white ,border:5px dotted black]{\bf\huge Example}\) & \(\bbox[5pt, white ,border:5px dashed black]{\bf\huge Example}\) \(\Huge\sf{Boxes}\) `\(\boxed{\boxed{\boxed{Example}}}\)` comes out as \(\boxed{\boxed{\boxed{Example}}}\) \(\Huge\sf{mbox}\) This is simple. the command is \mbox so you can do things like `\(\mbox{Hi i dont need the approx symbol to space my words}\)` Comes out as \(\mbox{Hi i dont need the approx symbol to space my words}\) \(\Huge\sf{fbox}\) This is the same thing as \mbox but it has a box around it. For example, `\(\fbox{Example}\)` comes out as \(\fbox{Example}\) \(\Huge\sf{Whacky~\LaTeX}\) With whacky LaTeX you use the symbols `^` and `_` to make the letter smaller and more towards the top or smaller and more towards the bottom. For example `\(\Huge{_Wh^ac_kY^!!_!}\)` comes out as \(\Huge{_Wh^ac_kY^!!_!}\) \(\Huge\sf{Macros}\) Macros are used to make multiple of something without writing it out all over again, it is also used to make commands. For example, you can type `\(\def\OS{OpenStudy}\OS\)` and it will come out as \(OpenStudy\) and so now, all you need to type, is `\(\OS\)` and it will come out as \(OpenStudy\) \(\Huge\sf Hyperlinks\) Hyperlinks are simple, all you need to type, is this, `\(\href{http:///openstudy.com/study#/updates/5511e873e4b08daf898953a8}{Click~here~to~go~to~a~tutorial}\)` and it will come out as \(\href{http:///openstudy.com/study#/updates/5511e873e4b08daf898953a8}{Click~here~to~go~to~a~tutorial}\) and once you click it, it will bring you to whatever website you placed into the code. \(\Huge\sf{rlap}\) With rlap all you have to type is `\(\rlap{\color{red}{Example}}{\color{blueviolet}{\: Example}}\)` and it will come out as \(\rlap{\color{red}{Example}}{\color{blueviolet}{\: Example}}\) \(\Huge\sf{hspace}\) hspace moves things to the left or right. The way you would do this is, `\(\hspace{+100pt}{Example}\)` and it would come out as \(\hspace{+100pt}{Example}\) \(\Huge\sf{Combining~commands}\) To combine commands such as, colors, fonts, and sizes, you would type something like this, `\(\Huge\sf\color{blueviolet}{Example}\)` and it would come out as \(\Huge\sf\color{blueviolet}{Example}\) \(\hspace{+70pt}\Huge\sf{Share~the~\LaTeX}\) ``` \(\sf\href{http:///openstudy.com/study#/updates/55122d18e4b08daf8989bf80}{\Huge\rlap{\color{silver}{Nobrainiacher\color{silver}e's~tutorial}}\hspace{+3pt}{\color{red}N\color{orange}o\color{gold}b\color{lime}r\color{greenyellow}a\color{blue}i\color{purple}n\color{blueviolet}i\color{violet}a\color{magenta}c\color{red}h\color{orange}e\color{gold}r\color{lime}e\color{greenyellow}'\color{blue}s~\color{purple}t\color{blueviolet}u\color{violet}t\color{magenta}o\color{red}r\color{orange}i\color{gold}a\color{lime}l}}\) \(\hspace+35pt\Huge\sf{~~\hspace{+6pt}Please~do~not~post~any~\\\hspace+35pt\LaTeX~after~this~comment~\\\hspace+35pt~~~~~~~~~~~~due~to~lag}\)
\(\sf\huge{Basic~\LaTeX~Entry}\) Basic LaTeX 101 how to format it so it will work \(BasicLaTeXEntry\) `\(BasicLaTeXEntry\)` is what i eneterd. this is the formating for nothing special... its the normal text no art, just semi normal text.
so you have to do (/ \)
\(\sf\huge{Spacing}\) The normal spacing between words in the \(\LaTeX\) has a ~ between the words, if your wondering were this key is, its most of the time above the tab key below the esc key. if i were to enter `\(hi~welcome~to~openstudy\)` the output would be \(hi~welcome~to~openstudy\) there are infact other types of spacing, and they are, \space larger space \; large space \(hi\;hi\) \: mid space \(hi\:hi\) \, small space \(hi\,hi\) \! negative space (touches together) \(hi\!hi\) \quad huge space \(hi\quad hi\) \qquad 2x huge space \(hi\qquad hi\) \hspace{pt} space size of your choice (input the number of pt you want the size right before pt... for example 5pt or 12512pt you can also make a negative space with -256pt or -512pt) \(hi\hspace{1pt}hi\) OR \(hi\hspace{-1pt}hi\)
\(\color{blue}{\text{Originally Posted by}}\) @andrewhaze so you have to do (/ \) \(\color{blue}{\text{End of Quote}}\) No. \(\ \)
oh
\(\color{blue}{\text{Originally Posted by}}\) @confluxepic \(\color{blue}{\text{Originally Posted by}}\) @andrewhaze so you have to do (/ \) \(\color{blue}{\text{End of Quote}}\) No. \(\ \) \(\color{blue}{\text{End of Quote}}\) `\( \)`
oh ok
\(\color{blue}{\text{Originally Posted by}}\) @confluxepic \(\color{blue}{\text{Originally Posted by}}\) @confluxepic \(\color{blue}{\text{Originally Posted by}}\) @andrewhaze so you have to do (/ \) \(\color{blue}{\text{End of Quote}}\) No. \(\ \) \(\color{blue}{\text{End of Quote}}\) `\( \)` \(\color{blue}{\text{End of Quote}}\) Oops. `\(\ \)`
`\(\text\)`
Try it yourself.
\(\im\) \(\ learning \) xD
like that?
Yes.
THANK YOU @confluxepic !!!!!!
I think you should have put a space in front of the firs one. You can also combine them.
how?
`\(\ Testing~text\)` becomes \(\ Testing~text\)
See how I used `~`.
oh ok
In \(\LaTeX\) `~` are the spaces.
\(\thank~you\)
how do you make it bigger?
\(\ No~problem~but~there's~more~to~learn!\)
Check this out if you want to learn more. @nobrainiachere also has a complete tutorial. Don't miss out on them! http://openstudy.com/study#/updates/5491fcc4e4b01cc001531c1d/
^_^
ok \(\YOUR~AWESOME~CONFLUXEPIC\)
\(\color{blue}{\text{Originally Posted by}}\) @andrewhaze how do you make it bigger? \(\color{blue}{\text{End of Quote}}\) `\(\huge\Big\)`to make it bigger \(\huge\ Big\)
\(\color{blue}{\text{Originally Posted by}}\) @Jaynator495 \(\sf\huge{Text~Sizes}\) There are many different text sizes, these can be used for emphesis, huge text, attention grabbers, etc. Arranged From Largest To Smallest \Huge \(\Huge{Test~Text}\) \huge \(\huge{Test~Text}\) \LARGE \(\LARGE{Test~Text}\) \Large \(\Large{Test~Text}\) \large \(\large{Test~Text}\) \small \(\small{Test~Text}\) \scriptsize \(\scriptsize{Test~Text}\) \Tiny \(\Tiny{Test~Text}\) \tiny \(\tiny{Test~Text}\) \(\color{blue}{\text{End of Quote}}\)
one more thing @confluxepic
Sure. ^_^
how about the color
same thing?
`\(\huge\color{blue}{BLUE}\)` becomes \(\huge\color{blue}{BLUE}\)
There are many different colors.
Blue, purple, pink, green, red, and then all of them in between.
You can also use # and add 6 numbers to make a color.
\(\huge\color{blue}{THANK~YOU})
\(\huge\color{blue}{THANK~YOU}\)
srry forgot the \
\(\Huge\color{blue}{You're~welcome!}\)
\(\huge\color{green}{YAY~I~JUST~LEARNED}\)
\(\Huge\ Congratulations!\)
\(YOUR~AN~AWESOME~TEACHER\)
\(\huge\color{yellow}{:)}\)
Try `\(\ddot\smile\)`
Type ``` \(\color{blueviolet}{\ddot\smile}\)
\(huge\color{cyan}{ddot\smile}\)
ahh i did it wrong
\(\huge\color{cyan}{\ddot\smile}\)
\(\Huge\odot\)\(\Huge\odot\) \(\Huge\smile\)
how do you do that
\(\large\odot\)\(\large\odot\) \(\large\smile\)
`\(\odot\)`
``` \(\Huge\color{blueviolet}{\ddot\smile}\)
i feel stupid compared to you guys lol
You only need to feel stupid compared to me xD
XD
I'm serious...
O.O
You put Rainbows on bread, and eat it.
Join our real-time social learning platform and learn together with your friends!