What would you like to learn? @Elsa213 @ARMYRANGERS
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
Elsa213 (elsa213):
I would like 2 learn everything
whitemonsterbunny17 (whitemonsterbunny17):
Okay, what do you know about LaTeX so far?
Elsa213 (elsa213):
\(\Huge~~~~~~~~~~~~~~~~~Hey\)
whitemonsterbunny17 (whitemonsterbunny17):
Do you know how to change sizes, fonts, and colors?
Elsa213 (elsa213):
yes
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
Elsa213 (elsa213):
\(\LARGE HEY\)
whitemonsterbunny17 (whitemonsterbunny17):
Okay, try with colors (:
Elsa213 (elsa213):
\(\LARGE\color{aqua}Hello\)
whitemonsterbunny17 (whitemonsterbunny17):
Do you know how to add color to more than one letter, such as whole words or each letter individually?
Elsa213 (elsa213):
I forgot how 2
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
whitemonsterbunny17 (whitemonsterbunny17):
I can re-teach you!! :3
Elsa213 (elsa213):
o ok :)
whitemonsterbunny17 (whitemonsterbunny17):
For whole words, type in the color, then put the whole word in brackets, for example:
\color{magenta}{Hello!}
Elsa213 (elsa213):
\(\Huge\color{aqua}{thnx~:)}\)
whitemonsterbunny17 (whitemonsterbunny17):
For single letters, there are a few ways:
\color{magenta}H\color{cyan}e\color{blue}l\color{purple}l\color{pink}o
Or
\color{magenta}{H}\color{red}{e}\color{blue}{l}\color{lime}{l}\color{purple}o
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
Elsa213 (elsa213):
o i already that 1
whitemonsterbunny17 (whitemonsterbunny17):
lol
whitemonsterbunny17 (whitemonsterbunny17):
Do you know the rlap command?
whitemonsterbunny17 (whitemonsterbunny17):
@Elsa213
Elsa213 (elsa213):
no......
TEACH ME!!!!
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
whitemonsterbunny17 (whitemonsterbunny17):
Take this example (and remove spaces at front and end):
\ ( \Large\cal\rlap{\color{red}{Hello!}}{\color{black}{\; Hello!}}\ )
whitemonsterbunny17 (whitemonsterbunny17):
To start the overlap command, type
\rlap
Then, add a bracket:
\rlap{
then inside the bracket, type what you want on top.
after you have your top typed, end with two brackets: }}
Then start the bottom layer with a bracket: {
Type your background, then end with two brackets again: }}
and end with
\)