Hi,
I was happy to finally find a package for change tracking in Latex that exactly what I was looking for. Unfortunately, I couldn't make it ... starting to make me crazy:
I wanted to test a small code but it didn't work, here it is
\documentclass[french]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[a4paper]{geometry}
\usepackage{babel}
\usepackage{changes}
\definechangesauthor[name={AD}]{ad}
\begin{document}
bla bla bla blabla \added[id=ad]{alb albalb alb}
\replaced[id=ad]{soso}{sisi}
\end{document}
I am wrong somewhere, but didn't found ... It seems to be a problem with xcolor
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sorry for the very late answer, your example work with my installation. Maybe I fixed the problem when fixing a language bug. Can you please try, if the error is gone for you as well?
Thanks,
Ekkart.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I was happy to finally find a package for change tracking in Latex that exactly what I was looking for. Unfortunately, I couldn't make it ... starting to make me crazy:
I wanted to test a small code but it didn't work, here it is
\documentclass[french]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[a4paper]{geometry}
\usepackage{babel}
\usepackage{changes}
\definechangesauthor[name={AD}]{ad}
\begin{document}
bla bla bla blabla \added[id=ad]{alb albalb alb}
\replaced[id=ad]{soso}{sisi}
\end{document}
I am wrong somewhere, but didn't found ... It seems to be a problem with xcolor
Thank you
Hi Anis,
sorry for the very late answer, your example work with my installation. Maybe I fixed the problem when fixing a language bug. Can you please try, if the error is gone for you as well?
Thanks,
Ekkart.