Skip to content

Commit

Permalink
Fix for issue #758
Browse files Browse the repository at this point in the history
  • Loading branch information
jpapon committed Sep 11, 2014
1 parent d54d270 commit 245d02b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.sh
Expand Up @@ -84,7 +84,7 @@ function doc ()
# Do not generate documentation for pull requests
if [[ $TRAVIS_PULL_REQUEST != 'false' ]]; then exit; fi
# Install doxygen and sphinx
sudo apt-get install doxygen doxygen-latex graphviz python-pip
sudo apt-get install doxygen doxygen-latex graphviz python-pip texlive-latex-base dvipng
sudo pip install sphinx sphinxcontrib-doxylink
# Configure
mkdir $BUILD_DIR && cd $BUILD_DIR
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorials/content/tracking.rst
Expand Up @@ -29,9 +29,9 @@ At each loop, tracking program proceeds along with following algorythm.(see fig2

.. math::
L_j = L_distance ( \times L_color )
L_j = L_{distance} ( \times L_{color} )
w = \sum_ L_j
w = \sum{}^{} L_j
Expand Down

0 comments on commit 245d02b

Please sign in to comment.