Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 715
1
\documentclass{article}
2
\title{Title of Document}
3
\author{Name of Author}
4
\usepackage{graphicx}
5
6
\begin{document}
7
\maketitle
8
9
\includegraphics[height=.3\textheight]{psi_9}
10
\includegraphics[height=.3\textheight]{psi_100}
11
12
\end{document}
13
14