mdbook work continues
This commit is contained in:
parent
e4686f9e8f
commit
fbef767d9a
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
book
|
@ -1,3 +0,0 @@
|
|||||||
# TSYSAncillaryBusinessDealMemo
|
|
||||||
|
|
||||||
Deal terms for the TSYS ancillary businesses . Only thing that will change in executed version is the second party name.
|
|
47
book.toml
Normal file
47
book.toml
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
[book]
|
||||||
|
authors = ["ReachableCEO Enterprises LLC"]
|
||||||
|
language = "en"
|
||||||
|
multilingual = false
|
||||||
|
src = "src"
|
||||||
|
title = "TSYS Group Non Core Components Joint Venture Contract"
|
||||||
|
|
||||||
|
[output.html]
|
||||||
|
|
||||||
|
#[output.pdf]
|
||||||
|
## Set for auto-retrying if failed to generate PDF.
|
||||||
|
# trying-times = 1
|
||||||
|
|
||||||
|
## This backend only support latest Chromium based browsers, not Safari and Firefox currently.
|
||||||
|
## If needed, please specify the full path.
|
||||||
|
## If you specify the wrong binary, chances are that there will be a timeout error.
|
||||||
|
# browser-binary-path = ""
|
||||||
|
|
||||||
|
## Assign the static hosting site url so that relative links outside the book can be fixed.
|
||||||
|
#static_site_url = "https://handbook.turnsys.com"
|
||||||
|
|
||||||
|
## Set the theme to be applied for the generated PDF.
|
||||||
|
#theme = "ayu"
|
||||||
|
|
||||||
|
## Check Chrome Devtools Protocol Docs for the explanation of the following params:
|
||||||
|
## https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-printToPDF
|
||||||
|
|
||||||
|
#landscape = false
|
||||||
|
#display-header-footer = true
|
||||||
|
#print-background = true
|
||||||
|
#scale = 0.7
|
||||||
|
#paper-width = 8
|
||||||
|
##paper-height = 10
|
||||||
|
#margin-top = 0.5
|
||||||
|
##margin-bottom = 0.5
|
||||||
|
##margin-left = 0.5
|
||||||
|
##margin-right = 0.5
|
||||||
|
#page-ranges = ""
|
||||||
|
#ignore-invalid-page-ranges = false
|
||||||
|
|
||||||
|
#header-template = "<h3 style='font-size:8px; margin-left: 48%' class='title'></h3>"
|
||||||
|
#footer-template = "<p style='font-size:10px; margin-left: 48%'><span class='pageNumber'></span> / <span class='totalPages'></span></p>"
|
||||||
|
#prefer-css-page-size = true
|
||||||
|
|
||||||
|
#[output.pdf-outline]
|
||||||
|
#like-wkhtmltopdf = false
|
||||||
|
#optional = true
|
Loading…
Reference in New Issue
Block a user