是否有可能将信息添加到 .txt 或其他类型的文档中?
例如我有以下 .tex
\begin{filecontents*}{Info.tex}
@ P & 1 & 60 & 2 & 77 \\
@ B & 2 & 90 & 4 & 64 \\
@ O & 3 & 100 & 10 & 6 \\
\end{filecontents*}
并在新的 .tex 中添加以下行
\begin{filecontents*}{Info.tex}
@ P & 1 & 60 & 2 & 77 \\
@ B & 2 & 90 & 4 & 64 \\
@ O & 3 & 100 & 10 & 6 \\
@ Z & 4 & 0 & 7 & 6 \\
\end{filecontents*}