You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.1 KiB

A Example

\documentclass{article}
\usepackage[utf8]{inputenc}

\title{exercise 1}
\author{Oliviaaa }
\date{\today}

\usepackage{natbib}
\usepackage{graphicx}

\begin{document}

\maketitle

\tableofcontents  %表示目录部分开始
\section{Introduction}  %目录的前缀页面都会自动排版不需要手动排版

There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.
There is another theory which states that this has already happened.

$$ c = \sqrt{a^{2}+b_{0}^{2}+e^{x}} $$
$$ \boldsymbol{E = mc^2} $$
$$ \mathbf{E = mc^2} $$

\begin{figure}[h!]
\centering
\includegraphics[scale=1.7]{universe}
\caption{The Universe}
\label{fig:universe}
\end{figure}

\section{Conclusion}

``I always thought something was fundamentally wrong with the universe'' \citep{adams1995hitchhiker}


\bibliographystyle{plain}
\bibliography{references}

\end{document}