Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将环境定义为
\newenvironment{question}[1] {Question (#1 points):}{}
我用它作为
\begin{question}[10] ... \end{question}
我收到以下错误:
Missing number, treated as zero \begin{question}[ 10]
正确的语法是使用花括号,而不是方括号:
\begin{question}{10} What is the airspeed velocity of an unladen swallow? \end{question}
对于我的博士工作,我使用的是 C++ CGAL 库提供的 dD Geometry Kernel。
我的基本目标:我想通过顺序添加一个新点来构建一系列维度增长的超球体,直到达到任意维度 d。第一个超球