Skip to content
#

cv

Here are 1,656 public repositories matching this topic...

fasterpython
fasterpython commented Aug 31, 2018

In README.md, it says:
SETX PATH C:/Python27/;C:/Python27/Scripts/;C:/OpenCV2.3/opencv/build/x86/vc10/bin/;%PATH%
SETX PYTHONPATH C:/OpenCV2.3/opencv/build/python/2.7/;%PYTHONPATH%

however, the correct one should be:
SETX PYTHONPATH C:\OpenCV2.3\opencvbuild\python\2.7;%PYTHONPATH%
SETX PATH C:\Python27;C:\Python27\Scripts;C:\OpenCV2.3\opencv\build\x86\vc10\bin;%PATH%

and also, it's only

latexcv
CsatiZoltan
CsatiZoltan commented Oct 1, 2019

\cvevent uses \cdot to enlist items. This has the drawback that it is not positioned at the center of a capital letter. Maybe using the itemize environment would help (\cdot could be simulated by decreasing the size of the bullet). Alternatively, the height of the \cdot could be raised.

vitae

Improve this page

Add a description, image, and links to the cv topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cv topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.