Ask your own question, for FREE!
LaTeX Practicing! :) 22 Online
OpenStudy (.th3_m0nst3r.):

Testing, Ignore~

OpenStudy (.th3_m0nst3r.):

`\(\huge\mathbb{\color{black}{INDEX:}}\) \(\hspace{-80pt}\huge\mathbb{\color{red}{I}\color{gold}{N}\color{lime}{D}\color{cyan}{E}\color{blueviolet}{X}\color{purple}{:}}\)` `\(\Large\bf\color{red}{1.~Basic~Placement}\)` `\(\Large\bf\color{gold}{2.~Sizes}\)` `\(\Large\bf\color{lime}{3.~Fonts}\)` `\(\Large\bf\color{cyan}{4.~Colors}\)` `\(\Large\bf\color{blueviolet}{5.~Spacing}\)` `\(\Large\bf\color{purple}{6.~Special~Characters}\)` `\(\Large\bf\color{orchid}{7.~Other~Fun~Extras}\)`

OpenStudy (.th3_m0nst3r.):

`\(\huge\mathbb{\color{black}{INDEX:}}\) \(\hspace{-80pt}\huge\mathbb{\color{red}{I}\color{gold}{N}\color{lime}{D}\color{cyan}{E}\color{blueviolet}{X}\color{purple}{:}}\)` `\(\huge\color{red}{⍚}\)` `\(\Large\mathbb{\color{red}{Basic~Command~Placement}}\)` `\(\huge\color{red}{⍚}\)` `\(\huge\color{gold}{⍚}\)` `\(\Large\mathbb{\color{gold}{Sizes}}\)` `\(\huge\color{gold}{⍚}\)` `\(\huge\color{lime}{⍚}\)` `\(\Large\mathbb{\color{lime}{Fonts}}\)` `\(\huge\color{lime}{⍚}\)` `\(\huge\color{cyan}{⍚}\)` `\(\Large\mathbb{\color{cyan}{Colors}}\)` `\(\huge\color{cyan}{⍚}\)` `\(\huge\color{blueviolet}{⍚}\)` `\(\Large\mathbb{\color{blueviolet}{Spacing}}\)` `\(\huge\color{blueviolet}{⍚}\)` `\(\huge\color{purple}{⍚}\)` `\(\Large\mathbb{\color{purple}{Special~Characters}}\)` `\(\huge\color{purple}{⍚}\)` `\(\huge\color{orchid}{⍚}\)` `\(\Large\mathbb{\color{orchid}{Other~Fun~Extras}}\)` `\(\huge\color{orchid}{⍚}\)`

OpenStudy (.th3_m0nst3r.):

****MUST BE POSTED WITH THE GIVEN SPACING****

OpenStudy (.th3_m0nst3r.):

\(\huge\mathbb{\color{black}{INDEX:}}\) \(\hspace{-80pt}\huge\mathbb{\color{red}{I}\color{gold}{N}\color{lime}{D}\color{cyan}{E}\color{blueviolet}{X}\color{purple}{:}}\) \(\huge\color{red}{⍚}\) \(\Large\mathbb{\color{red}{Basic~Command~Placement}}\) \(\huge\color{red}{⍚}\) \(\huge\color{gold}{⍚}\) \(\Large\mathbb{\color{gold}{Sizes}}\) \(\huge\color{gold}{⍚}\) \(\huge\color{lime}{⍚}\) \(\Large\mathbb{\color{lime}{Fonts}}\) \(\huge\color{lime}{⍚}\) \(\huge\color{cyan}{⍚}\) \(\Large\mathbb{\color{cyan}{Colors}}\) \(\huge\color{cyan}{⍚}\) \(\huge\color{blueviolet}{⍚}\) \(\Large\mathbb{\color{blueviolet}{Spacing}}\) \(\huge\color{blueviolet}{⍚}\) \(\huge\color{purple}{⍚}\) \(\Large\mathbb{\color{purple}{Special~Characters}}\) \(\huge\color{purple}{⍚}\) \(\huge\color{orchid}{⍚}\) \(\Large\mathbb{\color{orchid}{Other~Fun~Extras}}\) \(\huge\color{orchid}{⍚}\)

OpenStudy (.th3_m0nst3r.):

