fix: 修复 LaTeX 中文字体 — macOS 字体改为 Windows STSong/Noto Sans SC/FangSong
This commit is contained in:
@@ -65,7 +65,7 @@ XGBoost模型在三个时间尺度上均取得优异性能,短期预警F1-Macr
|
|||||||
|
|
||||||
\section{系统可视化效果}
|
\section{系统可视化效果}
|
||||||
|
|
||||||
基于Flask + ECharts构建的可视化大屏系统(图\ref{fig:dashboard}),包含6个功能面板:温度趋势图、风险等级展示、老年人口饼图、预警时间线柱状图、暴露-反应曲线和历史数据回顾。系统采用深色科技蓝配色方案,支持每30分钟自动刷新数据。
|
基于Flask + ECharts构建的可视化大屏系统,包含6个功能面板:温度趋势图、风险实时展示、老年人口饼图、预警时间线柱状图、暴露-反应曲线和历史数据回顾。前端采用深色科技蓝配色方案,支持每30分钟自动刷新数据。后端通过4个RESTful API端点提供预测、历史、统计和主页服务。
|
||||||
|
|
||||||
\section{LSTM训练优化尝试}
|
\section{LSTM训练优化尝试}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
+3
-3
@@ -7,9 +7,9 @@
|
|||||||
\onehalfspacing
|
\onehalfspacing
|
||||||
|
|
||||||
% --- 字体 ---
|
% --- 字体 ---
|
||||||
\setCJKmainfont{Songti SC}[AutoFakeBold=2]
|
\setCJKmainfont{STSong}[AutoFakeBold=2]
|
||||||
\setCJKsansfont{Heiti SC}
|
\setCJKsansfont{Noto Sans SC}
|
||||||
\setCJKmonofont{STFangsong}
|
\setCJKmonofont{FangSong}
|
||||||
|
|
||||||
% --- 图表 ---
|
% --- 图表 ---
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
|
|||||||
Reference in New Issue
Block a user