[latex3-commits] [git/LaTeX3-latex3-pdfresources] testbeamercolor: spurious spaces (fd2f067)

Ulrike Fischer fischer at troubleshooting-tex.de
Thu Jan 20 11:38:23 CET 2022


Repository : https://github.com/latex3/pdfresources
On branch  : testbeamercolor
Link       : https://github.com/latex3/pdfresources/commit/fd2f0679f329546356bb26a1db0986c6016dd9ef

>---------------------------------------------------------------

commit fd2f0679f329546356bb26a1db0986c6016dd9ef
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Jan 20 11:38:23 2022 +0100

    spurious spaces


>---------------------------------------------------------------

fd2f0679f329546356bb26a1db0986c6016dd9ef
 firstaid/beamerbasecolor-ltx.sty | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/firstaid/beamerbasecolor-ltx.sty b/firstaid/beamerbasecolor-ltx.sty
index ab88c93..3a9e77d 100644
--- a/firstaid/beamerbasecolor-ltx.sty
+++ b/firstaid/beamerbasecolor-ltx.sty
@@ -85,31 +85,31 @@
   \beamer at thc@prepcolor%
   \beamer at thc@docolor{#2}%
   \ifx\beamer at thc@fg\@empty%
-     \colorlet{temp at fg}{fg}
+     \colorlet{temp at fg}{fg}%
      %\@namelet{\string\color@ temp at fg}{\string\color@ fg}%
   \else%
      \colorlet{temp at fg}{\csname beamer at thc@fg\endcsname}%
   \fi%
   \ifx\beamer at thc@bg\@empty%
-    \colorlet{temp at bg}{bg}
+    \colorlet{temp at bg}{bg}%
     %\@namelet{\string\color@ temp at bg}{\string\color@ bg}%
   \else%
     \colorlet{temp at bg}{\csname beamer at thc@bg\endcsname}%
   \fi%
   %\@namelet{\string\color@ parent.fg}{\string\color@ fg}%
-    \colorlet{parent.fg}{fg}
+    \colorlet{parent.fg}{fg}%
   %\@namelet{\string\color@ parent.bg}{\string\color@ bg}%
-    \colorlet{parent.bg}{bg}
+    \colorlet{parent.bg}{bg}%
   %\@namelet{\string\color@ fg}{\string\color@ temp at fg}%
-    \colorlet{fg}{temp at fg}
+    \colorlet{fg}{temp at fg}%
   %\@namelet{\string\color@ bg}{\string\color@ temp at bg}%
-    \colorlet{bg}{temp at bg}
+    \colorlet{bg}{temp at bg}%
   \begingroup%
     %\global\@namelet{\string\color@ #2.fg}{\string\color@ temp at fg}%
     %\global\@namelet{\string\color@ #2.bg}{\string\color@ temp at bg}%
   \endgroup%
-    \colorlet{#2.fg}{temp at fg}
-    \colorlet{#2.bg}{temp at bg}
+    \colorlet{#2.fg}{temp at fg}%
+    \colorlet{#2.bg}{temp at bg}%
   \def\beamer at temp{#1}%
   \ifx\beamer at temp\@empty%
   \else%





More information about the latex3-commits mailing list.