1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
# This is a sample "config" file, to put in ~/.tkcdlayout/
# Then run "NewLayout"
#Base Filename used for all generated files.
cdn=CDName
#CD title
Title="My own CD"
#Warn if $mid exists already
Warn=yes
#Layout directory
lay=~/.tkcdlayout/layouts
#LaTeX Filename - the only one to keep after printing
mid=${lay}/${cdn}.latex.middle
#CD Layout type
# taf = Title and files
# btas = Big title and subtitle
layout_type=taf
#Which page do you want ?
# (front or back)
page=front
# ---------------------------------------------------------------------
# The following is used for the 'taf' type only
#CD directory, the one to which the files will be read
# (can be the CD or somewhere on the hard disk, of course !)
cddir="/mnt/burnt"
#Exclude pattern - files you don't want in the list
exclude=""
#Maxdepth in making the list of file
#Set to a VERY big number if you don't want limitations (50?)
maxdepth=2
#Set to yes to have only dirs in the list of files
dironly=yes
#Temporary file for lines
lines=~/.tkcdlayout/lines
# ---------------------------------------------------------------------
# The following is used for the 'btas' type only
subtitle="My Subtitle"
|