
我想複製一個舊項目背頁因為我想保留舊版本。
當我複製整個專案時,不變精確副本無法編譯 pdf。
我發現的唯一區別是Raw logs
原始版本列表:
This is XeTeX, Version 3.14159265-2.6-0.999991 (TeX Live 2019) (preloaded format=xelatex 2019.12.13) 9 MAY 2022 09:00
entering extended mode
\write18 enabled.
%&-line parsing enabled.
**cv.tex
(/compile/cv.tex
LaTeX2e <2019-10-01> patch level 3
(/usr/local/texlive/2019/texmf-dist/tex/latex/base/article.cls
Document Class: article 2019/10/25 v1.4k Standard LaTeX document class
(/usr/local/texlive/2019/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2019/10/25 v1.4k Standard LaTeX file (size option)
)
雖然副本有另一個版本:
This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2021) (preloaded format=xelatex 2021.9.30) 9 MAY 2022 08:59
entering extended mode
\write18 enabled.
%&-line parsing enabled.
**cv.tex
(./cv.tex
LaTeX2e <2021-06-01> patch level 1
L3 programming layer <2021-07-12> (/usr/local/texlive/2021/texmf-dist/tex/latex/base/article.cls
Document Class: article 2021/02/12 v1.4n Standard LaTeX document class
(/usr/local/texlive/2021/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2021/02/12 v1.4n Standard LaTeX file (size option)
)
如何製作精確的副本,包括正確的版本?