stateestimation-self-deriva.../公式/公式.tex

21 lines
673 B
TeX

\documentclass[10pt,a4paper,final]{report}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{fontspec}%使用xetex
\setmainfont[BoldFont=黑体]{宋体} % 使用系统默认字体
\XeTeXlinebreaklocale "zh" % 针对中文进行断行
\XeTeXlinebreakskip = 0pt plus 1pt minus 0.1pt % 给予TeX断行一定自由度
\linespread{1.5} % 1.5倍行距
\begin{document}
\begin{equation}
\begin{aligned}
\frac{\partial P_{ij}}{\partial V_i}
&=
-V_{ij}(g_{ij}cos\theta_{ij}+b_{ij}sin\theta_{ij})+
2(g_{ij}+g_{si})V_i
\end{aligned}
\end{equation}
\end{document}