Skip to content

Instantly share code, notes, and snippets.

@tommyip
Last active September 18, 2017 10:07
Show Gist options
  • Select an option

  • Save tommyip/ea00bdebc05a18c970582ce881839d03 to your computer and use it in GitHub Desktop.

Select an option

Save tommyip/ea00bdebc05a18c970582ce881839d03 to your computer and use it in GitHub Desktop.
\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