summaryrefslogtreecommitdiff
path: root/support/autolatex/doc
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/doc
Initial commit
Diffstat (limited to 'support/autolatex/doc')
-rw-r--r--support/autolatex/doc/Other_TeX_Makers.textile40
-rw-r--r--support/autolatex/doc/autolatex.pod1660
-rw-r--r--support/autolatex/doc/autolatex_fr.pod1699
-rw-r--r--support/autolatex/doc/process.svg781
4 files changed, 4180 insertions, 0 deletions
diff --git a/support/autolatex/doc/Other_TeX_Makers.textile b/support/autolatex/doc/Other_TeX_Makers.textile
new file mode 100644
index 0000000000..dcad79b7c0
--- /dev/null
+++ b/support/autolatex/doc/Other_TeX_Makers.textile
@@ -0,0 +1,40 @@
+h1. AutoLaTeX and other TeX makers
+
+This file compares several features of TeX makers from CTAN (including AutoLaTeX):
+
+table{border:1px solid black}.
+|_/2. Maker |_/2. Type |_/2. Date |_/2. Supported Tools |_\3. Detect Changes |_\3. Automatic File Convertions |_/2. Export to Elsevier |_/2. Editor plugins |
+|_. TeX |_. BibTeX |_. Images |_. To PS/PDF/PNG |_. To TeX |_. To PSTeX/PDFTeX |
+|<. "AutoLaTeX":http://www.ctan.org/pkg/autolatex |=. Perl/Python |=. 2015 |=. latex, pdflatex, xelatex, lualatex, bibtex, biber, makeindex, makeglossaries, dvips |=. X |=. X |=. X |=. asta, asml, dia, dot, fig, ggb, gxl, odg, plot, svg, vsdx, xmi |=. c/c++, java, matlab, ml, perl, python, ruby, sql, svg layers |=. fig, plot, dia, svg, svg layers |=. X |=. Gedit3, Gtk3, Sublime Text 3 (see "LaTeXTools plugin":https://github.com/SublimeText/LaTeXTools). Deprecated: Gedit2, Sublime Text 2, Gtk2 |
+|<. "go-make":http://www.ctan.org/pkg/go-make |=. Perl |=. 1993 |=. latex, dvips, bibtex, makeindex |=. X |=. X |=. X |=. |=. |=. |=. |=. |
+|<. "latex-make":http://www.ctan.org/pkg/latex-make |=. Makefile |=. 2003 |=. latex, pdflatex, dvips, ps2pdf, bibtex, makeindex |=. X |=. |=. X |=. fig |=. |=. |=. |=. |
+|<. "latexmk":http://www.ctan.org/pkg/latexmk/ |=. Perl |=. 2015 |=. latex, dvips, dvipdf, xelatex, pdflatex, bibtex, makeindex |=. X |=. X |=. X |=. |=. |=. |=. |=. |
+|<. "latexn":http://www.ctan.org/pkg/latexn |=. csh |=. 1997 |=. dvi |=. latex, bibtex, makeindex |=. |=. |=. |=. |=. |=. |=. |
+|<. "make-latex":http://www.ctan.org/pkg/make-latex |=. Makefile |=. 1993 |=. latex, dvips, bibtex |=. X |=. X |=. X |=. fig, plot |=. |=. fig |=. |=. |
+|<. "mk":http://www.ctan.org/pkg/mk |=. Ruby |=. 2012 |=. latex, xelatex, pdflatex, texi2dvi |=. X |=. X |=. X |=. |=. |=. |=. |=. |
+|<. "rake2latex":http://www.ctan.org/pkg/rake4latex |=. Ruby |=. 2001 |=. pdflatex, xelatex, lualatex, bibtex, makeindex |=. X |=. X |=. |=. |=. |=. |=. |=. |
+|<. "rubber":https://launchpad.net/rubber/ |=. Python |=. 2010 |=. pdflatex, etex, aleph, omega, vtex, bibtex, makeindex |=. X |=. X |=. ? |=. |=. X |=. |=. |=. |
+|<. "ShLaTeX":http://www.ctan.org/pkg/shlatex |=. Bash/C |=. 2003 |=. latex, pdflatex, dvips, ps2pdf, bibtex, makeindex |=. X |=. X |=. X |=. |=. |=. |=. |=. |
+|<. "texi2dvi":http://www.ctan.org/pkg/rake4latex |=. Sh |=. 2013 |=. latex, dvips, dvipdf, pdflatex, bibtex, makeindex |=. X |=. X |=. |=. |=. |=. |=. |=. |
+
+
+The columns are:
+* _Maker:_ is the name of the TeX maker;
+* _Type:_ is the language of implementation;
+* _Date:_ is the date of the last update on CTAN;
+* _Supported Tools:_ are the tools that are used/invoked to produce the output;
+* _Detect Changes:_ indicates if the TeX maker is able to detect changes in source files, and avoid to re-compile when the files have not changed. Three types of files are considered:
+** TeX files (@.tex@),
+** BibTeX files (@.bib@), and
+** source images that are included in the document (@.png@, @.jpg@, @.pdf@, @.ps@, @.eps@...);
+* _Automatic File Conversions:_ indicates if the TeX maker is able to produce a picture that could be included in a TeX document (usually: PS, PDF or picture formats) from a source format that could not be directly include in the TeX document. The formats of these source pictures are specified. Three output formats are detailled:
+** PS, PDF or png: the tool is able to convert a source file to one of these three formats,
+** TeX: the tool is able to create a TeX file from the source file,
+** PSTeX/PDFTeX: the tools is able to produce a PS or a PDF file with embedded TeX macros.
+* _Export to Elsevier:_ Elsevier is a scientific publisher who permits to upload TeX white-papers for publication. After uploading the source files, the Elsevier website is running TeX on it, and give a compilation feedback. This column indicates if the tools is able to create a version of the document that is fitting the recommendations:
+** to use only one TeX file,
+** to have all the included figures in the same directory as as the TeX file, and
+** to replace the references to bibliography files by inlined bib items inside the main TeX file.
+* _Editor Plugin:_ indicates if a plugin is provided for TeX editors. Note that several editors such as TeXworks do not need to have a specific plugin to use the makers in the table.
+
+
diff --git a/support/autolatex/doc/autolatex.pod b/support/autolatex/doc/autolatex.pod
new file mode 100644
index 0000000000..7bde0c7aca
--- /dev/null
+++ b/support/autolatex/doc/autolatex.pod
@@ -0,0 +1,1660 @@
+=encoding UTF-8
+
+=head1 NAME
+
+autolatex - compile TeX documents
+
+=head1 SYNOPSIS
+
+autolatex [options] F<target> [F<target> ...]
+
+=head1 DESCRIPTION
+
+AutoLaTeX is a tool for managing small to large sized LaTeX documents. The user can easily perform all required steps to do such tasks as: preview the document, or produce a PDF file. AutoLaTeX will keep track of files that have changed and how to run the various programs that are needed to produce the output. One of the best feature of AutoLaTeX is to provide translator rules (aka. translators) to automatically generate the figures which will be included into the PDF.
+
+As a quick example, consider a project, which has a single LaTeX file F<mydoc.tex>, as its input. Without AutoLaTeX, to produce a F<.pdf> file you might use the following sequence of commands:
+
+ F<pdflatex mydoc.tex>
+ F<bibtex mydoc.tex>
+ F<pdflatex mydoc.tex>
+ F<pdflatex mydoc.tex>
+ F<pdflatex mydoc.tex>
+
+The triple invocation of LaTeX is to ensure that all references have been properly resolved and any page layout changes due to inserting the references have been accounted for. The sequence of commands isn't horrible, but it still is several commands. To use AutoLaTeX for this project, you would use one of the following the command lines:
+
+ F<autolatex -f mydoc.tex>
+ F<autolatex>
+
+For documents, which may need to run programs to create the PDF versions of the drawings, which are included into the PDF document, or run BibTeX/Biber to generate bibliographies, the generation of the F<.pdf> (or other) files becomes increasingly complicated to run manually. With AutoLaTeX, such operations are still very simple: you have nothing to do. AutoLaTeX is calling the translators for you. Each translator is able to convert an picture source file (eps, svg, Gnuplot...) into a PDF or PNG file.
+
+Hopefully this introduction has provided an adequate example for how AutoLaTeX can simplify the management of LaTeX-based documents. The AutoLaTeX system is simple enough for small projects and powerful enough for large projects. The remainder of this manual will provide complete documentation on the use of AutoLaTeX as well as configuration and installation instructions.
+
+AutoLaTeX provides several graphical user interfaces. See the section below for details.
+
+=head1 TARGETS
+
+AutoLaTeX provides a fixed set of targets, the arguments to
+pass to AutoLaTeX to run a module, for all projects. The
+default target is B<all>.
+
+If the specified target is not recognized by AutoLaTeX, a program name C<autolatex-target> (where C<target> is
+replaced by the given target string) is searched on your system, and launched.
+For example, C<autolatex config> permits to launch the graphical user interface for configuring AutoLaTeX.
+This interface is supported by the program C<autolatex-config>, which is provided in the AutoLaTeX distribution.
+
+The targets provided by AutoLaTeX are:
+
+=over 4
+
+=item B<all>
+
+Same as B<view>, except that the viewer is launched only if
+the configuration or the CLI is enabling the viewer.
+
+=item B<biblio>
+
+Performs all processing that permits to generate the
+bibliography (bibtex, biber...)
+
+=item B<clean>
+
+Cleans the current working directory by removing all LaTeX
+temp files and other temp files created during processing
+of the project.
+
+=item B<cleanall>
+
+Same as clean. In addition, emacs ~ files and other backup
+files are removed. The generated figures and the produced
+PDF are also removed.
+
+=item B<commit>
+
+Commit the changes into a SCM system (CVS, SVN, GIT).
+
+=item B<gen_doc>
+
+Performs all processing required to produce the file
+.pdf/.dvi/.ps for the project.
+
+=item B<images>
+
+Performs the automatic generation of the figures.
+
+=item B<init>
+
+Create an empty LaTeX document that is following a standard
+folder structure supported by AutoLaTeX.
+
+=item B<makeflat>
+
+Create a version of the document inside the subdirectory
+'flat_version' in which there is a single TeX file, and all
+the other files are inside the same directory of the TeX
+file. This action is helpful to create a version of the
+document that may be directly upload on online publication
+sites (such as Elsevier). This action use the CLI option
+F<--biblio> to determine if the bibliography must be put
+in a BibTeX file or inline inside the TeX file (default is
+inline).
+
+If you do not want to output the flat version in a subdirectory
+named 'flat_version', you could set the output directory or
+the output basename.
+
+To change the output path for the flat
+version, you could use the CLI option:
+
+F<--set makeflat.output=>I<path>
+
+To change only the basename of the output path for the flat
+version, you must use the CLI option:
+
+F<--set makeflat.basename=>I<name>
+
+=item B<makeglossaries>
+
+Performs all processing that permits to generate the glossaries
+(makeglossaries).
+
+=item B<makeindex>
+
+Performs all processing that permits to generate the index
+(makeindex).
+
+=item B<showimages>
+
+Display the filenames of the figures.
+
+=item B<showimagemap>
+
+Display the filenames of the figures, and for each of them, the selected translator.
+
+=item B<showpath>
+
+Show the value of the environment variable PATH
+
+=item B<update>
+
+Update the local copy with the changes from a SCM system
+(CVS, SVN, GIT).
+
+=item B<view>
+
+Same as gen_doc. In addition launch the document viewer.
+
+=back
+
+=head1 OPTIONS
+
+=over 4
+
+=item B<--[no]auto>
+
+Enable or disable the auto generation of the figures.
+
+=item B<--[no]asyncview>
+
+Enable or disable the asynchronous launching of the viewer.
+If the viewer is launched asynchonously, AutoLaTeX does not wait
+for its termination before stopping its execution.
+If the viewer is launched synchonously, AutoLaTeX waits
+for its termination before stopping its execution.
+
+=item B<--[no]biblio>
+
+Enable or disable the call to the bibliography tool (BibTeX, Biber...)
+
+=item B<--continuous[=sleep_duration]>
+
+=item B<--nocontinuous>
+
+Do not stop AutoLaTeX, and continually do the action(s) given as parameter(s).
+This option causes AutoLaTeX to infinitely loop. It has the same effect as the
+following script (in bash):
+ while 1
+ do
+ autolatex "$@"
+ sleep B<sleep_duration>
+ done
+
+The value B<sleep_duration> permits to add some waiting time between
+two loop of AutoLaTeX. If it is not given, 0 is assumed.
+The B<--continuous> option force the option B<--asyncview> to be set.
+
+With a good viewer the display will be automatically updated.
+(Under some but not all versions of UNIX/Linux "gv -watch" does
+this for Postscript files; this can be set by a configuration
+variable.) Many other previewers will need a manual
+update.
+
+Important note: the acroread program on MS-Windows locks the PDF
+file, and prevents new versions being written, so it is a bad
+idea to use acroread to view PDF files in continuous
+mode.
+
+=item B<--createconfig[=S<type>]>
+
+Do not compile the LaTeX document, but create a
+configuration file. The created configuration file
+depends on the S<type> value. If the S<type> is equal
+to S<project>, AutoLaTeX will create the configuration
+file dedicated to a project. Otherwhise it will create
+the configuration file for the user level.
+The project configuration file is
+F<path/to/project/.autolatex_project.cfg> on Unix
+platforms, and
+F<path\to\project\autolatex_project.cfg>
+on other platforms. The default user configuration file
+is F<$HOME/.autolatex> on Unix platforms,
+F<C:\Documents and Settings\User\Local Settings\Application Data\autolatex.conf>
+on Windows platforms, and F<$HOME/autolatex.conf> on
+other plateforms.
+
+=item B<--createist>
+
+Create a default MakeIndex style file into the project
+directory. The created file will be named
+'default.ist'. If a file with this name already is
+existing, it will be overwritten.
+
+=item B<--debug>
+
+Run AutoLaTeX in debug mode. The verbose level is 5, and
+all the warnings in the Perl code are assumed to be errors.
+
+=item B<--defaultist>
+
+Allow AutoLaTeX to use MakeIndex with the default
+style (ist file). The default style is provided by
+AutoLaTeX.
+
+The options --index and --noindex also permit to
+change the behavior of AutoLaTeX against MakeIndex.
+
+=item B<--directory=F<directory>>
+
+Specify a directory in which a LaTeX document to compile is located.
+You could specify this option for each directory in which you have
+a LaTeX document to treat.
+
+=item B<--dvi>
+
+Do the compilation to produce a DVI or a XDV document.
+
+=item B<--exclude=S<name>>
+
+Avoid AutoLaTeX to load the translator called S<name>.
+See bellow for the available translators.
+
+The option --include permits to include a translator;
+and the option -I permits to specify where to find
+translator scripts.
+
+=item B<-f=F<file>>
+
+=item B<--file=F<file>>
+
+Specify the main LaTeX file to compile. If this option
+is not specified, AutoLaTeX will search for a TeX file
+in the current directory.
+
+=item B<--file-line-warning>
+
+Enable or disable the extended format for warnings.
+This format add the filename and the line number where
+the warning is occuring, before the warning message
+by itself.
+
+=item B<--fixconfig[=F<file>]>
+
+Fix the syntax of a configuration file. If the F<file>
+is not specified on the command line, AutoLaTeX will
+try to fix the project configuration, or the user
+configuration if no project configuration file was
+found.
+
+=item B<--gloss>
+
+Allow AutoLaTeX to use MakeGlossaries.
+
+The option --nogloss permits to
+change the behavior of AutoLaTeX against MakeGlossaries
+
+=item B<-?>
+
+=item B<--help>
+
+Display this manual.
+
+=item B<-I=S<paths>>
+
+Notify AutoLaTeX that it could find translator scripts
+inside the specified directories. The specified S<path>
+could be a list of paths separated by the operating
+system's path separator (':' on Unix, ';' for Windows
+for example).
+
+The option --exclude permits to exclude a translator;
+and the option --include permits to exclude a
+translator.
+
+=item B<--imgdirectory=S<directory>>
+
+Specify a directy inside which AutoLaTeX will find the
+pictures which must be processed by the translators.
+Each time this option is put on the command line, a
+directory is added inside the list of the directories
+to explore.
+
+=item B<--include=S<name>>
+
+Force AutoLaTeX to load the translator called S<name>.
+See bellow for the available translators.
+
+The option --exclude permits to exclude a translator;
+and the option -I permits to specify where to find
+translator scripts.
+
+=item B<--index[=F<style_file>]>
+
+Allow AutoLaTeX to use MakeIndex.
+
+If this option was specified with a value, the
+F<style_file> value will be assumed to be an .ist file
+to pass to MakeIndex.
+
+If this option was specified without a value,
+AutoLaTeX will use MakeIndex and tries to detect a
+MakeIndex style file (.ist file) inside the project
+directory. If no project's .ist file was found, AutoLaTeX
+will not pass a style to MakeIndex.
+
+The options --defaultist and --noindex also permit to
+change the behavior of AutoLaTeX against MakeIndex
+
+=item B<--latex>
+
+Use the historical LaTeX command: F<latex>.
+
+=item B<--lualatex>
+
+Use the LaTeX command: F<lualatex>.
+
+=item B<--nogloss>
+
+Avoid AutoLaTeX to use MakeGloassaries.
+
+The option --gloss also permits to
+change the behavior of AutoLaTeX against MakeGlossaries.
+
+=item B<--noindex>
+
+Avoid AutoLaTeX to use MakeIndex.
+
+The options --index and --defaultist also permit to
+change the behavior of AutoLaTeX against MakeIndex.
+
+=item B<--pdf>
+
+Do the compilation to produce a PDF document.
+
+=item B<--pdflatex>
+
+Use the LaTeX command: F<pdflatex>.
+
+=item B<--postcompilationruns[=n]>
+
+Defines the minimal number of times the LaTeX tool (usually pdflatex)
+is launched at the last AutoLaTeX running stage. The default value is 1.
+
+This command line option enables you to force AutoLaTeX to run the LaTeX
+tool more than once time for fixing some LaTeX issues in references.
+
+=item B<--progress[=n]>
+
+Enable or disable the progression indicator.
+The value of the parameter permits to determine what is
+the character that will be print out at the end of the
+lines. By default, the carriage-return character C<\r>
+is used. If you specify a value equals to "C<n>", the
+new-line character C<\n> will be used.
+
+=item B<--ps>
+
+Do the compilation to produce a Postscript document,
+when possible.
+
+=item B<-q>
+
+=item B<--quiet>
+
+AutoLaTeX should be not verbose (see B<-v> for
+changing the verbose level).
+
+=item B<--search-project-from=F<file>>
+
+When this option is specified, AutoLaTeX is searching a project
+configuration file (usually F<.autolatex_project.cfg> on Unix
+platforms) in the directory of the specified F<file> or in
+one of its ancestors. When the project configuration file
+was found, AutoLaTeX assumes that the building directory
+is the directory where the configuration file is located.
+
+=item B<--set [S<translator>.]S<name>=S<value>>
+
+Set the internal value of AutoLaTeX named S<name> with
+the specified S<value>. Internal values are limited
+and corresponds to the "set" directives from the
+configuration file syntax.
+
+If S<translator> is given, it is the name of the
+translator for which the value must ve overridden. If
+S<translator> is not given then "generation" is the
+default prefix.
+
+=item B<--stderr>
+
+Prefer to output the messages on the standard error output.
+
+=item B<--stdout>
+
+Prefer to output the messages on the standard output.
+
+=item B<--[no]synctex>
+
+Enable or disable the generation of the output file with SyncTeX.
+SyncTeX is a system that is permitting to link a viewer and
+the TeX editor. When you click in one, the other software is
+highlighting the corresponding line.
+
+=item B<-v>
+
+Each time this option was specified, AutoLaTeX is more
+verbose. Note that 1) if you put 5 times the B<-v>
+option on the command line, AutoLaTeX will consider
+the Perl warnings as errors; 2) if you put 6 times the
+B<-v> option on the command line, AutoLaTeX is
+stopping immediately, and is displaying the current
+configuration in memory.
+
+=item B<--version>
+
+Display the version of AutoLaTeX.
+
+=item B<--view[=F<file>]>
+
+=item B<--noview>
+
+Enable or disable the document viewer at the end of
+the compilation. The path of the document viewer could
+be specify with F<file>. If not specified, AutoLaTeX
+will check for the tools F<acroread>, F<kpdf>,
+F<evince>, F<gv>, and F<xpdf>.
+
+=item B<-W>
+
+=item B<--Wall>
+
+=item B<--Wnone>
+
+Select the warnings that should be output: B<--Wall> for all,
+B<--Wnone> for none, and B<-W> to increment the output level.
+B<-W> is the default configuration used by AutoLaTeX.
+
+=item B<--xelatex>
+
+Use the LaTeX command: F<xelatex>.
+
+=back
+
+=head1 AUTO GENERATION OF FIGURES
+
+A translator is used to convert a source figure into
+a target figure which is supported by LaTeX. This
+converter is an external program (eg. epstopdf)
+or an internal Perl script.
+
+Each supported translator is described inside a
+.transdef file. This file contains the definition of
+the variables for the shell command line to launch or
+the Perl code to use. To create a new translator, we
+recommend to copy/paste an existing F<.transdef> file
+and change its content. Even if you excluded a
+translator from the the command line, it is
+automatically included by AutoLaTeX when it is
+invoked by an included translator.
+
+The provided translators are:
+
+=over 4
+
+=item B<Astah/Jude (asta) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: astah2pdf
+
+=item Use external converter: astah-uml, astah-pro
+
+=item Use translator: svg2pdf
+
+=item Input format: .asta .jude .juth
+
+=item Output format: .pdf
+
+=back
+
+=item B<Astah/Jude (asta) to Portable Network Graphic (png)>
+
+=over 12
+
+=item Name: astah2png
+
+=item Use external converter: astah-com, astah-uml, astah-pro
+
+=item Use translator:
+
+=item Input format: .asta .jude .juth
+
+=item Output format: .png
+
+=back
+
+=item B<Astah SysML (asml) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: asml2pdf
+
+=item Use external converter: astah-sysml
+
+=item Use translator: svg2pdf
+
+=item Input format: .asml
+
+=item Output format: .pdf
+
+=back
+
+=item B<Asymptote (asy) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: asy2pdf
+
+=item Use external converter: asy
+
+=item Use translator: eps2pdf
+
+=item Input format: .asy
+
+=item Output format: .pdf
+
+=back
+
+=item B<C/C++ Source Code (.cpp, .c, .hpp, .h) to TeX Source Code (tex): TeXify variante>
+
+=over 12
+
+=item Name: cpp2tex_texify
+
+=item Use external converter: texifyc++
+
+=item Use translator:
+
+=item Input format: .cpp, .c, .hpp, .h, .c++, .h++
+
+=item Output format: .tex
+
+=back
+
+=item B<Compressed Bitmap to Uncompressed Bitmap>
+
+based on L<zcat> tool. This translator assumes that input files are compressed. The input
+filename extensions is '.gz'. This translator permits to store in the project compressed figures
+as raw material for the LaTeX compiler. The bitmaps are uncompressed in a file with
+the same name as the source, except that the '.gz' was removed from the name.
+
+=over 12
+
+=item Name: imggz2img
+
+=item Use external converter: zcat
+
+=item Use translator:
+
+=item Input format: XXX.gz
+
+=item Output format: XXX
+
+=back
+
+=item B<Diagram Editor (dia) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: dia2pdf
+
+=item Use external converter: dia
+
+=item Use translator: eps2pdf
+
+=item Input format: .dia
+
+=item Output format: .pdf
+
+=back
+
+=item B<Diagram Editor (dia) to TeX embedded in Portable Document Format (pdf+tex)>
+
+PDF part:
+
+=over 12
+
+=item Name: dia2pdf+tex
+
+=item Use external converter: dia
+
+=item Use translator:
+
+=item Input format: .dia_tex .diat .dia+tex .diatex .tex.dia +tex.dia
+
+=item Output format: .pdf
+
+=back
+
+TeX part:
+
+=over 12
+
+=item Name: dia2pdf+tex
+
+=item Use external converter: dia
+
+=item Use translator:
+
+=item Input format: .dia_tex .diat .dia+tex .diatex .tex.dia +tex.dia
+
+=item Output format: .pdftex_t
+
+=back
+
+=item B<Dot Graphviz (dot) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: dot2pdf
+
+=item Use external converter: dot
+
+=item Use translator:
+
+=item Input format: .dot
+
+=item Output format: .pdf
+
+=back
+
+=item B<Dot Graphviz (dot) to Portable Network Graphic (png)>
+
+=over 12
+
+=item Name: dot2png
+
+=item Use external converter: dot
+
+=item Use translator:
+
+=item Input format: .dot
+
+=item Output format: .png
+
+=back
+
+=item B<Dot Graphviz (dot) to TeX (tex)>
+
+=over 12
+
+=item Name: dot2tex
+
+=item Use external converter: dot
+
+=item Use translator:
+
+=item Input format: .dot
+
+=item Output format: .tex
+
+=back
+
+=item B<Encapsuled PostScript (eps) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: eps2pdf_epstopdf
+
+=item Use external converter: epstopdf
+
+=item Use translator:
+
+=item Input format: .eps
+
+=item Output format: .pdf
+
+=back
+
+=item B<Encapsuled PostScript (eps) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: eps2pdf_ps2pdf
+
+=item Use external converter: ps2pdf
+
+=item Use translator:
+
+=item Input format: .eps
+
+=item Output format: .pdf
+
+=back
+
+=item B<XFig document (fig) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: fig2pdf
+
+=item Use external converter: fig2dev
+
+=item Use translator:
+
+=item Input format: .fig
+
+=item Output format: .pdf
+
+=back
+
+=item B<XFig document (fig) to TeX embedded in Portable Document Format (pdf+tex)>
+
+PDF part:
+
+=over 12
+
+=item Name: fig2pdf+tex
+
+=item Use external converter: fig2dev
+
+=item Use translator:
+
+=item Input format: .figt .fig_tex .figtex .fig+tex .tex.fig +tex.fig
+
+=item Output format: .pdf
+
+=back
+
+TeX part:
+
+=over 12
+
+=item Name: fig2pdf+tex
+
+=item Use external converter: fig2dev
+
+=item Use translator:
+
+=item Input format: .figt .fig_tex .figtex .fig+tex .tex.fig +tex.fig
+
+=item Output format: .pdftex_t
+
+=back
+
+=item B<GeoGebra (ggb) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: ggb2pdf
+
+=item Use external converter: geogebra
+
+=item Use translator:
+
+=item Input format: .ggb
+
+=item Output format: .pdf
+
+=back
+
+=item B<Graph Layout Engine (gle) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: gle2pdf
+
+=item Use external converter: gle
+
+=item Use translator:
+
+=item Input format: .gle
+
+=item Output format: .pdf
+
+=back
+
+=item B<Graph Layout Engine (gle) to Portable Network Graphic (png)>
+
+=over 12
+
+=item Name: gle2png
+
+=item Use external converter: gle
+
+=item Use translator:
+
+=item Input format: .gle
+
+=item Output format: .png
+
+=back
+
+=item B<Graph eXchange Language (gxl) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: gxl2pdf
+
+=item Use external converter: gxl2dot
+
+=item Use translator: dot2pdf
+
+=item Input format: .gxl
+
+=item Output format: .pdf
+
+=back
+
+=item B<Graph eXchange Language (gxl) to Portable Network Graphic (png)>
+
+=over 12
+
+=item Name: gxl2png
+
+=item Use external converter: gxl2dot
+
+=item Use translator: dot2png
+
+=item Input format: .gxl
+
+=item Output format: .png
+
+=back
+
+=item B<Java Source Code (java) to TeX Source Code (tex): TeXify variante>
+
+=over 12
+
+=item Name: java2tex_texify
+
+=item Use external converter: texifyjava
+
+=item Use translator:
+
+=item Input format: .java
+
+=item Output format: .tex
+
+=back
+
+=item B<Lisp Script (lisp) to TeX Source Code (tex): TeXify variante>
+
+=over 12
+
+=item Name: lisp2tex_texify
+
+=item Use external converter: texifylisp
+
+=item Use translator:
+
+=item Input format: .lisp
+
+=item Output format: .tex
+
+=back
+
+=item B<MatLab Script (m) to TeX Source Code (tex): TeXify variante>
+
+=over 12
+
+=item Name: matlab2tex_texify
+
+=item Use external converter: texifymatlab
+
+=item Use translator:
+
+=item Input format: .m
+
+=item Output format: .tex
+
+=back
+
+=item B<ML Script (ml) to TeX Source Code (tex): TeXify variante>
+
+=over 12
+
+=item Name: ml2tex_texify
+
+=item Use external converter: texifyml
+
+=item Use translator:
+
+=item Input format: .ml
+
+=item Output format: .tex
+
+=back
+
+=item B<Perl Script (perl) to TeX Source Code (tex): TeXify variante>
+
+=over 12
+
+=item Name: perl2tex_texify
+
+=item Use external converter: texifyperl
+
+=item Use translator:
+
+=item Input format: .perl .pl
+
+=item Output format: .tex
+
+=back
+
+=item B<Gnuplot (plot) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: plot2pdf
+
+=item Use external converter: gnuplot
+
+=item Use translator: eps2pdf
+
+=item Input format: .plot .gnu
+
+=item Output format: .pdf
+
+=back
+
+=item B<Gnuplot (plot) to TeX embedded in Portable Document Format (pdf+tex)>
+
+PDF part:
+
+=over 12
+
+=item Name: plot2pdf+tex
+
+=item Use external converter: gnuplot
+
+=item Use translator: eps2pdf
+
+=item Input format: .plott .plot_tex .plottex .plot+tex .tex.plot +tex.plot .gnut .gnu_tex .gnutex .gnu+tex .tex.gnu +tex.gnu
+
+=item Output format: .pdf
+
+=back
+
+TeX part:
+
+=over 12
+
+=item Name: plot2pdf+tex
+
+=item Use external converter: gnuplot
+
+=item Use translator:
+
+=item Input format: .plott .plot_tex .plottex .plot+tex .tex.plot +tex.plot .gnut .gnu_tex .gnutex .gnu+tex .tex.gnu +tex.gnu
+
+=item Output format: .pdftex_t
+
+=back
+
+=item B<Python Source Code (py) to TeX Source Code (tex): TeXify variante>
+
+=over 12
+
+=item Name: python2tex_texify
+
+=item Use external converter: texifypython
+
+=item Use translator:
+
+=item Input format: .py
+
+=item Output format: .tex
+
+=back
+
+=item B<Ruby Source Code (rb) to TeX Source Code (tex): TeXify variante>
+
+=over 12
+
+=item Name: ruby2tex_texify
+
+=item Use external converter: texifyruby
+
+=item Use translator:
+
+=item Input format: .rb
+
+=item Output format: .tex
+
+=back
+
+=item B<SQL Script (sql) to TeX Source Code (tex): TeXify variante>
+
+=over 12
+
+=item Name: sql2tex_texify
+
+=item Use external converter: texifysql
+
+=item Use translator:
+
+=item Input format: .sql
+
+=item Output format: .tex
+
+=back
+
+=item B<Scalable Vector Graphic (svg) to Portable Document Format (pdf): Inkscape variante>
+
+=over 12
+
+=item Name: svg2pdf_inkscape
+
+=item Use external converter: inkscape
+
+=item Use translator:
+
+=item Input format: .svg
+
+=item Output format: .pdf
+
+=back
+
+=item B<Scalable Vector Graphic (svg) to Portable Document Format (pdf): rsvg2 variante>
+
+=over 12
+
+=item Name: svg2pdf_rsvg
+
+=item Use external converter: rsvg-convert
+
+=item Use translator:
+
+=item Input format: .svg
+
+=item Output format: .pdf
+
+=back
+
+=item B<Scalable Vector Graphic (svg) to TeX embedded in Portable Document Format (pdf+tex)>
+
+PDF part:
+
+=over 12
+
+=item Name: svg2pdf+tex_inkscape
+
+=item Use external converter: inkscape
+
+=item Use translator:
+
+=item Input format: .svgt .svg_t .svgtex .svg+tex .tex.svg +tex.svg
+
+=item Output format: .pdf
+
+=back
+
+TeX part:
+
+=over 12
+
+=item Name: svg2pdf+tex_inkscape
+
+=item Use external converter: inkscape
+
+=item Use translator:
+
+=item Input format: .svgt .svg_t .svgtex .svg+tex .tex.svg +tex.svg
+
+=item Output format: .pdftex_t
+
+=back
+
+=item B<Scalable Vector Graphic (svg) to Portable Network Graphic (png): Inkscape variante>
+
+=over 12
+
+=item Name: svg2png_inkscape
+
+=item Use external converter: inkscape
+
+=item Use translator:
+
+=item Input format: .svg
+
+=item Output format: .png
+
+=back
+
+=item B<Scalable Vector Graphic (svg) to Portable Network Graphic (png): rsvg2 variante>
+
+=over 12
+
+=item Name: svg2png_rsvg
+
+=item Use external converter: rsvg-convert
+
+=item Use translator:
+
+=item Input format: .svg
+
+=item Output format: .png
+
+=back
+
+=item B<Scalable Vector Graphic with layers (svg) to Beamer Overlays>
+
+=over 12
+
+=item Name: svg2pdf+layers_inkscape
+
+=item Use external converter: inkscape
+
+=item Use translator:
+
+=item Input format: .svgl .svg_l .svglayers .svg+layers .layers.svg +layers.svg
+
+=item Output format: .pdftex_t .pdf
+
+=back
+
+=item B<Scalable Vector Graphic with layers (svg) to TeX embedded in Beamer Overlays>
+
+PDF part:
+
+=over 12
+
+=item Name: svg2pdf+layers+tex_inkscape
+
+=item Use external converter: inkscape
+
+=item Use translator:
+
+=item Input format: .svglt .svg_lt .svglayerstex .svgtexlayers .svg+layers+tex .svg+tex+layers .layers.tex.svg .tex.layers.svg +layers+tex.svg +tex+layers.svg
+
+=item Output format: .pdf
+
+=back
+
+TeX part:
+
+=over 12
+
+=item Name: svg2pdf+layers+tex_inkscape
+
+=item Use external converter: inkscape
+
+=item Use translator:
+
+=item Input format: .svglt .svg_lt .svglayerstex .svgtexlayers .svg+layers+tex .svg+tex+layers .layers.tex.svg .tex.layers.svg +layers+tex.svg +tex+layers.svg
+
+=item Output format: .pdftex_t
+
+=back
+
+=item B<PGF/TikZ (tikz) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: tikz2pdf
+
+=item Use external converter: pdflatex
+
+=item Use translator:
+
+=item Input format: .tikz
+
+=item Output format: .pdf
+
+=back
+
+=item B<Gimp (xcf) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: xcf2pdf
+
+=item Use external converter: convert
+
+=item Use translator:
+
+=item Input format: .xcf
+
+=item Output format: .pdf
+
+=back
+
+=item B<Gimp (xcf) to Portable Network Graphic (png)>
+
+=over 12
+
+=item Name: xcf2png
+
+=item Use external converter: convert
+
+=item Use translator:
+
+=item Input format: .xcf
+
+=item Output format: .png
+
+=back
+
+=item B<UML Metadata Interchange (xmi) to Portable Document Format (pdf): Umbrello variante>
+
+=over 12
+
+=item Name: xmi2pdf_umbrello
+
+=item Use external converter: umbrello
+
+=item Use translator: eps2pdf
+
+=item Input format: .xmi
+
+=item Output format: .pdf
+
+=back
+
+=item B<UML Metadata Interchange (xmi) to Portable Document Format (pdf): uml2svg variante>
+
+=over 12
+
+=item Name: xmi2pdf_uml2svg
+
+=item Use external converter: uml2svg
+
+=item Use translator: svg2pdf
+
+=item Input format: .xmi
+
+=item Output format: .pdf
+
+=back
+
+=item B<UML Metadata Interchange (xmi) to Portable Document Format (pdf): xmi2svg variante>
+
+=over 12
+
+=item Name: xmi2pdf_xmi2svg
+
+=item Use external converter: xmi2svg
+
+=item Use translator: svg2pdf
+
+=item Input format: .xmi
+
+=item Output format: .pdf
+
+=back
+
+=item B<Visio Binary Draw (vsd) to Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: vsd2pdf
+
+=item Use external converter: inkscape
+
+=item Use translator:
+
+=item Input format: .vsd .vdx .vsdx
+
+=item Output format: .pdf
+
+=back
+
+=back
+
+=head1 LATEX STYLE PACKAGE
+
+AutoLaTeX provides a LaTeX style called F<autolatex.sty>. It provides the following functions:
+
+=over 4
+
+=item B<\includegraphicswtex[options]{filename}>
+
+include a figure with combined TeX macros. The filename must have one of the following extensions: F<.pdftex_t>, F<.pdftex_t>, F<.pstex_t>, F<.pdf_tex>, F<.ps_tex>. The B<options> must one of: F<width=XX>, or F<height=XX>; where F<XX> is a length.
+
+=item B<\includefigurewtex[options]{filename}>
+
+same as B<\includegraphicswtex>.
+
+=item B<\includeanimatedfigure[options]{filename}>
+
+include the layers of a figure in a Beamer presentation. The different layers are assumed to
+be in separate PDF files. The figure is then a TeX file that is including the PDF files inside
+a Beamer-compatible environment. The filename must have one of the following extensions: F<.pdftex_t>, F<.pdftex_t>, F<.pstex_t>, F<.pdf_tex>, F<.ps_tex>. The B<options> must one of: F<width=XX>, or F<height=XX>; where F<XX> is a length.
+
+By default, a layer is replacing the previous layer when it is displayed. You could change
+the overlay specification by adding the string F<"spec"> in the title of the layer in your SVG
+editor. The F<spec> part is the specification of the slide numbers on which the layer should
+appear in Beamer. For example, F<2> means 'only on the slide 2'; F<6-> means 'from slide 6 to the end'.
+
+=item B<\includeanimatedfigurewtex[options]{filename}>
+
+include the layers of a figure combined with TeX macros in a Beamer presentation.
+The different layers are assumed to be in separate PDF files. The figure is then
+a TeX file that is including the PDF files inside a Beamer-compatible environment.
+The filename must have one of the following extensions: F<.pdftex_t>, F<.pdftex_t>, F<.pstex_t>, F<.pdf_tex>, F<.ps_tex>. The B<options> must one of: F<width=XX>, or F<height=XX>; where F<XX> is a length.
+
+By default, a layer is replacing the previous layer when it is displayed. You could change
+the overlay specification by adding the string F<"spec"> in the title of the layer in your SVG
+editor. The F<spec> part is the specification of the slide numbers on which the layer should
+appear in Beamer. For example, F<2> means 'only on the slide 2'; F<6-> means 'from slide 6 to the end'.
+
+=item B<\DeclareGraphicsExtensionsWtex{extensions}>
+
+permits to define the filename extensions that are used by B<\includegraphicswtex> to find the figure files.
+
+=item B<\graphicspath{{path1},{path2}...}>
+
+is the macros from the TeX package 'graphicx.sty'. It permits to define the search paths for the figures.
+
+=back
+
+=head1 CONFIGURATION FILE
+
+=head2 Location of the Configuration Files
+
+The configuration files used by AutoLaTex could be a several places:
+
+=over 4
+
+=item * System Configuration (for all users): inside the directory where AutoLaTeX was installed (usually /usr/lib/autolatex on Unix systems).
+
+=item * User Configuration: two cases: the configuration directory named S<$HOME/.autolatex> on Unix, or S<C:\Documents and Settings\E<lt>userE<gt>\Local Settings\Application Data\autolatex> on Windows exists; or not.
+
+In the first case, the configuration file is stored inside the directory and is named S<autolatex.conf>.
+
+In the second case, the configuration file is inside the user directory and is named S<$HOME/.autolatex> on Unix, and S<C:\Documents and Settings\E<lt>userE<gt>\Local Settings\Application Data\autolatex.conf> on Windows.
+
+=item * Project Configuration: the configuration file in the same directory as the main TeX file of the project. It is named S<.autolatex_project.cfg> on Unix and S<autolatex_project.cfg> on Windows.
+
+=back
+
+=head2 Syntax of the Configuration Files
+
+The configuration files respect a syntax similar to the Windows .ini files.
+
+A comment starts with the characters '#' or ';' and it finishes at the end of the line.
+
+Each configuration directive must be inside a configuration section. A configuration section
+is declared by its name between brackets. Example: F<[mysection]>
+
+Each directive must be declared as: F<directive name = value>
+
+Several section names are reserved by AutoLaTeX, the others are assumed to be the configuration for the translators.
+
+=head3 [Viewer] section
+
+This section permits to configure the viewer used by AutoLaTeX.
+The recognized directives are:
+
+=over 4
+
+=item I<view> : Indicates if AutoLaTeX must launch a viewer after LaTeX compilation. Accepted values: F<yes> or F<no>.
+
+=item I<viewer> : Is the path or the command line of the viewer to launch. Accepted value: any command line.
+
+=back
+
+=head3 [Generation] section
+
+This section permits to configure the generation process used by AutoLaTeX.
+The recognized directives are:
+
+=over 4
+
+=item I<main file> : specifies the basename of the main TeX file to compile. This option is available only inside the project's configuration file.
+
+=item I<generate images> : indicates if AutoLaTeX automatically generates the figures. Accepted values: F<yes> or F<no>
+
+=item I<image directory> : Specify the directories inside which AutoLaTeX will find the pictures which must be processed by the translators. The different paths are separated by the path-separator character (F<':'> on Unix, F<';'> on Windows).
+
+=item I<generation type> : indicates the type of generation. Accepted values:
+
+=over 8
+
+=item F<pdf> - generate a PDF document
+
+=item F<dvi> - generate a DVI or a XDV document
+
+=item F<ps> - generate a PS document
+
+=back
+
+=item I<tex compiler> : indicates the TeX compiler to use. Accepted values:
+
+=over 8
+
+=item F<latex> - use F<latex>
+
+=item F<pdflatex> - use F<pdflatex>
+
+=item F<xelatex> - use F<xelatex>
+
+=item F<lualatex> - use F<lualatex>
+
+=back
+
+=item I<synctex> : indicates if the output document may be produced with SyncTeX, or not.
+
+=item I<makeindex style> : specifies the style that must be used by MakeIndex. This is a list of values separated by comas, in the preference order. The values should be:
+
+=over 8
+
+=item F<E<lt>filenameE<gt>> - if a filename was specified, AutoLaTeX assumes that it is the .ist file;
+
+=item F<@system> - AutoLaTeX uses the system default .ist file (in AutoLaTeX distribution);
+
+=item F<@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;
+
+=item F<@none> - AutoLaTeX assumes that no .ist file must be passed to MakeIndex;
+
+=item F<E<lt>emptyE<gt>> - AutoLaTeX assumes that no .ist file must be passed to MakeIndex.
+
+=back
+
+If the list contains more than one value, AutoLaTeX will do the corresponding behaviors in turn.
+
+=item I<translator include path> : specifies additional directories from which translator scripts could be loaded. This is a list of paths separated by comas or the path separator of your operating system (S<:> on Unix, S<;> on Windows). If a path contains a coma character, you must enclose it in quotes.
+
+=item I<latex_cmd> : specifies the LaTeX tool command line. Accepted value: any command line.
+
+=item I<bibtex_cmd> : specifies the BibTeX tool command line. Accepted value: any command line.
+
+=item I<biber_cmd> : specifies the Biber tool command line. Accepted value: any command line.
+
+=item I<makeglossaries_cmd> : specifies the MakeGlossaries tool command line. Accepted value: any command line.
+
+=item I<makeindex_cmd> : specifies the MakeIndex tool command line. Accepted value: any command line.
+
+=item I<dvi2ps_cmd> : specifies the dvips tool command line. Accepted value: any command line.
+
+=item I<latex_flags> : specifies the options to pass to the LaTeX tool. Accepted value: any command line.
+
+=item I<bibtex_flags> : specifies the options to pass to the BibTeX tool. Accepted value: any command line.
+
+=item I<biber_flags> : specifies the options to pass to the Biber tool. Accepted value: any command line.
+
+=item I<makeglossaries_flags> : specifies the options to pass to the MakeGlossaries tool. Accepted value: any command line.
+
+=item I<makeindex_flags> : specifies the options to pass to the MakeIndex tool. Accepted value: any command line.
+
+=item I<dvi2ps_flags> : specifies the options to pass to the dvips tool. Accepted value: any command line.
+
+=back
+
+=head3 [Clean] section
+
+This section permits to configure the cleaning features of AutoLaTeX (targets
+S<clean> and S<cleanall>).
+The recognized directives are:
+
+=over 4
+
+=item I<files to clean> : is a list of files to remove when the target 'clean' is invoked. Shell wildcards are allowed.
+
+=item I<files to desintegrate> : is a list of files to remove when the target 'cleanall' is invoked. Shell wildcards are allowed.
+
+=back
+
+=head3 [Scm] section
+
+This section permits to configure the SCM support of AutoLaTeX (CVS, SVN or others).
+The recognized directives are:
+
+=over 4
+
+=item I<scm commit> : specifies the command line to use when commit the changes.
+
+=item I<scm update> : specified the command line to use when update the local copy.
+
+=back
+
+=head3 Translator section
+
+A translator section has the same name as the translator it configures.
+The recognized directives are:
+
+=over 4
+
+=item I<include module> : indicates if the translator should be loaded by default. Accepted values: F<yes> or F<no>.
+
+=item I<files to convert> : indicates a list of files that must be converter this this translator. The files are separated by the path separator given by the operating systems (':' on Unix, ';' on Windows).
+
+=back
+
+=head1 GRAPHIC USER INTERFACE
+
+A graphical user interface is available since version 5.0 to configure and launch AutoLaTeX process.
+
+The available user interfaces are:
+
+=over 4
+
+=item B<Gedit 3:>
+
+This is the I<official> and up-to-date UI of AutoLaTeX. A plugin for the lightweight editor Gedit 3 <https://projects.gnome.org/gedit> is provided. You could launch AutoLaTeX and configure it through the differents provided panels.
+
+=item B<Standalone Gtk 3 Frontend:>
+
+This front end is based on the Gtk3 library. It provides the same configuration windows as the Gedit 3 plugin. Indeed, both of them are using the same background API based on Gtk3.
+
+=item B<Sublime Text with LaTeXTools:>
+
+Since 2014, AutoLaTeX is integrated as one of the builders of the LaTeXTools plugin <https://github.com/SublimeText/LaTeXTools> for Sublime Text. You could launch AutoLaTeX through the building tools of Sublime Text. Until now, it is not possible to configure AutoLaTeX through Sublime Text.
+
+=item B<Kile:>
+
+There is no specific plugin for Kile. To use AutoLaTeX in this editor, you must add a build tool from the "Configure Kile" dialog box, or inside the F<kilerc> file in the configuration directory of KDE (usually: C<$HOME/.kde/share/config/kilerc>).
+We recommend the following configuration to launch AutoLaTeX in Kile (it is a copy of the content of the file F<kilerc>):
+
+ ...
+ [Tool/AutoLaTeX/Default]
+ class=Compile
+ close=no
+ command=autolatex
+ menu=Compile
+ options=-v --synctex --noview --search-project-from '%source' all
+ state=Editor
+ type=Process
+ ...
+
+=item B<TeXmaker:>
+
+There is no specific plugin for TeXmaker. To use AutoLaTeX in this editor, you must add a build tool inside the "Configure TeXmaker" dialog box, or inside the F<texmaker.ini> file in the configuration directory of TeXMaker (usually: C<$HOME/.config/xm1/texmaker.ini>).
+We recommend the following configuration to launch AutoLaTeX in TeXmaker (it is a copy of the content of the file F<texmaker.ini>):
+
+ ...
+ [texmaker]
+ ...
+ Tools\Userquick=autolatex -v --synctex --noview --search-project-from %.tex
+ ...
+
+=item B<TeXworks:>
+
+There is no specific plugin for TeXworks. To use AutoLaTeX in this editor, you must add a composition tool from the "Preferences" dialog box, or inside the F<tools.ini> file in the configuration directory of TeXworks (usually: C<$HOME/.TeXWorks/configuration/tools.ini>).
+We recommend the following configuration to launch AutoLaTeX in TeXworks (it is a copy of the content of the file F<tools.ini>):
+
+ ...
+ [012]
+ name=AutoLaTeX
+ program=autolatex
+ arguments=-v, --synctex, --noview, --search-project-from, $fullname, all
+ showPdf=true
+ ...
+
+=back
+
+The following graphical user interfaces are still provided, but they are deprecated:
+
+=over 4
+
+=item B<Gedit 2:>
+
+A plugin for the lightweight editor Gedit 2.
+
+=item B<Sublime Text 2:>
+
+A plugin for the editor Sublime Text 2 <http://www.sublimetext.com/2>.
+
+=item B<Standalone Gtk 2 Frontend:>
+
+A collection of configuration windows written in Perl and based on Gtk 2.
+
+=back
+
+=head1 BUG REPORT AND FEEDBACK
+
+To report bugs, provide feedback, suggest new features, etc. (in prefered order):
+a) visit the developer site on GitHub <https://github.com/gallandarakhneorg/autolatex/>,
+b) visit the AutoLaTeX main page <http://www.arakhne.org/autolatex/>, or
+c) send email to the main author at L<galland@arakhne.org>.
+
+=head1 SYSTEM REQUIREMENTS
+
+AutoLaTeX may be directly used from any directory where it is uncompressed. But you may want to compile and install the additional files (manual...)
+
+To configure and install AutoLaTeX, you may need GNU make.
+
+You need to install the package Compress::Zlib to compile and install AutoLaTeX. This package is not required for the execution of AutoLaTeX. In addition, to compile AutoLaTeX, you need to install the 'msgfmt' command which is a part of 'gettext'.
+
+To use AutoLaTeX, you will require:
+
+=over 4
+
+=item latex. The development of AutoLaTeX was done using the TeX Live distribution.
+
+=item Either Perl version 5.004 or higher.
+
+=item Several Perl packages usually installed in your Perl distribution: Config::Simple, Locale::gettext, Spec::File...
+
+=back
+
+=head1 INSTALLATION
+
+Installation of AutoLaTeX consists of launching the Makefile.PL script to generate a Makefile that permits to compile and install AutoLaTeX. The basic commands are:
+
+F<cd path_to_autoloader_sources/>
+
+F<perl ./Makefile.PL --prefix=/usr>
+
+F<make>
+
+F<make install>
+
+F<make clean>
+
+
+The file C<INSTALL> gives more details on the installation, and it provides other ways to compile/install AutoLaTeX.
+
+=head1 AUTOLATEX LICENSE
+
+S<GNU Public License (GPL)>
+
+Copyright (c) 1998-2016 Stephane GALLAND <galland@arakhne.org>
+
+This program is free software; you can redistribute it and/or modify it under the terms of the GNU L<General Public License|http://www.gnu.org/copyleft/gpl.html> as published by the L<Free Software Foundation|http://www.fsf.org/>; either version 2 of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along with this program; see the file S<COPYING>. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+=head1 MANUAL COPYRIGHT
+
+S<GNU Free Documentation License (FDL)>
+
+Copyright (c) 1998-2016 Stephane Galland E<lt>galland@arakhne.orgE<gt>.
+
+Permission is granted to copy, distribute and/or modify this document under the terms of the L<GNU Free Documentation License|http://www.gnu.org/licenses/fdl.txt>, Version 1.2 or any later version published by the L<Free Software Foundation|http://www.fsf.org/>; with the Invariant Sections being S<AUTOLATEX LICENSE> and S<MANUAL COPYRIGHT>, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the file name S<GNU Free Documentation License.txt>.
+
+=head1 SEE ALSO
+
+L<pdflatex>, L<latex>, L<bibtex>, L<biber>, L<epstopdf>,
+L<fig2dev>, L<gnuplot>, L<inkscape>, L<umbrello>, L<zcat>, L<texify>
diff --git a/support/autolatex/doc/autolatex_fr.pod b/support/autolatex/doc/autolatex_fr.pod
new file mode 100644
index 0000000000..9eb1748d80
--- /dev/null
+++ b/support/autolatex/doc/autolatex_fr.pod
@@ -0,0 +1,1699 @@
+=encoding UTF-8
+
+=head1 NAME
+
+autolatex - Compilers des documents TeX
+
+=head1 SYNOPSIS
+
+autolatex [options] F<action> [F<action> ...]
+
+=head1 DESCRIPTION
+
+AutoLaTeX est un outil de compilation et de génération de documents LaTeX
+de petites et grandes tailles. L'utilisateur peut facilement effectuer
+toutes les étapes nécessaires pour générer un document PDF à partir d'un
+fichier TeX: compilation d'une bibliographie, production du PDF, visualisation
+du document. AutoLaTeX garde une trace des fichiers qui ont été modifiés
+et connait les différents programmes qui sont nécessaires pour
+produire la sortie (latex, bibtex, ...). Une des meilleures caractéristiques
+de AutoLaTeX est de fournir des règles de traduction (translators) qui
+permettent de générer automatiquement les figures PNG ou PDF inclues dans le
+TeX. Cette génération est effectuée à partir de fichiers dans différents
+formats (svg, fig, dia, asta, ...).
+
+Par exemple, envisager un projet qui a un seul fichier LaTeX F<mydoc.tex>
+comme entrée. Sans AutoLaTeX, pour produire un fichier F<.pdf>, vous devez
+utiliser la séquence de commandes qui suit :
+
+ F<pdflatex mydoc.tex>
+ F<bibtex mydoc.tex>
+ F<pdflatex mydoc.tex>
+ F<pdflatex mydoc.tex>
+ F<pdflatex mydoc.tex>
+
+La triple invocation de LaTeX permet de s'assurer que toutes les
+références ont été correctement résolues et que tous les changements
+de la mise en page dus à l'insertion des références ont été comptabilisés.
+Cette séquence de commandes n'est pas horrible, mais il s'agit toujours
+de plusieurs commandes à entrer. Pour utiliser AutoLaTeX pour ce projet,
+vous pouvez utiliser une des méthodes suivantes sur la ligne de commande:
+
+ F<autolatex -f mydoc.tex>
+ F<autolatex>
+
+Pour les documents pour lesquels vous auriez besoin d'exécuter des
+programmes externes pour créer les versions PDF des figures, ou pour
+lesquels vous voulez exécuter BibTeX/Biber pour générer les bibliographies,
+la génération des fichiers <.pdf> (ou autres) devient de plus en plus
+compliquée à traiter manuellement. Avec AutoLaTeX, ces opérations sont
+toujours très simples: vous n'avez rien à faire. AutoLaTeX appelle pour
+vous les convertisseurs de figures et les autres programmes. Chaque
+convertisseur est capable de convertir un fichier source de l'image (eps,
+svg, Gnuplot, ...) dans un PDF ou un fichier PNG.
+
+Espérons que cette introduction a fourni un exemple adéquat
+concernant la façon dont AutoLaTeX peut simplifier la gestion des
+documents LaTeX. Le système AutoLaTeX est assez simple
+pour les petits documents et assez puissant pour les grands
+documents. Le reste de ce manuel vous fournira une documentation
+complète sur l'utilisation de AutoLaTeX ainsi que sur sa
+configuration et les instructions d'installation.
+
+AutoLaTeX fournit plusieurs interfaces graphiques.
+Voir la section ci-dessous pour plus de détails.
+
+=head1 ACTIONS
+
+AutoLaTeX fournit un ensemble fixe d'actions, les arguments à
+passer à AutoLaTeX pour exécuter un de ses modules, pour tous
+les projets. L'action par défaut est B<all>.
+
+Si l'action spécifiée n'est pas reconnue par AutoLateX, un programme nommé C<autolatex-action> (avec
+C<action> remplacé par la chaîne de caractères du nom de l'action) est recherché sur votre système,
+et lancé.
+Par exemple, C<autolatex config> permet de lancer l'interface graphique de configuration de AutoLaTeX.
+Cette interface est supportée par le programme C<autolatex-config>, fourni dans la distribution AutoLaTeX.
+
+Les actions fournies par AutoLaTeX sont :
+
+=over 4
+
+=item B<all>
+
+Identique à B<view>, à l'exception que le visualisateur est lancé
+uniquement si la configuration ou l'option CLI l'indique.
+
+=item B<biblio>
+
+Exécute toutes les tâches pour générer la bibliographie (bibtex,
+biber, ...)
+
+=item B<clean>
+
+Nettoie le répertoire de travail courant en supprimant tous les
+fichiers temporaires générés par LaTeX et les outils associés.
+
+=item B<cleanall>
+
+Similaire à B<clean>. En plus, les fichiers backups (~, .bak) sont supprimés.
+Les figures générées par les convertisseurs sont également supprimées.
+
+=item B<commit>
+
+Envoyer les changements à un gestion de source (CVS, SVN, GIT).
+
+=item B<gen_doc>
+
+Production du fichier .pdf/.dvi/.ps associé au document.
+
+=item B<images>
+
+Génération automatique des figures avec les convertisseurs.
+
+=item B<init>
+
+Création d'un document LaTeX vide en suivant une structure
+classique de répertoires supportée par AutoLaTeX.
+
+=item B<makeflat>
+
+Créer une version du document, dans le sous-répertoire
+'flat_version', dans laquelle il ya un seul fichier TeX, et où
+tous les autres fichiers se trouvent dans le même répertoire que
+le fichier TeX (images, ...).
+Cette action est utile pour créer une version du document qui
+peut être téléchargée directement sur ​​les sites en-ligne de
+publication scientifique (comme Elsevier). Cette action,
+lorsqu'elle est utilisée avec l'option F<--biblio>, permet
+de choisir si la bibliographie sera laissée dans un fichier
+BibTeX ou sera placée directement à l'intérieur du fichier TeX.
+Cette dernière est l'option par défaut.
+
+Si vous ne voulez pas de la version "plate" soit créée dans un
+sous-répertoire nommé 'flat_version', bous pouvez donner
+le chemin du répertoire dans lequel écrire la version "plate",
+ou donner le nom de base du répertoire dans lequel écrire.
+
+Pour changer le chemin du répertoire de sortie de la version
+"plate", vous devez utiliser l'option en ligne de commande
+suivante :
+
+F<--set makeflat.output=>I<chemin>
+
+Pour changer le nom de base du répertoire de sortie de la version
+"plate", vous devez utiliser l'option en ligne de commande
+suivante :
+
+F<--set makeflat.basename=>I<nom>
+
+=item B<makeglossaries>
+
+Lancement de l'outils de création d'un glossaire : MakeGlossaries.
+
+=item B<makeindex>
+
+Lancement de l'outils de création d'un index : MakeIndex.
+
+=item B<showimages>
+
+Affiche une liste des images détectées par AutoLaTeX.
+
+=item B<showimagemap>
+
+Affiche une liste des images détectées par AutoLaTeX, avec les noms
+des convertisseurs utilisés.
+
+=item B<showpath>
+
+Affiche la variable d'environnement PATH.
+
+=item B<update>
+
+Execution d'un 'update' dans votre système de gestion de code source
+(CVS, SVN, GIT).
+
+=item B<view>
+
+Similaire à B<gen_doc>. En plus, lance le visualisateur.
+
+=back
+
+=head1 OPTIONS
+
+=over 4
+
+=item B<--[no]auto>
+
+Activer ou désactiver la génération automatique des figures.
+
+=item B<--[no]asyncview>
+
+Activer ou désactiver le lancement asynchrone du visualisateur.
+Si le visualisateur est lancé de manière asynchone, AutoLaTeX
+n'attend pas l'arrêt du visualisateur avant d'arrêter son exécution.
+Si le visualisateur est lancé de manière synchrone, AutoLaTeX attend
+le visualisateur pour arrêter son exécution.
+
+=item B<--[no]biblio>
+
+Activer ou désactiver l'appel à l'outil de création de bibliographie
+(BibTeX, Biber, ...)
+
+=item B<--continuous[=temps_attente]>
+
+=item B<--nocontinuous>
+
+Cette option permet de ne pas arrêter AutoLaTeX et de continuellement réaliser
+les actions passées en paramètres.
+Cette option provique une boucle infinie dans AutoLaTeX. Elle possède un effet
+similaire au script suivant (en bash) :
+ while 1
+ do
+ autolatex "$@"
+ sleep B<temps_attente>
+ done
+
+La valeur B<temps_attente> permet d'ajouter un temps d'attente
+entre deux boucles de AutoLaTeX. Si elle n'est pas fournie, 0 est utilisé.
+L'option B<--continuous> force l'utilisation de l'option B<--asyncview>.
+
+Si vous posséder un bon visualisateur, l'affichage du document dans
+ce dernier sera automatiquement mis-à-jour (avec certaines versions
+de UNIX/Linux "gv -watch" réalise ce raffraichissement automatique
+pour des fichiers Postscript
+With a good viewer the display will be automatically updated.
+(Under some but not all versions of UNIX/Linux "gv -watch" does
+this for postscript files). De nombreux autres visualisateurs
+nécessitent une mise-à-jour manuelle.
+
+Note importante : le logiciel acroread sous MS-Windows pose un verrou
+sur le fichier PDF, et n'autorise pas les nouvelles versions du PDF
+d'être écrites. Par conséquent, ce n'est pas une bonne idée d'utiliser
+acroread pour visualiser les fichiers PDF en mode continu.
+
+=item B<--createconfig[=S<type>]>
+
+Ne pas compiler le document LaTeX, mais de créer un fichier de configuration.
+Le fichier de configuration créé dépend de la valeur S<type>. Si le S<type>
+est égal à S<projet>, AutoLaTeX créer la configuration dans le dossier
+consacré au document LaTeX. Otherwhise il va créer le fichier de
+configuration dans le répertoire personnel de l'utilisateur.
+Le fichier de configuration du projet est
+F<path/to/project/.autolatex_project.cfg> sur les plate-formes Unix, et
+F<path\to\project\autolatex_project.cfg> sur d'autres plateformes.
+Le fichier de configuration au niveau utilisateur est
+F<$HOME/.autolatex> sur Unix,
+<C:\Documents and Settings\User\Local Settings\Application Data\autolatex.conf>
+sur les plateformes Windows et F<$HOME/autolatex.conf> sur d'autres plateformes.
+
+=item B<--createist>
+
+Créer un fichier de style MakeIndex dans le répertoire du
+document LaTeX. Le fichier créé sera nommé 'default.ist'.
+Si un fichier portant ce nom existe déjà, il sera écrasé.
+
+=item B<--debug>
+
+Execute AutoLaTeX en mode Debug. Le niveau de verbiage est à 5, et
+tous les warnings générés par le code Perl sont considérés comme
+des erreurs.
+
+=item B<--defaultist>
+
+Autorise AutoLaTeX à utiliser le fichier de style MakeIndex
+par défaut. Ce fichier est fourni par AutoLaTeX.
+
+Les options --index et --noindex permettent également de
+changer le comportement de AutoLaTeX concernant MakeIndex.
+
+=item B<--directory=F<directory>>
+
+Spécification d'un répertoire dans lequel est localisé un document LaTeX à compiler.
+Vous pouvez spécifier cette option pour chaque répertoire dans lequel vous avez un
+document LaTeX à traiter.
+
+=item B<--dvi>
+
+Génération d'un fichier DVI ou XDVI à la place d'un fichier PDF.
+
+=item B<--exclude=S<nom>>
+
+Interdit à AutoLaTeX de charger le convertisseur nommé S<nom>.
+Voir ci-dessous pour une liste des convertisseurs disponibles.
+
+L'option --include permet d'autoriser un convertisseur; et
+l'option -I permet de donner un répertoire dans lesquel les
+convertisseurs pourront être découverts.
+
+=item B<-f=F<fichier>>
+
+=item B<--file=F<fichier>>
+
+Spécification du fichier LaTeX principal. Si cette option
+n'est pas spécifiéé, AutoLaTeX recherche un fichier TeX
+dans le répertoire courant.
+
+=item B<--file-line-warning>
+
+Active our désactive le format étendu des avertissements.
+Ce format ajoute le nom de fichier et le numéro de ligne
+d'un avertissement, juste avant le message lui-même.
+
+=item B<--fixconfig[=F<fichier>]>
+
+Corriger la syntaxe d'un fichier de configuration. Si le F<fichier>
+n'est pas spécifié sur la ligne de commande, AutoLaTeX essayer de
+corriger la configuration du document, ou la configuration de
+l'utilisateur si aucun fichier de configuration du document n'était
+trouvé.
+
+=item B<--gloss>
+
+Autorise l'utilisation de MakeGloassaries.
+
+L'option --nogloss permettent également
+de changer le comportement de AutoLaTeX concernant MakeGlossaries.
+
+=item B<-?>
+
+=item B<--help>
+
+Affiche ce manuel.
+
+=item B<-I=S<chemins>>
+
+Informe AutoLaTeX qu'il pourrait trouver des convertisseurs
+dans les répertoires spécifiés. Les S<chemins> donnés
+forment une liste de chemins séparés par le caractère séparateur
+de votre système d'exploitation (':' sur Unix, ';' pour Windows
+par exemple).
+
+L'option --exclude permet d'interdire des convertisseurs;
+et l'option --include permet d'autoriser des convertisseurs.
+
+=item B<--imgdirectory=S<répertoires>>
+
+Spécification de répertoires dans lesquels AutoLaTeX pourra rechercher
+des figures à convertir.
+Chaque fois que cette option est mise sur la ligne de commande, un
+répertoire est ajouté dans la liste des répertoires
+à explorer.
+
+=item B<--include=S<nom>>
+
+Autorise AutoLaTeX de charger le convertisseur nommé S<nom>.
+Voir ci-dessous pour une liste des convertisseurs disponibles.
+
+L'option --exclude permet d'interdir un convertisseur; et
+l'option -I permet de donner un répertoire dans lesquel les
+convertisseurs pourront être découverts.
+
+=item B<--index[=F<fichier_style>]>
+
+Autorise l'utilisation de MakeIndex.
+
+Si cette option est donnée avec une valeur, cette valeur
+est considérée comme le chemin d'un fichier de style MakeIndex
+(.ist).
+
+Si cette option est utilisée sans valeur, AutoLaTeX utilisera
+MakeIndex et tentera de détecter le fichier de style
+présent dans le répertoire du document.
+Si ce fichier de style n'existe pas, AutoLaTeX ne donnera
+pas de style à MakeIndex.
+
+Les options --defaultist et --noindex permettent également
+de changer le comportement de AutoLaTeX concernant MakeIndex.
+
+=item B<--latex>
+
+Utilise le compilateur LaTeX historique : F<latex>.
+
+=item B<--lualatex>
+
+Utilise le compilateur LaTeX : F<lualatex>.
+
+=item B<--nogloss>
+
+Interdit l'utilisation de MakeGlossaries.
+
+L'option --gloss permettent également
+de changer le comportement de AutoLaTeX concernant MakeGlossaries.
+
+=item B<--noindex>
+
+Interdit l'utilisation de MakeIndex.
+
+Les options --defaultist et --index permettent également
+de changer le comportement de AutoLaTeX concernant MakeIndex.
+
+
+=item B<--pdf>
+
+AutoLaTeX produit un fichier PDF.
+
+=item B<--pdflatex>
+
+Utilise le compilateur LaTeX : F<pdflatex>.
+
+=item B<--postcompilationruns[=n]>
+
+Définie le nombre minimal de lancements de l'outil LaTeX (habituellement pdflatex)
+durant la dernière phase d'exécution d'AutoLaTeX. La valeur par défaut est 1.
+
+Cette option en ligne de commande vous permettra de forcer AutoLaTeX à exécuter plus d'une fois
+l'outil LaTeX afin de résoudre des problèmes connus de LaTeX concernant la gestion des références.
+
+=item B<--progress[=n]>
+
+Activer ou désactiver l'affichage de la progression des tâches.
+La valeur passée à ce paramètre permet de déterminer quel
+caractère sera affiché à la fin de chaque ligne.
+Par défaut, le caractère retour-chariot C<\r> est utilisé.
+Si vous spécifiez une valeur égale à "C<n>", le caractère
+saut-à-ligne C<\n> sera utilisé.
+
+=item B<--ps>
+
+AutoLaTeX produit un fichier Postscript à la place d'un fichier PDF.
+
+=item B<-q>
+
+=item B<--quiet>
+
+AutoLaTeX ne doit pas être verbeux (voir B<-v> pour rendre
+l'outil verbeux).
+
+=item B<--search-project-from=F<fichier>>
+
+Lorsque cette option est donnée, AutoLaTex recherche un fichier
+de configuration projet (habituellement F<.autolatex_project.cfg>
+sur une plate-forme Unix) dans le dossier du F<fichier> spécifié
+ou dans l'un de ses dossiers parent. Lorsqu'un fichier de
+configuration a été trouvé, AutoLaTeX considère que le dossier
+dans lequel la construction doit avoir lieu est le dossier
+où est placé le fichier de configuration trouvé.
+
+=item B<--set [S<convertisseur>.]S<nom>=S<valeur>>
+
+Affecte la S<valeur> à une variable interne ayant un S<nom>
+Les valeurs internes sont limitées et correspond aux directives
+"set" de la syntaxe du fichier de configuration.
+
+Si un S<convertisseur> est donnée, c'est le nom du convertisseur
+pour lequel la valeur doit être initialisée. Si aucun
+S<convertisseur> est donné, "generation' est utilisé comme préfixe
+par défaut.
+
+=item B<--stderr>
+
+Préfère afficher les messages sur la sortie standard d'erreur.
+
+=item B<--stdout>
+
+Préfère afficher les messages sur la sortie standard.
+
+=item B<--[no]synctex>
+
+Activer ou désactiver la génération du fichier de sortie avec SyncTeX.
+SyncTeX est un mécanisme qui permet de lié un visualisateur et un
+éditeur TeX. Quand vous cliquez dans l'un, l'autre logiciel met en
+surbrillance la ligne correspondante de son côté.
+
+=item B<-v>
+
+Chaque fois que cette option est donnée, AutoLaTeX est plus
+verbeux. Notez que 1) si vous mettez 5 fois l'option B<-v>
+sur la ligne de commande, AutoLaTeX considérera
+les avertissements de Perl comme des erreurs, 2) si vous mettez
+6 fois l'option B<-v> sur la ligne de commande, AutoLaTeX est
+arrêter immédiatement et affiche la configuration courante.
+
+=item B<--version>
+
+Affiche la version de AutoLaTeX.
+
+=item B<--view[=F<fichier>]>
+
+=item B<--noview>
+
+Autorise ou interdit le lancement d'un visualisateur à la fin du
+processus de génération du document. La ligne de commande permettant
+de lancer le visualisateur peut être spécifiée par F<fichier>.
+Si cette valeur n'est pas donnée, AutoLaTeX essyera de lancer
+les outils F<acroread>, F<kpdf>, F<evince>, F<gv>, et F<xpdf>.
+
+=item B<-W>
+
+=item B<--Wall>
+
+=item B<--Wnone>
+
+Sélectionne les avertissements qui seront affichés : B<--Wall> pour tous,
+B<--Wnone> pour aucun, et B<-W> pour augmenter le niveau d'avertissement.
+B<-W> est la configuration par défaut utilisée par AutoLaTeX.
+
+=item B<--xelatex>
+
+Utilise le compilateur LaTeX : F<xelatex>.
+
+=back
+
+=head1 AUTO GENERATION DES FIGURES
+
+Un convertisseur est utilisé pour transformer une figure depuis
+un format source dans le format cible (PDF ou EPS) supporté par
+LaTeX. Ce convertisseur est un programme externe (par exemple
+epstopdf) ou un script Perl interne.
+
+Chaque convertisseur supporté est décrit dans un
+fichier '.transdef'. Ce fichier contient la définition des
+de la ligne de commande shell pour lancer le convertisseur, ou
+le code Perl à utiliser pour réaliser la convertion. Pour créer
+un nouveau traducteur, nous vous recommandons de copier/coller
+un fichier '.transdef' existant et de modifier son contenu.
+Même si vous avez exclu un convertisseur avec la ligne de
+commande, il est automatiquement inclus par AutoLaTeX quand
+il est invoqué par un traducteur inclus.
+
+Les convertisseurs fournis avec AutoLaTeX sont :
+
+=over
+
+=item B<Astah/Jude (asta) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : astah2pdf
+
+=item Convertisseur externe utilisé : astah-uml, astah-pro
+
+=item Convertisseur utilisé : svg2pdf
+
+=item Format d'entrée : .asta .jude .juth
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Astah/Jude (asta) vers Portable Network Graphic (png)>
+
+=over 12
+
+=item Nom : astah2png
+
+=item Convertisseur externe utilisé : astah-com, astah-uml, astah-pro
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .asta .jude .juth
+
+=item Format de sortie : .png
+
+=back
+
+=item B<Astah SysML (asml) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : asml2pdf
+
+=item Convertisseur externe utilisé : astah-sysml
+
+=item Convertisseur utilisé : svg2pdf
+
+=item Format d'entrée : .asml
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Asymptote (asy) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : asy2pdf
+
+=item Convertisseur externe utilisé : asy
+
+=item Use translator: eps2pdf
+
+=item Format d'entrée : .asy
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Code source C/C++ (.cpp, .c, .hpp, .h) vers code source TeX (tex): variante TeXify>
+
+=over 12
+
+=item Nom : cpp2tex_texify
+
+=item Convertisseur externe utilisé : texifyc++
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .cpp, .c, .hpp, .h, .c++, .h++
+
+=item Format de sortie : .tex
+
+=back
+
+=item B<Bitmap compresée vers bitmap non compressée>
+
+basé sur l'outil L<zcat>. Ce convertisseur suppose que des fichiers
+d'entrée compressés (zippés). L'extension des fichiers d'entrée est
+'.gz'. Ce convertisseur permet de stocker des données compressées
+comme matière première pour le compilateur latex. Les bitmaps sont
+décompressés dans un fichier portant le même nom que la source, à
+l'exception de l'extension '.gz' supprimée du nom.
+
+=over 12
+
+=item Nom : imggz2img
+
+=item Convertisseur externe utilisé : zcat
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : XXX.gz
+
+=item Format de sortie : XXX
+
+=back
+
+=item B<Diagram Editor (dia) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : dia2pdf
+
+=item Convertisseur externe utilisé : dia
+
+=item Convertisseur utilisé : eps2pdf
+
+=item Format d'entrée : .dia
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Diagram Editor (dia) vers TeX dans du Portable Document Format (pdf+tex)>
+
+PDF part:
+
+=over 12
+
+=item Nom : dia2pdf+tex
+
+=item Convertisseur externe utilisé : dia
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .dia_tex .diat .dia+tex .diatex .tex.dia +tex.dia
+
+=item Format de sortie : .pdf
+
+=back
+
+TeX part:
+
+=over 12
+
+=item Nom : dia2pdf+tex
+
+=item Convertisseur externe utilisé : dia
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .dia_tex .diat .dia+tex .diatex .tex.dia +tex.dia
+
+=item Format de sortie : .pdftex_t
+
+=back
+
+=item B<Dot Graphviz (dot) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : dot2pdf
+
+=item Convertisseur externe utilisé : dot
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .dot
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Dot Graphviz (dot) vers Portable Network Graphic (png)>
+
+=over 12
+
+=item Nom : dot2png
+
+=item Convertisseur externe utilisé : dot
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .dot
+
+=item Format de sortie : .png
+
+=back
+
+=item B<Dot Graphviz (dot) vers TeX (tex)>
+
+=over 12
+
+=item Nom : dot2tex
+
+=item Convertisseur externe utilisé : dot
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .dot
+
+=item Format de sortie : .tex
+
+=back
+
+=item B<Encapsuled PostScript (eps) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : eps2pdf_epstopdf
+
+=item Convertisseur externe utilisé : epstopdf
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .eps
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Encapsuled PostScript (eps) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : eps2pdf_ps2pdf
+
+=item Convertisseur externe utilisé : ps2pdf
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .eps
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<XFig document (fig) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : fig2pdf
+
+=item Convertisseur externe utilisé : fig2dev
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .fig
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<XFig document (fig) vers TeX dans du Portable Document Format (pdf+tex)>
+
+PDF part:
+
+=over 12
+
+=item Nom : fig2pdf+tex
+
+=item Convertisseur externe utilisé : fig2dev
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .figt .fig_tex .figtex .fig+tex .tex.fig +tex.fig
+
+=item Format de sortie : .pdf
+
+=back
+
+TeX part:
+
+=over 12
+
+=item Nom : fig2pdf+tex
+
+=item Convertisseur externe utilisé : fig2dev
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .figt .fig_tex .figtex .fig+tex .tex.fig +tex.fig
+
+=item Format de sortie : .pdftex_t
+
+=back
+
+=item B<Geogebra (ggb) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : ggb2pdf
+
+=item Convertisseur externe utilisé : geogebra
+
+=item Use translator:
+
+=item Format d'entrée : .ggb
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Graph Layout Engine (gle) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : gle2pdf
+
+=item Convertisseur externe utilisé : gle
+
+=item Use translator:
+
+=item Format d'entrée : .gle
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Graph Layout Engine (gle) vers Portable Network Graphic (png)>
+
+=over 12
+
+=item Nom : gle2png
+
+=item Convertisseur externe utilisé : gle
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .gle
+
+=item Format de sortie : .png
+
+=back
+
+=item B<Graph eXchange Language (gxl) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : gxl2pdf
+
+=item Convertisseur externe utilisé : gxl2dot
+
+=item Convertisseur utilisé : dot2pdf
+
+=item Format d'entrée : .gxl
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Graph eXchange Language (gxl) vers Portable Network Graphic (png)>
+
+=over 12
+
+=item Nom : gxl2png
+
+=item Convertisseur externe utilisé : gxl2dot
+
+=item Convertisseur utilisé : dot2png
+
+=item Format d'entrée : .gxl
+
+=item Format de sortie : .png
+
+=back
+
+=item B<Code source Java (java) vers code source TeX (tex): variante TeXify>
+
+=over 12
+
+=item Nom : java2tex_texify
+
+=item Convertisseur externe utilisé : texifyjava
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .java
+
+=item Format de sortie : .tex
+
+=back
+
+=item B<Script Lisp (lisp) vers code source TeX (tex): variante TeXify>
+
+=over 12
+
+=item Nom : lisp2tex_texify
+
+=item Convertisseur externe utilisé : texifylisp
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .lisp
+
+=item Format de sortie : .tex
+
+=back
+
+=item B<Script MatLab (m) vers code source TeX (tex): variante TeXify>
+
+=over 12
+
+=item Nom : matlab2tex_texify
+
+=item Convertisseur externe utilisé : texifymatlab
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .m
+
+=item Format de sortie : .tex
+
+=back
+
+=item B<Script ML (ml) vers code source TeX (tex): variante TeXify>
+
+=over 12
+
+=item Nom : ml2tex_texify
+
+=item Convertisseur externe utilisé : texifyml
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .ml
+
+=item Format de sortie : .tex
+
+=back
+
+=item B<Script Perl (perl) vers code source TeX (tex): variante TeXify>
+
+=over 12
+
+=item Nom : perl2tex_texify
+
+=item Convertisseur externe utilisé : texifyperl
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .perl .pl
+
+=item Format de sortie : .tex
+
+=back
+
+=item B<Gnuplot (plot) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : plot2pdf
+
+=item Convertisseur externe utilisé : gnuplot
+
+=item Convertisseur utilisé : eps2pdf
+
+=item Format d'entrée : .plot .gnu
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Gnuplot (plot) vers TeX dans du Portable Document Format (pdf+tex)>
+
+PDF part:
+
+=over 12
+
+=item Nom : plot2pdf+tex
+
+=item Convertisseur externe utilisé : gnuplot
+
+=item Convertisseur utilisé : eps2pdf
+
+=item Format d'entrée : .plott .plot_tex .plottex .plot+tex .tex.plot +tex.plot .gnut .gnu_tex .gnutex .gnu+tex .tex.gnu +tex.gnu
+
+=item Format de sortie : .pdf
+
+=back
+
+TeX part:
+
+=over 12
+
+=item Nom : plot2pdf+tex
+
+=item Convertisseur externe utilisé : gnuplot
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .plott .plot_tex .plottex .plot+tex .tex.plot +tex.plot .gnut .gnu_tex .gnutex .gnu+tex .tex.gnu +tex.gnu
+
+=item Format de sortie : .pdftex_t
+
+=back
+
+=item B<Code source Python (py) vers code source TeX (tex): variante TeXify>
+
+=over 12
+
+=item Nom : python2tex_texify
+
+=item Convertisseur externe utilisé : texifypython
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .py
+
+=item Format de sortie : .tex
+
+=back
+
+=item B<Code source Ruby (rb) vers code source TeX (tex): variante TeXify>
+
+=over 12
+
+=item Nom : ruby2tex_texify
+
+=item Convertisseur externe utilisé : texifyruby
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .rb
+
+=item Format de sortie : .tex
+
+=back
+
+=item B<Script SQL (sql) vers code source TeX (tex): variante TeXify>
+
+=over 12
+
+=item Nom : sql2tex_texify
+
+=item Convertisseur externe utilisé : texifysql
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .sql
+
+=item Format de sortie : .tex
+
+=back
+
+=item B<Scalable Vector Graphic (svg) vers Portable Document Format (pdf): variante Inkscape>
+
+=over 12
+
+=item Nom : svg2pdf_inkscape
+
+=item Convertisseur externe utilisé : inkscape
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .svg
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Scalable Vector Graphic (svg) vers Portable Document Format (pdf): variante rsvg2>
+
+=over 12
+
+=item Nom : svg2pdf_rsvg
+
+=item Convertisseur externe utilisé : rsvg-convert
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .svg
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Scalable Vector Graphic (svg) vers TeX dans du Portable Document Format (pdf+tex)>
+
+PDF part:
+
+=over 12
+
+=item Nom : svg2pdf+tex_inkscape
+
+=item Convertisseur externe utilisé : inkscape
+
+=item Convertisseur utilisé : eps2pdf
+
+=item Format d'entrée : .svgt .svg_t .svgtex .svg+tex .tex.svg +tex.svg
+
+=item Format de sortie : .pdf
+
+=back
+
+TeX part:
+
+=over 12
+
+=item Nom : svg2pdf+tex_inkscape
+
+=item Convertisseur externe utilisé : inkscape
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .svgt .svg_t .svgtex .svg+tex .tex.svg +tex.svg
+
+=item Format de sortie : .pdftex_t
+
+=back
+
+=item B<Scalable Vector Graphic (svg) vers Portable Network Graphic (png): variante Inkscape>
+
+=over 12
+
+=item Nom : svg2png_inkscape
+
+=item Convertisseur externe utilisé : inkscape
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .svg
+
+=item Format de sortie : .png
+
+=back
+
+=item B<Scalable Vector Graphic (svg) vers Portable Network Graphic (png): variante rsvg2>
+
+=over 12
+
+=item Nom : svg2png_rsvg
+
+=item Convertisseur externe utilisé : rsvg-convert
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .svg
+
+=item Format de sortie : .png
+
+=back
+
+=item B<Scalable Vector Graphic avec calques (svg) vers Calques Beamer>
+
+=over 12
+
+=item Nom : svg2pdf+layers_inkscape
+
+=item Convertisseur externe utilisé : inkscape
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .svgl .svg_l .svglayers .svg+layers .layers.svg +layers.svg
+
+=item Format de sortie : .pdftex_t .pdf
+
+=back
+
+=item B<Scalable Vector Graphic avec calques (svg) vers TeX dans des calques Beamer>
+
+PDF part:
+
+=over 12
+
+=item Nom : svg2pdf+layers+tex_inkscape
+
+=item Convertisseur externe utilisé : inkscape
+
+=item Convertisseur utilisé : eps2pdf
+
+=item Format d'entrée : .svglt .svg_lt .svglayerstex .svgtexlayers .svg+layers+tex .svg+tex+layers .layers.tex.svg .tex.layers.svg +layers+tex.svg +tex+layers.svg
+
+=item Format de sortie : .pdf
+
+=back
+
+TeX part:
+
+=over 12
+
+=item Nom : svg2pdf+layers+tex_inkscape
+
+=item Convertisseur externe utilisé : inkscape
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .svglt .svg_lt .svglayerstex .svgtexlayers .svg+layers+tex .svg+tex+layers .layers.tex.svg .tex.layers.svg +layers+tex.svg +tex+layers.svg
+
+=item Format de sortie : .pdftex_t
+
+=back
+
+=item B<PGF/TikZ (tikz) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : tikz2pdf
+
+=item Convertisseur externe utilisé : pdflatex
+
+=item Use translator:
+
+=item Format d'entrée : .tikz
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Gimp (xcf) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Nom : xcf2pdf
+
+=item Convertisseur externe utilisé : convert
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .xcf
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Gimp (xcf) vers Portable Network Graphic (png)>
+
+=over 12
+
+=item Nom : xcf2pdf
+
+=item Convertisseur externe utilisé : convert
+
+=item Convertisseur utilisé :
+
+=item Format d'entrée : .xcf
+
+=item Format de sortie : .png
+
+=back
+
+=item B<UML Metadata Interchange (xmi) vers Portable Document Format (pdf): variante Umbrello>
+
+=over 12
+
+=item Nom : xmi2pdf_umbrello
+
+=item Convertisseur externe utilisé : umbrello
+
+=item Convertisseur utilisé : eps2pdf
+
+=item Format d'entrée : .xmi
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<UML Metadata Interchange (xmi) versPortable Document Format (pdf): variante uml2svg>
+
+=over 12
+
+=item Nom : xmi2pdf_uml2svg
+
+=item Convertisseur externe utilisé : uml2svg
+
+=item Convertisseur utilisé : svg2pdf
+
+=item Format d'entrée : .xmi
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<UML Metadata Interchange (xmi) vers Portable Document Format (pdf): variante xmi2svg>
+
+=over 12
+
+=item Nom : xmi2pdf_xmi2svg
+
+=item Convertisseur externe utilisé : xmi2svg
+
+=item Convertisseur utilisé : svg2pdf
+
+=item Format d'entrée : .xmi
+
+=item Format de sortie : .pdf
+
+=back
+
+=item B<Visio Binary Draw (vsd) vers Portable Document Format (pdf)>
+
+=over 12
+
+=item Name: vsd2pdf
+
+=item Use external converter: inkscape
+
+=item Use translator:
+
+=item Input format: .vsd .vdx .vsdx
+
+=item Output format: .pdf
+
+=back
+
+=back
+
+=head1 PAQUET LATEX
+
+AutoLaTeX fournit un style LaTeX nommé F<autolatex.sty>. Il fournit les fonctions suivantes :
+
+=over 4
+
+=item B<\includegraphicswtex[options]{fichier}>
+
+inclusion d'une figure incluant/combinée avec des macros TeX. Le fichier doit avoir l'une des extensions suivantes : F<.pdftex_t>, F<.pdftex_t>, F<.pstex_t>, F<.pdf_tex>, F<.ps_tex>. Les B<options> doit être l'une de : F<width=XX>, ou F<height=XX>; où F<XX> est une taille.
+
+=item B<\includefigurewtex[options]{fichier}>
+
+Identique à B<\includegraphicswtex>.
+
+=item B<\includeanimatedfigure[options]{fichier}>
+
+inclusion des calques d'une figure dans une présentation Beamer. La partie graphique de
+chaque calque est dans un fichier PDF spécifique. La figure est un fihier TeX qui
+inclue les différents fichiers PDF dans un environnement compatible avec Beamer.
+ Le fichier doit avoir l'une des extensions suivantes : F<.pdftex_t>, F<.pdftex_t>, F<.pstex_t>, F<.pdf_tex>, F<.ps_tex>. Les B<options> doit être l'une de : F<width=XX>, ou F<height=XX>; où F<XX> est une taille.
+
+Par défaut, un remplace remplace le calque précédent quand il est affiché. Vous pouvez changer
+la spécification de recouvrement en ajoutant la chaîne F<"spec"> dans le titre du calque dans
+votre éditeur SVG, par exemple. La partie F<spec> est la spécification des numéros de diapositives
+sur lesquels le calque doit apparaître dans Beamer. Par exemple, F<2> signifie 'uniquement sur
+​​la diapositive 2'; F<6-> signifie 'de la diapositive 6 à la fin'.
+
+=item B<\includeanimatedfigurewtex[options]{fichier}>
+
+inclusion des calques d'une figure dans une présentation Beamer combinés avec des macros TeX.
+La partie graphique de chaque calque est dans un fichier PDF spécifique. La figure est un fihier TeX qui
+inclue les différents fichiers PDF dans un environnement compatible avec Beamer.
+ Le fichier doit avoir l'une des extensions suivantes : F<.pdftex_t>, F<.pdftex_t>, F<.pstex_t>, F<.pdf_tex>, F<.ps_tex>. Les B<options> doit être l'une de : F<width=XX>, ou F<height=XX>; où F<XX> est une taille.
+
+Par défaut, un remplace remplace le calque précédent quand il est affiché. Vous pouvez changer
+la spécification de recouvrement en ajoutant la chaîne F<"spec"> dans le titre du calque dans
+votre éditeur SVG, par exemple. La partie F<spec> est la spécification des numéros de diapositives
+sur lesquels le calque doit apparaître dans Beamer. Par exemple, F<2> signifie 'uniquement sur
+​​la diapositive 2'; F<6-> signifie 'de la diapositive 6 à la fin'.
+
+=item B<\DeclareGraphicsExtensionsWtex{extensions}>
+
+permet de définir les extensions des fichiers qui sont considérées par B<\includegraphicswtex>
+pour trouver les fichiers des figures.
+
+=item B<\graphicspath{{chemin1},{chemin2}...}>
+
+est une macro fournie par le paquet 'graphicx.sty'. Elle permet de définir les chemins de recherche
+des figures.
+
+=back
+
+=head1 FICHIER DE CONFIGURATION
+
+=head2 Emplacement des fichiers de configuration
+
+Les fichiers de configuration utilisés par AutoLaTeX peuvent être à un plusieurs endroits :
+
+=over 4
+
+=item * Configuration système (pour tous les utilisateurs) : dans le répertoire où a été installé AutoLaTeX (généralement /usr/lib/autolatex/ ou /etc/autolatex/ sur les systèmes Unix).
+
+=item * Configuration utilisateur : deux cas: le répertoire de configuration nommé S<$HOME/.autolatex> sur Unix, ou S<C:\Documents and Settings\E<lt>userE<gt>\Local Settings\Application Data\autolatex> sur Windows existe, ou non.
+
+Dans le premier cas, le fichier de configuration est stocké dans le répertoire et est nommé S <autolatex.conf>.
+
+Dans le second cas, le fichier de configuration se trouve dans le répertoire de l'utilisateur et est nommé S<$HOME/.autolatex> sur Unix, et S<C:\Documents and Settings\E<lt>userE<gt>\Local Settings\Application Data\autolatex.conf> sur Windows.
+
+=item * Configuration projet/document: le fichier de configuration dans le même répertoire que le fichier principal TeX du projet. Il est nommé S<.autolatex_project.cfg> sous Unix et S<autolatex_project.cfg> sur Windows.
+
+=back
+
+=head2 Syntaxe des fichiers de configuration
+
+Les fichiers de configuration respectent une syntaxe similaire aux fichiers '.ini' de Windows.
+
+Un commentaire commence par le caractère '#' ou ';' et il se termine à la fin de la ligne.
+
+Chaque directive de configuration doit être à l'intérieur d'une section de configuration. Une section de configuration
+est déclarée par son nom entre crochets. Exemple: F<[mysection]>
+
+Chaque directive doit être déclarée comme suit: F<nom directive = value>
+
+Plusieurs noms de section sont réservés par AutoLaTeX, les autres sont supposés être la configuration pour les traducteurs.
+
+=head3 Section [Viewer]
+
+Cette section décrit la configuration du visualisateur.
+Les directives reconnues sont :
+
+=over 4
+
+=item I<view> : activer ou désactiver le lancement du visualisateur. Valeurs acceptées: F<yes> or F<no>.
+
+=item I<viewer> : ligne de commande pour lancer le visualisateur. Valeurs acceptées : toute ligne de commande.
+
+=back
+
+=head3 Section [Generation]
+
+Cette section permet de configurer le processus de génération de AutoLaTeX. process used by AutoLaTeX.
+Les directives reconnues sont :
+
+=over 4
+
+=item I<main file> : spécification du nom simple (le 'basename', le nom de fichier sans les noms de répertoire) du fichier principal TeX à compiler. Cette option n'est autorisée que dans le fichier de configuration du projet.
+
+=item I<generate images> : activer ou désactiver la génération automatique des figures. Valeurs acceptées : F<yes> or F<no>
+
+=item I<image directory> : Spécifier des répertoires à l'intérieur desquels AutoLaTeX va rechercher les figures qui doivent être traités par les convertisseurs. Les différents chemins sont séparés par le caractère séparateur de chemin (F<':'> sur Unix, F<';'> sur Windows).
+
+=item I<generation type> : indique le type du document généré. Valeurs acceptées :
+
+=over 8
+
+=item F<pdf> - génération d'un document PDF
+
+=item F<dvi> - génération d'un document DVI ou XDVI
+
+=item F<ps> - génération d'un document PostScript
+
+=back
+
+=item I<tex compiler> : indique le compilateur TeX à utiliser. Valeurs acceptées :
+
+=over 8
+
+=item F<latex> - utilise F<latex>
+
+=item F<pdflatex> - utilise F<pdflatex>
+
+=item F<xelatex> - utilise F<xelatex>
+
+=item F<lualatex> - utilise F<lualatex>
+
+=back
+
+=item I<synctex> : indique si le document généré doit être produit en utilisant SyncTeX, ou non.
+
+=item I<makeindex style> : spécification du style d'index utilisé par MakeIndex. La valeur de cette directive est une liste de valeurs séparées par des virgules, dans l'ordre de préférence. Les différentes valeurs supportées sont :
+
+=over 8
+
+=item F<E<lt>fichierE<gt>> - si un nom de fichier est donné, AutoLaTeX considère qu'il s'agit du fichier .ist à utiliser;
+
+=item F<@system> - AutoLaTeX utilise le fichier .ist par défaut (dans la distribution AutoLaTeX);
+
+=item F<@detect> - AutoLaTeX essayera de trouver un fichier .ist dans le répertoire du document. Si aucun fichier est trouvé, AutoLaTeX ne passera aucun style à MakeIndex;
+
+=item F<@none> - AutoLaTeX considère qu'aucun fichier ne doit être donné à MakeIndex;
+
+=item F<E<lt>emptyE<gt>> - AutoLaTeX considère qu'aucun fichier ne doit être donné à MakeIndex.
+
+=back
+
+Si la liste contient plus d'une valeur, AutoLaTeX exécutera les comportements correspondants successivement.
+
+=item I<translator include path> : spécifie d'autres répertoires à partir desquels des convertisseurs peuvent être trouvé. Il s'agit d'une liste de chemins séparés par des virgules ou le séparateur de chemin de votre système d'exploitation (S<:> sur Unix, S<;> sur Windows). Si un chemin d'accès contient un caractère ',', vous devez le placer entre guillemets.
+
+=item I<latex_cmd> : ligne de commande de l'outils 'latex'. Valeurs acceptées : toute ligne de commande.
+
+=item I<bibtex_cmd> : ligne de commande de l'outils 'bibtex'. Valeurs acceptées : toute ligne de commande.
+
+=item I<biber_cmd> : ligne de commande de l'outils 'biber'. Valeurs acceptées : toute ligne de commande.
+
+=item I<makeglossaries_cmd> : ligne de commande de l'outils 'makeglossaries'. Valeurs acceptées : toute ligne de commande.
+
+=item I<makeindex_cmd> : ligne de commande de l'outils 'makeindex'. Valeurs acceptées : toute ligne de commande.
+
+=item I<dvi2ps_cmd> : ligne de commande de l'outils 'dvips'. Valeurs acceptées : toute ligne de commande.
+
+=item I<latex_flags> : options de la ligne de commande de l'outils 'latex'. Valeurs acceptées : toute ligne de commande.
+
+=item I<bibtex_flags> : options de la ligne de commande de l'outils 'bibtex'. Valeurs acceptées : toute ligne de commande.
+
+=item I<biber_flags> : options de la ligne de commande de l'outils 'biber'. Valeurs acceptées : toute ligne de commande.
+
+=item I<makeglossaries_flags> : options de la ligne de commande de l'outils 'makeglossaries'. Valeurs acceptées : toute ligne de commande.
+
+=item I<makeindex_flags> : options de la ligne de commande de l'outils 'makeindex'. Valeurs acceptées : toute ligne de commande.
+
+=item I<dvi2ps_flags> : options de la ligne de commande de l'outils 'dvi2ps'. Valeurs acceptées : toute ligne de commande.
+
+=back
+
+=head3 Section [Clean]
+
+Cette section permet de configurer les fonctionnalités de nettoyage de AutoLaTeX (actions
+S<clean> et S<cleanall>).
+Les directives reconnues sont :
+
+=over 4
+
+=item I<files to clean> : liste de fichiers à supprimer lorsque l'action S<clean> est invoquée. Les caractères joker du shell sont acceptés.
+
+=item I<files to desintegrate> : iste de fichiers à supprimer lorsque l'action S<cleanall> est invoquée. Les caractères joker du shell sont acceptés.
+
+=back
+
+=head3 Section [Scm]
+
+Cette section permet de configurer les fonctionnalités liées à un SCM (CVS, SVN or others).
+Les directives reconnues sont :
+
+=over 4
+
+=item I<scm commit> : ligne de commande pour déposer les modifications sur le SCM.
+
+=item I<scm update> : ligne de commande pour récupérer les changements depuis le SCM.
+
+=back
+
+=head3 Section dédiée à un convertisseur
+
+Une section dédiée à un convertisseur a le même nom que le convertisseur qu'il configure.
+Les directives reconnues sont :
+
+=over 4
+
+=item I<include module> : Active ou désactive le convertisseur. Valeurs acceptées : F<yes> or F<no>.
+
+=item I<files to convert> : liste de fichiers que le convertisseur doit prendre en charge, même si l'algorithme d'affectation de AutoLaTeX n'a pas choisi ce convertisseur. Les fichiers sont séparés par le caractère séparateur de chemin de votre système d'exploitation (':' sur Unix, ';' sur Windows).
+
+=back
+
+=head1 INTERFACE UTILISATEUR GRAPHIQUE
+
+Une interface utilisateur graphique est disponible depuis la version 5.0 pour configurer et lancer AutoLaTeX.
+
+The interfaces utilisateur disponibles sont :
+
+=over 4
+
+=item B<Gedit 3:>
+
+C'est l'interface I<officielle> et "à jour" de AutoLaTeX. Un greffon pour l'éditeur léger Gedit 3 <https://projects.gnome.org/gedit> est fourni. Vous pouvez lancer AutoLaTeX et le configurer grâce aux differents panneaux fournis.
+
+=item B<Application Gtk 3:>
+
+Application Gtk 3 permettant de configurer AutoLaTeX. Elle utilise les mêmes fenêtres que le greffon Gedit 3. En effet, ces deux applications utilisent la même bibliothèque Gtk 3 pour AutoLaTeX.
+
+=item B<Sublime Text avec LaTeXTools:>
+
+Depuis 2014, AutoLaTeX est intégré comme l'un des compilateurs du greffon LaTeXTools <https://github.com/SublimeText/LaTeXTools> de Sublime Text. Vous pouvez lancer AutoLaTeX grâce aux outils de construction/compilation de Sublime Text. Jusqu'à présent, il n'est pas encore possible de configurer AutoLaTeX à travers Sublime Text.
+
+=item B<Kile:>
+
+Il n'y a pas de greffon particulier pour Kile. Pour utiliser AutoLaTeX dans cet éditeur, vous devez ajouter un outil de compilation dans la boîte de dialogue "Configure Kile", ou dans le fichier de configuration F<kilerc> dans le dossier de de configuration de KDE (habituellement : C<$HOME/.kde/share/config/kilerc>).
+Nous recommandons d'utiliser la configuration ci-dessous pour lancer AutoLaTeX dans Kile (copie du fichier F<kilerc>) :
+
+ ...
+ [Tool/AutoLaTeX/Default]
+ class=Compile
+ close=no
+ command=autolatex
+ menu=Compile
+ options=-v --synctex --noview --search-project-from '%source' all
+ state=Editor
+ type=Process
+ ...
+
+=item B<TeXmaker:>
+
+Il n'y a pas de greffon particulier pour TeXmaker. Pour utiliser AutoLaTeX dans cet éditeur, vous devez ajouter un outil de compilation dans la boîte de dialogue "Configure TeXmaker", ou dans le fichier de configuration F<texmaker.ini> dans le dossier de de configuration de TeXmaker (habituellement : C<$HOME/.config/xm1/texmaker.ini>).
+Nous recommandons d'utiliser la configuration ci-dessous pour lancer AutoLaTeX dans TeXmaker (copie du fichier F<texmaker.ini>) :
+
+ ...
+ [texmaker]
+ ...
+ Tools\Userquick=autolatex -v --synctex --noview --search-project-from %.tex
+ ...
+
+=item B<TeXworks:>
+
+Il n'y a pas de greffon particulier pour TeXworks. Pour utiliser AutoLaTeX dans cet éditeur, vous devez ajouter un outil de composition dans la boîte de dialogue "Préférences", ou dans le fichier de configuration F<tools.ini> dans le dossier de TeXworks (habituellement : C<$HOME/.TeXworks/configuration/tools.ini>).
+Nous recommandons d'utiliser la configuration ci-dessous pour lancer AutoLaTeX dans TeXworks (copie du fichier F<tools.ini>) :
+
+ ...
+ [012]
+ name=AutoLaTeX
+ program=autolatex
+ arguments=-v, --synctex, --noview, --search-project-from, $fullname, all
+ showPdf=true
+ ...
+
+=back
+
+Les interfaces suivantes sont toujours fournies, mais elles sont considérées comme obsolètes :
+
+=over 4
+
+=item B<Gedit 2:>
+
+Un greffon pour l'éditeur Gedit 2 <https://projects.gnome.org/gedit>.
+
+=item B<Sublime Text 2:>
+
+Un greffon pour l'éditeur Sublime Text 2 <http://www.sublimetext.com/2>.
+
+=item B<Application Gtk 2>:
+
+Un ensemble de fenêtres de configuration écrite en Perl et basée sur Gtk 3.
+
+=back
+
+=head1 RAPPORT DE BUG ET COMMENTAIRES
+
+Pour déposer un rapport de bug, un commentaire, ou suggérer une fonctionnalité, vous pouvez (dans l'ordre de préférence) :
+a) visiter le site des développeurs sur GitHub <https://github.com/gallandarakhneorg/autolatex/>,
+b) visitet la page principale de AutoLaTeX <http://www.arakhne.org/autolatex/>, ou
+c) envoyer un email à l'auteur principal à L<galland@arakhne.org>.
+
+=head1 EXIGENCES DU SYSTÈME
+
+AutoLaTeX peut être directement utilisé à partir de n'importe quel répertoire où il n'est pas compressé. Mais vous pouvez compiler et installer les fichiers supplémentaires (manual, ...)
+
+Pour configurer et installer AutoLaTeX, vous pourriez avoir besoin de GNU make.
+
+Vous devez installer les paquets Perl Compress::Zlib pour compiler et installer AutoLaTeX. Ce paquet n'est pas nécessaire pour l'exécution de AutoLaTeX. En outre, pour compiler AutoLaTeX, vous devez installer la commande 'msgfmt' qui fait partie de la bibliothèque 'gettext'.
+
+Pour utiliser AutoLaTeX, vous aurez besoin:
+
+=over 4
+
+=item latex. Le développement de AutoLaTeX a été réalisée en utilisant le distribution TeX Live.
+
+=item Perl version 5.004 ou plus.
+
+=item Plusieurs paquets Perl généralement installés dans votre distribution Perl: Config::Simple, Locale::gettext, Spec::File, ...
+
+=back
+
+=head1 INSTALLATION
+
+L'installation de AutoLaTeX consiste à lancer le script Makefile.PL pour générer un Makefile qui permet de compiler et d'installer AutoLaTeX. Les commandes de base sont les suivants:
+
+F<cd path_to_autoloader_sources/>
+
+F<perl ./Makefile.PL --prefix=/usr>
+
+F<make>
+
+F<make install>
+
+F<make clean>
+
+
+Le fichier C<INSTALL> donne plus de détails sur l'installation, et il fournit d'autres façons de compiler/installer AutoLaTeX.
+
+=head1 LICENCE AUTOLATEX
+
+S<GNU Public License (GPL)>
+
+Copyright (c) 1998-2016 Stephane GALLAND <galland@arakhne.org>
+
+This program is free software; you can redistribute it and/or modify it under the terms of the GNU L<General Public License|http://www.gnu.org/copyleft/gpl.html> as published by the L<Free Software Foundation|http://www.fsf.org/>; either version 2 of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along with this program; see the file S<COPYING>. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+=head1 COPYRIGHT DU MANUEL
+
+S<GNU Free Documentation License (FDL)>
+
+Copyright (c) 1998-2016 Stephane Galland E<lt>galland@arakhne.orgE<gt>.
+
+Permission is granted to copy, distribute and/or modify this document under the terms of the L<GNU Free Documentation License|http://www.gnu.org/licenses/fdl.txt>, Version 1.2 or any later version published by the L<Free Software Foundation|http://www.fsf.org/>; with the Invariant Sections being S<AUTOLATEX LICENSE> and S<MANUAL COPYRIGHT>, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the file name S<GNU Free Documentation License.txt>.
+
+=head1 VOIR AUSSI
+
+L<pdflatex>, L<latex>, L<bibtex>, L<biber>, L<epstopdf>,
+L<fig2dev>, L<gnuplot>, L<inkscape>, L<umbrello>, L<zcat>, L<texify>
diff --git a/support/autolatex/doc/process.svg b/support/autolatex/doc/process.svg
new file mode 100644
index 0000000000..edcb76ad41
--- /dev/null
+++ b/support/autolatex/doc/process.svg
@@ -0,0 +1,781 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="1296.7704"
+ height="707.9436"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="process.svg">
+ <defs
+ id="defs4">
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend"
+ style="overflow:visible">
+ <path
+ id="path4172"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow1Mend"
+ style="overflow:visible">
+ <path
+ id="path4160"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Mend"
+ style="overflow:visible">
+ <path
+ id="path4178"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="scale(-0.6,-0.6)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-1"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-7"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-0"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-4"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-3"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-5"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-10"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-49"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-5"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-2"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-35"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-53"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-4"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-3"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-6"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-8"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-38"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-25"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-9"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-0"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-06"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-6"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-49"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-41"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-49-4"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-41-4"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-49-1"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-41-43"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-49-6"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-41-5"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-49-5"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-41-434"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-49-48"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-41-7"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-49-55"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4172-41-2"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.49497475"
+ inkscape:cx="1511.6226"
+ inkscape:cy="111.51077"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1056"
+ inkscape:window-x="0"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Calque 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(211.33254,-266.11653)">
+ <g
+ id="g3149"
+ transform="translate(307.14285,8.5714295)">
+ <image
+ width="96"
+ height="96"
+ xlink:href="data:image/png;base64,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 "
+ id="image3063"
+ x="71.868858"
+ y="267.73541" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3099"
+ y="395.79074"
+ x="118.69698"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ y="395.79074"
+ x="118.69698"
+ id="tspan3101"
+ sodipodi:role="line">main.tex</tspan></text>
+ </g>
+ <g
+ id="g3154"
+ transform="translate(-380.9075,114.28572)">
+ <image
+ width="96"
+ height="96"
+ xlink:href="data:image/png;base64,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 "
+ id="image3085"
+ x="321.09457"
+ y="309.16394" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3099-8"
+ y="438.15848"
+ x="370.25668"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ id="tspan3124"
+ y="438.15848"
+ x="370.25668"
+ sodipodi:role="line">fig1.svg</tspan></text>
+ </g>
+ <g
+ id="g3159"
+ transform="translate(-25.714283,-165.71434)">
+ <image
+ width="96"
+ height="96"
+ xlink:href="data:image/png;base64,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 SUVORK5CYII= "
+ id="image3074"
+ x="173.33092"
+ y="589.164" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3099-8-3"
+ y="718.71375"
+ x="222.59068"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ id="tspan3124-4"
+ y="718.71375"
+ x="222.59068"
+ sodipodi:role="line">fig2.gnu</tspan></text>
+ </g>
+ <g
+ id="g3168"
+ transform="translate(698.40682,137.76735)">
+ <image
+ width="96"
+ height="96"
+ xlink:href="data:image/png;base64,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 PBL0fwFuytu486qOoQAAAABJRU5ErkJggg== "
+ id="image3096"
+ x="182.16461"
+ y="602.02112" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3164"
+ y="736.36218"
+ x="228.14313"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ y="736.36218"
+ x="228.14313"
+ id="tspan3166"
+ sodipodi:role="line">main.pdf</tspan></text>
+ </g>
+ <g
+ transform="translate(560.13114,155.71425)"
+ id="g3149-4">
+ <image
+ width="96"
+ height="96"
+ xlink:href="data:image/png;base64,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 "
+ id="image3063-6"
+ x="71.868858"
+ y="267.73541" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3099-1"
+ y="395.79074"
+ x="118.69698"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ y="395.79074"
+ x="118.69698"
+ id="tspan3101-0"
+ sodipodi:role="line">main.bib</tspan></text>
+ </g>
+ <g
+ id="g3214"
+ transform="translate(286.57497,-136.33176)">
+ <rect
+ y="746.55109"
+ x="49.615513"
+ height="87.14286"
+ width="188.57143"
+ id="rect3200"
+ style="color:#000000;fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:#8a8a8a;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3202"
+ y="800.70844"
+ x="142.72935"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ y="800.70844"
+ x="142.72935"
+ id="tspan3204"
+ sodipodi:role="line">pdflatex</tspan></text>
+ </g>
+ <g
+ id="g3214-5"
+ transform="translate(535.62265,-136.33179)">
+ <rect
+ y="746.55109"
+ x="49.615513"
+ height="87.14286"
+ width="188.57143"
+ id="rect3200-7"
+ style="color:#000000;fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:#8a8a8a;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3202-8"
+ y="800.70844"
+ x="142.72935"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ y="800.70844"
+ x="142.72935"
+ id="tspan3204-6"
+ sodipodi:role="line">bibtex</tspan></text>
+ </g>
+ <g
+ id="g3276">
+ <rect
+ y="610.2193"
+ x="-91.428566"
+ height="87.142883"
+ width="367.14285"
+ id="rect3200-1"
+ style="color:#000000;fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:#8a8a8a;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3202-83"
+ y="667.8728"
+ x="91.537392"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ y="667.8728"
+ x="91.537392"
+ id="tspan3204-9"
+ sodipodi:role="line">translators</tspan></text>
+ </g>
+ <g
+ id="g3168-4"
+ transform="translate(-240.84472,137.76735)">
+ <image
+ width="96"
+ height="96"
+ xlink:href="data:image/png;base64,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 PBL0fwFuytu486qOoQAAAABJRU5ErkJggg== "
+ id="image3096-6"
+ x="182.16461"
+ y="602.02112" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3164-1"
+ y="736.36218"
+ x="228.14313"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ y="736.36218"
+ x="228.14313"
+ id="tspan3166-5"
+ sodipodi:role="line">fig1.pdf</tspan></text>
+ </g>
+ <g
+ id="g3168-8"
+ transform="translate(-36.852665,137.76735)">
+ <image
+ width="96"
+ height="96"
+ xlink:href="data:image/png;base64,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 PBL0fwFuytu486qOoQAAAABJRU5ErkJggg== "
+ id="image3096-1"
+ x="182.16461"
+ y="602.02112" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3164-11"
+ y="736.36218"
+ x="228.14313"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ y="736.36218"
+ x="228.14313"
+ id="tspan3166-3"
+ sodipodi:role="line">fig2.pdf</tspan></text>
+ </g>
+ <g
+ id="g3214-2"
+ transform="translate(784.67021,-136.33179)">
+ <rect
+ y="746.55109"
+ x="49.615513"
+ height="87.14286"
+ width="188.57143"
+ id="rect3200-72"
+ style="color:#000000;fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:#8a8a8a;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3202-6"
+ y="800.70844"
+ x="142.72935"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ y="800.70844"
+ x="142.72935"
+ id="tspan3204-4"
+ sodipodi:role="line">pdflatex</tspan></text>
+ </g>
+ <g
+ transform="translate(560.13114,472.05306)"
+ id="g3149-4-9">
+ <image
+ width="96"
+ height="96"
+ xlink:href="data:image/png;base64,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 "
+ id="image3063-6-4"
+ x="71.868858"
+ y="267.73541" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3099-1-2"
+ y="395.79074"
+ x="118.69698"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ y="395.79074"
+ x="118.69698"
+ id="tspan3101-0-6"
+ sodipodi:role="line">main.bbl</tspan></text>
+ </g>
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Lend)"
+ d="m 275.71429,653.79075 60.47619,0"
+ id="path3377"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0"
+ inkscape:connection-start="#g3276"
+ inkscape:connection-start-point="d4"
+ inkscape:connection-end="#g3214"
+ inkscape:connection-end-point="d4" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Lend)"
+ d="m 524.76191,653.79075 60.47625,-10e-6"
+ id="path4965"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0"
+ inkscape:connection-start="#g3214"
+ inkscape:connection-start-point="d4"
+ inkscape:connection-end="#g3214-5"
+ inkscape:connection-end-point="d4" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Lend)"
+ d="m 773.80959,653.79073 60.47613,0"
+ id="path5153"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0"
+ inkscape:connection-start="#g3214-5"
+ inkscape:connection-start-point="d4"
+ inkscape:connection-end="#g3214-2"
+ inkscape:connection-end-point="d4" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Lend)"
+ d="m -153.50925,653.79075 60.476194,0"
+ id="path3377-2"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Lend)"
+ d="m 1023.6336,653.79073 60.4762,0"
+ id="path3377-5"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 6;stroke-dashoffset:0;marker-end:url(#Arrow2Lend)"
+ d="m 194.23287,563.0249 0,179.04765"
+ id="path3377-21-2"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 6;stroke-dashoffset:0;marker-end:url(#Arrow2Lend)"
+ d="m -11.481418,563.0249 0,179.04763"
+ id="path3377-21-8"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 6;stroke-dashoffset:0;marker-end:url(#Arrow2Lend)"
+ d="m 428.51858,409.31063 0,217.04763"
+ id="path3377-21"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 6;stroke-dashoffset:0;marker-end:url(#Arrow2Lend)"
+ d="m 681.37573,677.3106 0,64.76195"
+ id="path3377-21-1-9"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 6;stroke-dashoffset:0;marker-end:url(#Arrow2Lend)"
+ d="m 928.51858,677.3106 0,64.76195"
+ id="path3377-21-1-2"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 6;stroke-dashoffset:0;marker-end:url(#Arrow2Lend)"
+ d="m 681.37573,561.59631 0,64.76195"
+ id="path3377-21-1"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow2Lend-49)"
+ d="m 988.57143,609.50504 -0.71429,-31.78572 62.14286,-0.35714 0,56.07143 -27.1428,0.35714"
+ id="path5551"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 6;stroke-dashoffset:0;marker-end:url(#Arrow2Lend-49)"
+ d="m 187.88837,892.75808 0.50508,79.80205 235.36554,-4e-5 0.50508,-273.75134"
+ id="path5808"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 6;stroke-dashoffset:0;marker-end:none"
+ d="m -14.914596,892.75813 0.50508,79.802 199.365536,0"
+ id="path5808-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 6;stroke-dashoffset:0;marker-end:url(#Arrow2Lend-49)"
+ d="m 425.41804,972.56013 375.36554,-10e-5 0.25254,-192.87566 70.96322,-82.89597"
+ id="path5808-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc" />
+ <g
+ id="g6546"
+ transform="translate(-30.304576,157.5838)">
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path5808-8-9"
+ d="m -179.52796,123.43126 159.856638,-0.0635"
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 6;stroke-dashoffset:0;marker-end:url(#Arrow2Lend-49)" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text6527"
+ y="137.65382"
+ x="20.884052"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ y="137.65382"
+ x="20.884052"
+ id="tspan6529"
+ sodipodi:role="line">data flow</tspan></text>
+ </g>
+ <g
+ transform="translate(-30.304576,216.35669)"
+ id="g6546-9">
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path5808-8-9-1"
+ d="m -179.52796,123.43126 159.856638,-0.0635"
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker-end:url(#Arrow1Mend)" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text6527-5"
+ y="137.65382"
+ x="20.884052"
+ style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+ xml:space="preserve"><tspan
+ y="137.65382"
+ x="20.884052"
+ id="tspan6529-4"
+ sodipodi:role="line">execution flow</tspan></text>
+ </g>
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 6;stroke-dashoffset:0;marker-end:url(#Arrow2Lend-49)"
+ d="m 471.47645,321.00824 455.36554,4e-5 0.50508,297.75134"
+ id="path5808-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:6, 6;stroke-dashoffset:0;marker-end:url(#Arrow2Lend-49)"
+ d="M 728.3885,780.44965 833.69693,675.33032"
+ id="path5808-8-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+</svg>