From a7098b6b10bc6c3e7339dc2089379741e3db78c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fearocanity=20=28=E3=81=91=E3=82=8D=E3=81=95=E3=82=93=29?= <91414643+fearocanity@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:10:58 +0900 Subject: [PATCH] fix: latex error escapes on ampersands --- checkermain.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/checkermain.sh b/checkermain.sh index d00ea7c094..0b1ac52555 100644 --- a/checkermain.sh +++ b/checkermain.sh @@ -9,8 +9,8 @@ FRMENV_FBTOKEN="${1:-${FRMENV_FBTOKEN}}" FRMENV_GIFTOKEN="${2:-${FRMENV_GIFTOKEN}}" -format_noerr(){ printf '$\\fbox{\\color{#126329}\\textsf{\\normalsize \\☑ \\kern{0.2cm}\\small %s }}$' "${*}" ;} -format_err(){ printf '$\\fbox{\\color{#82061E}\\textsf{\\normalsize \\⚠ \\kern{0.2cm}\\small %s }}$' "${*}" ;} +format_noerr(){ printf '$\\fbox{\\color{#126329}\\textsf{\\normalsize ☑ \\kern{0.2cm}\\small %s }}$' "${*}" ;} +format_err(){ printf '$\\fbox{\\color{#82061E}\\textsf{\\normalsize ⚠ \\kern{0.2cm}\\small %s }}$' "${*}" ;} format_table(){ printf '| \x60%s\x60 | %s |\n' "${1}" "${2}" ;} # Append Header @@ -91,4 +91,4 @@ frames_check token_check "${FRMENV_FBTOKEN}" "${FRMENV_GIFTOKEN}" printf '\n' [[ "${err_state}" != "1" ]] || exit 1 -: "success" \ No newline at end of file +: "success"