Post Reply 
How to create a table
01-02-2014, 04:54 PM (This post was last modified: 02-25-2014 01:29 AM by Katie Wasserman.)
Post: #5
RE: How to create a table
You can also use a begin{align} / end{align} block in LaTex when you have an even number of columns. For example:

\(
\begin{align}
1 & 2 & 3 & 4 \\
left & right & left & right \\
1 & 1 & 3 & 9 \\
2 & 4 & 4 & 16 \\
not & every & row & has \\
to & use & all & columns \\
3rd & row \\
& & 4th & row
\end{align}\)

I think this looks better than using a matrix. Here's the original example:

\(\begin{align}
10: & \underline{1.291}303564 \\
20: & \underline{1.2912}90482 \\
50: & \underline{1.29128}6729 \\
100: & \underline{1.29128}6183 \\
200: & \underline{1.29128}6042 \\
500: & \underline{1.29128}6006 \\
1000: & \underline{1.291285997}
\end{align}\)

-katie

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to create a table - Thomas Klemm - 12-31-2013, 07:21 AM
RE: How to create a table - Mark Hardman - 12-31-2013, 05:29 PM
RE: How to create a table - Dave Hicks - 01-02-2014, 03:18 PM
RE: How to create a table - Katie Wasserman - 01-02-2014 04:54 PM
RE: How to create a table - Thomas Klemm - 01-02-2014, 10:45 PM
RE: How to create a table - Dave Hicks - 01-08-2014, 05:59 AM
RE: How to create a table - Thomas Klemm - 03-14-2015, 08:52 AM
RE: How to create a table - matthiaspaul - 03-18-2015, 11:29 PM
RE: How to create a table - Dave Hicks - 03-21-2015, 05:27 PM
RE: How to create a table - matthiaspaul - 03-22-2015, 11:43 PM
RE: How to create a table - Thomas Klemm - 03-23-2015, 08:31 PM



User(s) browsing this thread: 1 Guest(s)