]> git.lyx.org Git - features.git/commitdiff
Fix erroneous space in output caused by changebar module (bug 11473)
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 27 Jan 2020 07:39:18 +0000 (08:39 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 27 Jan 2020 07:39:18 +0000 (08:39 +0100)
lib/layouts/changebars.module
status.23x

index 0693d45a9e61f105fd18d7e45042a6ecc684a8d2..92e79ccdc0673de45b78130c8c555f88467fc03f 100644 (file)
@@ -20,10 +20,10 @@ AddToPreamble
   \usepackage{changebar}
   \providecommand{\lyxadded}[3]{}
   \providecommand{\lyxdeleted}{}
-  \renewcommand{\lyxadded}[3]{
-    {\protect\cbstart\color{lyxadded}{}#3\protect\cbend}
+  \renewcommand{\lyxadded}[3]{%
+    {\protect\cbstart\color{lyxadded}{}#3\protect\cbend}%
   }
   \renewcommand{\lyxdeleted}[3]{%
-    {\protect\cbstart\color{lyxdeleted}\sout{#3}\protect\cbend}
+    {\protect\cbstart\color{lyxdeleted}\sout{#3}\protect\cbend}%
   }
 EndPreamble
index 095d2c540672e143fda763573bf20cff809dc0b3..7b2e2a9886ab52d22fd1966643013b9d9b4d6649 100644 (file)
@@ -47,6 +47,8 @@ What's new
 - Fix problems with recent LaTeX when \input@path contains tilde and space
   (bug 11699).
 
+- Fix erroneous space in output caused by changebar module (bug 11473).
+
 
 * USER INTERFACE