From 865d163aeb6623a7079dd671046b8b9588c5ad49 Mon Sep 17 00:00:00 2001 From: flavis Date: Fri, 22 May 2020 19:40:36 +0200 Subject: [PATCH] add implies and iff relations to salign --- lecture.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lecture.cls b/lecture.cls index be17257..a223e3f 100644 --- a/lecture.cls +++ b/lecture.cls @@ -217,7 +217,7 @@ } % replace all relations with align characters (&) and add the needed padding \regex_replace_all:nnN - { (\c{approx}&|&\c{approx}|\c{equiv}&|&\c{equiv}|=&|&=|\c{le}&|&\c{le}|\c{ge}&|&\c{ge}|&\c{stackrel}{.*?}{.*?}|\c{stackrel}{.*?}{.*?}&|&\c{neq}|\c{neq}&) } + { (\c{iff}&|&\c{iff}|\c{impliedby}&|&\c{impliedby}|\c{implies}&|&\c{implies}|\c{approx}&|&\c{approx}|\c{equiv}&|&\c{equiv}|=&|&=|\c{le}&|&\c{le}|\c{ge}&|&\c{ge}|&\c{stackrel}{.*?}{.*?}|\c{stackrel}{.*?}{.*?}&|&\c{neq}|\c{neq}&) } { \c{kern} \u{l_tmp_dim_needed} \1 \c{kern} \u{l_tmp_dim_needed} } \l__lec_text_tl \l__lec_text_tl