Skip to content

Commit 8d73196

Browse files
committed
Fix Latex manual typos
1 parent e2a0d88 commit 8d73196

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/manual/manual.tex

+4-4
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
\newcommand{\vimagi}{f_i}
115115
\newcommand{\Deltaplj}{\Delta{p}^{\text{l}}_j} % Real power load loss for bus j
116116
\newcommand{\Deltaqlj}{\Delta{q}^{\text{l}}_j} % Reactive power load loss for bus j
117-
\newcommand{\Deltasod}{\Delta{s}_{od} % Line flow apparent power violation in the o->d direction
118-
\newcommand{\Deltasdo}{\Delta{s}_{do} % Line flow apparent power violation in the d->o direction
117+
\newcommand{\Deltasod}{\Delta{s}_{od}} % Line flow apparent power violation in the o->d direction
118+
\newcommand{\Deltasdo}{\Delta{s}_{do}} % Line flow apparent power violation in the d->o direction
119119

120120
\newcommand{\thetai}{\theta_i}
121121
\newcommand{\vi}{v_i}
@@ -150,8 +150,8 @@
150150
\newcommand{\opflowpowerimbalancepenalty}{-opflow\_powerimbalance\_penalty}
151151
\newcommand{\opflowobjective}{-opflow\_objective}
152152
\newcommand{\opflowgenbusvoltage}{-opflow\_genbusvoltage}
153-
\newcommand{\opflowallowlineflowviolation}{-opflow_allow_lineflow_violation}
154-
\newcommand{\opflowlineflowviolationpenalty}{opflow_lineflowviolation_penalty}
153+
\newcommand{\opflowallowlineflowviolation}{-opflow\_allow\_lineflow\_violation}
154+
\newcommand{\opflowlineflowviolationpenalty}{opflow\_lineflowviolation\_penalty}
155155

156156
% opflow model types
157157
\newcommand{\pbpol}{POWER\_BALANCE\_POLAR}

docs/manual/opflow.tex

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ \subsection{Variables and bounds} \label{subsec:opflow_var}
4646
% \hline
4747
% Bus voltage imaginary part & $\vimagi$ & $-\vmaxi \le \vimagi \le \vmaxi$ & Used with power balance cartesian model (\option{\opflowmodel~\pbcar})\\
4848
% \hline
49-
$\pmisplusi,\pmisminusi$ & Bus real power mismatch variables & $0 \le \pmisplusi,\pmisminusi \le \infty$ & Used when power mismatch variable option is active (\option{\opflowincludepowerimbalance 1}) \\
49+
$\pmisplusi,\pmisminusi$ & Bus real power mismatch variables & $0 \le \pmisplusi,\pmisminusi \le \infty$ & Used when power mismatch variable option is active (\option{\opflowincludepowerimbalance}) \\
5050
\hline
51-
$\qmisplusi,\qmisminusi$ & Bus reactive power mismatch variables & $0 \le \qmisplusi,\qmisminusi \le \infty$ & Used when power mismatch variable option is active (\option{\opflowincludepowerimbalance 1}) \\
51+
$\qmisplusi,\qmisminusi$ & Bus reactive power mismatch variables & $0 \le \qmisplusi,\qmisminusi \le \infty$ & Used when power mismatch variable option is active (\option{\opflowincludepowerimbalance}) \\
5252
\hline
53-
$\Deltaplj$ & Real power load loss & $0 \le \Deltaplj \le \plj $ & Used when load loss variable option is active (\option{\opflowincludeloadloss 1}) \\
53+
$\Deltaplj$ & Real power load loss & $0 \le \Deltaplj \le \plj $ & Used when load loss variable option is active (\option{\opflowincludeloadloss}) \\
5454
\hline
55-
$\Deltaqlj$ & Reactive power load loss & $0 \le \Deltaqlj \le \qlj$ & Used when load loss variable option is active (\option{\opflowincludeloadloss 1}) \\
55+
$\Deltaqlj$ & Reactive power load loss & $0 \le \Deltaqlj \le \qlj$ & Used when load loss variable option is active (\option{\opflowincludeloadloss}) \\
5656
\hline
57-
$\Deltasod$, $\Deltasdo$ & Line flow limit violations & $0 \le \Deltasod, \Deltasdo$ & Used when line flow limit violation option is active (\option{\opflowallowlineflowviolation}) \\
57+
$\Deltasod, \Deltasdo$ & Line flow limit violations & $0 \le \Deltasod, \Deltasdo$ & Used when line flow limit violation option is active (\option{\opflowallowlineflowviolation}) \\
5858
\hline
5959
% Bus reactive power mismatch & $q^{mis}_i$ & Unbounded & Used when power mismatch variable option is active (\text{-opflow_include_powerimbalance_variables 1})
6060
% \hline

0 commit comments

Comments
 (0)