From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/autolatex/etc/autolatex/config | 34 +++++++++++++++++++++++++++++ support/autolatex/etc/autolatex/default.ist | 7 ++++++ 2 files changed, 41 insertions(+) create mode 100644 support/autolatex/etc/autolatex/config create mode 100644 support/autolatex/etc/autolatex/default.ist (limited to 'support/autolatex/etc') 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: +# 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; +# 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" -- cgit v1.2.3