Create latex_equation_occupying_two_columns.tex
This commit is contained in:
@@ -0,0 +1,29 @@
|
|||||||
|
\documentclass[twocolumn]{revtex4-2}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\title{Title}
|
||||||
|
\maketitle
|
||||||
|
\section{Introduction}
|
||||||
|
The Schrödinger equation is a linear partial differential equation that governs the wave function of a quantum-mechanical system. Its discovery was a significant landmark in the development of quantum mechanics. It is named after Erwin Schrödinger, who postulated the equation in 1925 and published it in 1926, forming the basis for the work that resulted in his Nobel Prize in Physics in 1933.\cite{wikipedia_1}
|
||||||
|
|
||||||
|
\begin{equation}
|
||||||
|
i\hbar\frac{\partial}{\partial t}\psi(\textbf{r},t)=-\frac{\hbar^{2}}{2m}\nabla^{2}\psi(\textbf{r},t)+V(\textbf{r},t)\psi(\textbf{r},t)
|
||||||
|
\end{equation}
|
||||||
|
|
||||||
|
\begin{widetext}
|
||||||
|
\begin{equation}
|
||||||
|
i\hbar\frac{\partial}{\partial t}\psi(\textbf{r},t)=-\frac{\hbar^{2}}{2m}\nabla^{2}\psi(\textbf{r},t)+V(\textbf{r},t)\psi(\textbf{r},t)
|
||||||
|
\end{equation}
|
||||||
|
\end{widetext}
|
||||||
|
|
||||||
|
\begin{figure*}
|
||||||
|
\begin{equation}
|
||||||
|
i\hbar\frac{\partial}{\partial t}\psi(\textbf{r},t)=-\frac{\hbar^{2}}{2m}\nabla^{2}\psi(\textbf{r},t)+V(\textbf{r},t)\psi(\textbf{r},t)
|
||||||
|
\end{equation}
|
||||||
|
\end{figure*}
|
||||||
|
|
||||||
|
\begin{thebibliography}{999}
|
||||||
|
\bibitem{wikipedia_1} https://en.wikipedia.org/wiki/Schr\%C3\%B6dinger\_equation
|
||||||
|
\end{thebibliography}
|
||||||
|
\end{document}
|
Reference in New Issue
Block a user