Skip to content

wortsammler manifest

bwl21 edited this page Dec 18, 2014 · 3 revisions

The wortsammler manifest

The wortsammler manifst is a yaml file which specifies

  • name of the configuration

  • output folder

  • output formats

  • basename of the generated files

  • input files

  • pandoc variables

  • stylefiles

  • editions

  • sort order of traceables

  • upstream trace files to be loaded

  • downstream trace file to be saved

  • snippet file

The following example illustrates such a manifest

    -
        :name:  komplett
        :outdir: ../ZGEN_Documents
        :outname: RS_Main
        :format:
            - latex
            - docx
            - html
            - pdf
            - beamer
            - slidy
            - txt
            - md
            - rtf

        :vars: 
            :lang: german
            :fontsize: 12pt
            :mainfont: Calibri
            :sansfont: Calibri
            :geometry: a4paper 

        :stylefiles:
          :latex: ../ZSUPP_Styles/default.latex
          :docx:  ../ZSUPP_Styles/default.docx
          :html:  ../ZSUPP_Styles/default.css

        :input: 
            - ../001_main/main.md

        :downstream_tracefile: ../ZGEN_RequirementsTracing/RS_Main.traces.md

        :reqtracefile_base: ../ZGEN_RequirementsTracing/ZGEN_Reqtrace

        :traceSortOrder:
            - RS_MG
            - RS_TEC


        :editions:

            :review:
                :title: Main requirements (review)
                :filepart: review
                :debug: true

            :compact:
                :title: Main requirements (compact)
                :filepart: compact

            :extended:
                :title: Main requirements (extended)
                :filepart: mieter

        :snippets:
            - ../900_snippets/snippets.xlsx