<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/trackchanges/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/trackchanges/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 02 Nov 2024 16:09:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/trackchanges/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#12 trackchanges is incompatible with bibtex</title><link>https://sourceforge.net/p/trackchanges/bugs/12/?limit=25#c5fa</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Way late to the party (10 years), but this solution worked for me:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="k"&gt;\documentclass&lt;/span&gt;&lt;span class="na"&gt;[times,thesis]&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;uom&lt;span class="nb"&gt;_&lt;/span&gt;thesis&lt;span class="nb"&gt;_&lt;/span&gt;casson&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\usepackage&lt;/span&gt;&lt;span class="na"&gt;[inline]&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;trackchanges&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\soulregister\ref&lt;/span&gt;7
&lt;span class="k"&gt;\soulregister\cite&lt;/span&gt;7
&lt;span class="k"&gt;\addeditor&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;JM&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jorge</dc:creator><pubDate>Sat, 02 Nov 2024 16:09:48 -0000</pubDate><guid>https://sourceforge.net67df9ab27344344af26d5c2d515a05c731fa3fbc</guid></item><item><title>trackchange and citations</title><link>https://sourceforge.net/p/trackchanges/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I tried to remove references from latex using the track change package, but it did not work. the following code:&lt;br/&gt;
\usepackage&lt;span&gt;[inline]&lt;/span&gt;{trackchanges}&lt;br/&gt;
\remove{ \cite{aa_2020} } &lt;br/&gt;
\remove{\protect \cite{bb_2020} } &lt;br/&gt;
Is there anything that can fix this issue?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ali  Areshey</dc:creator><pubDate>Fri, 12 May 2023 15:55:17 -0000</pubDate><guid>https://sourceforge.netcad7f8d562a6096f25197688baaf5cbc4d486b84</guid></item><item><title>#12 trackchanges is incompatible with bibtex</title><link>https://sourceforge.net/p/trackchanges/bugs/12/?limit=25#32e4/f8dd</link><description>&lt;div class="markdown_content"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;That worked for me. Thanks !
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Etienne Becht</dc:creator><pubDate>Wed, 02 Sep 2015 10:33:10 -0000</pubDate><guid>https://sourceforge.net5ab27ddf166646aa8bb8ff0cb7b68c50869157d4</guid></item><item><title>Accepting changes in Track changes package</title><link>https://sourceforge.net/p/trackchanges/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Am using Track Changes package in my latex document. Got the package from here&lt;/p&gt;
&lt;p&gt;To use this package &lt;code&gt;\usepackage{trackchanges}&lt;/code&gt; and Latex document will be Robinson, \change&lt;span&gt;[ym]&lt;/span&gt;{new}{old}, \add&lt;span&gt;[novi]&lt;/span&gt;{Thing 1 \&amp;amp; Thing 2, }\add&lt;span&gt;[ym]&lt;/span&gt;{Humpty Dumpty}&lt;/p&gt;
&lt;p&gt;To accept all the changes \usepackage&lt;span&gt;[finalnew]&lt;/span&gt;{trackchanges}. Accepting changes will be reflected only in PDF output.&lt;/p&gt;
&lt;p&gt;Now my question is, Is there any way to remove all the track changes tags in latex document too?&lt;/p&gt;
&lt;p&gt;Expectation: Accepting changes in both PDF output and in latex document(i.e.without track change tags(\add or \change etc..))&lt;/p&gt;
&lt;p&gt;Latex document should be like Robinson, new, Thing 1 \&amp;amp; Thing 2, Humpty Dumpty&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vidhya</dc:creator><pubDate>Sat, 14 Mar 2015 12:26:52 -0000</pubDate><guid>https://sourceforge.netc8a4fc41c5105a4cc857130a7c24dc56ddba8c92</guid></item><item><title>#12 trackchanges is incompatible with bibtex</title><link>https://sourceforge.net/p/trackchanges/bugs/12/?limit=50#32e4</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm late to the party but since this bug is still open and using \protect didn't work for me, here's another suggestion, using \soulregister\cite7 (and \soulregister\ref7, so references will work as well) : &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="k"&gt;\documentclass&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;article&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\usepackage&lt;/span&gt;&lt;span class="na"&gt;[inline]&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;trackchanges&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\soulregister\ref&lt;/span&gt;7
&lt;span class="k"&gt;\soulregister\cite&lt;/span&gt;7
&lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;document&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\section&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;A Section&lt;span class="nb"&gt;}&lt;/span&gt;&lt;span class="k"&gt;\label&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;sec:asec&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\add&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;blabla &lt;span class="k"&gt;\cite&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;someref&lt;span class="nb"&gt;}&lt;/span&gt; blablabla, see Section &lt;span class="k"&gt;\ref&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;sec:asec&lt;span class="nb"&gt;}}&lt;/span&gt;
&lt;span class="k"&gt;\bibliographystyle&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;plain&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\bibliography&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;ref&lt;span class="nb"&gt;_&lt;/span&gt;file&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;document&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;This solution was inspired by this post:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tex.stackexchange.com/questions/139463/how-to-make-hl-highlighting-to-automatically-place-incompatible-commands-in" rel="nofollow"&gt;http://tex.stackexchange.com/questions/139463/how-to-make-hl-highlighting-to-automatically-place-incompatible-commands-in&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;"When a command is registered this way, &lt;span&gt;[the package]&lt;/span&gt; soul will first expand it (including the argument), and then feed the result as a whole to its scanner&lt;span&gt;[...]&lt;/span&gt;"&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlg</dc:creator><pubDate>Fri, 12 Sep 2014 08:27:11 -0000</pubDate><guid>https://sourceforge.netc9eccfa9d73d8868969d5ab1f5bd015252db0a24</guid></item><item><title>#16 error with footnotes in revtex4-1</title><link>https://sourceforge.net/p/trackchanges/bugs/16/?limit=25#1de5</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The error message is:&lt;/p&gt;
&lt;p&gt;Use of \NAT@star@cite@post doesn't match its defini&lt;br /&gt;
tion.&lt;br /&gt;
\@ifnextchar ... \reserved@d =#1\def \reserved@a {&lt;br /&gt;
                                                  #2}\def \reserved@b {#3}\f...&lt;br /&gt;
l.13 \footnote{&lt;br /&gt;
               But things fail now.}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fred Jendrzejewski</dc:creator><pubDate>Fri, 07 Feb 2014 17:14:38 -0000</pubDate><guid>https://sourceforge.netd1e432d467f19a48f95a990797d40e8cc158ff4e</guid></item><item><title>error with footnotes in revtex4-1</title><link>https://sourceforge.net/p/trackchanges/bugs/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I get a compilation failure if I add a footnote into the latex file on a mac if the documentclass is set to be revtex4-1.&lt;/p&gt;
&lt;p&gt;The failure goes away as soon as the documentclass is changed to be article. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fred Jendrzejewski</dc:creator><pubDate>Fri, 07 Feb 2014 17:12:36 -0000</pubDate><guid>https://sourceforge.net4b8c6cbd94a51ef1103fb096d99532a29a79dd8b</guid></item><item><title>conflict with apa6</title><link>https://sourceforge.net/p/trackchanges/bugs/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi there is a conflict between trackchange and ap6 on the command \note. the same command appears in the two packages. It would be sufficents to change the name in trackchange (e.g., sidenote, comment, ...)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Davide Morselli</dc:creator><pubDate>Sun, 26 May 2013 11:50:10 -0000</pubDate><guid>https://sourceforge.netb1d3d94868ee4ca03fe2ad64a88dd84f743fcf20</guid></item><item><title>Defined commands conflict with my macros</title><link>https://sourceforge.net/p/trackchanges/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've defined from very brief macros for my own use, things like \ul to be a unit vector l-hat. It seems that the code for trackchanges also defines very brief macros/commands. Perhaps the author of trackchanges can avoid conflicts such as these by using longer names for macros/commands to avoid conflicts with users.&lt;/p&gt;
&lt;p&gt;I am so excited to use this! This is one of the only missing pieces between LaTeX and collaborative editing.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher Dembia</dc:creator><pubDate>Mon, 06 Feb 2012 13:28:56 -0000</pubDate><guid>https://sourceforge.netbc815b3b1df6c3afbab826217d6e48dd7843691b</guid></item><item><title>utf8-icompatibility ?</title><link>https://sourceforge.net/p/trackchanges/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, &lt;br /&gt;
i want to use german letters : äöü ß in trackchanges command, like : &lt;br /&gt;
\annote{some german text wit äöü}&lt;br /&gt;
For some reason i need to have my tex-file encoded in UTF8. With \usepackage[utf8]{inputenc}  the compilation &lt;br /&gt;
breaks : (see attachment)&lt;br /&gt;
With \usepackage[ansinew]{inputenc}, the copilation works, but the letters äüö are not displayed correctly.&lt;/p&gt;
&lt;p&gt;IS there an incompatibility with UTF8 ? &lt;/p&gt;
&lt;p&gt;thanks in advance, &lt;br /&gt;
Nicolas Roy&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nicolas roy</dc:creator><pubDate>Thu, 08 Dec 2011 16:08:30 -0000</pubDate><guid>https://sourceforge.netf2b5e52cc08597f004e6a85597115c6ec6c09187</guid></item></channel></rss>