bareos: dev f25ff266

Author Committer Branch Timestamp Parent
joergs joergs dev 2018-12-04 16:16 bareos-18.2 f3e90847 Pending
Changeset docs: improve LaTex to Sphinx conversion

Add special post pandoc conversion script "latex-scan.py",
that cope better with LaTex contexts then the perl regexes.
The script "post_conversion_changes.sh" is no longer called.

index are now inline markups, instead of extra blocks.
This matches the current use of index better.
However, this required a text, that will be displayed and indexed.
We therefore write the index as [TAG={0}->{1}->{2}].
This can be manually replaced later.

The conversion of tables do not work in a lot of cases
and therefore the converted tables are not shown at all.
We cope with this by doubling the tables:
1: original LaTex table as a raw block,
2: table converted to Sphinx/rst. Probaly not shown or shown with errors.

Also done a lot of smaller fixes.
mod - docs/manuals/en/main/ndmp.tex Diff File
mod - docs/manuals/en/main/programs.tex Diff File
mod - docs/manuals/en/main/win32.tex Diff File
mod - docs/manuals/en/new_main_reference/Makefile Diff File
mod - docs/manuals/en/new_main_reference/convert_all_tex_files_to_rst.sh Diff File
add - docs/manuals/en/new_main_reference/latex-scan.py Diff File
mod - docs/manuals/en/new_main_reference/pre_conversion_changes.sh Diff File
add - docs/manuals/en/new_main_reference/source/images Diff File