2023-02-06 14:20:08 +01:00
2023-01-01 11:42:30 +01:00
2023-02-04 20:02:57 +01:00
2022-12-19 16:52:04 +01:00
2022-12-31 20:10:54 +01:00

This mod integrates Advtrains with the doc mod.

Wagon mods can add a description to the _doc_wagon_longdesc field of the wagon prototype; adding advtrains_doc_integration as an optional dependency is not needed.

For (among other things) CI, the following functions are available in the advtrains_doc_integration table:

  • write_wagon_info_as_latex, which exports the datasheet of a single type of wagon as LaTeX, and
  • write_all_wagons_as_latex, which exports all wagon datasheets as LaTeX.

The datasheets are exported to the world directory.

It is also possible to export wagon datasheets using the atdoc_write command.

Description
No description provided
Readme 105 KiB
Languages
Lua 100%