Skip to content

Commit

Permalink
Fix repeated character in section name bug. (jez#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
arknave authored and jez committed Mar 31, 2018
1 parent 5dba6b6 commit 77dcb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homework.cls
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
\ifx\writtensection\undefined{}
\noindent{\bf \questiontype\ \arabic{questionCounter}.}%
\else
\if\writtensection0
\ifnum\writtensection=0
\noindent{\bf \questiontype\ \arabic{questionCounter}.}%
\else
\noindent{\bf \questiontype\ \writtensection.\arabic{questionCounter}}%
Expand Down

0 comments on commit 77dcb50

Please sign in to comment.