我找不到任何关于为什么 siunitx 在尝试使用时给出错误“invalid-arc-format”的信息
\arc{;60 }
60 弧分。它适用于度和弧秒,如下所示
\arc{60}
\arc{;;60}
除非我只是没有读懂手册中的某些内容,否则它应该可以工作,对吗?
编辑
这是编译时没有错误的代码
\documentclass[12pt]{article}
\usepackage{amsmath,siunitx}
\begin{document}
$\ang{60}$
$\ang{;;60}$
%$\ang{;60}$
\end{document}
这不存在错误
siunitx 错误:“invalid-arc-format”,无效的度分秒角‘;60’。
\documentclass[12pt]{article}
\usepackage{amsmath,siunitx}
\begin{document}
$\ang{60}$
$\ang{;;60}$
$\ang{;60}$
\end{document}
答案1
我找到了一个解决方案......我猜
\arc{}
命令需要一个最终的占位符来知道它在度、角分和角秒序列中的位置。
我的问题的解决方案是
\ang{;60;}