\(\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.

OpenStudy (.th3_m0nst3r.):

@nobrainiachere

OpenStudy (nobrainiachere):

It looks good, but you might want to start with basic LaTeX. A.K.A. `\(Example\)` Then move on to fonts, then sizes, then colors, etc. etc....

OpenStudy (.th3_m0nst3r.):

I will, that'll be the beginning paragraph. I just wanted to practice the fancier stuff.

OpenStudy (nobrainiachere):

It's what both Jay and I did and people are making LaTeX right after, using colors, fonts, sizes, and boxes and maybe bboxes

OpenStudy (nobrainiachere):

What you have right there, should be after you explain basic LaTeX, fonts, sizes, and colors. So they know how to combine those right then and there.

OpenStudy (.th3_m0nst3r.):

Well, I thought that, but when they try it out, they don't know how to order them, which is why I wanted to put that first then move on to the rest.

OpenStudy (nobrainiachere):

Well, it might get a little confusing. Here is what i did.. (I placed an example with each one(Because i used tables))

OpenStudy (nobrainiachere):

I started with this, \(\Huge\sf Basic~\LaTeX\) When using LaTeX you start by placing `\(` at the start and `\)` when you have finished. For example you can type `\(Example\)` and it will come out as \(Example\)

OpenStudy (nobrainiachere):

Do you see how i explained it within the paragraph?

OpenStudy (nobrainiachere):

(I forgot to do something special for mathbb xD) \(\Huge\sf Fonts\) \(\begin{array}{|l|l|}\hline \sf{Command}&\sf{Outcome}\\\hline \sf{\backslash tt}&\sf{\tt{tt}}\\\hline \sf{\backslash it}&\sf{\it{it}}\\\hline \sf{\backslash sf}&\sf{\sf{sf}}\\\hline \sf{\backslash bf}&\sf{\bf{bf}}\\\hline \sf{\backslash rm}& \sf{\rm{rm}}\\\hline \sf{\backslash cal}& \sf{\cal{cal}}\\\hline \sf{\backslash scr}& \sf{\scr{scr}}\\\hline \sf{\backslash frak}& \sf{\frak{frak}}\\\hline \sf{\backslash mathbb}& \sf{\mathbb{MATHBB}}\\\hline \sf{\backslash boldsymbol}& \sf{\boldsymbol{boldsymbol}}\\\hline \end{array}\) For example, you can type `\(\sf{\LaTeX}\)` and it will come out as \(\sf{\LaTeX}\)

OpenStudy (.th3_m0nst3r.):

Yeah, I'd put that before it all.

OpenStudy (nobrainiachere):

Do you see what i mean?

OpenStudy (.th3_m0nst3r.):

BTW, mathbb shouldn't be in the table b/c it's a special case..

OpenStudy (nobrainiachere):

I know, didn't you read the parentheses at the beginning?

OpenStudy (nobrainiachere):

Since i need to change it, it would most likely look like this..

OpenStudy (.th3_m0nst3r.):

Ohhhhhhhhhhhh I didn't see that, sorry. xD

OpenStudy (.th3_m0nst3r.):

Also, I noticed that mathbb only changes font for capitalized letters, like scr.

OpenStudy (nobrainiachere):

That is true..

OpenStudy (nobrainiachere):

That is one of two reasons why i don't use them that much. The second, is because scr looks weird xD

OpenStudy (nobrainiachere):

Especially the w

OpenStudy (nobrainiachere):

Hmm, should i take out \scr and do the same thing?

OpenStudy (.th3_m0nst3r.):

Yeah, I never liked scr. I like mathbb for some things.

OpenStudy (nobrainiachere):

Because i was going to have it look like this, \(\Huge\sf Fonts\) \(\begin{array}{|l|l|}\hline \sf{Command}&\sf{Outcome}\\\hline \sf{\backslash tt}&\sf{\tt{tt}}\\\hline \sf{\backslash it}&\sf{\it{it}}\\\hline \sf{\backslash sf}&\sf{\sf{sf}}\\\hline \sf{\backslash bf}&\sf{\bf{bf}}\\\hline \sf{\backslash rm}& \sf{\rm{rm}}\\\hline \sf{\backslash cal}& \sf{\cal{cal}}\\\hline \sf{\backslash scr}& \sf{\scr{scr}}\\\hline \sf{\backslash frak}& \sf{\frak{frak}}\\\hline \sf{\backslash boldsymbol}& \sf{\boldsymbol{boldsymbol}}\\\hline \end{array}\) \(\backslash mathbb\) is a special case, it only changes the font for capital letters, if you were to use it, you would have to place it right by the text. For example `\(\mathbb{EXAMPLE}\)` would come out as \(\mathbb{EXAMPLE}\) For example, you can type `\(\sf{\LaTeX}\)` and it will come out as \(\sf{\LaTeX}\)

OpenStudy (nobrainiachere):

What do you think?

OpenStudy (.th3_m0nst3r.):

Good, but maybe have the two lines switched. Also, you should note that \scr only changes capital letters as well.

OpenStudy (.th3_m0nst3r.):

And you need another bracket after the EXAMPLE {EXAMPLE}}

OpenStudy (.th3_m0nst3r.):

Ugh, OS is lagging .-.

