Blame Artworks/Docs/Texinfo/Tcar-fs/en_US/tcar-fs.conf

Alain Reguera Delgado 5c0af5
# This file controls the manual configuration.  This file is divided
Alain Reguera Delgado 5c0af5
# in configuration sections (e.g., `main' and `templates') which, in
Alain Reguera Delgado 5c0af5
# turn, are organized in the form `variable = value'.
Alain Reguera Delgado 5c0af5
# ----------------------------------------------------------------------
Alain Reguera Delgado 5c0af5
# $Id$
Alain Reguera Delgado 5c0af5
# ----------------------------------------------------------------------
Alain Reguera Delgado 5c0af5
Alain Reguera Delgado 5c0af5
[main]
Alain Reguera Delgado 5c0af5
Alain Reguera Delgado 5c0af5
# Specify documentation backend used by documentation manual. This is
Alain Reguera Delgado 5c0af5
# the format used to write documentation manual source files.
Alain Reguera Delgado 5c0af5
manual_format = "texinfo"
Alain Reguera Delgado 5c0af5
Alain Reguera Delgado 5c0af5
# Specify title style used by sections inside the manual.  Possible
Alain Reguera Delgado 5c0af5
# values to this option are `cap-each-word' to capitalize each word in
Alain Reguera Delgado 5c0af5
# the section title, `cap-first-word' to capitalize the first word in
Alain Reguera Delgado 5c0af5
# the section title only and `directory' to transform each word in the
Alain Reguera Delgado 5c0af5
# section title into a directory path. From all these options,
Alain Reguera Delgado 5c0af5
# `cap-each-word' is the one used as default.
Alain Reguera Delgado 5c0af5
manual_section_style = "directory"
Alain Reguera Delgado 5c0af5
Alain Reguera Delgado 5c0af5
# Specify the order used by sections inside the manual. By default new
Alain Reguera Delgado 5c0af5
# sections added to the manual are put on the end to follow the
Alain Reguera Delgado 5c0af5
# section `created' order. Other possible values to this option are
Alain Reguera Delgado 5c0af5
# `ordered' and `reversed' to sort the list of sections alphabetically
Alain Reguera Delgado 5c0af5
# from A-Z and Z-A, respectively.
Alain Reguera Delgado 5c0af5
manual_section_order = "ordered"
Alain Reguera Delgado 5c0af5
Alain Reguera Delgado 5c0af5
[templates]
Alain Reguera Delgado 5c0af5
Alain Reguera Delgado 5c0af5
# Specify relation between template files and section definition files
Alain Reguera Delgado 5c0af5
# inside the manual. Template definition is set on the left side using
Alain Reguera Delgado 5c0af5
# relative path. The section main definition file is described on the
Alain Reguera Delgado 5c0af5
# right using a regular expression. The first match wins.
Alain Reguera Delgado 5c0af5
Chapters/section-functions.texinfo   = "^.+-functions-[[:alnum:]]+\.texinfo$"
Alain Reguera Delgado 5c0af5
Chapters/section.texinfo             = "^.+\.texinfo$"