Skip to content

Commit

Permalink
Fix sectionlinesformat to show the calculated points in auto mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zentox committed Nov 17, 2024
1 parent 406c6ae commit e06134f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/algoexercise.cls
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@
\exp_args:No \tl_if_empty:nF {#4}
{:~}
\bool_if:NT \l__ptxcd_points_auto_bool {
\exp_args:NNf \prop_get:NnN \g__ptxcd_loaded_points_prop {\thetask} \l_ptxcd_tmp_tl
\exp_args:NNx \prop_get:NnN \g__ptxcd_loaded_points_prop {\thetask} \l_ptxcd_tmp_tl
\quark_if_no_value:NF \l_ptxcd_tmp_tl {
\fp_set:Nn \l_ptxcd_ex_task_points_fp {\l_ptxcd_tmp_tl}
}
Expand Down

0 comments on commit e06134f

Please sign in to comment.