Is there anyway to align your text?
@e.mccormick @iGreen @thomaster
For example, center aligned...?
@thomaster The master of \(\ \LaTeX\)
You changed your profile pic @TheSmartOne ! I love it. :)
Ask him... He might now.. or check his tutorial..
I already checked his tutorial...I'll check again.
Align it in what? General? In a table?
What are ya talking about?
\(\large\color{ black}{\large {\bbox[5pt, white ,border:2px solid white ]{ \rm W}}}\)\(\large\color{ black}{\large {\bbox[5pt, white ,border:2px solid white ]{ \rm E}}}\)\(\large\color{ black}{\large {\bbox[5pt, white ,border:2px solid white ]{ \rm L}}}\)\(\large\color{ black}{\large {\bbox[5pt, white ,border:2px solid white ]{ \rm C}}}\)\(\large\color{ black}{\large {\bbox[5pt, white ,border:2px solid white ]{ \rm O}}}\)\(\large\color{ black}{\large {\bbox[5pt, white ,border:2px solid white ]{ \rm M}}}\)\(\large\color{ black}{\large {\bbox[5pt, white ,border:2px solid white ]{ \rm E}}}\) \(\large\color{ black}{\large {\bbox[5pt, white ,border:2px solid white ]{ \rm T}}}\)\(\large\color{ black}{\large {\bbox[5pt, white ,border:2px solid white ]{ \rm O}}}\) \(\large\color{ white}{\large {\bbox[5pt,#00c5ff ,border:2px solid white ]{ \rm O}}}\)\(\large\color{ white}{\large {\bbox[5pt,#00c5ff ,border:2px solid white ]{ \rm P}}}\)\(\large\color{ white}{\large {\bbox[5pt,#00c5ff ,border:2px solid white ]{ \rm E}}}\)\(\large\color{ white}{\large {\bbox[5pt,#00c5ff ,border:2px solid white ]{ \rm N}}}\)\(\large\color{ white}{\large {\bbox[5pt,#92dba2 ,border:2px solid white ]{ \rm S}}}\)\(\large\color{ white}{\large {\bbox[5pt,#92dba2 ,border:2px solid white ]{ \rm T}}}\)\(\large\color{ white}{\large {\bbox[5pt,#92dba2 ,border:2px solid white ]{ \rm U}}}\)\(\large\color{ white}{\large {\bbox[5pt,#92dba2 ,border:2px solid white ]{ \rm D}}}\)\(\large\color{ white}{\large {\bbox[5pt,#92dba2 ,border:2px solid white ]{ \rm Y}}}\) I see you haven't posted your full problem! Please post your entire problem so we can help you! Thank you so much!
Like that?
I think so @sammixboo
``` \[\begin{array}{rlc} % first column right, second left, third centre 111&2&7777\\ aaaaa&\text{cat}&88\\ af&\text{Yellow}&0.11\\ \end{array}\] ``` \[\begin{array}{rlc} % first column right, second left, third centre 111&2&7777\\ aaaaa&\text{cat}&88\\ af&\text{Yellow}&0.11\\ \end{array}\]
`\begin{matrix}` assumes centre alignment \[\begin{matrix} 111&2&7777\\ aaaaa&\text{cat}&88\\ af&\text{Yellow}&0.11\\ \end{matrix}\] Similar are `\begin{vmatrix}` , `\begin{bmatrix}`, `\begin{pmatrix}` which give | |, [ ], or (), brackets around the matrix
I often use `{align}` for equations etc, which has some default alignment for each column, Using `&=` the equals sign will always be lined up nice ``` \[\begin{align} x+y&=6000 \\ x&=6000-y \\ & &\text{taking the inverse}\\ x^{-1}&=\frac1{6000-y} \end{align}\] ``` \[\begin{align} x+y&=6000\\ x&=6000-y\\ &&\text{taking the inverse}\\ x^{-1}&=\frac1{6000-y}\\ \end{align}\]
Both of you were helpful. Thank you. :)
With MathJax it does not have the full set of things that can be done in \(\LaTeX\). In a document you could align on the page, to the paragraph, and so on. On OpenStudy, you are limited to within tabular things like arrays and matrices. \(\hspace{1in}\mbox{Oy, it is not always easy to get things where you want them.}\) \(\hspace{1in}\mbox{Sometimes you need to use creative methods that allow for }\) \(\hspace{1in}\mbox{the modification of spacing and alignment.}\)
Join our real-time social learning platform and learn together with your friends!