···3939 LatexResources []string // Files to be copied to compile the book template
4040 KeepBookTemplate bool // Leave the LaTeX source for the book in the output directory
4141 FlatOutputDir bool // Keep all output file in a flat output directory
4242+ DefaultCategories []string // Categories included in the book by default
4243}
43444445// FromFile reads a settings file in json format and returns the Settings struct