Skip to main content

Questions tagged [changes]

Questions about keeping track of changes between versions of a file and in particular about highlighting them in the document. For questions about version control software (additionally) use the {revision-control} tag.

Filter by
Sorted by
Tagged with
2 votes
2 answers
135 views

I'm using this LaTeX code for a question that has figures as alternatives. I used the \multicols command to divide into columns, so the alternatives are presented by column. I wanted to reverse the ...
Ulisses 's user avatar
4 votes
2 answers
89 views

I'm trying to add comments to a two column document, however they are completely invisible. Is there a way to make comments work? Here is a MWE: \documentclass[]{article} \usepackage{changes} \...
td211's user avatar
  • 215
3 votes
1 answer
54 views

I use the changes package to track changes in the documents edited by several authors. My question is specifically about the \replaced{}{} command of the package. When marking text as replaced, the ...
TheNoobyDad's user avatar
2 votes
0 answers
38 views

When I compile this document, it fails with an error. \documentclass[final]{article} \usepackage{amsmath} % Warn if non-AMS math environments are used. % https://tex.stackexchange.com/a/599/153678 \...
Paul Wintz's user avatar
4 votes
2 answers
115 views

I'm writing a package that provides an environment, say DoSomethingIfChanged. The environment writes it's content to file and then does [something] with it (run LaTeX on it, but I think this does not ...
Wamseln's user avatar
  • 1,471
1 vote
0 answers
54 views

I am working on a file with nested numbered lists. I need to deleted whole lists, and replace them with new ones. The changes package does not work well. If I delete/add/replace text within an item, ...
Cecile's user avatar
  • 125
0 votes
1 answer
69 views

When I tried to accept the changes introduced into the LaTeX source with changes package, I found that the caption of one of my figures got corrupted. After some experimenting I have found that the ...
wzab's user avatar
  • 181
0 votes
1 answer
68 views

Both tcolorbox and changes provide \comment. Is there a better and more robust solution than the one below? \usepackage{tcolorbox} \let\comment\tcbcomment \usepackage{changes}
homocomputeris's user avatar
2 votes
1 answer
211 views

When I load both doclicense and changes the resulting PDF is incomplete but I get no error message using pdflatex. Example: \documentclass{article} \usepackage[type={CC},modifier={by},version={4.0}]{...
jwbos's user avatar
  • 79
0 votes
0 answers
38 views

Why position of figures are automatically changed and figures moved on to last page
Sonia Simran's user avatar
0 votes
2 answers
195 views

I am performing a review for a paper and I have to provide two files, namely a CLEAN VERSION, with no marked changes and a MARKED VERSION in which I will mark the revisions. For the text I am using ...
Kosmylo's user avatar
  • 101
1 vote
0 answers
69 views

With changes package, the \deleted command doesn't support \autoref command, but \added does. What is the reason? \documentclass{article} \usepackage{changes} \usepackage{hyperref} \begin{document} \...
Y. zeng's user avatar
  • 2,395
0 votes
0 answers
134 views

I am using the changes package. The margin comments have larger font than the text in the main body. I can't find any mention of font size settings here. I can insert commands like \tiny at the ...
user2153235's user avatar
1 vote
0 answers
321 views

I get an error that I don't understand and I have no idea how to fix this. My minimal working example is this: \documentclass{article} \usepackage{changes} \definechangesauthor{Me} \begin{document} ...
Dirk's user avatar
  • 208
0 votes
1 answer
402 views

Currently, for comments in the text (displayed in the compiled pdf) I use the 'todonotes' package with the ability to turn it on and off in the final pdf. I also need to use the text changes ...
Chey's user avatar
  • 85
0 votes
0 answers
66 views

I'm trying to add a note to go alongside my picture, so the other researcher reviewing my paper knows that I changed a picture. It's a double-column paper. I read that I could add a \todo note, which ...
Fabio Phillip's user avatar
3 votes
1 answer
231 views

When using the changes package, it highlights the changed text and adds a superscript denoting the author id. Is it possible to suppress this superscript? I use different colors for different authors. ...
Nagabhushan S N's user avatar
5 votes
2 answers
3k views

I am planning to use changes package for marking up changes in the latex document. I like to denote new additions in green, modifications in blue and deletions in red. However, changes package uses ...
Nagabhushan S N's user avatar
1 vote
0 answers
98 views

I recently have found a .tex file (let's call it C.tex) that I generated years ago with latexdiff to compare differences between two source .tex files (let's call them A.tex and B.tex). However, those ...
blipblop's user avatar
0 votes
0 answers
88 views

I am using packages todonote and changes, but they are barely to be seen as I have a template with a very small margin. Is there any way to make these notes below the text? Thank you \documentclass{...
majordoctor's user avatar
1 vote
1 answer
133 views

I am using Soul to mark the change to my manuscript in Overleaf, but it won't work for equations, like \documentclass[12pt]{article} \usepackage{soul} \setstcolor{red} \begin{document} \begin{...
majordoctor's user avatar
1 vote
1 answer
97 views

I am using the changes package to highlight changes in my document. But changes inside math mode throw errors when listing the changes, so I tried wrapping them in \ensuremath{}. I thought it would be ...
Krishnadev N's user avatar
1 vote
1 answer
91 views

I'm creating a table for my thesis but when I'm compiling it, it shrinks because of the \resizebox{\columnwidth}{!} command. I would like to know if I could make the font size bigger without making ...
Jafeth Mauricio Araya Calvo's user avatar
1 vote
0 answers
118 views

I want to change font in mhchem environment to lm roman font. How can I do that??
Tony Stark's user avatar
1 vote
0 answers
56 views

I would like to highlight and strike through a text via the latex package soul. I'm pretty sure this can be solved via the answer https://tex.stackexchange.com/a/178701#178701 Unfortunately, I am not ...
Mark Zieße's user avatar
1 vote
1 answer
64 views

I defined a custom color for use with the track-changes package changes.sty. It works well except when I add a comment argument to the optional arguments of a command. Can anyone confirm getting this ...
user2153235's user avatar
2 votes
1 answer
508 views

In using the \highlight command in the changes-package on text that spans multiple lines, the text runs off the page rather than wrapping into the next line, as shown in the MWE. Is there a way around ...
Laura Fortunato's user avatar
2 votes
0 answers
228 views

We have used the changes package with the "review" option to revise our paper and resubmit it. The reviewers agreed with all changes, but asked for more. So, we now need to incorporate all ...
Jimmy R.'s user avatar
  • 333
0 votes
0 answers
90 views

I want to put $\square$ on my definition. Similiar what we do on proof with command \renewcommand{\qedsymbol}{$\blacksquare$}. Can I put this is my definitions? Could someone help me? I tried renaming ...
Lucas De Souza's user avatar
1 vote
3 answers
463 views

I changed the proofname using \renewcommand{\proofname}{Demonstração:} but I want the name "Demonstração" in a bold font. How Can I do it? Please!
Cícero Hitzschky's user avatar
1 vote
2 answers
2k views

I tried to keep track of changes for a publication in the MDPI journal. I found that it is not sufficient to just turn on track changes. When I archive the project, all the tracked changes will be ...
Man.utd's user avatar
  • 21
0 votes
0 answers
568 views

I am working on typesetting a book that has recently entered the public domain. It contains several pictures, all of which are in black and white. I have obtained all of them in B&W except two, ...
DDS's user avatar
  • 11.2k
2 votes
1 answer
670 views

I am co-editing a manuscript with someone who is off site. To help better indicate the changes each of us make and to cut down on emails, I would like to put a vertical bar on the margin next to ...
underflow's user avatar
  • 1,099
1 vote
1 answer
172 views

I'm trying to add a history in a report file of mine. No matter how I try to implement the vhistory package into the file it runs several compiling errors, usually starting with a Error Line 6 ! ...
Nana's user avatar
  • 11
2 votes
1 answer
2k views

I'm using latexdiff to track changes between two version of a manuscript, which is working fine. I also need to track changes in figures that I include through includegraphics. In other words, for \...
user1362373's user avatar
  • 3,109
0 votes
1 answer
938 views

I am working on an Analysis textbook with a friend, and am using the changes package, but keep getting the following error: Package xkeyval Error: `remark' undefined in families `Changes@added'. ... \...
Michael Dykes's user avatar
1 vote
1 answer
3k views

I am using the \changes package to mark out what I have edited in the compiled PDF. Next, is there a way to accept all the changes so that the final PDF only shows the final?
b-dog's user avatar
  • 11
0 votes
1 answer
318 views

I am writing a revised version of an article. I am using the changes package to keep track of my revisions. There is a conflict when using \added, \deleted, or \replaced on a citation. This can be ...
Andros's user avatar
  • 389
2 votes
0 answers
192 views

I have received corrections on my thesis which I am trying to highlight using the Changes package. Here is the MWE: \documentclass{book} \usepackage{siunitx} \usepackage{changes} \begin{document} \...
Miloop's user avatar
  • 1,377
0 votes
1 answer
763 views

I use the changes package for tracking changes for a publication in a journal. Everything works smoothly, but I have problems that the changes can be included in the environments (figure, table, ...
TheSewerRat94's user avatar
2 votes
1 answer
153 views

When reading a temporary file, I get an error when switching to french (comment/uncomment documentclass): Runaway argument? testcolor;testtext \\\textbf {\ChangesIncolor \ -- \ChangesIntext }\fi \ETC. ...
etg's user avatar
  • 216
1 vote
1 answer
768 views

I have used a template from overleaf in which citations output is shown below or thepresident.3No clear understanding has emerged about the context in which scandals involving legislators are most ...
amit's user avatar
  • 23
0 votes
2 answers
828 views

Im using changes to suggest changes to a shared document. To change the colour of the added and deleted text, I made new command for each: \documentclass[pdf,12pt]{article} \usepackage{changes} \...
matthew_obrien's user avatar
0 votes
1 answer
116 views

My question is strongly related to this one but the comments don't work for me. I want the entries in the list of changes to be automatically linked to the corresponding change item in the text. But ...
BeSeLuFri's user avatar
  • 109
0 votes
3 answers
6k views

With the "changes" package, is it possible to either remove or rename the "anonymous author" which is added automatically by the package? When using \definechangesauthor[name={My ...
Tom Carpenter's user avatar
0 votes
1 answer
655 views

I am using the Changes package to track changes in a manuscript my supervisor and I are writing. I am unable to do three things: Adjust the width of the remark text box. Either specify a box width or ...
Miloop's user avatar
  • 1,377
0 votes
0 answers
82 views

I try to use a .txt data in many different folders, so I thought It is enough to put it in the parent folder and all my Latex data can access to it and can also increment the numbers in the .txt data ...
IH Pro's user avatar
  • 155
1 vote
1 answer
265 views

I found when I specified the geometry of the document, the changes package won't be displayed completely. Here is my code: \documentclass{book} \usepackage{changes} \usepackage[ a4paper, top=3cm, ...
go go's user avatar
  • 115
4 votes
1 answer
2k views

I am currently proofreading a document and want to highlight some sentences. Unfortunately, I haven't found a highlighting package that can both Preserve linebreaks Highlight text produced by macros, ...
cero's user avatar
  • 223
1 vote
1 answer
950 views

Is there a workaround to use the changes package inside captions? Here it is a minimal example, the annotations and changes work great everywhere except in captions: \documentclass{article} \...
alfC's user avatar
  • 14.8k