File size: 7,258 Bytes
47d9a92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
% --- text_template_v2.tex ---
% 专为纯文本类翻译设计的报价单模板 (v2)
% 更新: 1. 润色“项目详情”措辞; 2. 增加最低消费条款占位符。
% ----------------------------------------------------------------
\documentclass[UTF8, a4paper]{ctexart}
\usepackage{geometry}
\usepackage{tabularx}
\usepackage{fontawesome5}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage{colortbl}
\usepackage{enumitem} % 用于更灵活的列表控制
\usepackage{calc}     % 用于计算宽度,修复description列表对齐

% --- 页面布局设置 ---
\geometry{
    a4paper,
    left=2.5cm,
    right=2.5cm,
    top=2.5cm,
    bottom=2.5cm
}

% --- 命令定义 ---
\newcommand{\quotetitle}[1]{\begin{center}\huge\bfseries #1\end{center}}
\newcommand{\headerrow}{\rowcolor[gray]{0.9}}

% --- 文档开始 ---
\begin{document}

% =================================
% 页眉:公司信息
% =================================
\begin{flushright}
    \textbf{艾写科技 智能翻译} \\
    \href{mailto:johnny@quillbotics.com}{johnny@quillbotics.com}
\end{flushright}
\vspace{1.5cm}

% =================================
% 标题
% =================================
\quotetitle{翻译服务报价单}
\vspace{1.2cm}

% =================================
% 报价单基本信息
% =================================
\begin{tabularx}{\textwidth}{@{} l X l r @{}}
    \textbf{致:} & {{customer_name}} & \textbf{报价单号:} & {{quote_id}} \\
    \textbf{日期:} & \today & \textbf{报价有效期:} & {{validity_period}} \\
\end{tabularx}

\vspace{1cm}
\hrule
\vspace{1cm}

% =================================
% 前言
% =================================
\noindent
您好!

感谢您选择“艾写科技”的AI翻译服务。

根据您的翻译需求,我们为您准备了以下服务方案与报价,请查阅。

% =================================
% 项目详情 (*** 此处为核心润色部分 ***)
% =================================
\section*{项目详情}
\begin{description}[leftmargin=!, labelwidth=\widthof{\textbf{计费量核算:}}, style=unboxed, itemsep=2pt]
    \item[项目主题:] {{content_type}}
    \item[语言方向:] {{source_language}} \quad\faAngleRight\quad {{target_language}}
    \item[原文规格:] 本文档包含 \textbf{{{paragraph_count}}} 个段落,总计 \textbf{{{char_count}}} 源语字符。
    \item[计费量核算:] 根据上述原文规格,本项目工作量等效为 \textbf{{{quantity}}} 个计费单元 (\textit{{{billing_unit}}})。
\end{description}


\newpage

\section*{费用明细与服务选项}
% ... (此部分保持不变) ...
\noindent
以下是我们提供的三种等级,两种模式,共六个规格的服务方案,您可以根据您的需求和预算进行选择。

\vspace{0.5cm}

% --- 价格表 ---
\begin{tabularx}{\textwidth}{@{} l l l >{\raggedleft\arraybackslash}r >{\raggedleft\arraybackslash}r @{}}
    \toprule
    \textbf{服务等级} & \textbf{模式} & \textbf{核心特点} & \textbf{单价} & \textbf{总价} \\
    \midrule

    % --- 标准版 ---
    \addlinespace[3pt]
    \textbf{标准版} & ⚡ 快速 & 经济实惠,快速响应 & {{std_fast_unit_price}} & {{std_fast_total_price}} \\
    \addlinespace[2pt]
    & 🦉 深度 & AI自动审校,提升基础质量 & {{std_deep_unit_price}} & {{std_deep_total_price}} \\
    \addlinespace[5pt]
    \midrule
    \addlinespace[5pt]

    % --- 专业版 ---
    \textbf{专业版} & ⚡ 快速 & 平衡性能与成本,商务首选 & {{pro_fast_unit_price}} & {{pro_fast_total_price}} \\
    \addlinespace[2pt]
    & 🦉 深度 & 多维AI审校,确保专业性 & {{pro_deep_unit_price}} & {{pro_deep_total_price}} \\
    \addlinespace[5pt]
    \midrule
    \addlinespace[5pt]

    % --- 专家版 ---
    \textbf{专家版} & ⚡ 快速 & 顶级模型,即刻获得高质量译文 & {{expert_fast_unit_price}} & {{expert_fast_total_price}} \\
    \addlinespace[2pt]
    & 🦉 深度 & 旗舰模型深度优化,追求极致 & {{expert_deep_unit_price}} & {{expert_deep_total_price}} \\
    \addlinespace[3pt]
    \bottomrule
\end{tabularx}

\vspace{0.8cm}
\hrule
\vspace{0.5cm}

% =================================
% 优惠与最终价格
% =================================
\begin{flushright}
    {{discount_section}}
    \vspace{2mm}
    \begin{tabular}{@{}r@{}}
         \large\textbf{应付总额: \quad {{grand_total_price}}} \\
         \small\textit{(已选方案: {{selected_plan}})}\\
         \small\textit{{{minimum_charge_note}}}
    \end{tabular}
\end{flushright}
\hrule

\vspace{1cm}

% =================================
% 服务等级说明
\section*{服务等级说明}
\begin{description}[leftmargin=!, labelwidth=\widthof{\textbf{专家版}}]
    \item[标准版] 适用于对成本敏感、追求速度的场景,如内部沟通、社交媒体内容、个人文档的快速理解。我们采用业界成熟的轻量级AI模型,实现高性价比的翻译。
        \begin{itemize}[label=\faAngleRight, leftmargin=*]
            \item \textbf{快速模式}: 单轮快速直译,追求最高效率。
            \item \textbf{深度模式}: 增加“回译比对”以及“AI自我修正”环节,以低成本提升译文可靠性。
        \end{itemize}

    \item[专业版] 是性能与成本的最佳平衡点,专为商业应用设计。适用于商业报告、网站本地化、产品手册等需要专业、准确表达的场景。采用业界领先的主流AI模型。
        \begin{itemize}[label=\faAngleRight, leftmargin=*]
            \item \textbf{快速模式}: 直接调用高级模型进行翻译,质量与速度兼得。
            \item \textbf{深度模式}: 引入独立的AI审校流程,对术语、流畅性和上下文进行全面检查与优化,确保商务专业性。
        \end{itemize}

    \item[专家版] 追求极致翻译质量,适用于学术论文、法律合同、医疗文献、营销文案等对准确性、专业性和语言风格要求极高的领域。我们仅使用最前沿的旗舰级AI大模型。
        \begin{itemize}[label=\faAngleRight, leftmargin=*]
            \item \textbf{快速模式}: 直接调用旗舰模型,即刻获得接近人类专家的译文。
            \item \textbf{深度模式}: 采用复杂的多步工作流,结合多个旗舰模型的优势进行翻译、审校和润色,并进行严格的术语和逻辑一致性检查,以达到出版级质量。
        \end{itemize}
\end{description}
% =================================

% =================================
% 条款与附注 (*** 此处为核心修改部分 ***)
% =================================
\section*{条款与附注}
\begin{itemize}
    \item \textbf{支付方式:} 支持淘宝下单、微信支付、支付宝、银行转账。
    \item \textbf{预计交付:} 确认并支付后,预计在 {{delivery_time}} 内完成。
    {{discount_terms_note}}
    \item \textbf{保密性:} 我们承诺对所有客户文件进行严格保密,在过了售后期(31天)后即刻删除,或应客户需求立刻删除。
\end{itemize}
\vspace{1.5cm}

\begin{flushleft}
    诚挚地,\\
    \vspace{5mm}
    \textbf{艾写科技 团队}
\end{flushleft}

\end{document}
% --- 文档结束 ---