Ask your own question, for FREE!
LaTeX Practicing! :) 26 Online
OpenStudy (justuu):

@chrperez28

OpenStudy (justuu):

\(\Huge\cal{Simple~LaTeX}\) First you start with `\(` and you end with `\)` Next : you put text inside of `\(` and `\)` Example : \(Hi\) = `\(Hi\)`

OpenStudy (justuu):

\(\Huge\cal\color{Black}{Text~Size}\) \(\tiny{tiny}\) \(\Tiny{Tiny}\) \(\scriptsize{scriptsize}\) \(\normalsize{normalsize}\) \(\large{large}\) \(\Large{Large}\) \(\LARGE{LARGE}\) \(\huge{huge}\) \(\Huge{Huge}\) Example : \(\Large{Hi}\) = `\(\Large{Hi}\)`

OpenStudy (chrperez28):

so /(Hi/)

OpenStudy (justuu):

`\(Hi\)` not `/(Hi/)`

OpenStudy (justuu):

\(\LARGE\cal\color{Black}{Text~Fonts}\) \(\mathbb{MATHBB}\) = `\(\mathbb{MATHBB}\)` \(\boldsymbol{BOLDSYMBOL}\) = `\(\boldsymbol{BOLDSYMBOL}\)` \(\it{IT}\) = `\(\it{IT}\)` \(\tt{TT}\) = `\(\tt{TT}\)` \(\rm{RM}\) = `\(\rm{RM}\)` \(\scr{SCR}\) = `\(\scr{SCR}\)` \(\cal{CAL}\) = `\(\cal{CAL}\)` \(\bf{BF}\) = `\(\bf{BF}\)` \(\sf{SF}\) = `\(\sf{SF}\)`

OpenStudy (justuu):

