Created
March 13, 2018 23:23
-
-
Save adrianparvino/7142a84995a84b7332cbf63314f45b4c 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}}p{0.5\textwidth}@{\hspace{0pt}}>{\raggedleft}p{0.5\textwidth}@{\hspace{0pt}}} | |
The quick brown fox & The quick brown fox. | |
\end{tabular} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment