From 26436bd044aeb7cae34fd553a44ce4b1342c5100 Mon Sep 17 00:00:00 2001 From: chn Date: Sun, 13 Apr 2025 15:11:06 +0800 Subject: [PATCH] --- paper/.gitignore | 1 + paper/main.tex | 26 +++++++++++++++++++++++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/paper/.gitignore b/paper/.gitignore index 771e49d..1555f56 100644 --- a/paper/.gitignore +++ b/paper/.gitignore @@ -5,3 +5,4 @@ /*.out /*.pdf /*.synctex.gz +/*.xdv diff --git a/paper/main.tex b/paper/main.tex index 1ffd43e..178b353 100644 --- a/paper/main.tex +++ b/paper/main.tex @@ -14,7 +14,15 @@ \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} @@ -37,9 +45,21 @@ \section{Introduction}\label{sec1} -The Introduction section, of referenced text cite{bib1} expands on the background of the work (some overlap with the Abstract is acceptable). The introduction should not include subheadings. -Springer Nature does not impose a strict layout as standard however authors are advised to check the individual requirements for the journal they are planning to submit to as there may be journal-level preferences. When preparing your text please also be aware that some stylistic choices are not supported in full text XML (publication version), including coloured font. These will not be replicated in the typeset article if it is accepted. +\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}