Created
April 15, 2013 09:00
-
-
Save isanosian/5386844 to your computer and use it in GitHub Desktop.
two columns for bilingual docs like contract
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\begin{table}[ht] | |
\begin{minipage}[t]{0.45\linewidth} | |
This is the first column.\\ | |
This is still in the first column. | |
\end{minipage} | |
\hspace{0.5cm} | |
\begin{minipage}[t]{0.45\linewidth} | |
This is the second column. | |
\end{minipage} | |
\end{table} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment