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