Skip to content

Latest commit

 

History

History
93 lines (69 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

93 lines (69 loc) · 2.57 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • 预录入答案(福建南平文杰老师提出)
    • 打乱顺序也要有用
  • 修改命令名为\xchoices

[v3.2.4] - 2022-01-26

Changed

  • 修改 LaTeX 和 expl3 的最低版本为 2018 (#I4S4H2)

[v3.2.3] - 2022-01-25

Fixed

  • 旧版本expl3的报错信息bug修复(#2
  • 修改.str_set:N键值:autopic-anchor为.code:n提高版本兼容性

[v3.2.2] - 2022-01-22

Fixed

  • \use:c优化不同的anchor设置命令

[v3.2.1] - 2022-01-16

Added

  • 增加了svg宏包的\includesvg命令的识别

[v3.2.0] - 2022-01-09

Added

  • 增加了未知选项的报错

Changed

  • 根据代码规范优化了部分键值的键名

[v3.1.2] - 2021-12-31

Fixed

  • 修复join改为attach后出现的间距问题(重新改为attach并微调各个距离)

[v3.1.1] - 2021-12-30

Fixed

  • 修复了anchor为south或north的垂直偏移量,使得选项尽可能居中

[v3.1.0] - 2021-12-26

Added

  • 增加了行数的计算
  • 加入了content_coffin的偏移量计算
  • 用str方式增加anchor判断功能

Fixed

  • 优化了对齐效果
  • 优化了插图与无图时的参数设置
  • choice命令与exam文类的冲突问题

[v3.0.0] - 2021-12-25

Changed

  • 修改命令名从\choice(*)\choices
  • 修改宏包名为choices

Fixed

处理了与exam文类的冲突

[v2.4.0] - 2021-12-25

Added

  • 增加了乱序功能,并通过randomitem键值控制

[v2.3.1] - 2021-12-25

Added

  • 宏包中添加了引擎、宏包的版本判断
  • 手册中补充了“需要更新expl3宏包”的说明
  • 用户手册基本完工

[v2.3.0] - 2021-12-24

Added

  • prelabel增加了同义键值: pre-label
  • poslabel增加了同义键值: pos-label, postlabel, post-label
  • 自动识别内容中是否有includegraphic,并自动调整anchor
  • 增加了autopic键值,设置图片的默认排版anchor

Changed

  • xshift修改为firstcolsep的dim设置
  • 原来的yshift修改为belowsep
  • 用修改topsep的方式定义yshift

Removed

  • 去掉了firstcolsep等一系列同义键值

Fixed

  • 删除coffinchoice排版时的\noindent, topsep键值产生了预想的效果(原来是会产生bottom的效果)