美文网首页
latex 模板

latex 模板

作者: 无聊就搞科研 | 来源:发表于2021-02-04 22:57 被阅读0次

latex 常用模板

\documentclass[11pt,prd,onecolumn,showpacs,amsmath,amssymb,aps,floats,floatfix,nofootinbib]{revtex4-1}

\usepackage{hyperref} % should be commented out if the tex file will be compiled with latex in arXiv!!! (pdflatex is fine)
\usepackage[inline]{enumitem}
\usepackage[multidot]{grffile}  % allow the name of figures to include dots
\usepackage{dcolumn}
\usepackage{bm}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{bbm}
\usepackage{color}
\usepackage{latexsym}
\usepackage{slashed} % slash mark
\usepackage{pstricks}
\usepackage{indentfirst}
\usepackage{mathrsfs}
\usepackage{multirow}
\usepackage{epsfig,psfrag}
\usepackage{subfigure}
\usepackage{setspace} % spacing
%\usepackage[utf8]{inputenc} % accept utf-8 input encoding
\usepackage[scientific-notation=true]{siunitx} % comprehensive units
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{epsfig}
\usepackage{amsthm,amsmath,amssymb}
\usepackage{mathrsfs}
\graphicspath{{figs/}}
\setcounter{MaxMatrixCols}{30}

\begin{document}
    
    \title{Exploring Observation of ......}
    \author{hhhh}
    \date{2021.01.27}
    
    \begin{abstract}
        Lorentz Invariance 
    \end{abstract}
     \maketitle

\section{introduction}

\end{document}  

相关文章

网友评论

      本文标题:latex 模板

      本文链接:https://www.haomeiwen.com/subject/mnbitltx.html