249 lines
11 KiB
TeX
249 lines
11 KiB
TeX
|
||
% !TeX root = ../main.tex
|
||
|
||
% 论文基本信息配置
|
||
|
||
\xtusetup{
|
||
%******************************
|
||
% 注意:
|
||
% 1. 配置里面不要出现空行
|
||
% 2. 不需要的配置信息可以删除
|
||
%******************************
|
||
%
|
||
% 标题
|
||
% 可使用“\\”命令手动控制换行
|
||
%
|
||
title = {基于神经网络的热亚矮星物理参数计算},
|
||
title* = {Neural network based calculation of physical parameters of hot subdwarfs},
|
||
%
|
||
% 学位
|
||
% 1. 学术型
|
||
% - 中文
|
||
% 需注明所属的学科门类,例如:
|
||
% 哲学、经济学、法学、教育学、文学、历史学、理学、工学、农学、医学、
|
||
% 军事学、管理学、艺术学
|
||
% - 英文
|
||
% 博士:Doctor of Philosophy
|
||
% 硕士:
|
||
% 哲学、文学、历史学、法学、教育学、艺术学门类,公共管理学科
|
||
% 填写“Master of Arts“,其它填写“Master of Science”
|
||
% 2. 专业型
|
||
% 直接填写专业学位的名称,例如:
|
||
% 哲学博士、理学硕士等
|
||
% Doctor of Education, Master of Engineering
|
||
% 3. 本科生不需要填写
|
||
%
|
||
degree-name = {理学硕士},
|
||
degree-name* = {Master of Science},
|
||
%
|
||
% 培养单位
|
||
% 填写所属院系的全名
|
||
%
|
||
department = {物理与光电工程学院},
|
||
%
|
||
% 学科
|
||
% 1. 学术型学位
|
||
% 获得一级学科授权的学科填写一级学科名称,其他填写二级学科名称
|
||
% 2. 理学硕士
|
||
% 学科专业及研究领域
|
||
% 3. 其他专业型学位
|
||
% 不填写此项
|
||
% 4. 本科生不需要填写
|
||
%
|
||
discipline = {物理学},
|
||
discipline* = {physics},
|
||
%
|
||
research = {天体物理},
|
||
research* = {Astrophysics},
|
||
%
|
||
coursename = {},
|
||
% coursename* = {}
|
||
%
|
||
%
|
||
%
|
||
% 姓名
|
||
%
|
||
author = { 冯梦奇},
|
||
author* = {Mengqi Feng},
|
||
%
|
||
% 指导教师
|
||
% 中文姓名和职称之间以英文逗号“,”分开,下同
|
||
%
|
||
supervisor = {雷振新},
|
||
supervisor* = {Professor Zhenxin Lei},
|
||
%
|
||
% 副指导教师
|
||
%
|
||
% associate-supervisor = {某某某 教授},
|
||
% associate-supervisor* = {Professor Mou Moumou},
|
||
%
|
||
% 联合指导教师
|
||
%
|
||
% joint-supervisor = {某某某教授},
|
||
% joint-supervisor* = {Professor Mou Moumou},
|
||
%
|
||
% 日期
|
||
% 使用 ISO 格式;默认为当前时间
|
||
%
|
||
date = {2025-05-17},
|
||
%
|
||
% 密级和年限
|
||
% 秘密, 机密, 绝密
|
||
%
|
||
secret-level = {公开},
|
||
% secret-year = {10},
|
||
%
|
||
% 分类号
|
||
%
|
||
clc = {P142},
|
||
%
|
||
% % 学号
|
||
id = {202221521301},
|
||
%
|
||
% 博士后专有部分
|
||
%
|
||
% clc = {O241.82},
|
||
% udc = {UDC},
|
||
% id = {201190090001},
|
||
% discipline-level-1 = {数学}, % 流动站(一级学科)名称
|
||
% discipline-level-2 = {计算数学}, % 专业(二级学科)名称
|
||
% start-date = {2011-07-01}, % 研究工作起始时间
|
||
}
|
||
|
||
%% Put any packages you would like to use here
|
||
|
||
% 表格中支持跨行
|
||
\usepackage{multirow}
|
||
|
||
% 跨页表格
|
||
\usepackage{longtable}
|
||
|
||
% 固定宽度的表格
|
||
\usepackage{tabularx}
|
||
|
||
% 表格中的反斜线
|
||
\usepackage{diagbox}
|
||
|
||
% 确定浮动对象的位置,可以使用 H,强制将浮动对象放到这里(可能效果很差)
|
||
\usepackage{float}
|
||
|
||
% 浮动图形控制宏包。
|
||
% 允许上一个 section 的浮动图形出现在下一个 section 的开始部分
|
||
% 该宏包提供处理浮动对象的 \FloatBarrier 命令,使所有未处
|
||
% 理的浮动图形立即被处理。这三个宏包仅供参考,未必使用:
|
||
% \usepackage[below]{placeins}
|
||
% \usepackage{floatflt} % 图文混排用宏包
|
||
% \usepackage{rotating} % 图形和表格的控制旋转
|
||
|
||
% 定理类环境宏包
|
||
\usepackage[amsmath,thmmarks,hyperref]{ntheorem}
|
||
|
||
% 给自定义的宏后面自动加空白
|
||
% \usepackage{xspace}
|
||
|
||
% 借用 ltxdoc 里面的几个命令。
|
||
\def\cmd#1{\cs{\expandafter\cmd@to@cs\string#1}}
|
||
\def\cmd@to@cs#1#2{\char\number`#2\relax}
|
||
\DeclareRobustCommand\cs[1]{\texttt{\char`\\#1}}
|
||
|
||
\newcommand*{\meta}[1]{{%
|
||
\ensuremath{\langle}\rmfamily\itshape#1\/\ensuremath{\rangle}}}
|
||
\providecommand\marg[1]{%
|
||
{\ttfamily\char`\{}\meta{#1}{\ttfamily\char`\}}}
|
||
\providecommand\oarg[1]{%
|
||
{\ttfamily[}\meta{#1}{\ttfamily]}}
|
||
\providecommand\parg[1]{%
|
||
{\ttfamily(}\meta{#1}{\ttfamily)}}
|
||
\providecommand\pkg[1]{{\sffamily#1}}
|
||
|
||
% 定义所有的图片文件在 figures 子目录下
|
||
\graphicspath{{figures/}}
|
||
|
||
% 数学命令
|
||
\input{math_commands.tex}
|
||
|
||
% 定义自己常用的东西
|
||
% \def\myname{袁海专}
|
||
|
||
% hyperref 宏包在最后调用
|
||
\usepackage{hyperref}
|
||
\usepackage{booktabs}
|
||
\usepackage{array}
|
||
\usepackage{makecell}
|
||
\usepackage{multirow}
|
||
\usepackage{lscape}
|
||
\usepackage[usenames,dvipsnames]{xcolor}
|
||
\usepackage{fancyhdr}
|
||
\usepackage{appendix}
|
||
\usepackage{textcomp}
|
||
\usepackage{booktabs}
|
||
\usepackage{longtable}
|
||
\usepackage{siunitx}
|
||
\usepackage{graphicx}
|
||
% \usepackage[a4paper, margin=2cm]{geometry}
|
||
% \usepackage{longtable}
|
||
% \usepackage{array}
|
||
% \usepackage{caption}
|
||
% \usepackage{booktabs}
|
||
|
||
% ====== 期刊名称宏定义(直接显示全称格式)======
|
||
\newcommand\aj{Astronomical Journal}% % Astronomical Journal (AJ)
|
||
\newcommand\psj{Planetary Science Journal}% % Planetary Science Journal (PSJ)
|
||
\newcommand\araa{Annual Review of Astronomy and Astrophysics}% % Annual Review of Astron and Astrophys (ARA&A)
|
||
\newcommand\apj{The Astrophysical Journal}% % Astrophysical Journal (ApJ)
|
||
\newcommand\apjl{Astrophysical Journal Letters}% % Astrophysical Journal, Letters (ApJL)
|
||
\newcommand\apjs{Astrophysical Journal Supplement}% % Astrophysical Journal, Supplement (ApJS)
|
||
\newcommand\ao{Applied Optics}% % Applied Optics (ApOpt)
|
||
\newcommand\apss{Astrophysics and Space Science}% % Astrophysics and Space Science (Ap&SS)
|
||
\newcommand\aap{Astronomy and Astrophysics}% % Astronomy and Astrophysics (A&A)
|
||
\newcommand\aapr{Astronomy and Astrophysics Reviews}% % Astronomy and Astrophysics Reviews (A&A Rv)
|
||
\newcommand\aaps{Astronomy and Astrophysics Supplement}% % Astronomy and Astrophysics, Supplement (A&AS)
|
||
\newcommand\azh{Astronomicheskii Zhurnal}% % Astronomicheskii Zhurnal (AZh)
|
||
\newcommand\baas{Bulletin of the American Astronomical Society}% % Bulletin of the AAS (BAAS)
|
||
\newcommand\icarus{Icarus}% % Icarus (Icarus)
|
||
\newcommand\jaavso{Journal of the American Association of Variable Star Observers}% % (JAAVSO)
|
||
\newcommand\jrasc{Journal of the Royal Astronomical Society of Canada}% % Journal of the RAS of Canada (JRASC)
|
||
\newcommand\memras{Memoirs of the Royal Astronomical Society}% % Memoirs of the RAS (MmRAS)
|
||
\newcommand\mnras{Monthly Notices of the Royal Astronomical Society}% % Monthly Notices of the RAS (MNRAS)
|
||
\newcommand\pra{Physical Review A}% % Physical Review A: General Physics (PhRvA)
|
||
\newcommand\prb{Physical Review B}% % Physical Review B: Solid State (PhRvB)
|
||
\newcommand\prc{Physical Review C}% % Physical Review C (PhRvC)
|
||
\newcommand\prd{Physical Review D}% % Physical Review D (PhRvD)
|
||
\newcommand\pre{Physical Review E}% % Physical Review E (PhRvE)
|
||
\newcommand\prl{Physical Review Letters}% % Physical Review Letters (PhRvL)
|
||
\newcommand\pasp{Publications of the Astronomical Society of the Pacific}% % Publications of the ASP (PASP)
|
||
\newcommand\pasj{Publications of the Astronomical Society of Japan}% % Publications of the ASJ (PASJ)
|
||
\newcommand\qjras{Quarterly Journal of the Royal Astronomical Society}% % Quarterly Journal of the RAS (QJRAS)
|
||
\newcommand\skytel{Sky and Telescope}% % Sky and Telescope (S&T)
|
||
\newcommand\solphys{Solar Physics}% % Solar Physics (SoPh)
|
||
\newcommand\sovast{Soviet Astronomy}% % Soviet Astronomy (Soviet Ast.)
|
||
\newcommand\ssr{Space Science Reviews}% % Space Science Reviews (SSRv)
|
||
\newcommand\zap{Zeitschrift für Astrophysik}% % Zeitschrift fuer Astrophysik (ZA)
|
||
\newcommand\nat{Nature}% % Nature (Nature)
|
||
\newcommand\iaucirc{IAU Circulars}% % IAU Circulars (IAUC)
|
||
\newcommand\aplett{Astrophysics Letters}% % Astrophysics Letters (Astrophys. Lett.)
|
||
\newcommand\apspr{Astrophysics and Space Physics Research}% % Astrophysics Space Physics Research (Astrophys. Space Phys. Res.)
|
||
\newcommand\bain{Bulletin of the Astronomical Institutes of the Netherlands}% % Bulletin Astronomical Institute of the Netherlands (BAN)
|
||
\newcommand\fcp{Fundamental Cosmic Physics}% % Fundamental Cosmic Physics (FCPh)
|
||
\newcommand\gca{Geochimica et Cosmochimica Acta}% % Geochimica Cosmochimica Acta (GeoCoA)
|
||
\newcommand\grl{Geophysical Research Letters}% % Geophysics Research Letters (Geophys. Res. Lett.)
|
||
\newcommand\jcp{Journal of Chemical Physics}% % Journal of Chemical Physics (JChPh)
|
||
\newcommand\jgr{Journal of Geophysical Research}% % Journal of Geophysics Research (J. Geophys. Res.)
|
||
\newcommand\jqsrt{Journal of Quantitative Spectroscopy and Radiative Transfer}% % Journal of Quantitiative Spectroscopy and Radiative Trasfer (JQSRT)
|
||
\newcommand\memsai{Memorie della Società Astronomica Italiana}% % Mem. Societa Astronomica Italiana (MmSAI)
|
||
\newcommand\nphysa{Nuclear Physics A}% % Nuclear Physics A (NuPhA)
|
||
\newcommand\physrep{Physics Reports}% % Physics Reports (PhR)
|
||
\newcommand\physscr{Physica Scripta}% % Physica Scripta (PhyS)
|
||
\newcommand\planss{Planetary and Space Science}% % Planetary Space Science (Planet. Space Sci.)
|
||
\newcommand\procspie{Proceedings of the SPIE}% % Proceedings of the SPIE (Proc. SPIE)
|
||
\newcommand\actaa{Acta Astronomica}% % Acta Astronomica (AcA)
|
||
\newcommand\caa{Chinese Astronomy and Astrophysics}% % Chinese Astronomy and Astrophysics (ChA&A)
|
||
\newcommand\cjaa{Chinese Journal of Astronomy and Astrophysics}% % Chinese Journal of Astronomy and Astrophysics (ChJA&A)
|
||
\newcommand\jcap{Journal of Cosmology and Astroparticle Physics}% % Journal of Cosmology and Astroparticle Physics (JCAP)
|
||
\newcommand\na{New Astronomy}% % New Astronomy (NewA)
|
||
\newcommand\nar{New Astronomy Reviews}% % New Astronomy Review (NewAR)
|
||
\newcommand\pasa{Publications of the Astronomical Society of Australia}% % Publications of the Astron. Soc. of Australia (PASA)
|
||
\newcommand\rmxaa{Revista Mexicana de Astronomía y Astrofísica}% % Revista Mexicana de Astronomia y Astrofisica (RMxAA)
|
||
\newcommand\maps{Meteoritics and Planetary Science}% % Meteoritics and Planetary Science (M&PS)
|
||
\newcommand\aas{AAS Meeting Abstracts}% % American Astronomical Society Meeting Abstracts (AAS Meeting Abstracts)
|
||
\newcommand\dps{AAS/Division for Planetary Sciences Meeting Abstracts}% % American Astronomical Society/Division for Planetary Sciences Meeting Abstracts (AAS/DPS Meeting Abstracts) |