Last active
September 18, 2017 10:07
-
-
Save tommyip/ea00bdebc05a18c970582ce881839d03 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
\usepackage[hyphens]{url} | |
\begin{document} | |
\begin{multicols*}{2} | |
Lorem ipsum\cite{lorem_ipsum} dolor sit amet, consectetur adipiscing | |
elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | |
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi | |
ut aliquip ex ea commodo consequat. | |
\begin{thebibliography}{9} | |
\bibitem{lorem_ipsum} | |
\text{\em Lorem Ipsum} | |
\url{http://www.lipsum.com/} | |
\end{thebibliography} | |
\end{multicols*} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment