amelioration latex
This commit is contained in:
@ -595,6 +595,9 @@ $reponses_sauvegardees = json_decode($tentative['reponses_json'] ?? '{}', true)
|
||||
</style>
|
||||
<!-- Chatbot IA Styles -->
|
||||
<link rel="stylesheet" href="assets/css/chatbot.css">
|
||||
|
||||
<!-- KaTeX pour le rendu mathématique -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<?php if ($apercu_mode): ?>
|
||||
@ -997,6 +1000,11 @@ $reponses_sauvegardees = json_decode($tentative['reponses_json'] ?? '{}', true)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- KaTeX JS -->
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js"></script>
|
||||
|
||||
<!-- Chatbot IA Scripts -->
|
||||
<script src="assets/js/chatbot.js"></script>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user