Forgot password
 Register account
View 176|Reply 0

去除solution环境

[Copy link]

3208

Threads

7845

Posts

51

Reputation

Show all posts

hbghlyj posted 2023-4-7 07:20 |Read mode
如果你产生了一个带有solution的问题集,但想从 tex 文件中删除solution(例如,给学生使用),可以运行以下之一
  1. sed '/\\begin{solution}/,/\\end{solution}/d' file.tex > file-nosoln.tex
Copy the Code

  1. perl -ne 'print unless /^\\begin\{solution\}/ .. /^\\end\{solution\}/' file.tex > file-nosoln.tex
Copy the Code
若 class 使用exam,是否打印solution由\printanswers\noprintanswers两个命令控制

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-12 17:30 GMT+8

Powered by Discuz!

Processed in 0.013082 seconds, 22 queries