Skip to content

Commit

Permalink
fix pdf builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mlubin committed Sep 1, 2015
1 parent 90bec94 commit 6e7c86a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
\DeclareUnicodeCharacter{2203}{\ensuremath{\exists}}
\DeclareUnicodeCharacter{2200}{\ensuremath{\forall}}
\DeclareUnicodeCharacter{27FA}{\ensuremath{\Longleftrightarrow}}
\DeclareUnicodeCharacter{2207}{\ensuremath{\nabla}}
''',
}

Expand Down
2 changes: 1 addition & 1 deletion doc/refmodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ you would a linear objective::
Second-order cone constraints
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Second-order cone constraints of the form :math:`||Ax-b||_2 + a^Tx + c 0` can be added directly using the ``norm`` function::
Second-order cone constraints of the form :math:`||Ax-b||_2 + a^Tx + c \le 0` can be added directly using the ``norm`` function::

@addConstraint(m, norm(A*x) <= 2w - 1)

Expand Down

0 comments on commit 6e7c86a

Please sign in to comment.