summaryrefslogtreecommitdiff
path: root/support/autolatex/etc/autolatex/config
blob: d65f9ee8ac0d0c642f412d95d10d07459cd2ee23 (plain)
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
; Config::Simple 4.59
; Fri Aug 23 20:48:19 2013

# Configuration of the generation functions
[generation]

# Does the figures must be automatically generated ('yes' or
# 'no')?
generate images=true

# 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.
makeindex style=@detect, @system


# Configuration of the viewing functions
[viewer]

# Indicates if a viewer should be launch after the
# compilation. Valid values are 'yes' and 'no'.
view=true