54 lines
897 B
YAML
54 lines
897 B
YAML
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 |