Step 1.
수정되기 전의 파일을 준비해주세요. 파일명은 "old_version.tex"이라고 하겠습니다.
모든 파일명에는 공백이 없어야 합니다.
Prepare the old version of a TeX file. Let's say the file name is "old_version.tex"
File names must not contain spaces.
Step 2.
수정된 파일을 준비해주세요. 파일명은 "Check_document.tex"이라고 하겠습니다.
Prepare the revised version of a TeX file. Let's say the file name is "Check_document.tex"
Step 3.
터미널을 열어 주세요.
Open the terminal.
Step 4.
터미널에 다음을 입력하세요.
cmd /c "latexdiff --math-markup=0 old_version.tex Check_document.tex > diff_version.tex"
Enter the following in the terminal:
cmd /c "latexdiff --math-markup=0 old_version.tex Check_document.tex > diff_version.tex"
Step 5.
명령어를 실행하면 "diff_versoin.tex"이라는 파일이 생성됩니다.
Running the command will generate a file named "diff_version.tex".
Step 6.
컴파일을 해 보면 다음과 같이 수정된 부분을 확인할 수 있습니다.
Once compiled, you can see the modifications as shown right.