Skip to content

Commit

Permalink
Merge branch 'master' into 2024_de_la_tolerance_en_sig
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored Jul 15, 2024
2 parents 1badcf2 + dad6e99 commit 51bf9f1
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ Aurélien Chaumet <[email protected]> <58778032+aurelienchaumet@users.
Benoît Blanc <[email protected]>
Benoît Blanc <[email protected]> <[email protected]>

Benjamin Chartier <[email protected]>

Cedric Rossi <[email protected]>

David Michallet <[email protected]>

Delphine Montagne <[email protected]>
Delphine Montagne <[email protected]> <[email protected]>

Étienne Delay <[email protected]>

Fabien Goblet <[email protected]>
Fabien Goblet <[email protected]> <[email protected]>

Expand Down Expand Up @@ -45,6 +49,7 @@ Guillaume Sueur <[email protected]>
Guilhem Allaman <[email protected]>
Guilhem Allaman <[email protected]> <[email protected]>
Guilhem Allaman <[email protected]> <[email protected]>
Guilhem Allaman <[email protected]> <[email protected]>

Humbert Fiorino <[email protected]>
Humbert Fiorino <[email protected]> <[email protected]>
Expand All @@ -65,6 +70,8 @@ Julien Ancelin <[email protected]>
Julien Moura <[email protected]>
Julien Moura <[email protected]> <[email protected]>

Laurent Jégou <[email protected]>

Lilan Morinon <[email protected]>
Lilan Morinon <[email protected]> <[email protected]>

Expand Down Expand Up @@ -92,6 +99,10 @@ Nicolas Godet <[email protected]>

Nicolas Rochard <[email protected]>

Nicolas Roelandt <[email protected]>
Nicolas Roelandt <[email protected]> <nicolas.roelandt[at]univ-eiffel.fr>
Nicolas Roelandt <[email protected]> <[email protected]>

Olivia Guyot <[email protected]>

Patrick Gendre <[email protected]>
Expand Down Expand Up @@ -124,6 +135,8 @@ Thomas Gratier <[email protected]>

Thomas Michel <[email protected]>

Thomas Szczurek-Gayant <[email protected]>

Tristram Gräbener <[email protected]>
Tristram Gräbener <[email protected]> <[email protected]>

Expand Down
19 changes: 19 additions & 0 deletions content/theme/assets/javascripts/mathjax.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
window.MathJax = {
tex: {
inlineMath: [["\\(", "\\)"]],
displayMath: [["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true
},
options: {
ignoreHtmlClass: ".*|",
processHtmlClass: "arithmatex"
}
};

document$.subscribe(() => {
MathJax.startup.output.clearCache()
MathJax.typesetClear()
MathJax.texReset()
MathJax.typesetPromise()
})
8 changes: 8 additions & 0 deletions mkdocs-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ extra_javascript:
- "theme/assets/javascripts/extra.js"
- path: https://mastodon.social/embed.js
defer: true
- path: javascripts/mathjax.js
async: true
defer: true
- path: https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
async: true
defer: true
- path: https://platform.twitter.com/widgets.js
defer: true

Expand All @@ -151,6 +157,8 @@ markdown_extensions:
# Metadata - https://squidfunk.github.io/mkdocs-material/extensions/metadata
- meta
# PyMdown extensions - https://squidfunk.github.io/mkdocs-material/extensions/pymdown/
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
Expand Down
8 changes: 8 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@ extra_javascript:
- path: https://mastodon.social/embed.js
async: true
defer: true
- path: javascripts/mathjax.js
async: true
defer: true
- path: https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
async: true
defer: true
- path: https://platform.twitter.com/widgets.js
async: true
defer: true
Expand All @@ -206,6 +212,8 @@ markdown_extensions:
# Metadata - https://squidfunk.github.io/mkdocs-material/extensions/metadata
- meta
# PyMdown extensions - https://squidfunk.github.io/mkdocs-material/extensions/pymdown/
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
Expand Down

0 comments on commit 51bf9f1

Please sign in to comment.