Ask your own question, for FREE!
Tutorials 21 Online
Extrinix:

\(\Huge\sf{\LaTeX}~Guide\) It’s been a while…. Figured I might as well make something for the QC community. Please don’t respond until I am done sending all portions (I’ll say “done” when I’m finished).

Extrinix:

Complete LaTeX Guide (as of May 6th):

Extrinix:

The Basics: ``` \(heythere\) ``` This is the basic \(\sf{\LaTeX}\), which turns into this. \(heythere\)

Extrinix:

Spacing: ``` \(hey~there\) ``` The tilde (~) is the basic space in \(\sf{\LaTeX}\). There are many other spaces as well, here is a list. \(\begin{array}{|l|l|}\hline \sf{Command}&\sf{Outcome}\\\hline \sf{\text{\space}}&\sf{Hey\space There}\\\hline \sf{\text{\;}}&\sf{Hey\; There}\\\hline \sf{\text{\:}}&\sf{Hey\: There}\\\hline \sf{\text{\,}}&\sf{Hey\, There}\\\hline \sf{\text{\thinspace}}&\sf{Hey\thinspace There}\\\hline \sf{\text{\nobreakspace}}&\sf{Hey\nobreakspace There}\\\hline \sf{\text{\!}}&\sf{Hey\! There}\\\hline \sf{\text{\negmedspace}}&\sf{Hey\negmedspace There}\\\hline \sf{\text{\negthickspace}}&\sf{Hey\negthickspace There}\\\hline \sf{\text{\negthinspace}}&\sf{Hey\negthinspace There}\\\hline \sf{\text{\quad}}&\sf{Hey\quad There}\\\hline \sf{\text{\qquad}}&\sf{Hey\qquad There}\\\hline \end{array}\)

Extrinix:

Text Sizes: Here is the list of text sizes, in order of smallest to largest. \(\begin{array}{|l|l|}\hline \sf{Size}&\sf{Outcome}\\\hline \sf{\text{\substack}}&\sf{\substack{Text}}\\\hline \sf{\text{\scriptstyle}}&\sf{\scriptstyle{Text}}\\\hline \sf{\text{\scriptscriptstyle}}&\sf{\scriptscriptstyle{Text}}\\\hline \sf{\text{\tiny}}&\sf{\tiny{Text}}\\\hline \sf{\text{\Tiny}}&\sf{\Tiny{Text}}\\\hline \sf{\text{\scriptsize}}&\sf{\scriptsize{Text}}\\\hline \sf{\text{\small}}&\sf{\small{Text}}\\\hline \sf{\text{\normalsize}}&\sf{\normalsize{Text}}\\\hline \sf{\text{\large}}&\sf{\large{Text}}\\\hline \sf{\text{\Large}}&\sf{\Large{Text}}\\\hline \sf{\text{\LARGE}}&\sf{\LARGE{Text}}\\\hline \sf{\text{\huge}}&\sf{\huge{Text}}\\\hline \sf{\text{\Huge}}&\sf{\Huge{Text}}\\\hline \end{array}\)

Extrinix:

Fonts: There are many fonts on \(\sf{\LaTeX}\), but here are the ones QC allows for use of.

