Delete LaTex.md

master
Oliviaaaa0624 4 years ago committed by GitHub
parent 3bad8d5c29
commit 7dad954ca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 42
      docs/LaTex.md

@ -1,42 +0,0 @@
# 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}
Loading…
Cancel
Save