LaTex Learning time :) YAYYYYYYYYY @Pandora
@Pandora
\( \color{green}{I~can~do~spaces~and~color.}\)
So, do you know any of the sizes?
No but I've seen people make it super tiny and then I've seen Ultri make it huge
Alright, so I'm gonna start out by showing you the basic command breakdown, then I'll proceed by showing you the commands for all of the fonts and sizes, then lastly start to go into some more advanced stuff.
okay! fonts and sizes
\(\huge\color{red}{◈}\) \(\huge\bf\color{red}{Basic~Command~Placement}\) \(\huge\color{red}{◈}\) \(\cal\color{black}{Here~is~a~breakdown~of~the~following~code,~which~appears~as:}\) \(\Large\bf\color{red}{Hello!}\) `\(\Large\bf\color{red}{Hello!}\)` The " `\Large` " in this code is the selected size command. Size commands always go first. V `\(\Large\bf\color{red}{Hello!}\)` Next is the font command. For this specific command, the font is " `\bf` ". V `\(\Large\bf\color{red}{Hello!}\)` After the font command, you can insert the color command. In this instance, I chose red by inserting the color word into the brackets, like so: " `\color{red}` " V `\(\Large\bf\color{red}{Hello!}\)` After choosing your color, you can insert your text into the brackets. In this code, the text is " `{Hello!}` ", as seen towards the end of the command.
so bf is font and large is the size. Size comes before font. so... \(\small\bf\color{green}{example}\)
so that's small
\(\medium\bf\color{red}{example}\)
no medium
\(\large\rm\color{turquoise}{Sizes:}\) ` \tiny ` = \(\tiny\color{red}{tiny}\) ` \scriptsize ` = \(\scriptsize\color{orangered}{scriptsize}\) ` \small ` = \(\small\color{orange}{small}\) ` \normalsize ` = \(\normalsize\color{gold}{normalsize}\) ` \large ` = \(\large\color{lime}{large}\) ` \Large ` = \(\Large\color{cyan}{Large}\) ` \LARGE ` = \(\LARGE\color{turquoise}{LARGE}\) ` \huge ` = \(\huge\color{blueviolet}{huge}\)
\(\Large\bf\color{blueviolet}{~~~~~~~~Fonts:}\) ` \bf ` = \(\Large\bf\color{red}{Example}\) ` \rm ` = \(\Large\rm\color{orange}{Example}\) ` \tt ` = \(\Large\tt\color{gold}{Example}\) ` \it ` = \(\Large\it\color{lime}{Example}\) ` \cal ` = \(\Large\cal\color{cyan}{Example}\) ` \frak ` = \(\Large\frak\color{blue}{Example}\) ` \mathbb ` = \(\Large\mathbb{\color{blueviolet}{EXAMPLE}}\) \(\normalsize\rm\color{red}{Note:~Mathbb~is~a~special~case,~instructions~are~below:}\) \(\normalsize\rm\color{magenta}{A~bracket~must~be~placed~after~the~fontname~and~before~the~end~command.}\) \(\normalsize\rm\color{magenta}{Example:}\) `\(\Large\mathbb{\color{blueviolet}{EXAMPLE}}\)` \(\normalsize\rm\color{magenta}{Also~note~that~mathbb~only~changes~capitalized~letters~and~numbers.}\)
so for mathbb you do \(\small\mathbb{\color{blue}{example}}\)
???
Does mathbb only work with large?
`\mathbb` only changes capitalized letters. For example, \(\large\mathbb{\color{turquoise}{Test}}\) `\(\large\mathbb{\color{turquoise}{Test}}\)` Or \(\large\mathbb{\color{turquoise}{TESTING}}\) `\(\large\mathbb{\color{turquoise}{TESTING}}\)`
oh... capital letters.
\(\small\mathbb{\color{green}{T}}\)
Yep :3
\(\large\mathbb{\color{blue}{So~what's~next}}\)
\(\Large\mathbb{\color{blueviolet}{Other~Fun~Things~to~Do~With~Text:}}\) ` \overline ` = \(\Large\bf\color{red}{\overline{Example}}\) ` \underline ` = \(\Large\bf\color{orange}{\underline{Example}}\) ` \overset ` = \(\Large\bf\color{gold}{\overset{\bigstar~\bigstar~\bigstar}{Example}}\) ` \underset ` = \(\Large\bf\color{lime}{\underset{\bigstar~\bigstar~\bigstar}{Example}}\) ` \sideset ` = \(\Large\bf\color{cyan}{\sideset{_\bigstar^\heartsuit}{_\heartsuit^\bigstar}{Example}}\)
can you mix multiple over.under together or are you only able to do 1 at a time?
Yes, you can mix them.
\(\Large\tt{\color{blueviolet}{\underline{example}}\)
oh \(\Large\tt{\color{blueviolet}{\underline{example}}\)
???
Why won't it do that?
\(\large\rm\color{turquoise}{\underset{\bigstar~\bigstar~\bigstar}{\overset{\bigstar~\bigstar~\bigstar}{psirockin2}}}\) Code: `\(\large\rm\color{turquoise}{\underset{\bigstar~\bigstar~\bigstar}{\overset{\bigstar~\bigstar~\bigstar}{psirockin2}}}\)` To correct what you have: \(\Large\tt\color{blueviolet}{\underline{example}}\) Code: `\(\Large\tt\color{blueviolet}{\underline{example}}\)` What you had (notice the bracket you have \(\rm\underline{before}\) `\color`: `\(\Large\tt{\color{blueviolet}{\underline{example}}\)` \(\Large\color{lime}{\uparrow}\)
so the bracket threw it off
\(\Large\tt\color{blueviolet}{\underline{no~bracket}}\)
Do you know of the ^ and _ commands?
The ^ and _?
Yeah... Let me elaborate: ` ^ ` raises characters, and ` _ ` lowers characters \(\Large\color{red}{\bigstar~}\color{orangered}{^\bigstar~}\color{red}{\bigstar}\) Code: `\(\Large\color{red}{\bigstar~}\color{orangered}{^\bigstar~}\color{red}{\bigstar}\)` \(\Large\color{turquoise}{\bigstar~}\color{darkturquoise}{_\bigstar~}\color{turquoise}{\bigstar}\) Code: `\(\Large\color{turquoise}{\bigstar~}\color{darkturquoise}{_\bigstar~}\color{turquoise}{\bigstar}\)` Mix of both: \(\Large\color{red}{\bigstar~}\color{orange}{_\bigstar~}\color{gold}{\bigstar}\color{lime}{^\bigstar}\color{cyan}{\bigstar}\color{blueviolet}{_\bigstar}\color{purple}{\bigstar}\color{violet}{^\bigstar}\color{magenta}{\bigstar}\) Code: `\(\Large\color{red}{\bigstar~}\color{orange}{_\bigstar~}\color{gold}{\bigstar}\color{lime}{^\bigstar}\color{cyan}{\bigstar}\color{blueviolet}{_\bigstar}\color{purple}{\bigstar}\color{violet}{^\bigstar}\color{magenta}{\bigstar}\)`
so... \(Ex^am_ple?\)
what the heck?
If you want it all in one color, you don't need to type separate color commands. \(\color{red}{\bigstar~^\bigstar~\bigstar~_\bigstar~\bigstar}\)
Yeah, your 'example' looks right.
so in text it would be done to make exponents and stuff
\(Ex^po_nent~or~Su_bscript\)
Yeah, like so: \(\Large1^2\) Code: `\(\Large1^2\)`
\(\hugeB^4\)
... screw it, i'm leaving it as normal. \(\normalsize1^2\)
Just add a space (dunno why, but it works with the space LOL) \(\huge B^4\)
\(\huge B^4\)
\(\large A^2\) \(\large15^2\) Looks like you don't have to add space with the number, but you do if you are using a letter.
\(\huge15^2\)
no space for numbers. got it
Have you used the `\hspace ` command yet?
Nope. AloneS just kinda taught me how to type normal stuff in it
So what's \hspace do?
Um... Miss Pandora?
Join our real-time social learning platform and learn together with your friends!