美文网首页
Section7.Exercise Properties

Section7.Exercise Properties

作者: Gardner_Zhao | 来源:发表于2018-06-01 11:02 被阅读0次

7.1. Predefined Properties

  1. Predefined Properties中
    ID = {text}
    Holds the user id of an exercise if defined. Otherwise it is equal to id.>是什么意思?
    id是每个练习的后台编号,纯整数数字,那ID??另外,<id>能自己设置吗??

    • tags = {csv list of tags}
      Holds the list of tags the exercise should be associated with.
    • topics = {csv list of topics}
      Holds the list of topics the exercise should be associated with.
      tags是加入一个exercise环境中的标签,那topics呢?这是添加主题??
      例子??
    • tags的例子:
      \DeclareExerciseTagging{difficulty}
      \begin{problem}[difficulty=easy]
      

  1. 7.1Predefined Properties中的
    page={text}
    page-value = {integer}
    section = {text}
    section-value = {integer}
    chapter = {text}
    chapter-value = {integer}
    这个几个参数怎么使用?

  1. \AddtoExerciseTypeGoal{type}{goal}{value}
    \AddtoExerciseTypeGoalPrint{type}{goal}{value}{singular}
    这两个命令放在哪里?怎么用?
  1. \addpoints*{hvaluei}
    \addbonus*{hvaluei}
    这两个命令放在哪里?怎么用?
  1. goal-print = {code} Default: #1又是什么作用?怎么用?

相关文章

  • Section7.Exercise Properties

    7.1. Predefined Properties Predefined Properties中ID = {te...

  • Java | Properties类操作

    一、Java Properties类 Properties 类(Java.util.Properties)用于读取...

  • MyBatis——全局配置文件

    1.properties 可以使用properties来引入外部properties配置。 resource:引入...

  • 《Oracle Java SE编程指南》26-06:动态创建任何

    内容导航: 前言 1、Properties文件 2、反射 1、Properties文件 使用.properties...

  • Spring Boot 配置项加密

    Spring Boot内置的properties支持为我们读取properties带来了便利。Properties...

  • Properties:

    Properties类表示了一个持久的属性集,Properties 可以保存在流中或从流中加载.属性列表中每个键及...

  • Properties

    这个类表示一个属性集,继承于HashTable,内部是String键值对。可在流中加载或保存。字符输入/输出流用的...

  • properties

    读取配置文件

  • Properties

    属性分为类型属性和实例属性。使用static和class关键字修饰的属性为类型属性,否则为实例属性。其中stati...

  • Properties

    Properties是hashtable的子类。也就是说,它具备map集合的特点。而且它里面存储的键值对都是字符串...

网友评论

      本文标题:Section7.Exercise Properties

      本文链接:https://www.haomeiwen.com/subject/iglhsftx.html