\(\begin{array}{|l|l|}\hline \sf{Size}&\sf{Outcome}&\sf{\text{{}}?}\\\hline \sf{\text{\mathbb}}&\sf{\mathbb{Hey}}&\sf{✅}\\\hline \sf{\text{\mathbf}}&\sf{\mathbf{Hey}}&\sf{✅}\\\hline \sf{\text{\mathbin}}&\sf{\mathbin{Hey}}&\sf{✅}\\\hline \sf{\text{\mathcal}}&\sf{\mathcal{Hey}}&\sf{✅}\\\hline \sf{\text{\mathclose}}&\sf{\mathclose{Hey}}&\sf{✅}\\\hline \sf{\text{\mathfrak}}&\sf{\mathfrak{Hey}}&\sf{✅}\\\hline \sf{\text{\mathinner}}&\sf{\mathinner{Hey}}&\sf{✅}\\\hline \sf{\text{\mathit}}&\sf{\mathit{Hey}}&\sf{✅}\\\hline \sf{\text{\mathop}}&\sf{\mathop{Hey}}&\sf{✅}\\\hline \sf{\text{\mathopen}}&\sf{\mathopen{Hey}}&\sf{✅}\\\hline \sf{\text{\mathord}}&\sf{\mathord{Hey}}&\sf{✅}\\\hline \sf{\text{\mathpunct}}&\sf{\mathpunct{Hey}}&\sf{✅}\\\hline \sf{\text{\mathring}}&\sf{\mathring{Hey}}&\sf{✅}\\\hline \sf{\text{\mathrm}}&\sf{\mathrm{Hey}}&\sf{✅}\\\hline \sf{\text{\mathscr}}&\sf{\mathscr{Hey}}&\sf{✅}\\\hline \sf{\text{\mathsf}}&\sf{\mathsf{Hey}}&\sf{✅}\\\hline \sf{\text{\mathstrut}}&\sf{\mathstrut{Hey}}&\sf{✅}\\\hline \sf{\text{\mathtt}}&\sf{\mathtt{Hey}}&\sf{✅}\\\hline \sf{\text{\boldsymbol}}&\sf{\boldsymbol{Hey}}&\sf{✅}\\\hline \end{array}\) \(\begin{array}{|l|l|}\hline \sf{Font}&\sf{Outcome}&\sf{\text{{}}?}\\\hline \sf{\text{\Bbb}}&\sf{\Bbb{Hey}}&\sf{✅}\\\hline \sf{\text{\textrm}}&\sf{\textrm{Hey}}&\sf{❎}\\\hline \sf{\text{\textit}}&\sf{\textit{Hey}}&\sf{❎}\\\hline \sf{\text{\textbf}}&\sf{\textbf{Hey}}&\sf{❎}\\\hline \sf{\text{\text}}&\sf{\text{Hey}}&\sf{❎}\\\hline \sf{\text{\phantom}}&\sf{\phantom{Hey}}&\sf{❎}\\\hline \sf{\text{\smash}}&\sf{\smash{Hey}}&\sf{❎}\\\hline \sf{\text{\pmb}}&\sf{\pmb{Hey}}&\sf{❎}\\\hline \sf{\text{\sf}}&\sf{\sf{Hey}}&\sf{❎}\\\hline \sf{\text{\cal}}&\sf{\cal{Hey}}&\sf{❎}\\\hline \sf{\text{\scr}}&\sf{\scr{Hey}}&\sf{❎}\\\hline \sf{\text{\bf}}&\sf{\bf{Hey}}&\sf{❎}\\\hline \sf{\text{\rm}}&\sf{\rm{Hey}}&\sf{❎}\\\hline \sf{\text{\tt}}&\sf{\tt{Hey}}&\sf{❎}\\\hline \sf{\text{\it}}&\sf{\it{Hey}}&\sf{❎}\\\hline \sf{\text{\leqalignno}}&\sf{\leqalignno{Hey}}&\sf{❎}\\\hline \sf{\text{\oldstyle}}&\sf{\oldstyle{Hey}}&\sf{❎}\\\hline \sf{\text{\scriptscriptstyle}}&\sf{\scriptscriptstyle{Hey}}&\sf{❎}\\\hline \sf{~}&\sf{~}&\sf{~}\\\hline \end{array}\)

Extrinix:

Entering to the Next Line: If you don’t want to have to stop your \(\sf{\LaTeX}\), you can just use \\ to break the line. ``` \(Hey\\there\) ``` Which leaves. \(Hey\\there\)

Extrinix:

Superscript and Subscript (Whacky LaTeX): Superscript and subscript are pretty simple, just do ^ for superscript and _ for subscript; you use brackets for multiple characters, but no brackets if you just want one character changed. ``` \(^{Hey}~ _{There}\) ``` \(^{Hey}~ _{There}\)

Extrinix:

Underlines and Overlines: A pretty plain and simple concept, they allow you to put a line under or over a message. ``` \(\underline{Hey~there}\) ``` \(\underline{Hey~there}\) ``` \(\overline{Hey~there}\) ``` \(\overline{Hey~there}\)

Extrinix:

