init commit (base extensions: notes)
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
project:
|
||||
type: book
|
||||
|
||||
metadata-files:
|
||||
- glossary.yml
|
||||
|
||||
book:
|
||||
title: "T"
|
||||
subtitle: ""
|
||||
author:
|
||||
- name: ""
|
||||
affiliation: ""
|
||||
email: ""
|
||||
date: last-modified
|
||||
abstract: >
|
||||
""
|
||||
chapters:
|
||||
-
|
||||
|
||||
website:
|
||||
sidebar:
|
||||
style: docked
|
||||
search: true
|
||||
|
||||
format:
|
||||
html:
|
||||
include-in-header:
|
||||
text: |
|
||||
<script>
|
||||
window.MathJax = {
|
||||
tex: {
|
||||
macros: {
|
||||
vec: ["\\boldsymbol{#1}", 1]
|
||||
si: ["\\,\\mathrm{#1}", 1],
|
||||
SI: ["#1\\,\\mathrm{#2}", 2],
|
||||
num: ["#1", 1],
|
||||
ang: ["#1^{\\circ}", 1]
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
pdf:
|
||||
keep-tex: false
|
||||
include-in-header:
|
||||
text: |
|
||||
\usepackage{siunitx}
|
||||
\AtBeginDocument{\renewcommand{\vec}[1]{\symbf{#1}}}
|
||||
|
||||
lang: en
|
||||
toc: true
|
||||
number-sections: true
|
||||
bibliography: ref.bib
|
||||
filters:
|
||||
- notes
|
||||
Reference in New Issue
Block a user