OpenStudy (nobrainiachere):

What two lines? o.o

OpenStudy (nobrainiachere):

True, let me fix that :/

OpenStudy (nobrainiachere):

Wait, no i don't ._.

OpenStudy (nobrainiachere):

LIAH xD

OpenStudy (nobrainiachere):

My subscores are close to being balanced cx

OpenStudy (.th3_m0nst3r.):

wut *confuzzled*

OpenStudy (nobrainiachere):

I don't need to place an extra brackett :/

OpenStudy (nobrainiachere):

Bracket*

OpenStudy (.th3_m0nst3r.):

Yeah you do... see? \(\Large\mathbb{\color{red}{Hello!}\) Compared to two brackets: \(\Large\mathbb{\color{red}{Hello!}}\)

OpenStudy (nobrainiachere):

But i haven't said any colors yet ._.

OpenStudy (nobrainiachere):

Well, at least not for mathbb

OpenStudy (.th3_m0nst3r.):

I don't think I've used it w/o colors.. o-o

OpenStudy (.th3_m0nst3r.):

afk/brb

OpenStudy (nobrainiachere):

\(\Huge\sf Fonts\) \(\begin{array}{|l|l|}\hline \sf{Command}&\sf{Outcome}\\\hline \sf{\backslash tt}&\sf{\tt{tt}}\\\hline \sf{\backslash it}&\sf{\it{it}}\\\hline \sf{\backslash sf}&\sf{\sf{sf}}\\\hline \sf{\backslash bf}&\sf{\bf{bf}}\\\hline \sf{\backslash rm}& \sf{\rm{rm}}\\\hline \sf{\backslash cal}& \sf{\cal{cal}}\\\hline \sf{\backslash scr}& \sf{\scr{scr}}\\\hline \sf{\backslash frak}& \sf{\frak{frak}}\\\hline \sf{\backslash boldsymbol}& \sf{\boldsymbol{boldsymbol}}\\\hline \end{array}\) \(\backslash mathbb\) is a special case, it only changes the font for capital letters same with \(\backslash scr\), if you were to use it with a color, you would have to place it like this., `\(\color{blueviolet}{\mathbb{EXAMPLE}}\)` would come out as \(\color{blueviolet}{\mathbb{EXAMPLE}}\) For example, you can type `\(\sf{\LaTeX}\)` and it will come out as \(\sf{\LaTeX}\)

OpenStudy (nobrainiachere):

How is that?

OpenStudy (nobrainiachere):

And i don't really use mathbb, i usually use sf, bf, or tt

OpenStudy (.th3_m0nst3r.):

The two lines.. the "For example, you can type...." should go first, then the other line.

OpenStudy (.th3_m0nst3r.):

That's what I meant before. xD

OpenStudy (nobrainiachere):

Oh, ok. Also, i just memorized how to make tables using LaTeX.... in 2 seconds....... LOL

OpenStudy (nobrainiachere):

How does it look now?

OpenStudy (.th3_m0nst3r.):

Tables? I've never made a table. x'D

OpenStudy (nobrainiachere):

xD

OpenStudy (nobrainiachere):

Do you see what my fonts are in? That's a table xD

OpenStudy (.th3_m0nst3r.):

I know that... but I've never made one myself.. XD

OpenStudy (nobrainiachere):

Yeah, they are actually very easy.

OpenStudy (.th3_m0nst3r.):

Easier than boxes?

OpenStudy (nobrainiachere):

They can be used to make multiple boxes xD

OpenStudy (nobrainiachere):

So if you mean multiple, then yes.

OpenStudy (.th3_m0nst3r.):

Show me a table code :p

OpenStudy (nobrainiachere):

``` \(\Huge\begin{array}{|l|l|}\hline \sf I'm&Swaggy\\\hline\end{array}\)

OpenStudy (nobrainiachere):

``` \(\Huge\begin{array}{|l|l|}\hline \sf I'm&\sf Swaggy\\\hline \sf Don't&\sf you\\\hline \sf Agree&\sf ?\\\hline\end{array}\)

OpenStudy (.th3_m0nst3r.):

Can you break the code down? o-o

OpenStudy (.th3_m0nst3r.):

Like... tell me what each thing means and does..

OpenStudy (nobrainiachere):

I'm not sure how to explain this.... Hmm.....

OpenStudy (nobrainiachere):

Well, hline makes the lines in between the words

OpenStudy (.th3_m0nst3r.):

Through a drawing is best..

OpenStudy (.th3_m0nst3r.):

The only thing I don't get is the thing ater array..

OpenStudy (nobrainiachere):

Hmm, ok

OpenStudy (nobrainiachere):

OH!

OpenStudy (nobrainiachere):

|dw:1427419050222:dw|

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!