Overlaping Text: You can overlap text by using a command called \rlap, here’s how you do it. The easiest way I’ve learned is to use an \hspace to show both colors ``` \(\rlap{\color{red}{Hey~there}}{\hspace{1px}\color{black}{Hey~there}}\) ``` This will create. \(\rlap{\color{red}{Hey~there}}{\hspace{1px}\color{black}{Hey~there}}\) Here’s how this works, be mindful that you don’t put the parenthesis into your code, or else it won’t function properly. ``` \(\rlap{\color{(color for lower layer)}{(message)}}{\hspace{1px}\color{(color for upper layer)}{(message)}\) ```

Extrinix:

Boxed Text: If you’re simply wanting to create a box around your text, and no fancy border features, use this feature. ``` \(\boxed{Hey~there}\) ``` It very simply creates this. \(\boxed{Hey~there}\) (Fun tip: putting boxes inside of boxes is possible if you just repeat the \boxed{} code inside of the previous \boxed code.

Extrinix:

Text Background: You can color the background of your text if you do this. ``` \(\bbox[5pt,cyan]{Hey~there}\) ``` \(\bbox[5pt,cyan]{Hey~there}\) The 5pt is the padding between the text and the edge (border, explained next), and cyan is the color.


Border (and background mixture): Here is where you can create a border, it branches off of the background section, here is an example. ``` \(\bbox[5pt,cyan ,border:3px solid black]{Hey~there}\) ``` This makes. \(\bbox[5pt,cyan ,border:3px solid black]{Hey~there}\) Here, the 3px changes the size of the border. As well as this, you have “solid”, this can be set to a couple of things, listed below. ``` solid, dotted, dashed ``` Examples: (mobile may not show dotted) \(\bbox[5pt,cyan ,border:3px solid black]{Hey~there}\) \(\bbox[5pt,cyan ,border:3px dotted black]{Hey~there}\) \(\bbox[5pt,cyan ,border:3px dashed black]{Hey~there}\) You can also make the background of these invisible, just mess up the spelling of a color. \(\bbox[5pt,cyn ,border:3px solid black]{Hey~there}\) \(\bbox[5pt,cyn ,border:3px dotted black]{Hey~there}\) \(\bbox[5pt,cyn ,border:3px dashed black]{Hey~there}\)

Extrinix:

Macros: Tired of repeating the same thing over and over again in \(\sf{\LaTeX}\)? Try using macros! ``` \(\def\rs{Macro}\) ``` This will define your macro, then you simply reuse “\rs”. ``` \(\def\rs{Hey}\rs\rs\rs\) ``` \(\def\rs{Hey}\rs\rs\rs\)

Extrinix:

[COMPLEX] Tables/Graphs/and Arrays: These are complex, it is suggested that you know how to do basic \(\sf{\LaTeX}\) (above sections) before you attempt this. To start off, you need to set up the chart. ``` \(\begin{array}{|l|l|}\hline ``` This may confuse you, all you need to know is what “{|l|l|}” does. This identifies what side of the chart that the text slides to, you can change it to “{|r|r|}” for a graph with the text slid right. Next you’ll skip a line (not by \\, just enter) and write this. ``` \sf{}&\sf{}\\\hline ``` This is a portion, you can put whatever you like here, BUT, the “&” is what starts the next section in the graph, and after each line, you want to put “\\” to go to the next line and “\hline” to create a line in between that section and the next. (If you’re confused at this point, a colored portion is at the end). This leaves you with “\\\hline” at the end. To end the graph, just put this on the next line. ``` \end{array}\) ``` Now, here’s a colored example for reference \(\begin{array}{|l|l|}\hline \sf{one}&\sf{two}\\\hline \sf{three}&\sf{four}\\\hline \end{array}\) \(\begin{array}{|l|l|}\hline \sf{\color{tomato}{one}}&\sf{\color{yellow}{two}}\\\hline \sf{\color{lime}{three}}&\sf{\color{cyan}{four}}\\\hline \end{array}\)

Extrinix:

[OUTDATED] Hyperlinks: Hyperlinks are links that are attached to a word or sentence. For links inside OS/QC ``` \(\href{https:///questioncove.com/}{QuestionCove}\) ``` QuestionCove For links outside OS/QC ``` \(\href{http:///youtube.com/}{YouTube}\) ``` YouTube

Extrinix:

[OUTDATED] Fcolorbox & Colorbox: These are similar to bounding boxes, except much easier to create. Fcolorbox ``` \(\fcolorbox{black}{red}{Hey}\) ``` \(\bbox[3pt,red ,border:3px solid black]{Hey~there}\) Colorbox ``` \(\colorbox{red}{Hey}\) ``` \(\bbox[3pt,red]{Hey~there}\)

Extrinix:

[OUTDATED] Defining Colors: If you are trying to use a custom color multiple times, you can define a name for that color to use it. There are two ways you can do this, RGB (0,0,0), and HEX (#000000). RGB: ``` \(\definecolor{color}{RGB}{0,0,0}\color{color}{Hey~there}\) ``` \(\color{black}{Hey~there}\) HEX: ``` \(\definecolor{color}{HEX}{000000}\color{color}{Hey~there}\) ``` \(\color{black}{Hey~there}\)

Extrinix:

And I’m done, that’s the basics and some complex things, I’ll work on adding in all of the \(\sf{\LaTeX}\) symbols in later (there’s a LOT of them).

Extrinix:

(This is all that I know btw, Master Supremo UltriJaynator3000 may know more)

PoseidonGodOfTheSea:

wow that is cool

Sharkattack123:

kewllll

Extrinix:

@dude , subject change to Tutorials please.

Ultrilliam:

And if anyones curious, a link to the OG tutorial this was based on: https://questioncove.com/study#/updates/5654ccade4b0af360a7ccd28

Extrinix:

^^^ that too lol

Timmyspu:

Very cool Ext

Elizbeth2021:

@lazorwolf64

Extrinix:

Oh, also, for \(\sf{\LaTeX}\). It covers: ``` Direct Messages, Question Posts, Group Chats (not subject chats) ``` It doesn’t cover: ``` Subject Chats ```

Sollums:

wth

Fortish:

really cool, ty

Lazorwolf64:

@elizbeth2021 wrote:
@lazorwolf64
Why was i summoned?

5172319:

/negthinspace did i do it right lol?

NoodlesAndRiceYT:

is it really nessacary for another LaTeX tutorial post?

bigboyjon:

barry wood

Extrinix:

@noodlesandriceyt wrote:
is it really nessacary for another LaTeX tutorial post?
you say that when the rest didnt do half the things i did.

candyplays321:

\(\rlap{\color{red}{Hey~there}}{\hspace{1px}\color{black}{Hey~there}}\).

candyplays321:

@extrinix wrote:
Whereas \(\sf{BBCode}\)… (do y'all want a tutorial on this too?) Covers ``` Direct Messages, Question Posts, Group Chats, Subject Chats ``` Doesn’t Cover ``` Nothing :) ```
yes

Fortish:

@candyplays321 wrote:
@extrinix wrote:
Whereas \(\sf{BBCode}\)… (do y'all want a tutorial on this too?) Covers ``` Direct Messages, Question Posts, Group Chats, Subject Chats ``` Doesn’t Cover ``` Nothing :) ``````
` yes`
i can teach you in dms

candyplays321:

kk

@fortish wrote:
@candyplays321 wrote:
@extrinix wrote:
Whereas \(\sf{BBCode}\)… (do y'all want a tutorial on this too?) Covers ``` Direct Messages, Question Posts, Group Chats, Subject Chats ``` Doesn’t Cover ``` Nothing :) `````````
` yes`
` i can teach you in dms`

Aboveusonlysky52:

ouuuuu i see rainbow words lmao -kianna

Astro:

very helpful

DrizzWRLD:

huh lol

Extrinix:

Please don’t respond to this question UNLESS you need help with \(\sf{\LaTeX}\), otherwise don’t respond.

Lamar19:

facts

sxdsouls:

i mean i have one up but yes okay shawty

Extrinix:

@sxdsouls wrote:
i mean i have one up but yes okay shawty
you did basic, i did all c: (also a repost so)

sxdsouls:

ahh okay mb, but yeah ig not that many people are interested in learning sm latex,

Extrinix:

Might as well, there are a few who would like to learn it, but not many yeah

MaxTon:

cool

XxMimiXx:

that was a lot xD but i will be using them

XxMimiXx:

@alyzarose

Fortish:

@xxmimixx wrote:
that was a lot xD but i will be using them
Lol

Astrid1:

@extrinix wrote:
Fonts: There are many fonts on \(\sf{\LaTeX}\), but here are the ones QC allows for use of. \(\begin{array}{|l|l|}\hline \sf{Size}&\sf{Outcome}&\sf{\text{{}}?}\\\hline \sf{\text{\mathbb}}&\sf{\mathbb{Hey}}&\sf{✅}\\\hline \sf{\text{\mathbf}}&\sf{\mathbf{Hey}}&\sf{✅}\\\hline \sf{\text{\mathbin}}&\sf{\mathbin{Hey}}&\sf{✅}\\\hline \sf{\text{\mathcal}}&\sf{\mathcal{Hey}}&\sf{✅}\\\hline \sf{\text{\mathclose}}&\sf{\mathclose{Hey}}&\sf{✅}\\\hline \sf{\text{\mathfrak}}&\sf{\mathfrak{Hey}}&\sf{✅}\\\hline \sf{\text{\mathinner}}&\sf{\mathinner{Hey}}&\sf{✅}\\\hline \sf{\text{\mathit}}&\sf{\mathit{Hey}}&\sf{✅}\\\hline \sf{\text{\mathop}}&\sf{\mathop{Hey}}&\sf{✅}\\\hline \sf{\text{\mathopen}}&\sf{\mathopen{Hey}}&\sf{✅}\\\hline \sf{\text{\mathord}}&\sf{\mathord{Hey}}&\sf{✅}\\\hline \sf{\text{\mathpunct}}&\sf{\mathpunct{Hey}}&\sf{✅}\\\hline \sf{\text{\mathring}}&\sf{\mathring{Hey}}&\sf{✅}\\\hline \sf{\text{\mathrm}}&\sf{\mathrm{Hey}}&\sf{✅}\\\hline \sf{\text{\mathscr}}&\sf{\mathscr{Hey}}&\sf{✅}\\\hline \sf{\text{\mathsf}}&\sf{\mathsf{Hey}}&\sf{✅}\\\hline \sf{\text{\mathstrut}}&\sf{\mathstrut{Hey}}&\sf{✅}\\\hline \sf{\text{\mathtt}}&\sf{\mathtt{Hey}}&\sf{✅}\\\hline \sf{\text{\boldsymbol}}&\sf{\boldsymbol{Hey}}&\sf{✅}\\\hline \end{array}\) \(\begin{array}{|l|l|}\hline \sf{Font}&\sf{Outcome}&\sf{\text{{}}?}\\\hline \sf{\text{\Bbb}}&\sf{\Bbb{Hey}}&\sf{✅}\\\hline \sf{\text{\textrm}}&\sf{\textrm{Hey}}&\sf{❎}\\\hline \sf{\text{\textit}}&\sf{\textit{Hey}}&\sf{❎}\\\hline \sf{\text{\textbf}}&\sf{\textbf{Hey}}&\sf{❎}\\\hline \sf{\text{\text}}&\sf{\text{Hey}}&\sf{❎}\\\hline \sf{\text{\phantom}}&\sf{\phantom{Hey}}&\sf{❎}\\\hline \sf{\text{\smash}}&\sf{\smash{Hey}}&\sf{❎}\\\hline \sf{\text{\pmb}}&\sf{\pmb{Hey}}&\sf{❎}\\\hline \sf{\text{\sf}}&\sf{\sf{Hey}}&\sf{❎}\\\hline \sf{\text{\cal}}&\sf{\cal{Hey}}&\sf{❎}\\\hline \sf{\text{\scr}}&\sf{\scr{Hey}}&\sf{❎}\\\hline \sf{\text{\bf}}&\sf{\bf{Hey}}&\sf{❎}\\\hline \sf{\text{\rm}}&\sf{\rm{Hey}}&\sf{❎}\\\hline \sf{\text{\tt}}&\sf{\tt{Hey}}&\sf{❎}\\\hline \sf{\text{\it}}&\sf{\it{Hey}}&\sf{❎}\\\hline \sf{\text{\leqalignno}}&\sf{\leqalignno{Hey}}&\sf{❎}\\\hline \sf{\text{\oldstyle}}&\sf{\oldstyle{Hey}}&\sf{❎}\\\hline \sf{\text{\scriptscriptstyle}}&\sf{\scriptscriptstyle{Hey}}&\sf{❎}\\\hline \sf{~}&\sf{~}&\sf{~}\\\hline \end{array}\)
Are the one's with the X emoji functional? Or are they the ones that don't work?

Extrinix:

@astrid1 , it’s fonts that require or don’t require a bracket ({}) to use them. ✅ means they do, ❎ means they don’t

Fortish:

Can you do 2 fonts at once?

Fortish:

@fortish wrote:
Can you do 2 fonts at once?
ik it dumb question ;-;

Extrinix:

@fortish wrote:
@fortish wrote:
Can you do 2 fonts at once?
ik it dumb question ;-;
Like, letter by letter? Or combine two fonts together?

Fortish:

@extrinix wrote:
@fortish wrote:
@fortish wrote:
Can you do 2 fonts at once?
ik it dumb question ;-;
Like, letter by letter? Or combine two fonts together?
Letter by letter

Extrinix:

@fortish wrote:
@extrinix wrote:
@fortish wrote:
@fortish wrote:
Can you do 2 fonts at once?
ik it dumb question ;-;
Like, letter by letter? Or combine two fonts together?
Letter by letter
Just put them in separate brackets \(\font1{letter1}\font2{letter2}\)

Fortish:

mk

5172319:

this is so crazyy u did a great job !!

81828:

imma use the macro one to spam

Backstabber:

nice

81828:

@extrinix wrote:
And I’m done, that’s the basics and some complex things, I’ll work on adding in all of the \(\sf{\LaTeX}\) symbols in later (there’s a LOT of them).

emilee234:

prettyyyyy idk what this is but i like the colors

Fortish:

@emilee234 wrote:
prettyyyyy idk what this is but i like the colors
\(\bbox[5pt,cyan ,border:3pt black dashed]{\Huge{Lol}}\)

forgetmylife:

Yeah naw you lost me with all this information 😭

YasssPoo:

i only know 1 use of "LATEX"

forgetmylife:

All i care about is the rainbow☠️

Fortish:

Heres all the colors u can use in \(\LaTeX\)

1 attachment
madz2345:

0.o i think i lost a brain cell trying to understand this...

HannahV1234:

this is so cool but idrk what it means. 0-0 ill read it more thoroughly later when i have time lol

Ferrari:

\(\underline{WOW~IT~WORKS}\)

Ferrari:

@yassspoo wrote:
i only know 1 use of "LATEX"
uh

AxL1nna:

\(eeeeek\) \(this\) \(is\) \(very\) \(cool\)

AxL1nna:

\(ackkkkk\)

Backstabber:

does this increase my grades tho

Ferrari:

It does not.

mayathegamergrl:

okay extt, how did u get 28 medals....

LillPerson:

ayo this is the most creative post I've seen on here.

Arieonna:

thats so cool

madz2345:

@backstabber wrote:
does this increase my grades tho
it does if your smart enough to make it

minionslover:

love it

Abigailthehottie:

\(good~job\)

Isaacccc:

okay🌚

Kaylee013:

ok

NotLeiland:

THANK YOU

Berticus420:

ayo this tutorial seem interesting i gotta save this

YoungBlood:

Nice

doggofroyo:

a W

Dolphan:

Hey, none of these worked. I need help. Maybe it is user error. I am pretty dumb.

YTStressPG3D:

\(^{Hey}~ _{There}\)

doggofroyo:

There

doggofroyo:

ripoff.

Kimberly44:

@dolphan wrote:
Hey, none of these worked. I need help. Maybe it is user error. I am pretty dumb.
no ur not.

caydenmorrison:

Thank youuuu

fernyfernyferny:

yas bro i learned so much thx

nekono12:

\(hey~there\) like this correct?

starla:

thxs for this

SandGenie:

LATEX? 😏

danielfootball123:

//quaud

HotPockets14:

what is happing

PureSoulless:

It's been really helpful, thank you.

Aayush:

\(\large\sf{ \color{orange}╔\color{red}═\color{magenta}(\color{blue}✿\color{magenta})\color{red}═\color{orange}╗ \\ \color{red}║\color{cornflowerblue}~\color{limegreen}Hello!\color{cornflowerblue}~\color{red}║ \\ \color{orange}╚\color{red}═\color{magenta}(\color{blue}✿\color{magenta})\color{red}═\color{orange}╝ \\ ~\color{limegreen}╭\color{cornflowerblue}─\color{gold}★\color{cornflowerblue}─\color{limegreen}╮ \\ ~~\color{cornflowerblue}╰\color{limegreen}─\color{gold}♦\color{limegreen}─\color{cornflowerblue}╯ } \)

Treeko:

Wow!!

Uniful3:

@sandgenie wrote:
LATEX? 😏
bruh -_-

LILBOY:

ongggg

@uniful3 wrote:
@sandgenie wrote:
LATEX? 😏
bruh -_-

Uniful3:

@lilboy wrote:
ongggg
@uniful3 wrote:
@sandgenie wrote:
LATEX? 😏
bruh -_-
XDD

alphaXtiger:

\(hey~there\)

Uniful3:

\(Hey\\there\)

crackedNOOB:

wsp

Treeko:

okay

Stringcheese272:

this rly helps

Ragtagirly:

ok

Veequeen:

wow thx :>

y2kmwah:

what is it?

curriful:

@hannahj this ..

hannahj:

@curriful wrote:
@hannahj this ..
I dont feel like reading 😶

curriful:

@tsukage here mate

Tsukage:

Thank youuu

curriful:

yesyes

Lustforlana:

this is absolutely to much information to process try again but with less words

PureSoulless:

yippee. bumped again.

KarmaXD:

what is latex?

KarmaXD:

good job

L8RAaronOnTop:

Nicee

boredperson955:

🤫🧏

StevenisGhost:

cool

adrianluvvsyouu2:

Love LaTeX for explaining math to people

forgetmylife:

W Josh

h1mULT:

\(heythere\)

skitzzz:

helpful

NaiNoah:

@skitzzz wrote:
helpful
i think i know a thing or two now

h1mULT:

!/

h1mULT:

/HUGE hey

AcornTheNut:

my brain is fried

Jasonisyours:

Bro

ykbatman:

bro what..

ykbatman:

idek how to comprehend those shapes

ykbatman:

and whatever else im supposed to be comprehending

PureSoulless:

update yo latex guide

ihy:

I’m liking it

Twaylor:

rawr ty

Melissaismybestie:

hii

LightShadow:

wsp guys I'mboredd

Graysonunderwoods:

i will see what i can do with this

randogirl123:

@noodlesandriceyt wrote:
is it really nessacary for another LaTeX tutorial post?
yes

SunFlower01:

Thanks so much ^^

SsTDOGRednek:

What is a LaTex tutorial thing?

mintyy:

what is this for?

EdwinJsHispanic:

ty

Nina001:

what is this

75:

poinltess

ihy:

@nina001 wrote:
what is this
it was basically him showing how you can make the texts color coded

Nina001:

@ihy wrote:
@nina001 wrote:
what is this
it was basically him showing how you can make the texts color coded
ohh WOWWW ty

ihy:

@nina001 wrote:
@ihy wrote:
@nina001 wrote:
what is this
it was basically him showing how you can make the texts color coded
ohh WOWWW ty
ye np

K1NGGG:

um

yhyhR:

How does that work

DUXK:

I didn't understand a single thing...

Sarahwells:

P()RN

Sarahwells:

USE AI

Twaylor:

\(\bbox[5pt,cyan]{}\)

Twaylor:

\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\) \(\bbox[5pt,white]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\) \(\bbox[5pt,white]{}\)\(\bbox[5pt,white]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\) \(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,white]{}\) \(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,white]{}\)\(\bbox[5pt,white]{}\) \(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\) \(\bbox[5pt,cyan]{}\)\(\bbox[5pt,lime]{}\)\(\bbox[5pt,lime]{}\)\(\bbox[5pt,lime]{}\)\(\bbox[5pt,cyan]{}\) \(\bbox[5pt,lime]{}\)\(\bbox[5pt,lime]{}\)\(\bbox[5pt,lime]{}\)\(\bbox[5pt,lime]{}\)\(\bbox[5pt,lime]{}\) \(\bbox[5pt,lime]{}\)\(\bbox[5pt,lime]{}\)\(\bbox[5pt,lime]{}\)\(\bbox[5pt,lime]{}\)\(\bbox[5pt,lime]{}\) \(\bbox[5pt,cyan]{}\)\(\bbox[5pt,lime]{}\)\(\bbox[5pt,lime]{}\)\(\bbox[5pt,lime]{}\)\(\bbox[5pt,cyan]{}\) \(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,SaddleBrown]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\) \(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,SaddleBrown]{}\)\(\bbox[5pt,cyan]{}\)\(\bbox[5pt,cyan]{}\) \(\bbox[5pt,DodgerBlue]{}\)\(\bbox[5pt,DodgerBlue]{}\)\(\bbox[5pt,green]{}\)\(\bbox[5pt,green]{}\)\(\bbox[5pt,green]{}\)

