diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/open-axiom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/open-axiom.h b/src/include/open-axiom.h index 67f378d7..fd0e7326 100644 --- a/src/include/open-axiom.h +++ b/src/include/open-axiom.h @@ -110,8 +110,8 @@ typedef enum openaxiom_spawn_flags { /* Paths to LaTeX input support file directories. These paths are relative to system directory. */ -#define OPENAXIOM_TEXINPUTS_PATH "/share/tex" -#define OPENAXIOM_BIBINPUTS_PATH "/share/tex" +#define OPENAXIOM_TEXINPUTS_PATH "/share/texmf/tex" +#define OPENAXIOM_BIBINPUTS_PATH "/share/texmf/tex" /* The function sleep() is not available under Windows. Instead, they have Sleep(); with capital S, please. Furthermore, it does not |