-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
119 lines (110 loc) · 3.03 KB
/
_quarto.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
project:
type: book
output-dir: docs
resources:
- "*.py"
- "*.ipynb"
book:
title: "Echoes"
subtitle: "Extended Calculator of HOmogEnization Schemes"
author: "Jean-François Barthélémy"
cover-image: img/cover.html
favicon: img/cover.png
site-url: https://jfbarthelemy.github.io/echoes/
repo-url: https://github.com/jfbarthelemy/echoes/
repo-branch: main
repo-actions: [edit]
sharing: [twitter, facebook, linkedin]
date: last-modified
sidebar:
collapse-level: 2
chapters:
- index.qmd
- intro.qmd
- part: "𝗘𝗹𝗲𝗺𝗲𝗻𝘁𝘀 𝗼𝗳 𝘁𝗲𝗻𝘀𝗼𝗿 𝗰𝗮𝗹𝗰𝘂𝗹𝘂𝘀"
chapters:
- 1_tensor_calculus/kelvin_mandel.qmd
- 1_tensor_calculus/rot_matrices.qmd
- 1_tensor_calculus/special_tensors.qmd
- 1_tensor_calculus/tensor.qmd
- part: "𝗘𝘀𝗵𝗲𝗹𝗯𝘆 𝗶𝗻𝗰𝗹𝘂𝘀𝗶𝗼𝗻 𝗽𝗿𝗼𝗯𝗹𝗲𝗺"
chapters:
- 2_eshelby/eshelby_hill.qmd
- 2_eshelby/crack_compliance.qmd
- references.qmd
appendices:
- 99_appendices/tensor_algebra.qmd
- 99_appendices/hill_tensors.qmd
- 99_appendices/basics_elas.qmd
number-depth: 1
tbl-cap-location: bottom
bibliography: echoes.bib
csl: https://www.zotero.org/styles/elsevier-harvard
link-citations: true
format:
# latex:
# pdf-engine: lualatex
# mainfont: TeX Gyre Termes X
# mathfont: TeX Gyre Termes Math
# monofont: TeX Gyre Cursor
# sansfont: TeX Gyre Heros
# include-in-header: _config/_macros.tex
html:
# theme: journal
theme:
- brand
- _config/customjfb.scss
# css: _config/styles.css
toc: true
page-layout: full
code-overflow: wrap
code-block-bg: "#EBF1D4"
code-block-border-left: "#448D60"
code-fold: true
code-link: true
code-tools: false
echo: true
html-math-method: mathjax
fontsize: 90%
include-in-header:
- text: |
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DF66M2GWRG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DF66M2GWRG');
</script>
include-before-body: _config/_macros_html.md
default-image-extension: html
# pdf:
# documentclass: scrreprt
# pdf-engine: lualatex
# classoption: DIV=12
# papersize: a4
# mainfont: TeX Gyre Pagella
# sansfont: TeX Gyre Heros
# monofont: JuliaMono
# # mathfont: TeX Gyre Termes Math
# highlight-style: tango
# include-in-header:
# - _config/_preamble.tex
# - _config/_macros.tex
# keep-tex: false
# default-image-extension: pdf
crossref:
fig-title: "Fig."
fig-prefix: "Fig."
tbl-title: "Tab."
tbl-prefix: "Tab."
eq-prefix: ""
editor:
render-on-save: true
jupyter: python3
execute:
freeze: auto
echo: true
warning: false
error: false
keep-ipynb: false