【发布时间】:2010-05-31 18:18:50
【问题描述】:
我想知道 Latex 中是否有显示以下内容的方法:
Example 1: problem statement here
Solution: solution here
然后把它包在一个盒子里,这样它就会很明显。
似乎是一个足够普遍的问题,应该有现成的解决方案
如果有任何建议,将不胜感激!
【问题讨论】:
标签: latex typesetting
我想知道 Latex 中是否有显示以下内容的方法:
Example 1: problem statement here
Solution: solution here
然后把它包在一个盒子里,这样它就会很明显。
似乎是一个足够普遍的问题,应该有现成的解决方案
如果有任何建议,将不胜感激!
【问题讨论】:
标签: latex typesetting
这可以使用exercise 包来完成。如需更多信息,请查看手册或a previous topic on this subject。手册中的(修改)示例:
\begin{ExerciseList}
\Exercise Discuss\ldots
\Answer $\ldots$
\end{ExerciseList}
【讨论】: