forked from gallandarakhneorg/autolatex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.cfg
98 lines (84 loc) · 2.85 KB
/
default.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# autolatex - user configuration file
[Viewer]
#
# Indicates if the generated document must be viewed.
#
view = no
;viewer = acroread # Path of the viewer
[Generation]
#
# Does the figures must be automatically generated
#
generate images = yes
#
# Indicates if the bibliography tool should be run
#
;biblio = yes
#
# Specify the directories inside which AutoLaTeX
# will find the pictures which must be processed
# by the translators. Each time this option is
# put on the command line, a directory is added
# inside the list of the directories to explore.
# The different paths are separated by the
# path-separator character (':' on Unix, ';' on
# Windows)
;image directory = <path>
#
# Type of generation.
#
# pdf : use latex to create a PDF document
# dvi : use latex to create a DVI document.
# ps : use latex and dvips to create a Postscript document.
;generation type = pdf
#
# Name of the TeX compiler to use.
#
# latex : use 'latex'.
# pdflatex : use 'pdflatex'.
# xelatex : use 'xelatex'.
# luatex : use 'luatex'.
;tex compiler = pdflatex
#
# Specify the style that must be used by makeindex.
# Valid values are:
# <filename> if a filename was specified, AutoLaTeX assumes that it is the .ist file;
# @system AutoLaTeX uses the system default .ist file (in AutoLaTeX distribution);
# @detect AutoLaTeX will tries to find a .ist file in the project's directory. If
# none was found, AutoLaTeX will not pass a style to makeindex;
# @none AutoLaTeX assumes that no .ist file must be passed to makeindex;
# <empty> AutoLaTeX assumes that no .ist file must be passed to makeindex.
# @detect@system If @detect failed, assumes @system
makeindex style = @detect, @system
#
# Set some internal variables of autotex.
#
;latex_cmd = pdflatex|xelatex|lualatex|latex # LaTeX compiler
;bibtex_cmd = bibtex # BibTeX compiler
;biber_cmd = biber # Biber compiler
;makeindex_cmd = makeindex # MakeIndex tool
;dvi2ps_cmd = dvips # dvi to ps converter
;latex_flags = # Options for the LaTeX compiler
;bibtex_flags = # Options for the BibTeX compiler
;biber_flags = # Options for the Biber compiler
;makeindex_flags = # Options for the MakeIndex tool
;dvi2ps_flags = # Options for the dvi to ps converter
[Clean]
#
# Configure the cleaning feature
#
# List of additional files to remove when cleaning (shell wild cards are allowed).
# This list is used when the target 'clean' is invoked.
;files to clean =
# List of additional files to remove when all cleaning (shell wild cards are allowed).
# This list is used when the target 'cleanall' is invoked.
;files to desintegrate =
[Scm]
#
# SCM Configuration (CVS or SVN)
#
;scm commit = cvs commit
#
# SCM Configuration (CVS or SVN)
#
;scm update = cvs update