Skip to content

Commit 253173f

Browse files
author
Ale
committed
Add _output.yml
1 parent 4d0712f commit 253173f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

_output.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
bookdown::gitbook:
2+
css: style.css
3+
config:
4+
toc:
5+
before: |
6+
<li><a href="./">Quantum algorithms for data analysis</a></li>
7+
after: |
8+
<li><a href="https://luongo.pro" target="blank">By Alessandro 'Scinawa' Luongo</a></li>
9+
download: ["pdf", "epub"]
10+
bookdown::pdf_book:
11+
includes:
12+
in_header: preamble.tex
13+
latex_engine: xelatex
14+
citation_package: natbib
15+
keep_tex: yes
16+
bookdown::epub_book: default

0 commit comments

Comments
 (0)