看板LaTeX
标 题Re: [问题] 关於twocolumn的问题!!
发信站(null) (Wed Nov 28 09:06:34 2012)
转信站ptt!news.ntu!ctuews.n!news.nctu!stanfordtanford.edu!kt20no16084155pbb.
Please provide a minimal working example (mwe) next time.
\documentclass[twocolumn,a4paper,12pt]{article}
\usepackage{lipsum}
\author{A. Author}
\title{How to a Make Two-column Format}
\begin{document}
\maketitle
\section{Chapter}
\lipsum[1]
\section{section}
\lipsum[1]
\end{document}