我想通过在我的方程式上添加超清晰的注释来提高我的 Latex 文章的清晰度,就像下面显示的两张图片一样。
我可以想象一个可能的解决方案,使用 Tikz 用于\draw
线条和\node
文本,这个问题使用tikzmarks
已被指出@薛定谔的猫。
帮助作家的创作过程是这个问题的重要目的,而不是完美的再创作。例如,\mathannotation{e=mc^2}{annotation to explain}
在块中使用类似(下面的完整示例)的命令\begin{equation}{\label{xyz}...
将是一个简单的心理转变,并且比思考线条和框更少分散注意力。
这样的解决方案将鼓励易于使用/重复使用并改善作者的流程。这可能会成为未来科学和数学传播者的未来 CTAN 包。
\documentclass{article}
\begin{document}
\begin{equation}
\label{xyz}
\mathannotation{e=mc^2}{some insightful explanation, e is energy, m is mass or matter and c is the speed of light}
\end{equation}
At a basic level equation \ref{xyz} shows us that under the right conditions, energy can become mass, and vice versa.
\end{document}
类似的问题,没有解决这个问题:
- 在右侧添加备注,
- 等式下方括号内的文字,
- 对齐组件下的文本,使用
\underbrace
和array
- 尽管目前为止这是最清楚的。 - 文本组件下的自定义下划线- 可以避免 Tikz 使用的绝对位置