Skip to content

Commit

Permalink
Fix sectionlinesformat to show the calculated points in auto mode (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: nyanyan <zentox@users.noreply.github.com>
  • Loading branch information
zentox and zentox authored Nov 19, 2024
1 parent 406c6ae commit 42f9b34
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 42f9b34

Please sign in to comment.