My LaTeX format is as follows:
Abstract: Abstract goes here.
Section 1:
It should be noted that my abstract is one column and sections are two-column.
Abstract and Section 1 are very close together. I want some space between abstract and
Section 1. I tried \hfill but it only affects on one column but at the beginning of
the second column the Abstract and Section 1 are close together. How can I fix it?
\documentclass[a4paper,twocolumn]{article}
\usepackage{graphicx}
\usepackage[cmex10]{amsmath}
\usepackage{mathtools}
\usepackage[usenames]{color}
\usepackage[table]{xcolor}
\usepackage{lipsum}
\usepackage{multicol}
\renewenvironment{abstract}{%
\noindent\bfseries\abstractname:\normalfont}{}
\begin{document}
\title{
\textbf{Title}
}
\setlength{\columnsep}{0.8cm}
\begin{abstract}
Abstract is here
\end{abstract}
\section{Introduction}
\section{circuit}
Circuit is here
\subsection{Noise analysis}
Noise analysis is here
\section{Circuit Design}
Circuit Design is here
\section{Simulation Results}
Simulation Results is here
\section{Conclusion}
Conclusion is here.
\begin{thebibliography}{1}
\bibitem{}Friis, H. T.:
\end{thebibliography}
\end{document}
This is my first experience with Latex and it's a real pain...


{}icon. (For inline code, you can use backticks ```.) – Alan Munn Sep 11 '11 at 22:58