18 lines
743 B
Text
18 lines
743 B
Text
# zddc.conf - ZDDC project configuration
|
|
# Place this file in your project directory. It is sourced by the convert and
|
|
# convert-diff scripts to inject project-level metadata into the document header.
|
|
#
|
|
# Variables defined here are passed to pandoc as --variable arguments and
|
|
# are available in the viewer template as $client$, $project$, etc.
|
|
|
|
# Name of the contracting organization (appears in document header)
|
|
contractor="Contractor Name"
|
|
|
|
# Client organization name (appears in document header as "Client - Project")
|
|
client="Client Name"
|
|
|
|
# Full project name (appears in document header paired with client)
|
|
project="Project Name"
|
|
|
|
# Project number or identifier (appears in parentheses after project name)
|
|
project_number="Project Number"
|