From 74e49c6dc369e7312e47235451301582c7b38250 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Sun, 15 May 2011 13:18:10 +0000 Subject: [PATCH] add documentation for new file locator configuration git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@3111 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/data/pyxrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pyx/data/pyxrc b/pyx/data/pyxrc index 2f57e0f1..8b8e11c9 100644 --- a/pyx/data/pyxrc +++ b/pyx/data/pyxrc @@ -48,4 +48,23 @@ showwaitfortex = 5 texipc = 0 [locator] +# runtime configution of file search mechanism +# +# 'methods' defines a list of methods to be tried one after each other +# to find files like fonts (and associated metrics information). +# +# Available methods are: +# - 'local': locates files in the current directory. +# - 'internal': locates files within the PyX data tree (also inside +# of zipped Python eggs for Python 2.6 and above). +# - 'recursivedir': locates files by searching recursively in a +# space-separated list of directories, which can +# be specified by the option 'recursivedir'. +# - 'ls-R': locates files by searching a list of ls-R files, +# which can be specified by the option 'ls-R'. +# - 'pykpathsea': locate files using the pykpathsea extension if available. +# Building of this module can be enabled in the setup.cfg +# file distributed with PyX. +# - 'kpsewhich': locate files using the kpsewhich executable if available. +# - 'locate': locate files using a locate executable if available. methods = local internal pykpathsea kpsewhich -- 2.11.4.GIT