MAGABACK:

how do I do this???

MAGABACK:

{\Bbb}

MAGABACK:

hmm idk

Twaylor:

@magaback wrote:
hmm idk
is easy just copy and paste

MAGABACK:

copy and paste to were?

Twaylor:

in here like dis \(\bbox[5pt,green]{}\)

1 attachment
Twaylor:

or just quote me and copy it :>

MAGABACK:

\(\bbox[5pt,orange}{}\)

MAGABACK:

um, wut did I do wrong

Twaylor:

bracket after the orange should be ] not }

MAGABACK:

\bbox[5pt,orange]{}

Twaylor:

try quoting yourself then just edit the bracket after orange, quote the one where u almost had it then copy paste

MAGABACK:

\bbox[5pt,orange][]

Twaylor:

1 attachment
MAGABACK:

\bbox[5pt,orange}{} ok is that good or do I need to do something else?

Twaylor:

1 attachment
Twaylor:

u have a } instead of ]

Twaylor:

here quote me then copy it \(\bbox[5pt,green]{}\)

MAGABACK:

\(\bbox[5pt,orange]{}\) ahhhhh okieeeee

Twaylor:

yippie :>

MAGABACK:

alr ty!!!

MAGABACK:

@magaback wrote:
@magaback wrote:
@magaback wrote:
\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\) \(\bbox[36pt,white]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\) \(\bbox[36pt,white]{}\)\(\bbox[36pt,white]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\) \(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,white]{}\) \(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,white]{}\)\(\bbox[36pt,white]{}\) \(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\) \(\bbox[36pt,cyan]{}\)\(\bbox[36pt,lime]{}\)\(\bbox[36pt,lime]{}\)\(\bbox[36pt,lime]{}\)\(\bbox[36pt,cyan]{}\) \(\bbox[36pt,lime]{}\)\(\bbox[36pt,lime]{}\)\(\bbox[36pt,lime]{}\)\(\bbox[36pt,lime]{}\)\(\bbox[36pt,lime]{}\) \(\bbox[36pt,lime]{}\)\(\bbox[36pt,lime]{}\)\(\bbox[36pt,lime]{}\)\(\bbox[36pt,lime]{}\)\(\bbox[36pt,lime]{}\) \(\bbox[36pt,cyan]{}\)\(\bbox[36pt,lime]{}\)\(\bbox[36pt,lime]{}\)\(\bbox[36pt,lime]{}\)\(\bbox[36pt,cyan]{}\) \(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,SaddleBrown]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\) \(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,SaddleBrown]{}\)\(\bbox[36pt,cyan]{}\)\(\bbox[36pt,cyan]{}\) \(\bbox[36pt,DodgerBlue]{}\)\(\bbox[36pt,DodgerBlue]{}\)\(\bbox[36pt,green]{}\)\(\bbox[36pt,green]{}\)\(\bbox365pt,green]{}\) \(\bbox[36pt,black]{}\)

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!