Files
SiC-2nd-paper/test-typst/main.typ
2025-06-17 11:20:43 +08:00

95 lines
2.4 KiB
Typst
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#import "@preview/starter-journal-article:0.4.0": article, author-meta
#show: article.with(
title: "Article Title",
authors: (
"Haonan Chen": author-meta(
"xmu",
// email: "chn@chn.moe",
),
"Junyong Kang": author-meta(
"xmu",
email: "jykang@xmu.edu.cn"
)
),
affiliations: (
"xmu": "Xiamen University",
),
abstract: [#lorem(100)],
keywords: ("Typst", "Template", "Journal Article"),
)
// 行号
#set par.line(numbering: "1")
// 两端对齐
#set par(justify: true)
// 中文使用思源宋体,英文使用 Times New Roman
#set text(font: ("Times New Roman", "Source Han Serif SC"))
// 图表标题
#show figure.caption: it => {
set text(10pt)
align(center, box(align(left, it), width: 80%))
}
// 页码
#set page(
numbering: "1/1",
)
// TODO: why globally set placement not work?
// #set figure(placement: none)
// 标题序号
#set heading(numbering: "1.")
= Introduction
#include "section/introduction.typ"
= Method
#include "section/method.typ"
= Results and Discussion
// - 无缺陷:
// 我们将声子分为两类一类是极性比较弱的18个一类是比较强的3个
// - 弱极性的声子:
// - TODO: 确认一下最后一次实验中,峰偏移等是否与掺杂有明显关系,以及这个关系与之前是否相同。
// - 强极性的声子:
// - 强极性声子在 Gamma 附近散射谱不连续,它的声子模式由入射光的方向决定。在入射光不沿 z 轴的情况下,使用 C6v 群不再适用。
// - TODO: 写文字
// - 在接近 y 轴入射时,可以看到分裂。这个模式可能对表面敏感。
// - TODO: 佐证它对表面敏感
// - 对于 LO可能形成 LOPC
// - 有缺陷的情况:
// - TODO: 描述缺陷原子的振动
// - TODO: 计算拉曼张量,描述光谱的可能变化
== Phonons in Perfect 4H-SiC
#include "section/perfect/default.typ"
=== Phonons with Negligible Polarities
#include "section/perfect/non-polar/default.typ"
=== Strong-polar Phonons
#include "section/perfect/polar/default.typ"
= Appendix
#include "section/appendix/default.typ"
#include "掺杂晶格变化.typ"
#include "晶格变化导致的频率变化.typ"
// TODO: 这句话放哪里?
// whose dispersion curves exhibit discontinuity near the #sym.Gamma point (also shown in @phonon),
#bibliography("./ref.bib", title: "Reference", style: "american-physics-society")