#trackchanges #trackchangesinlatex #revisionsinlatex
0:00 Revisions under track changes in LaTeX
3:47 Example of track changes in LaTeX
11:34 Installation of software ActivePerl
12:18 Changing the directory in LaTeX
Download my LaTeX Tutorial Book from
https://drive.google.com/file/d/1UHuU...
How to do revision under track changes in LaTeX
track changes in latex, highlight changes in latex, revision under track changes, latexdiff tutorial, track changes in a document
how to do revision under track changes in latex
how to do track changes in a document in latex
how to use latexdiff package in latex
how to do track changes in a latex document
LaTeX Tutorial Book
https://drive.google.com/open?id=1WqT...
Document Template
https://drive.google.com/open?id=1ZuP...
To see all the changes made in a document, the following steps are to be followed in a
sequence.
1. The main tex document is e.g. Original.tex
2. Copy paste this le in the same folder and rename it as e.g. Revised.tex
3. Go the webpage https://downloads.activestate.com/Act...
and download and install ActivePerl-5.24.3.2404-MSWin32-x64-404865
4. Open MikTeX console and install the package latexdiff
5. It's better to restart the computer after these installations
6. Open cmd and change the directory to your folder where both the tex files i.e.
Original.tex and Revised.tex are located
7. If folder is on the Desktop and the name of Folder is LaTeX, type the command
C:\Users\SAY\Desktop\LaTeX where SAY is the username, so change it to your
own username.
8. Open command terminal (cmd) and type
latexdiff Original.tex Revised.tex diff.tex
it will generate diff.tex document in the folder. This is the document by building
it, a pdf will be generated that will show like the Track Change" document.