Well the builder generates a perfect HTML code, however the Latex (and
as the PDF) generated has some issue. For some reason a bullet point
lists elements is marked with the \begin{description} LATEX markup.
Therefore the texts format is BOLD and isn't wrapped.

The image here will show the issue: img269. imageshack. us/
img269/7177/20110703124121.png

My Rest code is something like:

Building the OpenCV library from scratch requires a couple of tools
installed beforehand:

.. container:: enumeratevisibleitemswithsquare

   + An **I**\ ntegrated **D**\ eveloper **E**\ nviroment (*IDE*)
preferably, or just a C\C++ compiler that will actually make the
binary files. Here I will use the `Microsoft Visual Studio <https://
www.microsoft.com/visualstudio/en-us>`_. Nevertheless, you can use any
other *IDE* that has a valid C\C++ compiler.

   + Then |CMake|_ is a neat tool that will make the project files
(for your choosen *IDE*) from the OpenCV source files. It will also
allow an easy configuration of the OpenCV build files, in order to
make binary files that fits exactly to your needs.
      .. |CMake| replace:: CMake
      .. _CMake: http://www.cmake.org/cmake/resources/software.html

   + A **S**\ ubversion **C**\ ontrol **S**\ ystem (*SVN*) to acquire
the OpenCV source files. A good tool for this is |TortoiseSVN|_.
Alternatively, you can just download an archived version of the source
files from the `Sourceforge OpenCV page <http://sourceforge.net/
projects/opencvlibrary/files/opencv-win/>`_.
      .. |TortoiseSVN| replace:: TortoiseSVN
      .. _TortoiseSVN: http://tortoisesvn.net/downloads.html

What makes the issue even more strange is that this isn't the case for
the first item in the list.
Any suggestions of how to fix this issue?

Another problem I'm facing in Latex is that the .. code-block:: bash
directive translates into \begin{Verbatim} in LATEX and this again
isn't wrapped in case of long commands.

Any advices are welcomed and thanks beforehand,

Bernat

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to