summaryrefslogtreecommitdiff
path: root/support/autolatex/etc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/autolatex/etc
Initial commit
Diffstat (limited to 'support/autolatex/etc')
-rw-r--r--support/autolatex/etc/autolatex/config34
-rw-r--r--support/autolatex/etc/autolatex/default.ist7
2 files changed, 41 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
+
+
diff --git a/support/autolatex/etc/autolatex/default.ist b/support/autolatex/etc/autolatex/default.ist
new file mode 100644
index 0000000000..9a9a3e0960
--- /dev/null
+++ b/support/autolatex/etc/autolatex/default.ist
@@ -0,0 +1,7 @@
+heading_prefix "{\\vspace{.75cm}\\mbox{}\\hfill\\bfseries\\Large "
+heading_suffix "\\hfill\\mbox{}}\\nopagebreak\n"
+headings_flag 1
+
+delim_0 "\\dotfill"
+delim_1 "\\dotfill"
+delim_2 "\\dotfill"