89 lines
3.1 KiB
TeX
89 lines
3.1 KiB
TeX
\documentclass[pdflatex,sn-basic,referee]{sn-jnl}
|
|
|
|
\usepackage{graphicx}
|
|
\usepackage{multirow}
|
|
\usepackage{amsmath,amssymb,amsfonts}
|
|
\usepackage{amsthm}
|
|
\usepackage{mathrsfs}
|
|
\usepackage[title]{appendix}
|
|
\usepackage{xcolor}
|
|
\usepackage{textcomp}
|
|
\usepackage{manyfoot}
|
|
\usepackage{booktabs}
|
|
\usepackage{algorithm}
|
|
\usepackage{algorithmicx}
|
|
\usepackage{algpseudocode}
|
|
\usepackage{listings}
|
|
\usepackage[slantfont, boldfont]{xeCJK}
|
|
\setCJKmainfont{Microsoft YaHei}
|
|
\setCJKmonofont{Source Code Pro}
|
|
\setCJKsansfont{YouYuan}
|
|
\usepackage{tikz}
|
|
\usetikzlibrary{shapes, arrows.meta, positioning}
|
|
\tikzstyle{box} = [rectangle, draw=black, fill=blue!10, rounded corners,
|
|
text width=10cm, align=left, minimum height=1cm]
|
|
\tikzstyle{arrow} = [->, thick, >=Stealth]
|
|
\usepackage{lineno}
|
|
\linenumbers
|
|
\renewcommand\linenumberfont{\normalfont}
|
|
|
|
\raggedbottom
|
|
|
|
\begin{document}
|
|
|
|
\title[Article Title]{Article Title}
|
|
|
|
\author*[1]{\fnm{First} \sur{Author}}\email{iauthor@gmail.com}
|
|
|
|
\affil[1]{\orgdiv{Department}, \orgname{Organization}, \orgaddress{\street{Street}, \city{City}, \postcode{100190}, \state{State}, \country{Country}}}
|
|
|
|
\abstract{The abstract serves both as a general introduction to the topic and as a brief, non-technical summary of the main results and their implications. Authors are advised to check the author instructions for the journal they are submitting to for word limits and if structural elements like subheadings, citations, or equations are permitted.}
|
|
|
|
\keywords{keyword1, Keyword2, Keyword3, Keyword4}
|
|
|
|
\maketitle
|
|
|
|
\section{Introduction}\label{sec1}
|
|
|
|
|
|
\begin{center}
|
|
\begin{tikzpicture}[node distance=1.8cm]
|
|
|
|
\node (A) [box] {\textbf{SiC} 很好的性质、重要的应用场景};
|
|
\node (B) [box, below of=A] {\textbf{SiC} 中的\textbf{声子}很重要,它对材料性质有怎样的影响,或者可以反映出怎样的材料性质(作表征)};
|
|
\node (C) [box, below of=B] {关于 \textbf{SiC} 中的声子,有哪些\textbf{已有}的研究,以及这些研究的\textbf{不足}};
|
|
\node (D) [box, below of=C] {本文做了什么事情,尤其强调\textbf{第一次}做了什么};
|
|
|
|
\draw [arrow] (A) -- (B);
|
|
\draw [arrow] (B) -- (C);
|
|
\draw [arrow] (C) -- (D);
|
|
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
|
|
\section{Methods}\label{sec11}
|
|
|
|
\section{Results}\label{sec2}
|
|
|
|
Sample body text. Sample body text. Sample body text. Sample body text. Sample body text. Sample body text. Sample body text. Sample body text.
|
|
|
|
\backmatter
|
|
|
|
\bmhead{Supplementary information}
|
|
|
|
If your article has accompanying supplementary file/s please state so here.
|
|
|
|
Authors reporting data from electrophoretic gels and blots should supply the full unprocessed scans for key as part of their Supplementary information. This may be requested by the editorial team/s if it is missing.
|
|
|
|
Please refer to Journal-level guidance for any specific requirements.
|
|
|
|
\bmhead{Acknowledgements}
|
|
|
|
Acknowledgements are not compulsory. Where included they should be brief. Grant or contribution numbers may be acknowledged.
|
|
|
|
Please refer to Journal-level guidance for any specific requirements.
|
|
|
|
%\bibliography{sn-bibliography}
|
|
|
|
\end{document}
|