\(\Huge\color{Black}{Text~colors}\) You can use different colors. \(\href{http:///www.color-hex.com/color-wheel/}{Click~here~for~color~wheel~codes}\) OR \(\href{http:///www.color-hex.com}{Click~here~for~color~codes}\) you can type color code and you can type just the color you want. Example : \(\color{Pink}{This~color~is~pink}\) = `\(\color{Pink}{This~color~is~pink}\)` OR \(\color{#FFC0CB}{This~color~is~pink}\) = `\(\color{#FFC0CB}{This~color~is~pink}\)`

OpenStudy (justuu):

\(\Huge\cal\color{Black}{Spacing}\) You can use ~ to make space if you just do space it will be like this : \(Hitoyou\) if you use ~ it will be like this \(Hi~to~you\) . Example: \(Hi to you\) = `\(Hi to you\)` \(Hi~to~you\) = `\(Hi~to~you\)`

OpenStudy (justuu):

\(\Large{Now~lets~put~everything~together.}\) \(\Huge\scr\color{Blue}{wOw~CoOl}\) = `\(\Huge\scr\color{Blue}{wOw~CoOl}\)` `\(\SIZE\font\color{The color you want the text be.}{Your text}\)`

OpenStudy (justuu):

You can make different letters different colors.And different letters different size. \(\LARGE\cal\color{violet}{R}\color{indigo}{a}\color{blue}{i}\color{green}{n}\color{yellow}{b}\color{orange}{o}\color{red}{w}\) = ``` \(\LARGE\cal\color{violet}{R}\color{indigo}{a}\color{blue}{i}\color{green}{n}\color{yellow}{b}\color{orange}{o}\color{red}{w}\) ``` \(\Huge\cal\color{violet}{R}\huge\color{indigo}{a}\LARGE\color{blue}{i}\Large\color{green}{n}\large\color{yellow}{b}\normalsize\color{orange}{o}\scriptsize\color{red}{w}\) = ``` \(\Huge\cal\color{violet}{R}\huge\color{indigo}{a}\LARGE\color{blue}{i}\Large\color{green}{n}\large\color{yellow}{b}\normalsize\color{orange}{o}\scriptsize\color{red}{w}\)

OpenStudy (justuu):

\(\Huge\cal\color{Black}{Underlined}\) \(\underline{underline}\) = `\(\underline{underline}\)` \(\Huge\cal\color{black}{Overlined}\) \(\overline{overline}\) = `\(\overline{overline}\)`

OpenStudy (justuu):

\(\Huge\cal{Overlapping~text}\) \(\rlap{\color{Red}{Hi}}{\color{Pink}{\:Hi}}\) = `\(\rlap{\color{Red}{Hi}}{\color{Pink}{\:Hi}}\)` ``` \(\rlap{\color{(color you want to use for the lower layer here)}{(Text You Want For The Lower Layer}}{\color{(color you want for the lower layer here)}{(Spacing You Want Here this is important otherwise they'll be directly underneath each other and you wont be able to see the shadow effect if you will)(Text you want for the top layer here)}}\) ```

OpenStudy (justuu):

\(\large\cal\color{Black}{More~then~one~line~with~one~LaTeX~string}\) \(Hi\\Hi\) = `\(Hi\\Hi\)`

OpenStudy (justuu):

\(\Huge\cal\color{Black}{Whacky~LaTeX}\) \(L^{a^{T^{e^{X^{~^{w^{O^{w}}}}}}}}\) = `\(L^{a^{T^{e^{X^{~^{w^{O^{w}}}}}}}}\)`

OpenStudy (justuu):

\(\begin{array}{|l|l|}\hline \sf{Hi}&\sf{Hi}\\\hline \sf{Hi}&\sf{Hi}\\\hline \sf{Hi}&\sf{Hi}\\\hline \end{array}\) \(\Huge{=}\) ``` \(\begin{array}{|l|l|}\hline \sf{Hi}&\sf{Hi}\\\hline \sf{Hi}&\sf{Hi}\\\hline \sf{Hi}&\sf{Hi}\\\hline \end{array}\) ```

OpenStudy (justuu):

Here is a site for LaTeX Symbols : \(\href{http:///www.artofproblemsolving.com/wiki/index.php/LaTeX:Symbols}{Click~here~for~LaTeX~Symbols}\) Example : \(\Huge\color{Blue}{\bullet}\) = `\(\Huge\color{Blue}{\bullet}\)` \(\Huge\color{Blue}{\bigstar}\) = `\(\Huge\color{Blue}{\bigstar}\)`

OpenStudy (justuu):

\(\Huge{Canceling}\) \(\cancel{cancel}\) = `\(\cancel{cancel}\)` \(\bcancel{bcancel}\) = `\(\bcancel{bcancel}\)` \(\bcancel{\cancel{cancel}}\) = `\(\bcancel{\cancel{cancel}}\)`

OpenStudy (justuu):

\(\Huge\cal\color{Black}{Hyper~Links }\) \(\href{http:///openstudy.com/study#/updates/555cd619e4b0dee2e68d5a16}{Click~here~for~justuu's~LaTeX}\) = ``` \(\href{http:///openstudy.com/study#/updates/555cd619e4b0dee2e68d5a16}{Click~here~for~justuu's~LaTeX}\) ``` For links you need to use 3 `/` s , like this `https:///www` ` \(\href{Link you want here}{text you want the bottom to say}\)`

OpenStudy (justuu):

\(\huge \begin{array}{|rl|rl|rl|} \hline \bbox[#EFEFEF,2px]{\mathtt{1F600}} & \unicode{x1F600} & \bbox[#EFEFEF,2px]{\mathtt{1F601}} & \unicode{x1F601} & \bbox[#EFEFEF,2px]{\mathtt{1F602}} & \unicode{x1F602}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F603}} & \unicode{x1F603} & \bbox[#EFEFEF,2px]{\mathtt{1F604}} & \unicode{x1F604} & \bbox[#EFEFEF,2px]{\mathtt{1F605}} & \unicode{x1F605}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F606}} & \unicode{x1F606} & \bbox[#EFEFEF,2px]{\mathtt{1F607}} & \unicode{x1F607} & \bbox[#EFEFEF,2px]{\mathtt{1F608}} & \unicode{x1F608}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F609}} & \unicode{x1F609} & \bbox[#EFEFEF,2px]{\mathtt{1F60A}} & \unicode{x1F60A} & \bbox[#EFEFEF,2px]{\mathtt{1F60B}} & \unicode{x1F60B}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F60C}} & \unicode{x1F60C} & \bbox[#EFEFEF,2px]{\mathtt{1F60D}} & \unicode{x1F60D} & \bbox[#EFEFEF,2px]{\mathtt{1F60E}} & \unicode{x1F60E}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F60F}} & \unicode{x1F60F} & \bbox[#EFEFEF,2px]{\mathtt{1F610}} & \unicode{x1F610} & \bbox[#EFEFEF,2px]{\mathtt{1F611}} & \unicode{x1F611}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F612}} & \unicode{x1F612} & \bbox[#EFEFEF,2px]{\mathtt{1F613}} & \unicode{x1F613} & \bbox[#EFEFEF,2px]{\mathtt{1F614}} & \unicode{x1F614}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F615}} & \unicode{x1F615} & \bbox[#EFEFEF,2px]{\mathtt{1F616}} & \unicode{x1F616} & \bbox[#EFEFEF,2px]{\mathtt{1F617}} & \unicode{x1F617}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F618}} & \unicode{x1F618} & \bbox[#EFEFEF,2px]{\mathtt{1F619}} & \unicode{x1F619} & \bbox[#EFEFEF,2px]{\mathtt{1F61A}} & \unicode{x1F61A}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F61B}} & \unicode{x1F61B} & \bbox[#EFEFEF,2px]{\mathtt{1F61C}} & \unicode{x1F61C} & \bbox[#EFEFEF,2px]{\mathtt{1F61D}} & \unicode{x1F61D}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F61E}} & \unicode{x1F61E} & \bbox[#EFEFEF,2px]{\mathtt{1F61F}} & \unicode{x1F61F} & \bbox[#EFEFEF,2px]{\mathtt{1F620}} & \unicode{x1F620}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F621}} & \unicode{x1F621} & \bbox[#EFEFEF,2px]{\mathtt{1F622}} & \unicode{x1F622} & \bbox[#EFEFEF,2px]{\mathtt{1F623}} & \unicode{x1F623}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F624}} & \unicode{x1F624} & \bbox[#EFEFEF,2px]{\mathtt{1F625}} & \unicode{x1F625} & \bbox[#EFEFEF,2px]{\mathtt{1F626}} & \unicode{x1F626}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F627}} & \unicode{x1F627} & \bbox[#EFEFEF,2px]{\mathtt{1F628}} & \unicode{x1F628} & \bbox[#EFEFEF,2px]{\mathtt{1F629}} & \unicode{x1F629}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F62A}} & \unicode{x1F62A} & \bbox[#EFEFEF,2px]{\mathtt{1F62B}} & \unicode{x1F62B} & \bbox[#EFEFEF,2px]{\mathtt{1F62C}} & \unicode{x1F62C}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F62D}} & \unicode{x1F62D} & \bbox[#EFEFEF,2px]{\mathtt{1F62E}} & \unicode{x1F62E} & \bbox[#EFEFEF,2px]{\mathtt{1F62F}} & \unicode{x1F62F}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F630}} & \unicode{x1F630} & \bbox[#EFEFEF,2px]{\mathtt{1F631}} & \unicode{x1F631} & \bbox[#EFEFEF,2px]{\mathtt{1F632}} & \unicode{x1F632}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F633}} & \unicode{x1F633} & \bbox[#EFEFEF,2px]{\mathtt{1F634}} & \unicode{x1F634} & \bbox[#EFEFEF,2px]{\mathtt{1F635}} & \unicode{x1F635}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F636}} & \unicode{x1F636} & \bbox[#EFEFEF,2px]{\mathtt{1F637}} & \unicode{x1F637} & \bbox[#EFEFEF,2px]{\mathtt{1F638}} & \unicode{x1F638}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F639}} & \unicode{x1F639} & \bbox[#EFEFEF,2px]{\mathtt{1F63A}} & \unicode{x1F63A} & \bbox[#EFEFEF,2px]{\mathtt{1F63B}} & \unicode{x1F63B}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F63C}} & \unicode{x1F63C} & \bbox[#EFEFEF,2px]{\mathtt{1F63D}} & \unicode{x1F63D} & \bbox[#EFEFEF,2px]{\mathtt{1F63E}} & \unicode{x1F63E}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F63F}} & \unicode{x1F63F} & \bbox[#EFEFEF,2px]{\mathtt{1F640}} & \unicode{x1F640} & \bbox[#EFEFEF,2px]{\mathtt{1F641}} & \unicode{x1F641}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F642}} & \unicode{x1F642} & \bbox[#EFEFEF,2px]{\mathtt{1F643}} & \unicode{x1F643} & \bbox[#EFEFEF,2px]{\mathtt{1F644}} & \unicode{x1F644}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F645}} & \unicode{x1F645} & \bbox[#EFEFEF,2px]{\mathtt{1F646}} & \unicode{x1F646} & \bbox[#EFEFEF,2px]{\mathtt{1F647}} & \unicode{x1F647}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F648}} & \unicode{x1F648} & \bbox[#EFEFEF,2px]{\mathtt{1F649}} & \unicode{x1F649} & \bbox[#EFEFEF,2px]{\mathtt{1F64A}} & \unicode{x1F64A}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F64B}} & \unicode{x1F64B} & \bbox[#EFEFEF,2px]{\mathtt{1F64C}} & \unicode{x1F64C} & \bbox[#EFEFEF,2px]{\mathtt{1F64D}} & \unicode{x1F64D}\\ \hline \bbox[#EFEFEF,2px]{\mathtt{1F64E}} & \unicode{x1F64E} & \bbox[#EFEFEF,2px]{\mathtt{1F64F}} & \unicode{x1F64F} & \bbox[#EFEFEF,2px]{~~\mathtt{2295}} & \unicode{x2295}\\ \hline \end{array}\)

OpenStudy (justuu):

\(\Huge\color{red}{\downarrow}\color{orange}{~\downarrow}\color{yellow}{\downarrow}\color{Lime}{~\downarrow}\color{blue}{~\downarrow}\color{indigo}{\downarrow}\color{violet}{~\downarrow}\) \(\Huge\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\hspace-159.5pt\Huge\color{violet}{\bigstar}\color{indigo}{\bigstar}\color{blue}{\bigstar}\color{green}{\bigstar}\color{yellow}{\bigstar}\color{orange}{\bigstar}\color{red}{\bigstar}\) \(\huge\frak\color{}{~~~~~~~~~~~justuu}\hspace-130pt\huge\frak\color{#FF004F}{~~~~~~~~~~~~~~justuu}\) \(\Huge\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\hspace-159.5pt\Huge\color{red}{\bigstar}\color{orange}{\bigstar}\color{yellow}{\bigstar}\color{green}{\bigstar}\color{blue}{\bigstar}\color{indigo}{\bigstar}\color{violet}{\bigstar}\) \(\Huge\color{violet}{\uparrow}\color{indigo}{~\uparrow}\color{blue}{\uparrow}\color{Lime}{~\uparrow}\color{yellow}{~\uparrow}\color{orange}{\uparrow}\color{red}{~\uparrow}\) = ``` \(\Huge\color{red}{\downarrow}\color{orange}{~\downarrow}\color{yellow}{\downarrow}\color{Lime}{~\downarrow}\color{blue}{~\downarrow}\color{indigo}{\downarrow}\color{violet}{~\downarrow}\) \(\Huge\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\hspace-159.5pt\Huge\color{violet}{\bigstar}\color{indigo}{\bigstar}\color{blue}{\bigstar}\color{green}{\bigstar}\color{yellow}{\bigstar}\color{orange}{\bigstar}\color{red}{\bigstar}\) \(\huge\frak\color{}{~~~~~~~~~~~justuu}\hspace-130pt\huge\frak\color{#FF004F}{~~~~~~~~~~~~~~justuu}\) \(\Huge\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\color{}{\bigstar}\hspace-159.5pt\Huge\color{red}{\bigstar}\color{orange}{\bigstar}\color{yellow}{\bigstar}\color{green}{\bigstar}\color{blue}{\bigstar}\color{indigo}{\bigstar}\color{violet}{\bigstar}\) \(\Huge\color{violet}{\uparrow}\color{indigo}{~\uparrow}\color{blue}{\uparrow}\color{Lime}{~\uparrow}\color{yellow}{~\uparrow}\color{orange}{\uparrow}\color{red}{~\uparrow}\)

OpenStudy (justuu):

\(\bbox[9pt,#E5B5FF,border:7pt dotted #FC6C85]{\href{http:///openstudy.com/study#/updates/555cd619e4b0dee2e68d5a16}{ \Huge\tt \color{ }{\hspace{-5pt}🌹\color{#dcf5fe}{\hspace{-5pt}🌺 \color{#ffedf7 }{\hspace{-5pt} 💐 \color{#FFE5B4}{Click~for~LaTeX \color{#ffedf7}{🌺\hspace{-5pt} \color{#dcf5fe }{💐~ \hspace{-5pt} \color{#ccccff }{\hspace{-3pt}🌹}}}}}}}}}\) = ``` \(\bbox[9pt,#E5B5FF,border:7pt dotted #FC6C85]{\href{http:///openstudy.com/study#/updates/555cd619e4b0dee2e68d5a16}{ \Huge\tt \color{ }{\hspace{-5pt}🌹\color{#dcf5fe}{\hspace{-5pt}🌺 \color{#ffedf7 }{\hspace{-5pt} 💐 \color{#FFE5B4}{Click~for~LaTeX \color{#ffedf7}{🌺\hspace{-5pt} \color{#dcf5fe }{💐~ \hspace{-5pt} \color{#ccccff }{\hspace{-3pt}🌹}}}}}}}}}\)

OpenStudy (markchernioglo):

\(Hi\)

OpenStudy (markchernioglo):

\(H(RED)I\)

OpenStudy (markchernioglo):

OOPS

OpenStudy (markchernioglo):

\(H\color{red}\)

OpenStudy (markchernioglo):

Man I forgot how to do this lol

OpenStudy (markchernioglo):

\(\Huge\{color} red {hi}\)

OpenStudy (justuu):

`\(\Huge\color{red}{hi}\)`

OpenStudy (justuu):

``` \(\*Size you want the text to be*\*font you want*\color{*the color you want the text to be*}{*The text you want*}\)

iYuko (iyuko):

\(\bbox[5pt, white ,border:5px dotted black]{\bf\huge\color{#FF004F}{Great~Tutorial!}}\) \(\hspace{0.7pt}{\rlap{\Huge\cal\color{red}{\bigstar}\color{orange}{i}\color{yellow}{Y}\color{green}{u}\color{blue}{k}\color{indigo}{o}\color{violet}{\bigstar}}}\)

OpenStudy (justuu):

\(\bbox[9pt,#FF004F,border:7pt dotted #FF9966]{\href{https:///suedowling.files.wordpress.com/2013/10/thank-you-028.gif}{ \Huge\tt \color{ }{\hspace{-5pt}\color{#dcf5fe}{\hspace{-5pt} \color{#ffedf7 }{\hspace{-5pt} \color{#FAE7B5}~{\star \bigstar \star Thank~you \star \bigstar \star \color{#ffedf7}{\hspace{-5pt} \color{#dcf5fe }{ \hspace{-5pt} \color{#ccccff }{\hspace{-3pt}}}}}}}}}}\)

OpenStudy (justuu):

\(\Huge\color{Pink}{\cdot \cdot \star \bigstar \star \cdot \cdot }\)

OpenStudy (justuu):

|dw:1432667062708:dw|

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!