Ask your own question, for FREE!
LaTeX Practicing! :) 13 Online
OpenStudy (horsegirl27):

Teaching LaTeX :)

OpenStudy (horsegirl27):

So every time you make a LaTeX code, you will start with `\(` and end with `\)` `\(hi!\)` will look like \(hi~\)

OpenStudy (horsegirl27):

To make a sentence you put `~` between every word for spaces. `\(How~are~you?\)` will become \(How~are~you?\)

OpenStudy (horsegirl27):

Next you add size. Now instead of using `\(` you need an extra `\` to make it `\(\`

OpenStudy (horsegirl27):

The sizes are: \(\tiny tiny\) \(\Tiny Tiny\) \(\scriptsize scriptsize\) \(\small small\) \(normalsize\) \(\large large\) \(\huge huge\) \(\Huge Huge\)

OpenStudy (horsegirl27):

All you have to do to add size is `\(\sizehere texthere\)` `\(\large hello!\)`

OpenStudy (horsegirl27):

Next you can add fonts. `\(\size\font text\)` `\(\Huge\cal I'm~horsegirl27!\)` \(\Huge\cal I'm~horsegirl27!\)

OpenStudy (horsegirl27):

The fonts are sf \(\sf This~is~sf!\) tt \(\tt This~is~tt!\) it \(\it This~is~it!\) bf \(\bf This~is~bf!\) rm \(\rm This~is~rm!\) cal \(\cal This~is~cal!\) scr \(\scr This~is~scr!\) frak \(\frak This~is~frak!\)

OpenStudy (horsegirl27):

Next is color!! Color is a little more complicated. You have to write the color in brackets, then the text in brackets. `\(\size\font\color{colorhere}{texthere}\)` `\(\large\tt\color{pink}{Hey~everyone!}\)` \(\large\tt\color{pink}{Hey~everyone!}\)

OpenStudy (horsegirl27):

You can either say the color name, or use a code to get more specific colors.

OpenStudy (horsegirl27):

\(\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 \sf thanks\ to\ \href{/users/kymber}{@kymber}\ for\\\sf the\ predefined\ color\ list&\sf\Large\color{#0017FF}{\#0017FF}\\\hline &\sf\Large\color{#0200FF}{\#0200FF}\\\hline &\sf\Large\color{#3000FF}{\#3000FF}\\\hline &\sf\Large\color{#4700FF}{\#4700FF}\\\hline &\sf\Large\color{#7500FF}{\#7500FF}\\\hline &\sf\Large\color{#8C00FF}{\#8C00FF}\\\hline &\sf\Large\color{#A300FF}{\#A300FF}\\\hline &\sf\Large\color{#BA00FF}{\#BA00FF}\\\hline &\sf\Large\color{#D100FF}{\#D100FF}\\\hline &\sf\Large\color{#E800FF}{\#E800FF}\\\hline &\sf\Large\color{#FF00CF}{\#FF00CF}\\\hline &\sf\Large\color{#FF00A1}{\#FF00A1}\\\hline &\sf\Large\color{#FF008A}{\#FF008A}\\\hline \end{array}\)

OpenStudy (horsegirl27):

If you only want to color one letter, you don't need to put it in brackets. `\(\large\cal\color{red}H\color{orange}e\color{yellow}l\color{lime}l\color{cornflowerblue}o\)` \(\large\cal\color{red}H\color{orange}e\color{yellow}l\color{lime}l\color{cornflowerblue}o\)

OpenStudy (anonymous):

Great tutorial. :)

OpenStudy (horsegirl27):

Thanks :) Next I'll show how to make some easy symbols like stars and hearts, and boxes.

OpenStudy (justuu):

\(\bbox[9pt,Pink,border:7pt dotted #FC6C85]{\href{http:///fsymbols.com/signs/}{ \Huge\tt \color{ }{\hspace{-5pt}💕\color{Red}{\hspace{-5pt}✯ \color{pink }{\hspace{-5pt} 🎀 \color{#FFE5B4}{Symbols \color{Red}{✯\hspace{-5pt} \color{#dcf5fe }{🎀 \hspace{-5pt} \color{#ccccff }{\hspace{-3pt}💕~~~~~~~~~~}}}}}}}}}\)

OpenStudy (horsegirl27):

Thx, that's cool, symbols r helpful on OS :)

OpenStudy (justuu):

Your Welcome I love to use those symbols ;)

OpenStudy (horsegirl27):

Yeah :) I use 1 or 2 sometimes

OpenStudy (horsegirl27):

@YOUNGSUPERMAN come learn :)

OpenStudy (youngsuperman):

i still dont know how

OpenStudy (horsegirl27):

hmm well that's the basics. Try and practice!!

OpenStudy (justuu):

\(Hi\) = `\(Hi\)`

OpenStudy (horsegirl27):

yup

OpenStudy (youngsuperman):

/(hi)/

OpenStudy (youngsuperman):

not helping

OpenStudy (horsegirl27):

`\` not `/` above enter key

OpenStudy (youngsuperman):

\(hi)\

OpenStudy (youngsuperman):

not helping

OpenStudy (horsegirl27):

`\(` and `\)`

OpenStudy (horsegirl27):

`\(hi\)`

OpenStudy (youngsuperman):

\(hi\)

OpenStudy (justuu):

Great job

OpenStudy (youngsuperman):

yay

OpenStudy (horsegirl27):

yay!!! <3 :D

OpenStudy (horsegirl27):

Now make a sentence, put ~ for spaces

OpenStudy (youngsuperman):

watever

OpenStudy (youngsuperman):

\(hi\)~\(im\)~\(mike\)

OpenStudy (youngsuperman):

yay

OpenStudy (justuu):

\(Hi~I'm~Mike\) = `\(Hi~I'm~Mike\)`

OpenStudy (youngsuperman):

oh

OpenStudy (youngsuperman):

were horse girl

OpenStudy (horsegirl27):

right here

OpenStudy (youngsuperman):

bye bae

OpenStudy (horsegirl27):

wait what don't leave!!!

OpenStudy (confluxepic):

Nice tutorial. @horsegirl27

OpenStudy (horsegirl27):

Thanks! It's not that great, I'm going to make another, with more stuff

OpenStudy (anonymous):

@horsegirl27

OpenStudy (horsegirl27):

Yeah @Xx_H20_Avenger_xX?

OpenStudy (anonymous):

do u know boxes? @justuu is gonna teach me overlapping

OpenStudy (horsegirl27):

Yup, I know boxes, and rlap, and hspace

OpenStudy (anonymous):

can u teach me hspace and overlapping

OpenStudy (horsegirl27):

ok I'll try

OpenStudy (horsegirl27):

@shifuyanli this might help :)

OpenStudy (anonymous):

okay

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!