我在数学模式下输入时遇到问题。每个符号似乎都没有任何缺陷,但数学模式下的命令 \Omega 却导致出现 . 而不是符号。其他所有符号都正常工作。
\documentclass{tudelft-report}
\usepackage{mcode} % allows for matlab code copy pasting
\usepackage{fixltx2e} % used for subscript in text
\usepackage{rotating} % used for rotating text (sideways tables) and figures
\usepackage{hhline} % allowing for broken double lines
\usepackage{printlen}
\usepackage{amsmath} % used for numbered matrices check if needed!!!
\usepackage{breqn} % splitting equations over multiple line (matrices)
\usepackage{epstopdf} % used for importing EPS matlab figures
\usepackage{pdflscape} % in combination with \begin{landscape} shows the page in landscape both in content as in the PDF
\usepackage{longtable}
在我的活动包上方。如果有人能帮忙,我将不胜感激。问题解决了。
解决方法:使用\varOmega
似乎可以让我绘制出欧米茄符号。
例子
\begin{equation}
%eq:rotDimVel
\mu_{pre cor,i}=\frac{1}{{\Omega{}}_iR_i}
\begin{bmatrix}
u_{r,i}\\ v_{r,i}\\ w_{r,i}
\end{bmatrix}
= \frac{1}{\Omega_iR_i}
\left(
\begin{bmatrix}
u_{heli}\\
v_{heli}\\
w_{heli}
\end{bmatrix}
+
\begin{bmatrix}
0 & z_{r,i} & {-y}_{r,i} \\
-z_{r,i}& 0 & x_{r,i} \\
y_{r,i} & {-x}_{r,i} & 0
\end{bmatrix}
\begin{bmatrix}
p_{heli}\\
q_{heli}\\
r_{heli}
\end{bmatrix}
\right)
\label{eq:rotDimVel}
\end{equation}