summaryrefslogtreecommitdiff
path: root/support/autolatex/etc/autolatex/config
diff options
context:
space:
mode:
Diffstat (limited to 'support/autolatex/etc/autolatex/config')
-rw-r--r--support/autolatex/etc/autolatex/config34
1 files changed, 34 insertions, 0 deletions
diff --git a/support/autolatex/etc/autolatex/config b/support/autolatex/etc/autolatex/config
new file mode 100644
index 0000000000..d65f9ee8ac
--- /dev/null
+++ b/support/autolatex/etc/autolatex/config
@@ -0,0 +1,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
+
+