Created
March 13, 2018 23:31
-
-
Save adrianparvino/0c5f510db87846df862fb3072b109dc7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
\documentclass{article} | |
\usepackage[margin=0in]{geometry} | |
\usepackage{array} | |
\setlength\parindent{0pt} | |
\begin{document} | |
\begin{tabular}{@{\hspace{0pt}}m{0.5\textwidth}@{\hspace{0pt}}>{\raggedleft}m{0.5\textwidth}@{\hspace{0pt}}} | |
The quick & {The \\ | |
quick \\ | |
brown \\} | |
\end{tabular} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment