我有一个等式:
compile 'com.android.support:cardview-v7:25.3.1'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:support-v4:25.3.1'
compile 'com.google.android.gms:play-services-maps:10.2.1'
compile 'com.google.android.gms:play-services-location:10.2.1'
我想做两件事。首先,给它一个名字 - “贝叶斯定理”,然后将它显示在方程列表中。
答案 0 :(得分:0)
这是一个简单的解决方案:
\begin{figure}[h!t]
\centering
\begin{subfigure}[b]{0.3\textwidth}
$P(A \ | \ B) = \frac{P(A \ | \ B) \cdot P(A)}{P(B)} $
\vspace*{0.5cm}
\caption{this equation I want to talk about}
\label{equ1}
\end{subfigure}
\vspace*{0.5cm}
\begin{subfigure}[b]{0.3\textwidth}
$P(A|B)=...$
\vspace*{0.5cm}
\caption{this other equation I want to talk about}
\label{equ2}
\end{subfigure}
\end{figure}
以下是它的作用截图: