找回密码
 快速注册
搜索
查看: 67|回复: 0

去除solution环境

[复制链接]

3149

主题

8386

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65391
QQ

显示全部楼层

hbghlyj 发表于 2023-4-7 07:20 |阅读模式
如果你产生了一个带有solution的问题集,但想从 tex 文件中删除solution(例如,给学生使用),可以运行以下之一
  1. sed '/\\begin{solution}/,/\\end{solution}/d' file.tex > file-nosoln.tex
复制代码

  1. perl -ne 'print unless /^\\begin\{solution\}/ .. /^\\end\{solution\}/' file.tex > file-nosoln.tex
复制代码

若 class 使用exam,是否打印solution由\printanswers\noprintanswers两个命令控制

手机版|悠闲数学娱乐论坛(第3版)

GMT+8, 2025-3-4 11:56

Powered by Discuz!

× 快速回复 返回顶部 返回列表