Teaching LaTeX :)
So every time you make a LaTeX code, you will start with `\(` and end with `\)` `\(hi!\)` will look like \(hi~\)
To make a sentence you put `~` between every word for spaces. `\(How~are~you?\)` will become \(How~are~you?\)
Next you add size. Now instead of using `\(` you need an extra `\` to make it `\(\`
The sizes are: \(\tiny tiny\) \(\Tiny Tiny\) \(\scriptsize scriptsize\) \(\small small\) \(normalsize\) \(\large large\) \(\huge huge\) \(\Huge Huge\)
All you have to do to add size is `\(\sizehere texthere\)` `\(\large hello!\)`
Next you can add fonts. `\(\size\font text\)` `\(\Huge\cal I'm~horsegirl27!\)` \(\Huge\cal I'm~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!\)
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!}\)
You can either say the color name, or use a code to get more specific 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 \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}\)
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\)
Great tutorial. :)
Thanks :) Next I'll show how to make some easy symbols like stars and hearts, and boxes.
\(\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}💕~~~~~~~~~~}}}}}}}}}\)
Thx, that's cool, symbols r helpful on OS :)
Your Welcome I love to use those symbols ;)
Yeah :) I use 1 or 2 sometimes
@YOUNGSUPERMAN come learn :)
i still dont know how
hmm well that's the basics. Try and practice!!
\(Hi\) = `\(Hi\)`
yup
/(hi)/
not helping
`\` not `/` above enter key
\(hi)\
not helping
`\(` and `\)`
`\(hi\)`
\(hi\)
Great job
yay
yay!!! <3 :D
Now make a sentence, put ~ for spaces
watever
\(hi\)~\(im\)~\(mike\)
yay
\(Hi~I'm~Mike\) = `\(Hi~I'm~Mike\)`
oh
were horse girl
right here
bye bae
wait what don't leave!!!
Nice tutorial. @horsegirl27
Thanks! It's not that great, I'm going to make another, with more stuff
@horsegirl27
Yeah @Xx_H20_Avenger_xX?
do u know boxes? @justuu is gonna teach me overlapping
Yup, I know boxes, and rlap, and hspace
can u teach me hspace and overlapping
ok I'll try
@shifuyanli this might help :)
okay
Join our real-time social learning platform and learn together with your friends!