changeset 918:95c066490083

s/comp/compressed/
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 08 Jan 2021 19:35:27 +0900
parents 070e933c7896
children 27edbd91022c
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Fri Jan 08 19:34:27 2021 +0900
+++ b/s4-funcs.sh	Fri Jan 08 19:35:27 2021 +0900
@@ -1589,7 +1589,7 @@
 	      [Aa]pplication/[Pp][Dd][Ff])
 		if [ x"`getpar comppdf`" = x"yes" ]; then
 		  if type gs_pdfwrite >/dev/null 2>&1; then
-		    nv=${v%.pdf}-comp.pdf
+		    nv=${v%.pdf}-compressed.pdf
 		    err Calling gs from $v to $nv
 		    if gs_pdfwrite "$tmpd/$v" "$tmpd/$nv"; then
 		      err "PDF compressed: `ls -lF $tmpd/*.pdf`"

yatex.org