Files
fund-tracer/docs/project-book/chapters/appendix-c-figures.tex
2026-03-13 14:48:32 +08:00

37 lines
1.5 KiB
TeX
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.
% ============================================================
% 附录 C图清单与占位说明
% 供用户按图补充,对应评审维度:技术可行性
% ============================================================
\chapter{图清单与占位说明}
\label{app:figures}
以下为正文中需要用户提供的图片清单。请根据 \texttt{figures/README.md} 中的说明准备相应图片,并替换占位框。
\begin{table}[H]
\centering
\caption{图清单与占位说明}
\begin{tabular}{clp{5cm}}
\toprule
\textbf{图号} & \textbf{建议文件名} & \textbf{建议内容} \\
\midrule
图 2-1 & Fig-traditional-flow.pdf & 传统人工核账流程图 \\
图 3-1 & Fig-user-usecase.pdf & 用户角色与用例示意 \\
图 4-1 & Fig-architecture.pdf & 系统四层架构图 \\
图 4-2 & Fig-agent-collab.pdf & 多智能体协作示意图 \\
图 4-3 & Fig-business-flow.pdf & 核心业务流程 \\
图 5-1 & Fig-extract-fields.pdf & 交易抽取字段与置信度示意 \\
图 5-2 & Fig-dedup-transit.pdf & 去重与中转识别逻辑示意 \\
图 7-1 & Fig-main-ui.png & 系统主界面截图 \\
图 7-2 & Fig-review-ui.png & 分析/复核界面截图 \\
图 7-3 & Fig-report-sample.png & 报告导出样例截图 \\
\bottomrule
\end{tabular}
\end{table}
将图片放入 \texttt{figures/} 目录后,可在对应章节中将 \texttt{\textbackslash placeholderfigure} 替换为:
\begin{lstlisting}
\includegraphics[width=0.9\textwidth]{文件名}
\end{lstlisting}