#--------------------------
# Advanced usage
#--------------------------
# change into the presentation directory
dapsltcd

# -> build a Quickstart
daps -d DC-daps-quick color-pdf

# -> build a Quickstart with a different set of stylesheets
daps -d DC-daps-quick --styleroot=../../../suse/xslt/flyer color-pdf

# make that permanent
vi DC-daps-quick

# -> build a Quickstart in draft mode with remarks
daps -d DC-daps-quick color-pdf --remarks

# -> profiling
daps -d DC-daps-quick-profile

# html htmlsingle epub txt
# build a webhelp user guide
daps -d DC-daps-user webhelp

   # Optional: -> build all other formats
   for FORMAT in html htmlsingle epub txt webhelp; do daps -d DC-daps-quick $FORMAT; done

#--------------------------
# Authoring support
#--------------------------

#  daps -init

daps-init -d /tmp/dapstest -r book
cd /tmp/dapstest
ll

# -> show structure
tree .

# -> projectfiles
daps -d DC-daps-user projectfiles --pretty

# -> showimages
bookcd
daps -d DC-opensuse-startup getimages --rootid=cha.inst -viewer=xv --modified --show
