aboutsummaryrefslogtreecommitdiff
path: root/scripts/time2tex.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/time2tex.py')
-rwxr-xr-xscripts/time2tex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/time2tex.py b/scripts/time2tex.py
index 17661d5..8c3dd9b 100755
--- a/scripts/time2tex.py
+++ b/scripts/time2tex.py
@@ -19,7 +19,7 @@ def fmt_duration(sec):
return "\\,".join(out)
def fmt_percentage(fac):
- return tex.sgroup(
+ return tex.group(
tex.cmd('footnotesize') +\
tex.cmd('itshape') +\
tex.esc(f"({round(fac * 100)}%)")