Section6.New Exercise Types

2018-06-03  本文已影响0人  Gardner_Zhao
  1. 既然number={integer}参数不能自己是设置,那怎么使用?
  2. \SetExerciseParameter{type}{parameter}{value}\DeclareExerciseType{type}{parameters}有什么区别?
    难道是一个设置全文的,一个设置部分的?
  3.  \NewDocumentCommand\pointsandbonus{}{%
     \TotalExerciseGoal{points}{}{}%
     \IfExerciseGoalsSumF{bonus-points}{=0}
     {\,(+\,\TotalExerciseGoal{bonus-points}{}{})}%
     \,\XSIMtranslate{points}%
     }
    

其中的\,是什么意思?为什么要加?

上一篇 下一篇

猜你喜欢

热点阅读