forked from boazbk/tcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
36 lines (34 loc) · 953 Bytes
/
metadata.yaml
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
---
booktitle: "Introduction to Theoretical Computer Science"
author: "Boaz Barak"
log: True
logdir: "log"
sourcedir: "content/"
bibfile: "introtcs.bib"
latexsectionheaders:
1: "chapter"
2: "section"
3: "subsection"
4: "subsubsection"
5: "paragraph"
6: "subparagraph"
labelclasses:
"bigidea": "Big Idea"
"solvedexercise": "Solved Exercise"
"pause": "Pause and think box"
"subsection": "Section"
latexblockcode: "code"
latexinlinecode: ""
auxfile: "bookaux.yaml"
pdfurl: "https://files.boazbarak.org/introtcs/lnotes_book.pdf"
searchindex: "html/search_index.json"
binarybaseurl: "https://files.boazbarak.org/introtcs"
description: "Textbook on Theoretical Computer Science by Boaz Barak"
lang: "en"
url: 'https://introtcs.org/'
github-repo: "boazbk/tcs"
cover-image: "icons/cover.png"
apple-touch-icon: "icons/apple-touch-icon-120x120.png"
apple-touch-icon-size: 120
favicon: "icons/favicon.ico"
---