@Limitless
Can you make one for me?
It doesn't work here. I once saw FFM make one but now he is gone.
An example: \begin{array}{cc} stuff & stuff\\ more stuff & more stuff\\ \hline \end{array}{cc}
hmm, actually, you know how to check the commands, right? Want me to make several and let you see the structure of the environment?
\(\begin{array} ha & b & c \\ d & e & f \end{array}\) How do i add lines?
I mean rows and columns.
\[\begin{array}{c|c|c} a & b & c\\ a & b & c \end{array}\]
Oh \(\begin{array}{l | r} a & b \\ \hline c & d \end{array}\)
I see
Use \hline, that's all.
I was using matrix or align :P I once did that thing but I forgot it later
Where else can I use the array?
Array is vast. You can use it for almost anything.
How to make a table like this?
Well just a 1,2,3 table for example?
That requires a lot of patience. I can't remember how to make the headers and borders. But you essentially continuously use \hline and the column bars in the {} part.
What if I wanted to add a double line?
|| use that
double hline? use \hline, a \\ at the end, then \hline on the next row
\(\begin{array} {l | c || r} p & a & r & t & h \\ \hline \end{array}\)
I want something like a | b || c
Use \[ \begin{array}{c|c|c} a & & a\\ a & & a\\ \end{array} \] I can't quite recall another method.
Oh.. thanks ^.^
Just check wikibooks. Search for LaTeX Mathematics and click the wikibooks link.
Okay
Join our real-time social learning platform and learn together with your friends!