Commit b750bfd9fe6ec60810f2121ed75d63e2e47008e0
1 parent
7c660b6385
Exists in
main
version all ok, corrections to do in general conclusion...
Showing 5 changed files with 6 additions and 8 deletions Inline Diff
chapters/Conclusions.tex
View file @
b750bfd
\chapter{Conclusions et Perspectives} | 1 | 1 | \chapter{Conclusions et Perspectives} | |
2 | 2 | |||
\section{Conclusion générale} | 3 | 3 | \section{Conclusion générale} | |
4 | 4 | |||
Les environnements informatiques pour l'apprentissage humain (EIAH) doivent trouver des stratégies adaptées afin d'exploiter et d'analyser toute l'information récoltée sur l'évolution de l'apprenant et ses éventuelles lacunes. L'intégration d'un système de recommandation en temps réel proposant des alternatives de parcours dynamiques et variées aux apprenants présente donc de nombreux avantages. | 5 | 5 | Nous avons vu dans l'état de l'art et aussi avec l'expérimentation que nous avons mené dans une école maternelle pour l'apprentissage de l'anglais en utilisant AI-VT que les environnements informatiques pour l'apprentissage humain (EIAH) doivent trouver des stratégies adaptées afin d'exploiter et d'analyser toute l'information récoltée sur l'évolution de l'apprenant et ses éventuelles lacunes. L'intégration d'un système de recommandation en temps réel proposant des alternatives de parcours dynamiques et variées aux apprenants présente donc de nombreux avantages. | |
6 | 6 | |||
Nous avons montré dans ces travaux de quelle manière les outils d'IA et d'apprentissage automatique peuvent répondre à cette problématique. Ils permettent en effet de travailler avec des données structurées selon un contexte déterminé, d'explorer et d'exploiter les espaces où ces données sont définies, d'analyser et d'extraire l'information utile pour connaître les comportements, les tendances et les faiblesses des apprenants. Parmi tous les outils d'IA, nous nous sommes plus particulièrement tournés vers ceux dont le fonctionnement nécessite peu de données car ils permettent à des apprenants inconnus de l'EIAH de se voir proposer des adaptations en temps réel dès les premiers exercices. | 7 | 7 | Nous avons montré dans ces travaux de quelle manière les outils d'IA et d'apprentissage automatique peuvent répondre à cette problématique. Ils permettent en effet de travailler avec des données structurées selon un contexte déterminé, d'explorer et d'exploiter les espaces où ces données sont définies, d'analyser et d'extraire l'information utile pour connaître les comportements, les tendances et les faiblesses des apprenants. Parmi tous les outils d'IA, nous nous sommes plus particulièrement tournés vers ceux dont le fonctionnement nécessite peu de données car ils permettent à des apprenants inconnus de l'EIAH de se voir proposer des adaptations en temps réel dès les premiers exercices. | |
8 | 8 | |||
L'EIAH AI-VT qui a servi d'environnement d'application et d'expérimentation à ces travaux est donc aujourd'hui capable de proposer des recommandations dynamiques et personnalisées en utilisant l'apprentissage par renforcement, la génération de solutions stochastique, le raisonnement Bayésien, les approches d'ensemble avec plusieurs algorithmes via deux empilements, l'optimisation stochastique itérative, l'intégration d'approches locales et collaboratives, le raisonnement à partir de cas avec les systèmes multi-agents et le processus de Hawkes. | 9 | 9 | L'EIAH AI-VT qui a servi d'environnement d'application et d'expérimentation à ces travaux est donc aujourd'hui capable de proposer des recommandations dynamiques et personnalisées en utilisant l'apprentissage par renforcement, la génération de solutions stochastique, le raisonnement Bayésien, les approches d'ensemble avec plusieurs algorithmes via deux empilements, l'optimisation stochastique itérative, l'intégration d'approches locales et collaboratives, le raisonnement à partir de cas avec les systèmes multi-agents et le processus de Hawkes. | |
10 | 10 | |||
Les jeux de données testés (réelles et générées) ont permis de tester la solidité du système, son amélioration progressive et l'unification de tous les algorithmes, outils et modules proposés. Deux métriques ont également été proposés afin de mieux mesurer le degré d'adaptabilité du système au regard de chaque apprenant. | 11 | 11 | Les jeux de données testés (réelles et générées) ont permis de tester la solidité du système, son amélioration progressive et l'unification de tous les algorithmes, outils et modules proposés. Deux métriques ont également été proposés afin de mieux mesurer le degré d'adaptabilité du système au regard de chaque apprenant, une métrique permet de mesurer la qualité de l'adaptation du système dans un parcours standard, où l'objectif de l'apprenant est de avancer dans l'acquisition de la connaissance et dans les niveaux de complexité, l'autre métrique prétend de mesurer aussi la qualité, mais dans le cas de un parcours de révision, où l'objectif de l'apprenant est de renforcer la connaissance dans chaque niveau de complexité avant de passer au niveau suivant. | |
12 | 12 | |||
\colorbox{yellow}{à un endroit tu parles de parcours stantard, est ce que c'est défini, paramétrable?} | 13 | 13 | La version finale du système AI-VT qui intègre tous les modules développés est capable de prendre en compte des aspects importants du processus d'apprentissage tels que le renforcement des connaissances, la dynamique de l'information, la variation de la progression, le temps d'apprentissage non-linéaire en étant capable de suivre un algorithme intégrant une courbe d'oubli. | |
14 | ||||
La version finale du système AI-VT qui intègre tous les modules développés est capable de prendre en compte des aspects importants du processus d'apprentissage tels que le renforcement des connaissances, la dynamique de l'information, la variation progression, le temps d'apprentissage non-linéaire en étant capable de suivre un algorithme intégrant une courbe d'oubli. | 15 | |||
16 | 14 | |||
Chaque module proposé s'est montré compétitif et a présenté des performances de qualités comparables à d'autres algorithmes et modules de référence dans le domaine de la régression et de la recommandation. L'architecture proposée permet de tirer partie des avantages de chacun de ces modules et ainsi d'améliorer globalement l'adaptation en cours de séance d'entraînement dans le système AI-VT en fonction des résultats partiels des apprenants. | 17 | 15 | Chaque module proposé s'est montré compétitif et a présenté des performances de qualités comparables à d'autres algorithmes et modules de référence dans le domaine de la régression et de la recommandation. L'architecture proposée permet de tirer partie des avantages de chacun de ces modules et ainsi d'améliorer globalement l'adaptation en cours de séance d'entraînement dans le système AI-VT en fonction des résultats partiels des apprenants. | |
18 | 16 | |||
Au regard des problématiques soulevées en introduction de ce manuscrit, voici les contributions apportées par ces travaux de recherche. | 19 | 17 | Au regard des problématiques soulevées en introduction de ce manuscrit, voici les contributions apportées par ces travaux de recherche. | |
20 | 18 | |||
\colorbox{yellow}{Résumé de la conclusion du chapitre 5}\\ | 21 | 19 | \colorbox{yellow}{Résumé de la conclusion du chapitre 5}\\ | |
\colorbox{yellow}{Résumé de la conclusion du chapitre 6}\\ | 22 | 20 | \colorbox{yellow}{Résumé de la conclusion du chapitre 6}\\ | |
\colorbox{yellow}{Résumé de la conclusion du chapitre 7} | 23 | 21 | \colorbox{yellow}{Résumé de la conclusion du chapitre 7} |
chapters/Publications.tex
View file @
b750bfd
\chapter{Publications} | 1 | 1 | \chapter{Publications} | |
2 | 2 | |||
Pendant le travail de cette thèse, plusieurs articles ont été produits en explicitant les contributions réalisées. D'autres publications ont été produites en marge du sujet de cette thèse dans le cadre de la recherche en informatique.\\ | 3 | 3 | Pendant le travail de cette thèse, plusieurs articles ont été produits en explicitant les contributions réalisées. D'autres publications ont été produites en marge du sujet de cette thèse dans le cadre de la recherche en informatique.\\ | |
4 | 4 | |||
\section{Publications liées au sujet de thèse} | 5 | 5 | \section{Publications liées au sujet de thèse} | |
6 | 6 | |||
Daniel Soto Forero, Julien Henriet and Marie-Laure Betbeder. Stochastic Recommendation and Case-Based Reasoning Model Applied to the Intelligent Tutoring System AI-VT. (En évaluation)\\ | 7 | 7 | Daniel Soto Forero, Julien Henriet and Marie-Laure Betbeder. Stochastic Recommendation and Case-Based Reasoning Model Applied to the Intelligent Tutoring System AI-VT. (En évaluation)\\ | |
8 | 8 | |||
Daniel Soto Forero, Julien Henriet and Marie-Laure Betbeder. Integration of Stacking Case-Based Reasoning with a Multi-Agent System Applied to Regression Problems. (En évaluation) 2025.\\ | 9 | 9 | Daniel Soto Forero, Julien Henriet and Marie-Laure Betbeder. Integration of Stacking Case-Based Reasoning with a Multi-Agent System Applied to Regression Problems. (En évaluation).\\ | |
10 | 10 | |||
Daniel Soto Forero, Julien Henriet and Marie-Laure Betbeder. Ensemble Stacking Case-Based Reasoning and a Stochastic Recommender Algorithm with the Hawkes Process Applied to ITS AI-VT. (ITS - International Conference on Intelligent Tutoring Systems) 2025.\\ | 11 | 11 | Daniel Soto Forero, Julien Henriet and Marie-Laure Betbeder. Ensemble Stacking Case-Based Reasoning and a Stochastic Recommender Algorithm with the Hawkes Process Applied to ITS AI-VT. (ITS - International Conference on Intelligent Tutoring Systems) 2025.\\ | |
12 | 12 | |||
Daniel Soto Forero, Julien Henriet and Marie-Laure Betbeder. Modèle de Recommandation Stochastique et de Raisonnement à Partir de Cas Appliqué à AI-VT. (EIAH - Conférence sur les Environnements Informatiques pour l'Apprentissage Humain) 2025.\\ | 13 | 13 | Daniel Soto Forero, Julien Henriet and Marie-Laure Betbeder. Modèle de Recommandation Stochastique et de Raisonnement à Partir de Cas Appliqué à AI-VT. (EIAH - Conférence sur les Environnements Informatiques pour l'Apprentissage Humain) 2025.\\ | |
14 | 14 | |||
Daniel Soto Forero, Simha Ackermann, Marie-Laure Betbeder and Julien Henriet. The Intelligent Tutoring System AI-VT with Case-Based Reasoning and Real Time Recommender Models. International Conference on Case Based Reasoning (ICCBR - International Conference on Case-Based Reasoning). 2024.\\ | 15 | 15 | Daniel Soto Forero, Simha Ackermann, Marie-Laure Betbeder and Julien Henriet. The Intelligent Tutoring System AI-VT with Case-Based Reasoning and Real Time Recommender Models. International Conference on Case Based Reasoning (ICCBR - International Conference on Case-Based Reasoning). 2024.\\ | |
16 | 16 | |||
Daniel Soto Forero, Marie-Laure Betbeder and Julien Henriet. Ensemble Stacking Case-Based Reasoning for Regression. International Conference on Case Based Reasoning (ICCBR - International Conference on Case-Based Reasoning). 2024.\\ | 17 | 17 | Daniel Soto Forero, Marie-Laure Betbeder and Julien Henriet. Ensemble Stacking Case-Based Reasoning for Regression. International Conference on Case Based Reasoning (ICCBR - International Conference on Case-Based Reasoning). 2024.\\ |
main.log
View file @
b750bfd
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex 2023.5.31) 11 JUL 2025 23:51 | 1 | 1 | This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex 2023.5.31) 12 JUL 2025 00:49 | |
entering extended mode | 2 | 2 | entering extended mode | |
restricted \write18 enabled. | 3 | 3 | restricted \write18 enabled. | |
%&-line parsing enabled. | 4 | 4 | %&-line parsing enabled. | |
**main.tex | 5 | 5 | **main.tex | |
(./main.tex | 6 | 6 | (./main.tex | |
LaTeX2e <2022-11-01> patch level 1 | 7 | 7 | LaTeX2e <2022-11-01> patch level 1 | |
L3 programming layer <2023-05-22> (./spimufcphdthesis.cls | 8 | 8 | L3 programming layer <2023-05-22> (./spimufcphdthesis.cls | |
Document Class: spimufcphdthesis 2022/02/10 | 9 | 9 | Document Class: spimufcphdthesis 2022/02/10 | |
10 | 10 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/upmethodology/upmethodology-docum | 11 | 11 | (/usr/local/texlive/2023/texmf-dist/tex/latex/upmethodology/upmethodology-docum | |
ent.cls | 12 | 12 | ent.cls | |
Document Class: upmethodology-document 2022/10/04 | 13 | 13 | Document Class: upmethodology-document 2022/10/04 | |
(./upmethodology-p-common.sty | 14 | 14 | (./upmethodology-p-common.sty | |
Package: upmethodology-p-common 2015/04/24 | 15 | 15 | Package: upmethodology-p-common 2015/04/24 | |
16 | 16 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/base/ifthen.sty | 17 | 17 | (/usr/local/texlive/2023/texmf-dist/tex/latex/base/ifthen.sty | |
Package: ifthen 2022/04/13 v1.1d Standard LaTeX ifthen package (DPC) | 18 | 18 | Package: ifthen 2022/04/13 v1.1d Standard LaTeX ifthen package (DPC) | |
) | 19 | 19 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/tools/xspace.sty | 20 | 20 | (/usr/local/texlive/2023/texmf-dist/tex/latex/tools/xspace.sty | |
Package: xspace 2014/10/28 v1.13 Space after command names (DPC,MH) | 21 | 21 | Package: xspace 2014/10/28 v1.13 Space after command names (DPC,MH) | |
) | 22 | 22 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty | 23 | 23 | (/usr/local/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty | |
Package: xcolor 2022/06/12 v2.14 LaTeX color extensions (UK) | 24 | 24 | Package: xcolor 2022/06/12 v2.14 LaTeX color extensions (UK) | |
25 | 25 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg | 26 | 26 | (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg | |
File: color.cfg 2016/01/02 v1.6 sample color configuration | 27 | 27 | File: color.cfg 2016/01/02 v1.6 sample color configuration | |
) | 28 | 28 | ) | |
Package xcolor Info: Driver file: pdftex.def on input line 227. | 29 | 29 | Package xcolor Info: Driver file: pdftex.def on input line 227. | |
30 | 30 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-def/pdftex.def | 31 | 31 | (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-def/pdftex.def | |
File: pdftex.def 2022/09/22 v1.2b Graphics/color driver for pdftex | 32 | 32 | File: pdftex.def 2022/09/22 v1.2b Graphics/color driver for pdftex | |
) | 33 | 33 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx) | 34 | 34 | (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx) | |
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1353. | 35 | 35 | Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1353. | |
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1357. | 36 | 36 | Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1357. | |
Package xcolor Info: Model `RGB' extended on input line 1369. | 37 | 37 | Package xcolor Info: Model `RGB' extended on input line 1369. | |
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1371. | 38 | 38 | Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1371. | |
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1372. | 39 | 39 | Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1372. | |
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1373. | 40 | 40 | Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1373. | |
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1374. | 41 | 41 | Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1374. | |
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1375. | 42 | 42 | Package xcolor Info: Model `Gray' substituted by `gray' on input line 1375. | |
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1376. | 43 | 43 | Package xcolor Info: Model `wave' substituted by `hsb' on input line 1376. | |
) | 44 | 44 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/ifpdf.sty | 45 | 45 | (/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/ifpdf.sty | |
Package: ifpdf 2019/10/25 v3.4 ifpdf legacy package. Use iftex instead. | 46 | 46 | Package: ifpdf 2019/10/25 v3.4 ifpdf legacy package. Use iftex instead. | |
47 | 47 | |||
(/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty | 48 | 48 | (/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty | |
Package: iftex 2022/02/03 v1.0f TeX engine tests | 49 | 49 | Package: iftex 2022/02/03 v1.0f TeX engine tests | |
)) | 50 | 50 | )) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/upmethodology/UPMVERSION.def)) | 51 | 51 | (/usr/local/texlive/2023/texmf-dist/tex/latex/upmethodology/UPMVERSION.def)) | |
*********** UPMETHODOLOGY BOOK CLASS (WITH PART AND CHAPTER) | 52 | 52 | *********** UPMETHODOLOGY BOOK CLASS (WITH PART AND CHAPTER) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/base/book.cls | 53 | 53 | (/usr/local/texlive/2023/texmf-dist/tex/latex/base/book.cls | |
Document Class: book 2022/07/02 v1.4n Standard LaTeX document class | 54 | 54 | Document Class: book 2022/07/02 v1.4n Standard LaTeX document class | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/base/bk11.clo | 55 | 55 | (/usr/local/texlive/2023/texmf-dist/tex/latex/base/bk11.clo | |
File: bk11.clo 2022/07/02 v1.4n Standard LaTeX file (size option) | 56 | 56 | File: bk11.clo 2022/07/02 v1.4n Standard LaTeX file (size option) | |
) | 57 | 57 | ) | |
\c@part=\count185 | 58 | 58 | \c@part=\count185 | |
\c@chapter=\count186 | 59 | 59 | \c@chapter=\count186 | |
\c@section=\count187 | 60 | 60 | \c@section=\count187 | |
\c@subsection=\count188 | 61 | 61 | \c@subsection=\count188 | |
\c@subsubsection=\count189 | 62 | 62 | \c@subsubsection=\count189 | |
\c@paragraph=\count190 | 63 | 63 | \c@paragraph=\count190 | |
\c@subparagraph=\count191 | 64 | 64 | \c@subparagraph=\count191 | |
\c@figure=\count192 | 65 | 65 | \c@figure=\count192 | |
\c@table=\count193 | 66 | 66 | \c@table=\count193 | |
\abovecaptionskip=\skip48 | 67 | 67 | \abovecaptionskip=\skip48 | |
\belowcaptionskip=\skip49 | 68 | 68 | \belowcaptionskip=\skip49 | |
\bibindent=\dimen140 | 69 | 69 | \bibindent=\dimen140 | |
) | 70 | 70 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/a4wide/a4wide.sty | 71 | 71 | (/usr/local/texlive/2023/texmf-dist/tex/latex/a4wide/a4wide.sty | |
Package: a4wide 1994/08/30 | 72 | 72 | Package: a4wide 1994/08/30 | |
73 | 73 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/ntgclass/a4.sty | 74 | 74 | (/usr/local/texlive/2023/texmf-dist/tex/latex/ntgclass/a4.sty | |
Package: a4 2023/01/10 v1.2g A4 based page layout | 75 | 75 | Package: a4 2023/01/10 v1.2g A4 based page layout | |
)) | 76 | 76 | )) | |
(./upmethodology-document.sty | 77 | 77 | (./upmethodology-document.sty | |
Package: upmethodology-document 2015/04/24 | 78 | 78 | Package: upmethodology-document 2015/04/24 | |
79 | 79 | |||
**** upmethodology-document is using French language **** | 80 | 80 | **** upmethodology-document is using French language **** | |
(/usr/local/texlive/2023/texmf-dist/tex/generic/babel/babel.sty | 81 | 81 | (/usr/local/texlive/2023/texmf-dist/tex/generic/babel/babel.sty | |
Package: babel 2023/05/11 v3.89 The Babel package | 82 | 82 | Package: babel 2023/05/11 v3.89 The Babel package | |
\babel@savecnt=\count194 | 83 | 83 | \babel@savecnt=\count194 | |
\U@D=\dimen141 | 84 | 84 | \U@D=\dimen141 | |
\l@unhyphenated=\language87 | 85 | 85 | \l@unhyphenated=\language87 | |
86 | 86 | |||
(/usr/local/texlive/2023/texmf-dist/tex/generic/babel/txtbabel.def) | 87 | 87 | (/usr/local/texlive/2023/texmf-dist/tex/generic/babel/txtbabel.def) | |
\bbl@readstream=\read2 | 88 | 88 | \bbl@readstream=\read2 | |
\bbl@dirlevel=\count195 | 89 | 89 | \bbl@dirlevel=\count195 | |
90 | 90 | |||
(/usr/local/texlive/2023/texmf-dist/tex/generic/babel-french/french.ldf | 91 | 91 | (/usr/local/texlive/2023/texmf-dist/tex/generic/babel-french/french.ldf | |
Language: french 2023/03/08 v3.5q French support from the babel system | 92 | 92 | Language: french 2023/03/08 v3.5q French support from the babel system | |
Package babel Info: Hyphen rules for 'acadian' set to \l@french | 93 | 93 | Package babel Info: Hyphen rules for 'acadian' set to \l@french | |
(babel) (\language29). Reported on input line 91. | 94 | 94 | (babel) (\language29). Reported on input line 91. | |
Package babel Info: Hyphen rules for 'canadien' set to \l@french | 95 | 95 | Package babel Info: Hyphen rules for 'canadien' set to \l@french | |
(babel) (\language29). Reported on input line 92. | 96 | 96 | (babel) (\language29). Reported on input line 92. | |
\FB@nonchar=\count196 | 97 | 97 | \FB@nonchar=\count196 | |
Package babel Info: Making : an active character on input line 395. | 98 | 98 | Package babel Info: Making : an active character on input line 395. | |
Package babel Info: Making ; an active character on input line 396. | 99 | 99 | Package babel Info: Making ; an active character on input line 396. | |
Package babel Info: Making ! an active character on input line 397. | 100 | 100 | Package babel Info: Making ! an active character on input line 397. | |
Package babel Info: Making ? an active character on input line 398. | 101 | 101 | Package babel Info: Making ? an active character on input line 398. | |
\FBguill@level=\count197 | 102 | 102 | \FBguill@level=\count197 | |
\FBold@everypar=\toks16 | 103 | 103 | \FBold@everypar=\toks16 | |
\FB@Mht=\dimen142 | 104 | 104 | \FB@Mht=\dimen142 | |
\mc@charclass=\count198 | 105 | 105 | \mc@charclass=\count198 | |
\mc@charfam=\count199 | 106 | 106 | \mc@charfam=\count199 | |
\mc@charslot=\count266 | 107 | 107 | \mc@charslot=\count266 | |
\std@mcc=\count267 | 108 | 108 | \std@mcc=\count267 | |
\dec@mcc=\count268 | 109 | 109 | \dec@mcc=\count268 | |
\FB@parskip=\dimen143 | 110 | 110 | \FB@parskip=\dimen143 | |
\listindentFB=\dimen144 | 111 | 111 | \listindentFB=\dimen144 | |
\descindentFB=\dimen145 | 112 | 112 | \descindentFB=\dimen145 | |
\labelindentFB=\dimen146 | 113 | 113 | \labelindentFB=\dimen146 | |
\labelwidthFB=\dimen147 | 114 | 114 | \labelwidthFB=\dimen147 | |
\leftmarginFB=\dimen148 | 115 | 115 | \leftmarginFB=\dimen148 | |
\parindentFFN=\dimen149 | 116 | 116 | \parindentFFN=\dimen149 | |
\FBfnindent=\dimen150 | 117 | 117 | \FBfnindent=\dimen150 | |
) | 118 | 118 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/generic/babel-french/frenchb.ldf | 119 | 119 | (/usr/local/texlive/2023/texmf-dist/tex/generic/babel-french/frenchb.ldf | |
Language: frenchb 2023/03/08 v3.5q French support from the babel system | 120 | 120 | Language: frenchb 2023/03/08 v3.5q French support from the babel system | |
121 | 121 | |||
122 | 122 | |||
Package babel-french Warning: Option `frenchb' for Babel is *deprecated*, | 123 | 123 | Package babel-french Warning: Option `frenchb' for Babel is *deprecated*, | |
(babel-french) it might be removed sooner or later. Please | 124 | 124 | (babel-french) it might be removed sooner or later. Please | |
(babel-french) use `french' instead; reported on input line 35. | 125 | 125 | (babel-french) use `french' instead; reported on input line 35. | |
126 | 126 | |||
(/usr/local/texlive/2023/texmf-dist/tex/generic/babel-french/french.ldf | 127 | 127 | (/usr/local/texlive/2023/texmf-dist/tex/generic/babel-french/french.ldf | |
Language: french 2023/03/08 v3.5q French support from the babel system | 128 | 128 | Language: french 2023/03/08 v3.5q French support from the babel system | |
))) | 129 | 129 | ))) | |
(/usr/local/texlive/2023/texmf-dist/tex/generic/babel/locale/fr/babel-french.te | 130 | 130 | (/usr/local/texlive/2023/texmf-dist/tex/generic/babel/locale/fr/babel-french.te | |
x | 131 | 131 | x | |
Package babel Info: Importing font and identification data for french | 132 | 132 | Package babel Info: Importing font and identification data for french | |
(babel) from babel-fr.ini. Reported on input line 11. | 133 | 133 | (babel) from babel-fr.ini. Reported on input line 11. | |
) (/usr/local/texlive/2023/texmf-dist/tex/latex/carlisle/scalefnt.sty) | 134 | 134 | ) (/usr/local/texlive/2023/texmf-dist/tex/latex/carlisle/scalefnt.sty) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty | 135 | 135 | (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty | |
Package: keyval 2022/05/29 v1.15 key=value parser (DPC) | 136 | 136 | Package: keyval 2022/05/29 v1.15 key=value parser (DPC) | |
\KV@toks@=\toks17 | 137 | 137 | \KV@toks@=\toks17 | |
) | 138 | 138 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/vmargin/vmargin.sty | 139 | 139 | (/usr/local/texlive/2023/texmf-dist/tex/latex/vmargin/vmargin.sty | |
Package: vmargin 2004/07/15 V2.5 set document margins (VK) | 140 | 140 | Package: vmargin 2004/07/15 V2.5 set document margins (VK) | |
141 | 141 | |||
Package: vmargin 2004/07/15 V2.5 set document margins (VK) | 142 | 142 | Package: vmargin 2004/07/15 V2.5 set document margins (VK) | |
\PaperWidth=\dimen151 | 143 | 143 | \PaperWidth=\dimen151 | |
\PaperHeight=\dimen152 | 144 | 144 | \PaperHeight=\dimen152 | |
) (./upmethodology-extension.sty | 145 | 145 | ) (./upmethodology-extension.sty | |
Package: upmethodology-extension 2012/09/21 | 146 | 146 | Package: upmethodology-extension 2012/09/21 | |
\upmext@tmp@putx=\skip50 | 147 | 147 | \upmext@tmp@putx=\skip50 | |
148 | 148 | |||
*** define extension value frontillustrationsize **** | 149 | 149 | *** define extension value frontillustrationsize **** | |
*** define extension value watermarksize **** | 150 | 150 | *** define extension value watermarksize **** | |
*** undefine extension value publisher **** | 151 | 151 | *** undefine extension value publisher **** | |
*** undefine extension value copyrighter **** | 152 | 152 | *** undefine extension value copyrighter **** | |
*** undefine extension value printedin ****) | 153 | 153 | *** undefine extension value printedin ****) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.s | 154 | 154 | (/usr/local/texlive/2023/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.s | |
ty | 155 | 155 | ty | |
Package: upmethodology-fmt 2022/10/04 | 156 | 156 | Package: upmethodology-fmt 2022/10/04 | |
**** upmethodology-fmt is using French language **** | 157 | 157 | **** upmethodology-fmt is using French language **** | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty | 158 | 158 | (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty | |
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR) | 159 | 159 | Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR) | |
160 | 160 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty | 161 | 161 | (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty | |
Package: graphics 2022/03/10 v1.4e Standard LaTeX Graphics (DPC,SPQR) | 162 | 162 | Package: graphics 2022/03/10 v1.4e Standard LaTeX Graphics (DPC,SPQR) | |
163 | 163 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty | 164 | 164 | (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty | |
Package: trig 2021/08/11 v1.11 sin cos tan (DPC) | 165 | 165 | Package: trig 2021/08/11 v1.11 sin cos tan (DPC) | |
) | 166 | 166 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg | 167 | 167 | (/usr/local/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg | |
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration | 168 | 168 | File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration | |
) | 169 | 169 | ) | |
Package graphics Info: Driver file: pdftex.def on input line 107. | 170 | 170 | Package graphics Info: Driver file: pdftex.def on input line 107. | |
) | 171 | 171 | ) | |
\Gin@req@height=\dimen153 | 172 | 172 | \Gin@req@height=\dimen153 | |
\Gin@req@width=\dimen154 | 173 | 173 | \Gin@req@width=\dimen154 | |
) | 174 | 174 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/caption/subcaption.sty | 175 | 175 | (/usr/local/texlive/2023/texmf-dist/tex/latex/caption/subcaption.sty | |
Package: subcaption 2023/02/19 v1.6 Sub-captions (AR) | 176 | 176 | Package: subcaption 2023/02/19 v1.6 Sub-captions (AR) | |
177 | 177 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/caption/caption.sty | 178 | 178 | (/usr/local/texlive/2023/texmf-dist/tex/latex/caption/caption.sty | |
Package: caption 2023/03/12 v3.6j Customizing captions (AR) | 179 | 179 | Package: caption 2023/03/12 v3.6j Customizing captions (AR) | |
180 | 180 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/caption/caption3.sty | 181 | 181 | (/usr/local/texlive/2023/texmf-dist/tex/latex/caption/caption3.sty | |
Package: caption3 2023/03/12 v2.4 caption3 kernel (AR) | 182 | 182 | Package: caption3 2023/03/12 v2.4 caption3 kernel (AR) | |
\caption@tempdima=\dimen155 | 183 | 183 | \caption@tempdima=\dimen155 | |
\captionmargin=\dimen156 | 184 | 184 | \captionmargin=\dimen156 | |
\caption@leftmargin=\dimen157 | 185 | 185 | \caption@leftmargin=\dimen157 | |
\caption@rightmargin=\dimen158 | 186 | 186 | \caption@rightmargin=\dimen158 | |
\caption@width=\dimen159 | 187 | 187 | \caption@width=\dimen159 | |
\caption@indent=\dimen160 | 188 | 188 | \caption@indent=\dimen160 | |
\caption@parindent=\dimen161 | 189 | 189 | \caption@parindent=\dimen161 | |
\caption@hangindent=\dimen162 | 190 | 190 | \caption@hangindent=\dimen162 | |
Package caption Info: Standard document class detected. | 191 | 191 | Package caption Info: Standard document class detected. | |
Package caption Info: french babel package is loaded. | 192 | 192 | Package caption Info: french babel package is loaded. | |
) | 193 | 193 | ) | |
\c@caption@flags=\count269 | 194 | 194 | \c@caption@flags=\count269 | |
\c@continuedfloat=\count270 | 195 | 195 | \c@continuedfloat=\count270 | |
) | 196 | 196 | ) | |
Package caption Info: New subtype `subfigure' on input line 239. | 197 | 197 | Package caption Info: New subtype `subfigure' on input line 239. | |
\c@subfigure=\count271 | 198 | 198 | \c@subfigure=\count271 | |
Package caption Info: New subtype `subtable' on input line 239. | 199 | 199 | Package caption Info: New subtype `subtable' on input line 239. | |
\c@subtable=\count272 | 200 | 200 | \c@subtable=\count272 | |
) | 201 | 201 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/tools/tabularx.sty | 202 | 202 | (/usr/local/texlive/2023/texmf-dist/tex/latex/tools/tabularx.sty | |
Package: tabularx 2020/01/15 v2.11c `tabularx' package (DPC) | 203 | 203 | Package: tabularx 2020/01/15 v2.11c `tabularx' package (DPC) | |
204 | 204 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/tools/array.sty | 205 | 205 | (/usr/local/texlive/2023/texmf-dist/tex/latex/tools/array.sty | |
Package: array 2022/09/04 v2.5g Tabular extension package (FMi) | 206 | 206 | Package: array 2022/09/04 v2.5g Tabular extension package (FMi) | |
\col@sep=\dimen163 | 207 | 207 | \col@sep=\dimen163 | |
\ar@mcellbox=\box51 | 208 | 208 | \ar@mcellbox=\box51 | |
\extrarowheight=\dimen164 | 209 | 209 | \extrarowheight=\dimen164 | |
\NC@list=\toks18 | 210 | 210 | \NC@list=\toks18 | |
\extratabsurround=\skip51 | 211 | 211 | \extratabsurround=\skip51 | |
\backup@length=\skip52 | 212 | 212 | \backup@length=\skip52 | |
\ar@cellbox=\box52 | 213 | 213 | \ar@cellbox=\box52 | |
) | 214 | 214 | ) | |
\TX@col@width=\dimen165 | 215 | 215 | \TX@col@width=\dimen165 | |
\TX@old@table=\dimen166 | 216 | 216 | \TX@old@table=\dimen166 | |
\TX@old@col=\dimen167 | 217 | 217 | \TX@old@col=\dimen167 | |
\TX@target=\dimen168 | 218 | 218 | \TX@target=\dimen168 | |
\TX@delta=\dimen169 | 219 | 219 | \TX@delta=\dimen169 | |
\TX@cols=\count273 | 220 | 220 | \TX@cols=\count273 | |
\TX@ftn=\toks19 | 221 | 221 | \TX@ftn=\toks19 | |
) | 222 | 222 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/tools/multicol.sty | 223 | 223 | (/usr/local/texlive/2023/texmf-dist/tex/latex/tools/multicol.sty | |
Package: multicol 2021/11/30 v1.9d multicolumn formatting (FMi) | 224 | 224 | Package: multicol 2021/11/30 v1.9d multicolumn formatting (FMi) | |
\c@tracingmulticols=\count274 | 225 | 225 | \c@tracingmulticols=\count274 | |
\mult@box=\box53 | 226 | 226 | \mult@box=\box53 | |
\multicol@leftmargin=\dimen170 | 227 | 227 | \multicol@leftmargin=\dimen170 | |
\c@unbalance=\count275 | 228 | 228 | \c@unbalance=\count275 | |
\c@collectmore=\count276 | 229 | 229 | \c@collectmore=\count276 | |
\doublecol@number=\count277 | 230 | 230 | \doublecol@number=\count277 | |
\multicoltolerance=\count278 | 231 | 231 | \multicoltolerance=\count278 | |
\multicolpretolerance=\count279 | 232 | 232 | \multicolpretolerance=\count279 | |
\full@width=\dimen171 | 233 | 233 | \full@width=\dimen171 | |
\page@free=\dimen172 | 234 | 234 | \page@free=\dimen172 | |
\premulticols=\dimen173 | 235 | 235 | \premulticols=\dimen173 | |
\postmulticols=\dimen174 | 236 | 236 | \postmulticols=\dimen174 | |
\multicolsep=\skip53 | 237 | 237 | \multicolsep=\skip53 | |
\multicolbaselineskip=\skip54 | 238 | 238 | \multicolbaselineskip=\skip54 | |
\partial@page=\box54 | 239 | 239 | \partial@page=\box54 | |
\last@line=\box55 | 240 | 240 | \last@line=\box55 | |
\maxbalancingoverflow=\dimen175 | 241 | 241 | \maxbalancingoverflow=\dimen175 | |
\mult@rightbox=\box56 | 242 | 242 | \mult@rightbox=\box56 | |
\mult@grightbox=\box57 | 243 | 243 | \mult@grightbox=\box57 | |
\mult@firstbox=\box58 | 244 | 244 | \mult@firstbox=\box58 | |
\mult@gfirstbox=\box59 | 245 | 245 | \mult@gfirstbox=\box59 | |
\@tempa=\box60 | 246 | 246 | \@tempa=\box60 | |
\@tempa=\box61 | 247 | 247 | \@tempa=\box61 | |
\@tempa=\box62 | 248 | 248 | \@tempa=\box62 | |
\@tempa=\box63 | 249 | 249 | \@tempa=\box63 | |
\@tempa=\box64 | 250 | 250 | \@tempa=\box64 | |
\@tempa=\box65 | 251 | 251 | \@tempa=\box65 | |
\@tempa=\box66 | 252 | 252 | \@tempa=\box66 | |
\@tempa=\box67 | 253 | 253 | \@tempa=\box67 | |
\@tempa=\box68 | 254 | 254 | \@tempa=\box68 | |
\@tempa=\box69 | 255 | 255 | \@tempa=\box69 | |
\@tempa=\box70 | 256 | 256 | \@tempa=\box70 | |
\@tempa=\box71 | 257 | 257 | \@tempa=\box71 | |
\@tempa=\box72 | 258 | 258 | \@tempa=\box72 | |
\@tempa=\box73 | 259 | 259 | \@tempa=\box73 | |
\@tempa=\box74 | 260 | 260 | \@tempa=\box74 | |
\@tempa=\box75 | 261 | 261 | \@tempa=\box75 | |
\@tempa=\box76 | 262 | 262 | \@tempa=\box76 | |
\@tempa=\box77 | 263 | 263 | \@tempa=\box77 | |
\@tempa=\box78 | 264 | 264 | \@tempa=\box78 | |
\@tempa=\box79 | 265 | 265 | \@tempa=\box79 | |
\@tempa=\box80 | 266 | 266 | \@tempa=\box80 | |
\@tempa=\box81 | 267 | 267 | \@tempa=\box81 | |
\@tempa=\box82 | 268 | 268 | \@tempa=\box82 | |
\@tempa=\box83 | 269 | 269 | \@tempa=\box83 | |
\@tempa=\box84 | 270 | 270 | \@tempa=\box84 | |
\@tempa=\box85 | 271 | 271 | \@tempa=\box85 | |
\@tempa=\box86 | 272 | 272 | \@tempa=\box86 | |
\@tempa=\box87 | 273 | 273 | \@tempa=\box87 | |
\@tempa=\box88 | 274 | 274 | \@tempa=\box88 | |
\@tempa=\box89 | 275 | 275 | \@tempa=\box89 | |
\@tempa=\box90 | 276 | 276 | \@tempa=\box90 | |
\@tempa=\box91 | 277 | 277 | \@tempa=\box91 | |
\@tempa=\box92 | 278 | 278 | \@tempa=\box92 | |
\@tempa=\box93 | 279 | 279 | \@tempa=\box93 | |
\@tempa=\box94 | 280 | 280 | \@tempa=\box94 | |
\@tempa=\box95 | 281 | 281 | \@tempa=\box95 | |
\c@minrows=\count280 | 282 | 282 | \c@minrows=\count280 | |
\c@columnbadness=\count281 | 283 | 283 | \c@columnbadness=\count281 | |
\c@finalcolumnbadness=\count282 | 284 | 284 | \c@finalcolumnbadness=\count282 | |
\last@try=\dimen176 | 285 | 285 | \last@try=\dimen176 | |
\multicolovershoot=\dimen177 | 286 | 286 | \multicolovershoot=\dimen177 | |
\multicolundershoot=\dimen178 | 287 | 287 | \multicolundershoot=\dimen178 | |
\mult@nat@firstbox=\box96 | 288 | 288 | \mult@nat@firstbox=\box96 | |
\colbreak@box=\box97 | 289 | 289 | \colbreak@box=\box97 | |
\mc@col@check@num=\count283 | 290 | 290 | \mc@col@check@num=\count283 | |
) | 291 | 291 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/colortbl/colortbl.sty | 292 | 292 | (/usr/local/texlive/2023/texmf-dist/tex/latex/colortbl/colortbl.sty | |
Package: colortbl 2022/06/20 v1.0f Color table columns (DPC) | 293 | 293 | Package: colortbl 2022/06/20 v1.0f Color table columns (DPC) | |
\everycr=\toks20 | 294 | 294 | \everycr=\toks20 | |
\minrowclearance=\skip55 | 295 | 295 | \minrowclearance=\skip55 | |
\rownum=\count284 | 296 | 296 | \rownum=\count284 | |
) | 297 | 297 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/picinpar/picinpar.sty | 298 | 298 | (/usr/local/texlive/2023/texmf-dist/tex/latex/picinpar/picinpar.sty | |
Pictures in Paragraphs. Version 1.3, November 22, 2022 | 299 | 299 | Pictures in Paragraphs. Version 1.3, November 22, 2022 | |
\br=\count285 | 300 | 300 | \br=\count285 | |
\bl=\count286 | 301 | 301 | \bl=\count286 | |
\na=\count287 | 302 | 302 | \na=\count287 | |
\nb=\count288 | 303 | 303 | \nb=\count288 | |
\tcdsav=\count289 | 304 | 304 | \tcdsav=\count289 | |
\tcl=\count290 | 305 | 305 | \tcl=\count290 | |
\tcd=\count291 | 306 | 306 | \tcd=\count291 | |
\tcn=\count292 | 307 | 307 | \tcn=\count292 | |
\cumtcl=\count293 | 308 | 308 | \cumtcl=\count293 | |
\cumpartcl=\count294 | 309 | 309 | \cumpartcl=\count294 | |
\lftside=\dimen179 | 310 | 310 | \lftside=\dimen179 | |
\rtside=\dimen180 | 311 | 311 | \rtside=\dimen180 | |
\hpic=\dimen181 | 312 | 312 | \hpic=\dimen181 | |
\vpic=\dimen182 | 313 | 313 | \vpic=\dimen182 | |
\strutilg=\dimen183 | 314 | 314 | \strutilg=\dimen183 | |
\picwd=\dimen184 | 315 | 315 | \picwd=\dimen184 | |
\topheight=\dimen185 | 316 | 316 | \topheight=\dimen185 | |
\ilg=\dimen186 | 317 | 317 | \ilg=\dimen186 | |
\lpic=\dimen187 | 318 | 318 | \lpic=\dimen187 | |
\lwindowsep=\dimen188 | 319 | 319 | \lwindowsep=\dimen188 | |
\rwindowsep=\dimen189 | 320 | 320 | \rwindowsep=\dimen189 | |
\cumpar=\dimen190 | 321 | 321 | \cumpar=\dimen190 | |
\twa=\toks21 | 322 | 322 | \twa=\toks21 | |
\la=\toks22 | 323 | 323 | \la=\toks22 | |
\ra=\toks23 | 324 | 324 | \ra=\toks23 | |
\ha=\toks24 | 325 | 325 | \ha=\toks24 | |
\pictoc=\toks25 | 326 | 326 | \pictoc=\toks25 | |
\rawtext=\box98 | 327 | 327 | \rawtext=\box98 | |
\holder=\box99 | 328 | 328 | \holder=\box99 | |
\windowbox=\box100 | 329 | 329 | \windowbox=\box100 | |
\wartext=\box101 | 330 | 330 | \wartext=\box101 | |
\finaltext=\box102 | 331 | 331 | \finaltext=\box102 | |
\aslice=\box103 | 332 | 332 | \aslice=\box103 | |
\bslice=\box104 | 333 | 333 | \bslice=\box104 | |
\wbox=\box105 | 334 | 334 | \wbox=\box105 | |
\wstrutbox=\box106 | 335 | 335 | \wstrutbox=\box106 | |
\picbox=\box107 | 336 | 336 | \picbox=\box107 | |
\waslice=\box108 | 337 | 337 | \waslice=\box108 | |
\wbslice=\box109 | 338 | 338 | \wbslice=\box109 | |
\fslice=\box110 | 339 | 339 | \fslice=\box110 | |
) (/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsmath.sty | 340 | 340 | ) (/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsmath.sty | |
Package: amsmath 2022/04/08 v2.17n AMS math features | 341 | 341 | Package: amsmath 2022/04/08 v2.17n AMS math features | |
\@mathmargin=\skip56 | 342 | 342 | \@mathmargin=\skip56 | |
343 | 343 | |||
For additional information on amsmath, use the `?' option. | 344 | 344 | For additional information on amsmath, use the `?' option. | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amstext.sty | 345 | 345 | (/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amstext.sty | |
Package: amstext 2021/08/26 v2.01 AMS text | 346 | 346 | Package: amstext 2021/08/26 v2.01 AMS text | |
347 | 347 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsgen.sty | 348 | 348 | (/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsgen.sty | |
File: amsgen.sty 1999/11/30 v2.0 generic functions | 349 | 349 | File: amsgen.sty 1999/11/30 v2.0 generic functions | |
\@emptytoks=\toks26 | 350 | 350 | \@emptytoks=\toks26 | |
\ex@=\dimen191 | 351 | 351 | \ex@=\dimen191 | |
)) | 352 | 352 | )) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsbsy.sty | 353 | 353 | (/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsbsy.sty | |
Package: amsbsy 1999/11/29 v1.2d Bold Symbols | 354 | 354 | Package: amsbsy 1999/11/29 v1.2d Bold Symbols | |
\pmbraise@=\dimen192 | 355 | 355 | \pmbraise@=\dimen192 | |
) | 356 | 356 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsopn.sty | 357 | 357 | (/usr/local/texlive/2023/texmf-dist/tex/latex/amsmath/amsopn.sty | |
Package: amsopn 2022/04/08 v2.04 operator names | 358 | 358 | Package: amsopn 2022/04/08 v2.04 operator names | |
) | 359 | 359 | ) | |
\inf@bad=\count295 | 360 | 360 | \inf@bad=\count295 | |
LaTeX Info: Redefining \frac on input line 234. | 361 | 361 | LaTeX Info: Redefining \frac on input line 234. | |
\uproot@=\count296 | 362 | 362 | \uproot@=\count296 | |
\leftroot@=\count297 | 363 | 363 | \leftroot@=\count297 | |
LaTeX Info: Redefining \overline on input line 399. | 364 | 364 | LaTeX Info: Redefining \overline on input line 399. | |
LaTeX Info: Redefining \colon on input line 410. | 365 | 365 | LaTeX Info: Redefining \colon on input line 410. | |
\classnum@=\count298 | 366 | 366 | \classnum@=\count298 | |
\DOTSCASE@=\count299 | 367 | 367 | \DOTSCASE@=\count299 | |
LaTeX Info: Redefining \ldots on input line 496. | 368 | 368 | LaTeX Info: Redefining \ldots on input line 496. | |
LaTeX Info: Redefining \dots on input line 499. | 369 | 369 | LaTeX Info: Redefining \dots on input line 499. | |
LaTeX Info: Redefining \cdots on input line 620. | 370 | 370 | LaTeX Info: Redefining \cdots on input line 620. | |
\Mathstrutbox@=\box111 | 371 | 371 | \Mathstrutbox@=\box111 | |
\strutbox@=\box112 | 372 | 372 | \strutbox@=\box112 | |
LaTeX Info: Redefining \big on input line 722. | 373 | 373 | LaTeX Info: Redefining \big on input line 722. | |
LaTeX Info: Redefining \Big on input line 723. | 374 | 374 | LaTeX Info: Redefining \Big on input line 723. | |
LaTeX Info: Redefining \bigg on input line 724. | 375 | 375 | LaTeX Info: Redefining \bigg on input line 724. | |
LaTeX Info: Redefining \Bigg on input line 725. | 376 | 376 | LaTeX Info: Redefining \Bigg on input line 725. | |
\big@size=\dimen193 | 377 | 377 | \big@size=\dimen193 | |
LaTeX Font Info: Redeclaring font encoding OML on input line 743. | 378 | 378 | LaTeX Font Info: Redeclaring font encoding OML on input line 743. | |
LaTeX Font Info: Redeclaring font encoding OMS on input line 744. | 379 | 379 | LaTeX Font Info: Redeclaring font encoding OMS on input line 744. | |
\macc@depth=\count300 | 380 | 380 | \macc@depth=\count300 | |
LaTeX Info: Redefining \bmod on input line 905. | 381 | 381 | LaTeX Info: Redefining \bmod on input line 905. | |
LaTeX Info: Redefining \pmod on input line 910. | 382 | 382 | LaTeX Info: Redefining \pmod on input line 910. | |
LaTeX Info: Redefining \smash on input line 940. | 383 | 383 | LaTeX Info: Redefining \smash on input line 940. | |
LaTeX Info: Redefining \relbar on input line 970. | 384 | 384 | LaTeX Info: Redefining \relbar on input line 970. | |
LaTeX Info: Redefining \Relbar on input line 971. | 385 | 385 | LaTeX Info: Redefining \Relbar on input line 971. | |
\c@MaxMatrixCols=\count301 | 386 | 386 | \c@MaxMatrixCols=\count301 | |
\dotsspace@=\muskip16 | 387 | 387 | \dotsspace@=\muskip16 | |
\c@parentequation=\count302 | 388 | 388 | \c@parentequation=\count302 | |
\dspbrk@lvl=\count303 | 389 | 389 | \dspbrk@lvl=\count303 | |
\tag@help=\toks27 | 390 | 390 | \tag@help=\toks27 | |
\row@=\count304 | 391 | 391 | \row@=\count304 | |
\column@=\count305 | 392 | 392 | \column@=\count305 | |
\maxfields@=\count306 | 393 | 393 | \maxfields@=\count306 | |
\andhelp@=\toks28 | 394 | 394 | \andhelp@=\toks28 | |
\eqnshift@=\dimen194 | 395 | 395 | \eqnshift@=\dimen194 | |
\alignsep@=\dimen195 | 396 | 396 | \alignsep@=\dimen195 | |
\tagshift@=\dimen196 | 397 | 397 | \tagshift@=\dimen196 | |
\tagwidth@=\dimen197 | 398 | 398 | \tagwidth@=\dimen197 | |
\totwidth@=\dimen198 | 399 | 399 | \totwidth@=\dimen198 | |
\lineht@=\dimen199 | 400 | 400 | \lineht@=\dimen199 | |
\@envbody=\toks29 | 401 | 401 | \@envbody=\toks29 | |
\multlinegap=\skip57 | 402 | 402 | \multlinegap=\skip57 | |
\multlinetaggap=\skip58 | 403 | 403 | \multlinetaggap=\skip58 | |
\mathdisplay@stack=\toks30 | 404 | 404 | \mathdisplay@stack=\toks30 | |
LaTeX Info: Redefining \[ on input line 2953. | 405 | 405 | LaTeX Info: Redefining \[ on input line 2953. | |
LaTeX Info: Redefining \] on input line 2954. | 406 | 406 | LaTeX Info: Redefining \] on input line 2954. | |
) | 407 | 407 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/amscls/amsthm.sty | 408 | 408 | (/usr/local/texlive/2023/texmf-dist/tex/latex/amscls/amsthm.sty | |
Package: amsthm 2020/05/29 v2.20.6 | 409 | 409 | Package: amsthm 2020/05/29 v2.20.6 | |
\thm@style=\toks31 | 410 | 410 | \thm@style=\toks31 | |
\thm@bodyfont=\toks32 | 411 | 411 | \thm@bodyfont=\toks32 | |
\thm@headfont=\toks33 | 412 | 412 | \thm@headfont=\toks33 | |
\thm@notefont=\toks34 | 413 | 413 | \thm@notefont=\toks34 | |
\thm@headpunct=\toks35 | 414 | 414 | \thm@headpunct=\toks35 | |
\thm@preskip=\skip59 | 415 | 415 | \thm@preskip=\skip59 | |
\thm@postskip=\skip60 | 416 | 416 | \thm@postskip=\skip60 | |
\thm@headsep=\skip61 | 417 | 417 | \thm@headsep=\skip61 | |
\dth@everypar=\toks36 | 418 | 418 | \dth@everypar=\toks36 | |
) | 419 | 419 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thmtools.sty | 420 | 420 | (/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thmtools.sty | |
Package: thmtools 2023/05/04 v0.76 | 421 | 421 | Package: thmtools 2023/05/04 v0.76 | |
\thmt@toks=\toks37 | 422 | 422 | \thmt@toks=\toks37 | |
\c@thmt@dummyctr=\count307 | 423 | 423 | \c@thmt@dummyctr=\count307 | |
424 | 424 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thm-patch.sty | 425 | 425 | (/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thm-patch.sty | |
Package: thm-patch 2023/05/04 v0.76 | 426 | 426 | Package: thm-patch 2023/05/04 v0.76 | |
427 | 427 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/parseargs.sty | 428 | 428 | (/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/parseargs.sty | |
Package: parseargs 2023/05/04 v0.76 | 429 | 429 | Package: parseargs 2023/05/04 v0.76 | |
\@parsespec=\toks38 | 430 | 430 | \@parsespec=\toks38 | |
)) | 431 | 431 | )) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thm-kv.sty | 432 | 432 | (/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thm-kv.sty | |
Package: thm-kv 2023/05/04 v0.76 | 433 | 433 | Package: thm-kv 2023/05/04 v0.76 | |
Package thm-kv Info: Theorem names will be uppercased on input line 42. | 434 | 434 | Package thm-kv Info: Theorem names will be uppercased on input line 42. | |
435 | 435 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty | 436 | 436 | (/usr/local/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty | |
Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO) | 437 | 437 | Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO) | |
) | 438 | 438 | ) | |
Package thm-kv Info: kvsetkeys patch (v1.16 or later) on input line 158. | 439 | 439 | Package thm-kv Info: kvsetkeys patch (v1.16 or later) on input line 158. | |
) | 440 | 440 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thm-autoref.sty | 441 | 441 | (/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thm-autoref.sty | |
Package: thm-autoref 2023/05/04 v0.76 | 442 | 442 | Package: thm-autoref 2023/05/04 v0.76 | |
443 | 443 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/aliasctr.sty | 444 | 444 | (/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/aliasctr.sty | |
Package: aliasctr 2023/05/04 v0.76 | 445 | 445 | Package: aliasctr 2023/05/04 v0.76 | |
)) | 446 | 446 | )) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thm-listof.sty | 447 | 447 | (/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thm-listof.sty | |
Package: thm-listof 2023/05/04 v0.76 | 448 | 448 | Package: thm-listof 2023/05/04 v0.76 | |
) | 449 | 449 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thm-restate.sty | 450 | 450 | (/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thm-restate.sty | |
Package: thm-restate 2023/05/04 v0.76 | 451 | 451 | Package: thm-restate 2023/05/04 v0.76 | |
) | 452 | 452 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thm-amsthm.sty | 453 | 453 | (/usr/local/texlive/2023/texmf-dist/tex/latex/thmtools/thm-amsthm.sty | |
Package: thm-amsthm 2023/05/04 v0.76 | 454 | 454 | Package: thm-amsthm 2023/05/04 v0.76 | |
\thmt@style@headstyle=\toks39 | 455 | 455 | \thmt@style@headstyle=\toks39 | |
)) | 456 | 456 | )) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/pifont.sty | 457 | 457 | (/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/pifont.sty | |
Package: pifont 2020/03/25 PSNFSS-v9.3 Pi font support (SPQR) | 458 | 458 | Package: pifont 2020/03/25 PSNFSS-v9.3 Pi font support (SPQR) | |
LaTeX Font Info: Trying to load font information for U+pzd on input line 63. | 459 | 459 | LaTeX Font Info: Trying to load font information for U+pzd on input line 63. | |
460 | 460 | |||
461 | 461 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/upzd.fd | 462 | 462 | (/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/upzd.fd | |
File: upzd.fd 2001/06/04 font definitions for U/pzd. | 463 | 463 | File: upzd.fd 2001/06/04 font definitions for U/pzd. | |
) | 464 | 464 | ) | |
LaTeX Font Info: Trying to load font information for U+psy on input line 64. | 465 | 465 | LaTeX Font Info: Trying to load font information for U+psy on input line 64. | |
466 | 466 | |||
467 | 467 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/upsy.fd | 468 | 468 | (/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/upsy.fd | |
File: upsy.fd 2001/06/04 font definitions for U/psy. | 469 | 469 | File: upsy.fd 2001/06/04 font definitions for U/psy. | |
)) | 470 | 470 | )) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/setspace/setspace.sty | 471 | 471 | (/usr/local/texlive/2023/texmf-dist/tex/latex/setspace/setspace.sty | |
Package: setspace 2022/12/04 v6.7b set line spacing | 472 | 472 | Package: setspace 2022/12/04 v6.7b set line spacing | |
) | 473 | 473 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/tools/varioref.sty | 474 | 474 | (/usr/local/texlive/2023/texmf-dist/tex/latex/tools/varioref.sty | |
Package: varioref 2022/01/09 v1.6f package for extended references (FMi) | 475 | 475 | Package: varioref 2022/01/09 v1.6f package for extended references (FMi) | |
\c@vrcnt=\count308 | 476 | 476 | \c@vrcnt=\count308 | |
) | 477 | 477 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/txfonts.sty | 478 | 478 | (/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/txfonts.sty | |
Package: txfonts 2008/01/22 v3.2.1 | 479 | 479 | Package: txfonts 2008/01/22 v3.2.1 | |
LaTeX Font Info: Redeclaring symbol font `operators' on input line 21. | 480 | 480 | LaTeX Font Info: Redeclaring symbol font `operators' on input line 21. | |
LaTeX Font Info: Overwriting symbol font `operators' in version `normal' | 481 | 481 | LaTeX Font Info: Overwriting symbol font `operators' in version `normal' | |
(Font) OT1/cmr/m/n --> OT1/txr/m/n on input line 21. | 482 | 482 | (Font) OT1/cmr/m/n --> OT1/txr/m/n on input line 21. | |
LaTeX Font Info: Overwriting symbol font `operators' in version `bold' | 483 | 483 | LaTeX Font Info: Overwriting symbol font `operators' in version `bold' | |
(Font) OT1/cmr/bx/n --> OT1/txr/m/n on input line 21. | 484 | 484 | (Font) OT1/cmr/bx/n --> OT1/txr/m/n on input line 21. | |
LaTeX Font Info: Overwriting symbol font `operators' in version `bold' | 485 | 485 | LaTeX Font Info: Overwriting symbol font `operators' in version `bold' | |
(Font) OT1/txr/m/n --> OT1/txr/bx/n on input line 22. | 486 | 486 | (Font) OT1/txr/m/n --> OT1/txr/bx/n on input line 22. | |
\symitalic=\mathgroup4 | 487 | 487 | \symitalic=\mathgroup4 | |
LaTeX Font Info: Overwriting symbol font `italic' in version `bold' | 488 | 488 | LaTeX Font Info: Overwriting symbol font `italic' in version `bold' | |
(Font) OT1/txr/m/it --> OT1/txr/bx/it on input line 26. | 489 | 489 | (Font) OT1/txr/m/it --> OT1/txr/bx/it on input line 26. | |
LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 29. | 490 | 490 | LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 29. | |
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' | 491 | 491 | LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' | |
(Font) OT1/cmr/bx/n --> OT1/txr/bx/n on input line 29. | 492 | 492 | (Font) OT1/cmr/bx/n --> OT1/txr/bx/n on input line 29. | |
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' | 493 | 493 | LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' | |
(Font) OT1/cmr/bx/n --> OT1/txr/bx/n on input line 29. | 494 | 494 | (Font) OT1/cmr/bx/n --> OT1/txr/bx/n on input line 29. | |
LaTeX Font Info: Redeclaring math alphabet \mathit on input line 30. | 495 | 495 | LaTeX Font Info: Redeclaring math alphabet \mathit on input line 30. | |
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' | 496 | 496 | LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' | |
(Font) OT1/cmr/m/it --> OT1/txr/m/it on input line 30. | 497 | 497 | (Font) OT1/cmr/m/it --> OT1/txr/m/it on input line 30. | |
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' | 498 | 498 | LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' | |
(Font) OT1/cmr/bx/it --> OT1/txr/m/it on input line 30. | 499 | 499 | (Font) OT1/cmr/bx/it --> OT1/txr/m/it on input line 30. | |
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' | 500 | 500 | LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' | |
(Font) OT1/txr/m/it --> OT1/txr/bx/it on input line 31. | 501 | 501 | (Font) OT1/txr/m/it --> OT1/txr/bx/it on input line 31. | |
LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 40. | 502 | 502 | LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 40. | |
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' | 503 | 503 | LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' | |
(Font) OT1/cmss/m/n --> OT1/txss/m/n on input line 40. | 504 | 504 | (Font) OT1/cmss/m/n --> OT1/txss/m/n on input line 40. | |
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' | 505 | 505 | LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' | |
(Font) OT1/cmss/bx/n --> OT1/txss/m/n on input line 40. | 506 | 506 | (Font) OT1/cmss/bx/n --> OT1/txss/m/n on input line 40. | |
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' | 507 | 507 | LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' | |
(Font) OT1/txss/m/n --> OT1/txss/b/n on input line 41. | 508 | 508 | (Font) OT1/txss/m/n --> OT1/txss/b/n on input line 41. | |
LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 50. | 509 | 509 | LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 50. | |
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' | 510 | 510 | LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' | |
(Font) OT1/cmtt/m/n --> OT1/txtt/m/n on input line 50. | 511 | 511 | (Font) OT1/cmtt/m/n --> OT1/txtt/m/n on input line 50. | |
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' | 512 | 512 | LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' | |
(Font) OT1/cmtt/m/n --> OT1/txtt/m/n on input line 50. | 513 | 513 | (Font) OT1/cmtt/m/n --> OT1/txtt/m/n on input line 50. | |
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' | 514 | 514 | LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' | |
(Font) OT1/txtt/m/n --> OT1/txtt/b/n on input line 51. | 515 | 515 | (Font) OT1/txtt/m/n --> OT1/txtt/b/n on input line 51. | |
LaTeX Font Info: Redeclaring symbol font `letters' on input line 58. | 516 | 516 | LaTeX Font Info: Redeclaring symbol font `letters' on input line 58. | |
LaTeX Font Info: Overwriting symbol font `letters' in version `normal' | 517 | 517 | LaTeX Font Info: Overwriting symbol font `letters' in version `normal' | |
(Font) OML/cmm/m/it --> OML/txmi/m/it on input line 58. | 518 | 518 | (Font) OML/cmm/m/it --> OML/txmi/m/it on input line 58. | |
LaTeX Font Info: Overwriting symbol font `letters' in version `bold' | 519 | 519 | LaTeX Font Info: Overwriting symbol font `letters' in version `bold' | |
(Font) OML/cmm/b/it --> OML/txmi/m/it on input line 58. | 520 | 520 | (Font) OML/cmm/b/it --> OML/txmi/m/it on input line 58. | |
LaTeX Font Info: Overwriting symbol font `letters' in version `bold' | 521 | 521 | LaTeX Font Info: Overwriting symbol font `letters' in version `bold' | |
(Font) OML/txmi/m/it --> OML/txmi/bx/it on input line 59. | 522 | 522 | (Font) OML/txmi/m/it --> OML/txmi/bx/it on input line 59. | |
\symlettersA=\mathgroup5 | 523 | 523 | \symlettersA=\mathgroup5 | |
LaTeX Font Info: Overwriting symbol font `lettersA' in version `bold' | 524 | 524 | LaTeX Font Info: Overwriting symbol font `lettersA' in version `bold' | |
(Font) U/txmia/m/it --> U/txmia/bx/it on input line 67. | 525 | 525 | (Font) U/txmia/m/it --> U/txmia/bx/it on input line 67. | |
LaTeX Font Info: Redeclaring symbol font `symbols' on input line 77. | 526 | 526 | LaTeX Font Info: Redeclaring symbol font `symbols' on input line 77. | |
LaTeX Font Info: Overwriting symbol font `symbols' in version `normal' | 527 | 527 | LaTeX Font Info: Overwriting symbol font `symbols' in version `normal' | |
(Font) OMS/cmsy/m/n --> OMS/txsy/m/n on input line 77. | 528 | 528 | (Font) OMS/cmsy/m/n --> OMS/txsy/m/n on input line 77. | |
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold' | 529 | 529 | LaTeX Font Info: Overwriting symbol font `symbols' in version `bold' | |
(Font) OMS/cmsy/b/n --> OMS/txsy/m/n on input line 77. | 530 | 530 | (Font) OMS/cmsy/b/n --> OMS/txsy/m/n on input line 77. | |
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold' | 531 | 531 | LaTeX Font Info: Overwriting symbol font `symbols' in version `bold' | |
(Font) OMS/txsy/m/n --> OMS/txsy/bx/n on input line 78. | 532 | 532 | (Font) OMS/txsy/m/n --> OMS/txsy/bx/n on input line 78. | |
\symAMSa=\mathgroup6 | 533 | 533 | \symAMSa=\mathgroup6 | |
LaTeX Font Info: Overwriting symbol font `AMSa' in version `bold' | 534 | 534 | LaTeX Font Info: Overwriting symbol font `AMSa' in version `bold' | |
(Font) U/txsya/m/n --> U/txsya/bx/n on input line 94. | 535 | 535 | (Font) U/txsya/m/n --> U/txsya/bx/n on input line 94. | |
\symAMSb=\mathgroup7 | 536 | 536 | \symAMSb=\mathgroup7 | |
LaTeX Font Info: Overwriting symbol font `AMSb' in version `bold' | 537 | 537 | LaTeX Font Info: Overwriting symbol font `AMSb' in version `bold' | |
(Font) U/txsyb/m/n --> U/txsyb/bx/n on input line 103. | 538 | 538 | (Font) U/txsyb/m/n --> U/txsyb/bx/n on input line 103. | |
\symsymbolsC=\mathgroup8 | 539 | 539 | \symsymbolsC=\mathgroup8 | |
LaTeX Font Info: Overwriting symbol font `symbolsC' in version `bold' | 540 | 540 | LaTeX Font Info: Overwriting symbol font `symbolsC' in version `bold' | |
(Font) U/txsyc/m/n --> U/txsyc/bx/n on input line 113. | 541 | 541 | (Font) U/txsyc/m/n --> U/txsyc/bx/n on input line 113. | |
LaTeX Font Info: Redeclaring symbol font `largesymbols' on input line 120. | 542 | 542 | LaTeX Font Info: Redeclaring symbol font `largesymbols' on input line 120. | |
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal' | 543 | 543 | LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal' | |
(Font) OMX/cmex/m/n --> OMX/txex/m/n on input line 120. | 544 | 544 | (Font) OMX/cmex/m/n --> OMX/txex/m/n on input line 120. | |
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold' | 545 | 545 | LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold' | |
(Font) OMX/cmex/m/n --> OMX/txex/m/n on input line 120. | 546 | 546 | (Font) OMX/cmex/m/n --> OMX/txex/m/n on input line 120. | |
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold' | 547 | 547 | LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold' | |
(Font) OMX/txex/m/n --> OMX/txex/bx/n on input line 121. | 548 | 548 | (Font) OMX/txex/m/n --> OMX/txex/bx/n on input line 121. | |
\symlargesymbolsA=\mathgroup9 | 549 | 549 | \symlargesymbolsA=\mathgroup9 | |
LaTeX Font Info: Overwriting symbol font `largesymbolsA' in version `bold' | 550 | 550 | LaTeX Font Info: Overwriting symbol font `largesymbolsA' in version `bold' | |
(Font) U/txexa/m/n --> U/txexa/bx/n on input line 129. | 551 | 551 | (Font) U/txexa/m/n --> U/txexa/bx/n on input line 129. | |
LaTeX Font Info: Redeclaring math symbol \mathsterling on input line 164. | 552 | 552 | LaTeX Font Info: Redeclaring math symbol \mathsterling on input line 164. | |
LaTeX Font Info: Redeclaring math symbol \hbar on input line 591. | 553 | 553 | LaTeX Font Info: Redeclaring math symbol \hbar on input line 591. | |
LaTeX Info: Redefining \not on input line 1043. | 554 | 554 | LaTeX Info: Redefining \not on input line 1043. | |
LaTeX Info: Redefining \textsquare on input line 1063. | 555 | 555 | LaTeX Info: Redefining \textsquare on input line 1063. | |
LaTeX Info: Redefining \openbox on input line 1064. | 556 | 556 | LaTeX Info: Redefining \openbox on input line 1064. | |
) | 557 | 557 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/relsize/relsize.sty | 558 | 558 | (/usr/local/texlive/2023/texmf-dist/tex/latex/relsize/relsize.sty | |
Package: relsize 2013/03/29 ver 4.1 | 559 | 559 | Package: relsize 2013/03/29 ver 4.1 | |
) | 560 | 560 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/xkeyval/xkeyval.sty | 561 | 561 | (/usr/local/texlive/2023/texmf-dist/tex/latex/xkeyval/xkeyval.sty | |
Package: xkeyval 2022/06/16 v2.9 package option processing (HA) | 562 | 562 | Package: xkeyval 2022/06/16 v2.9 package option processing (HA) | |
563 | 563 | |||
(/usr/local/texlive/2023/texmf-dist/tex/generic/xkeyval/xkeyval.tex | 564 | 564 | (/usr/local/texlive/2023/texmf-dist/tex/generic/xkeyval/xkeyval.tex | |
(/usr/local/texlive/2023/texmf-dist/tex/generic/xkeyval/xkvutils.tex | 565 | 565 | (/usr/local/texlive/2023/texmf-dist/tex/generic/xkeyval/xkvutils.tex | |
\XKV@toks=\toks40 | 566 | 566 | \XKV@toks=\toks40 | |
\XKV@tempa@toks=\toks41 | 567 | 567 | \XKV@tempa@toks=\toks41 | |
) | 568 | 568 | ) | |
\XKV@depth=\count309 | 569 | 569 | \XKV@depth=\count309 | |
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) | 570 | 570 | File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) | |
)) | 571 | 571 | )) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/hyphenat/hyphenat.sty | 572 | 572 | (/usr/local/texlive/2023/texmf-dist/tex/latex/hyphenat/hyphenat.sty | |
Package: hyphenat 2009/09/02 v2.3c hyphenation utilities | 573 | 573 | Package: hyphenat 2009/09/02 v2.3c hyphenation utilities | |
\langwohyphens=\language88 | 574 | 574 | \langwohyphens=\language88 | |
LaTeX Info: Redefining \_ on input line 43. | 575 | 575 | LaTeX Info: Redefining \_ on input line 43. | |
) | 576 | 576 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/bbm-macros/bbm.sty | 577 | 577 | (/usr/local/texlive/2023/texmf-dist/tex/latex/bbm-macros/bbm.sty | |
Package: bbm 1999/03/15 V 1.2 provides fonts for set symbols - TH | 578 | 578 | Package: bbm 1999/03/15 V 1.2 provides fonts for set symbols - TH | |
LaTeX Font Info: Overwriting math alphabet `\mathbbm' in version `bold' | 579 | 579 | LaTeX Font Info: Overwriting math alphabet `\mathbbm' in version `bold' | |
(Font) U/bbm/m/n --> U/bbm/bx/n on input line 33. | 580 | 580 | (Font) U/bbm/m/n --> U/bbm/bx/n on input line 33. | |
LaTeX Font Info: Overwriting math alphabet `\mathbbmss' in version `bold' | 581 | 581 | LaTeX Font Info: Overwriting math alphabet `\mathbbmss' in version `bold' | |
(Font) U/bbmss/m/n --> U/bbmss/bx/n on input line 35. | 582 | 582 | (Font) U/bbmss/m/n --> U/bbmss/bx/n on input line 35. | |
) | 583 | 583 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/environ/environ.sty | 584 | 584 | (/usr/local/texlive/2023/texmf-dist/tex/latex/environ/environ.sty | |
Package: environ 2014/05/04 v0.3 A new way to define environments | 585 | 585 | Package: environ 2014/05/04 v0.3 A new way to define environments | |
586 | 586 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/trimspaces/trimspaces.sty | 587 | 587 | (/usr/local/texlive/2023/texmf-dist/tex/latex/trimspaces/trimspaces.sty | |
Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list | 588 | 588 | Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list | |
)) | 589 | 589 | )) | |
\c@upm@subfigure@count=\count310 | 590 | 590 | \c@upm@subfigure@count=\count310 | |
\c@upm@fmt@mtabular@columnnumber=\count311 | 591 | 591 | \c@upm@fmt@mtabular@columnnumber=\count311 | |
\c@upm@format@section@sectionlevel=\count312 | 592 | 592 | \c@upm@format@section@sectionlevel=\count312 | |
\c@upm@fmt@savedcounter=\count313 | 593 | 593 | \c@upm@fmt@savedcounter=\count313 | |
\c@@@upm@fmt@inlineenumeration=\count314 | 594 | 594 | \c@@@upm@fmt@inlineenumeration=\count314 | |
\c@@upm@fmt@enumdescription@cnt@=\count315 | 595 | 595 | \c@@upm@fmt@enumdescription@cnt@=\count315 | |
\upm@framed@minipage=\box113 | 596 | 596 | \upm@framed@minipage=\box113 | |
\upm@highlight@box@save=\box114 | 597 | 597 | \upm@highlight@box@save=\box114 | |
\c@upmdefinition=\count316 | 598 | 598 | \c@upmdefinition=\count316 | |
) | 599 | 599 | ) | |
(./upmethodology-version.sty | 600 | 600 | (./upmethodology-version.sty | |
Package: upmethodology-version 2013/08/26 | 601 | 601 | Package: upmethodology-version 2013/08/26 | |
602 | 602 | |||
**** upmethodology-version is using French language **** | 603 | 603 | **** upmethodology-version is using French language **** | |
\upm@tmp@a=\count317 | 604 | 604 | \upm@tmp@a=\count317 | |
) | 605 | 605 | ) | |
\listendskip=\skip62 | 606 | 606 | \listendskip=\skip62 | |
) | 607 | 607 | ) | |
(./upmethodology-frontpage.sty | 608 | 608 | (./upmethodology-frontpage.sty | |
Package: upmethodology-frontpage 2015/06/26 | 609 | 609 | Package: upmethodology-frontpage 2015/06/26 | |
610 | 610 | |||
**** upmethodology-frontpage is using French language **** | 611 | 611 | **** upmethodology-frontpage is using French language **** | |
\upm@front@tmpa=\dimen256 | 612 | 612 | \upm@front@tmpa=\dimen256 | |
\upm@front@tmpb=\dimen257 | 613 | 613 | \upm@front@tmpb=\dimen257 | |
614 | 614 | |||
*** define extension value frontillustrationsize ****) | 615 | 615 | *** define extension value frontillustrationsize ****) | |
(./upmethodology-backpage.sty | 616 | 616 | (./upmethodology-backpage.sty | |
Package: upmethodology-backpage 2013/12/14 | 617 | 617 | Package: upmethodology-backpage 2013/12/14 | |
618 | 618 | |||
**** upmethodology-backpage is using French language ****) | 619 | 619 | **** upmethodology-backpage is using French language ****) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty | 620 | 620 | (/usr/local/texlive/2023/texmf-dist/tex/latex/url/url.sty | |
\Urlmuskip=\muskip17 | 621 | 621 | \Urlmuskip=\muskip17 | |
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. | 622 | 622 | Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. | |
) | 623 | 623 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty | 624 | 624 | (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty | |
Package: hyperref 2023-05-16 v7.00y Hypertext links for LaTeX | 625 | 625 | Package: hyperref 2023-05-16 v7.00y Hypertext links for LaTeX | |
626 | 626 | |||
(/usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty | 627 | 627 | (/usr/local/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty | |
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO) | 628 | 628 | Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO) | |
) | 629 | 629 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty | 630 | 630 | (/usr/local/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty | |
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO | 631 | 631 | Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO | |
) | 632 | 632 | ) | |
633 | 633 | |||
(/usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty | 634 | 634 | (/usr/local/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty | |
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) | 635 | 635 | Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) | |
) | 636 | 636 | ) | |
Package pdftexcmds Info: \pdf@primitive is available. | 637 | 637 | Package pdftexcmds Info: \pdf@primitive is available. | |
Package pdftexcmds Info: \pdf@ifprimitive is available. | 638 | 638 | Package pdftexcmds Info: \pdf@ifprimitive is available. | |
Package pdftexcmds Info: \pdfdraftmode found. | 639 | 639 | Package pdftexcmds Info: \pdfdraftmode found. | |
) | 640 | 640 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty | 641 | 641 | (/usr/local/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty | |
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) | 642 | 642 | Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) | |
) | 643 | 643 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty | 644 | 644 | (/usr/local/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty | |
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) | 645 | 645 | Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) | |
) | 646 | 646 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty | 647 | 647 | (/usr/local/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty | |
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) | 648 | 648 | Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) | |
) | 649 | 649 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty | 650 | 650 | (/usr/local/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty | |
Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) | 651 | 651 | Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) | |
) | 652 | 652 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty | 653 | 653 | (/usr/local/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty | |
Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) | 654 | 654 | Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) | |
) | 655 | 655 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty | 656 | 656 | (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty | |
Package: nameref 2023-05-16 v2.51 Cross-referencing by name of section | 657 | 657 | Package: nameref 2023-05-16 v2.51 Cross-referencing by name of section | |
658 | 658 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty | 659 | 659 | (/usr/local/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty | |
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) | 660 | 660 | Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) | |
) | 661 | 661 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.s | 662 | 662 | (/usr/local/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.s | |
ty | 663 | 663 | ty | |
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) | 664 | 664 | Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty | 665 | 665 | (/usr/local/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty | |
Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO) | 666 | 666 | Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO) | |
)) | 667 | 667 | )) | |
\c@section@level=\count318 | 668 | 668 | \c@section@level=\count318 | |
) | 669 | 669 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/etoolbox/etoolbox.sty | 670 | 670 | (/usr/local/texlive/2023/texmf-dist/tex/latex/etoolbox/etoolbox.sty | |
Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW) | 671 | 671 | Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW) | |
\etb@tempcnta=\count319 | 672 | 672 | \etb@tempcnta=\count319 | |
) | 673 | 673 | ) | |
\@linkdim=\dimen258 | 674 | 674 | \@linkdim=\dimen258 | |
\Hy@linkcounter=\count320 | 675 | 675 | \Hy@linkcounter=\count320 | |
\Hy@pagecounter=\count321 | 676 | 676 | \Hy@pagecounter=\count321 | |
677 | 677 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def | 678 | 678 | (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def | |
File: pd1enc.def 2023-05-16 v7.00y Hyperref: PDFDocEncoding definition (HO) | 679 | 679 | File: pd1enc.def 2023-05-16 v7.00y Hyperref: PDFDocEncoding definition (HO) | |
Now handling font encoding PD1 ... | 680 | 680 | Now handling font encoding PD1 ... | |
... no UTF-8 mapping file for font encoding PD1 | 681 | 681 | ... no UTF-8 mapping file for font encoding PD1 | |
) | 682 | 682 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty | 683 | 683 | (/usr/local/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty | |
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) | 684 | 684 | Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) | |
) | 685 | 685 | ) | |
\Hy@SavedSpaceFactor=\count322 | 686 | 686 | \Hy@SavedSpaceFactor=\count322 | |
687 | 687 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def | 688 | 688 | (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def | |
File: puenc.def 2023-05-16 v7.00y Hyperref: PDF Unicode definition (HO) | 689 | 689 | File: puenc.def 2023-05-16 v7.00y Hyperref: PDF Unicode definition (HO) | |
Now handling font encoding PU ... | 690 | 690 | Now handling font encoding PU ... | |
... no UTF-8 mapping file for font encoding PU | 691 | 691 | ... no UTF-8 mapping file for font encoding PU | |
) | 692 | 692 | ) | |
Package hyperref Info: Option `breaklinks' set `true' on input line 4050. | 693 | 693 | Package hyperref Info: Option `breaklinks' set `true' on input line 4050. | |
Package hyperref Info: Option `pageanchor' set `true' on input line 4050. | 694 | 694 | Package hyperref Info: Option `pageanchor' set `true' on input line 4050. | |
Package hyperref Info: Option `bookmarks' set `false' on input line 4050. | 695 | 695 | Package hyperref Info: Option `bookmarks' set `false' on input line 4050. | |
Package hyperref Info: Option `hyperfigures' set `true' on input line 4050. | 696 | 696 | Package hyperref Info: Option `hyperfigures' set `true' on input line 4050. | |
Package hyperref Info: Option `hyperindex' set `true' on input line 4050. | 697 | 697 | Package hyperref Info: Option `hyperindex' set `true' on input line 4050. | |
Package hyperref Info: Option `linktocpage' set `true' on input line 4050. | 698 | 698 | Package hyperref Info: Option `linktocpage' set `true' on input line 4050. | |
Package hyperref Info: Option `bookmarks' set `true' on input line 4050. | 699 | 699 | Package hyperref Info: Option `bookmarks' set `true' on input line 4050. | |
Package hyperref Info: Option `bookmarksopen' set `true' on input line 4050. | 700 | 700 | Package hyperref Info: Option `bookmarksopen' set `true' on input line 4050. | |
Package hyperref Info: Option `bookmarksnumbered' set `true' on input line 4050 | 701 | 701 | Package hyperref Info: Option `bookmarksnumbered' set `true' on input line 4050 | |
. | 702 | 702 | . | |
Package hyperref Info: Option `colorlinks' set `false' on input line 4050. | 703 | 703 | Package hyperref Info: Option `colorlinks' set `false' on input line 4050. | |
Package hyperref Info: Hyper figures ON on input line 4165. | 704 | 704 | Package hyperref Info: Hyper figures ON on input line 4165. | |
Package hyperref Info: Link nesting OFF on input line 4172. | 705 | 705 | Package hyperref Info: Link nesting OFF on input line 4172. | |
Package hyperref Info: Hyper index ON on input line 4175. | 706 | 706 | Package hyperref Info: Hyper index ON on input line 4175. | |
Package hyperref Info: Plain pages OFF on input line 4182. | 707 | 707 | Package hyperref Info: Plain pages OFF on input line 4182. | |
Package hyperref Info: Backreferencing OFF on input line 4187. | 708 | 708 | Package hyperref Info: Backreferencing OFF on input line 4187. | |
Package hyperref Info: Implicit mode ON; LaTeX internals redefined. | 709 | 709 | Package hyperref Info: Implicit mode ON; LaTeX internals redefined. | |
Package hyperref Info: Bookmarks ON on input line 4434. | 710 | 710 | Package hyperref Info: Bookmarks ON on input line 4434. | |
LaTeX Info: Redefining \href on input line 4683. | 711 | 711 | LaTeX Info: Redefining \href on input line 4683. | |
\c@Hy@tempcnt=\count323 | 712 | 712 | \c@Hy@tempcnt=\count323 | |
LaTeX Info: Redefining \url on input line 4772. | 713 | 713 | LaTeX Info: Redefining \url on input line 4772. | |
\XeTeXLinkMargin=\dimen259 | 714 | 714 | \XeTeXLinkMargin=\dimen259 | |
715 | 715 | |||
(/usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty | 716 | 716 | (/usr/local/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty | |
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) | 717 | 717 | Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) | |
718 | 718 | |||
(/usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty | 719 | 719 | (/usr/local/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty | |
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO | 720 | 720 | Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO | |
) | 721 | 721 | ) | |
)) | 722 | 722 | )) | |
\Fld@menulength=\count324 | 723 | 723 | \Fld@menulength=\count324 | |
\Field@Width=\dimen260 | 724 | 724 | \Field@Width=\dimen260 | |
\Fld@charsize=\dimen261 | 725 | 725 | \Fld@charsize=\dimen261 | |
Package hyperref Info: Hyper figures ON on input line 6049. | 726 | 726 | Package hyperref Info: Hyper figures ON on input line 6049. | |
Package hyperref Info: Link nesting OFF on input line 6056. | 727 | 727 | Package hyperref Info: Link nesting OFF on input line 6056. | |
Package hyperref Info: Hyper index ON on input line 6059. | 728 | 728 | Package hyperref Info: Hyper index ON on input line 6059. | |
Package hyperref Info: backreferencing OFF on input line 6066. | 729 | 729 | Package hyperref Info: backreferencing OFF on input line 6066. | |
Package hyperref Info: Link coloring OFF on input line 6071. | 730 | 730 | Package hyperref Info: Link coloring OFF on input line 6071. | |
Package hyperref Info: Link coloring with OCG OFF on input line 6076. | 731 | 731 | Package hyperref Info: Link coloring with OCG OFF on input line 6076. | |
Package hyperref Info: PDF/A mode OFF on input line 6081. | 732 | 732 | Package hyperref Info: PDF/A mode OFF on input line 6081. | |
733 | 733 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty | 734 | 734 | (/usr/local/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty | |
Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi | 735 | 735 | Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi | |
package with kernel methods | 736 | 736 | package with kernel methods | |
) | 737 | 737 | ) | |
\Hy@abspage=\count325 | 738 | 738 | \Hy@abspage=\count325 | |
\c@Item=\count326 | 739 | 739 | \c@Item=\count326 | |
\c@Hfootnote=\count327 | 740 | 740 | \c@Hfootnote=\count327 | |
) | 741 | 741 | ) | |
Package hyperref Info: Driver: hpdftex. | 742 | 742 | Package hyperref Info: Driver: hpdftex. | |
743 | 743 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hpdftex.def | 744 | 744 | (/usr/local/texlive/2023/texmf-dist/tex/latex/hyperref/hpdftex.def | |
File: hpdftex.def 2023-05-16 v7.00y Hyperref driver for pdfTeX | 745 | 745 | File: hpdftex.def 2023-05-16 v7.00y Hyperref driver for pdfTeX | |
746 | 746 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty | 747 | 747 | (/usr/local/texlive/2023/texmf-dist/tex/latex/base/atveryend-ltx.sty | |
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend pac | 748 | 748 | Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend pac | |
kage | 749 | 749 | kage | |
with kernel methods | 750 | 750 | with kernel methods | |
) | 751 | 751 | ) | |
\Fld@listcount=\count328 | 752 | 752 | \Fld@listcount=\count328 | |
\c@bookmark@seq@number=\count329 | 753 | 753 | \c@bookmark@seq@number=\count329 | |
754 | 754 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty | 755 | 755 | (/usr/local/texlive/2023/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty | |
Package: rerunfilecheck 2022-07-10 v1.10 Rerun checks for auxiliary files (HO) | 756 | 756 | Package: rerunfilecheck 2022-07-10 v1.10 Rerun checks for auxiliary files (HO) | |
757 | 757 | |||
(/usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty | 758 | 758 | (/usr/local/texlive/2023/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty | |
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO) | 759 | 759 | Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO) | |
) | 760 | 760 | ) | |
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 | 761 | 761 | Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 | |
85. | 762 | 762 | 85. | |
) | 763 | 763 | ) | |
\Hy@SectionHShift=\skip63 | 764 | 764 | \Hy@SectionHShift=\skip63 | |
) | 765 | 765 | ) | |
\upm@smalllogo@height=\dimen262 | 766 | 766 | \upm@smalllogo@height=\dimen262 | |
) (./spimbasephdthesis.sty | 767 | 767 | ) (./spimbasephdthesis.sty | |
Package: spimbasephdthesis 2015/09/01 | 768 | 768 | Package: spimbasephdthesis 2015/09/01 | |
769 | 769 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/lettrine/lettrine.sty | 770 | 770 | (/usr/local/texlive/2023/texmf-dist/tex/latex/lettrine/lettrine.sty | |
File: lettrine.sty 2023-04-18 v2.40 (Daniel Flipo) | 771 | 771 | File: lettrine.sty 2023-04-18 v2.40 (Daniel Flipo) | |
772 | 772 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/l3packages/xfp/xfp.sty | 773 | 773 | (/usr/local/texlive/2023/texmf-dist/tex/latex/l3packages/xfp/xfp.sty | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/l3kernel/expl3.sty | 774 | 774 | (/usr/local/texlive/2023/texmf-dist/tex/latex/l3kernel/expl3.sty | |
Package: expl3 2023-05-22 L3 programming layer (loader) | 775 | 775 | Package: expl3 2023-05-22 L3 programming layer (loader) | |
776 | 776 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def | 777 | 777 | (/usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def | |
File: l3backend-pdftex.def 2023-04-19 L3 backend support: PDF output (pdfTeX) | 778 | 778 | File: l3backend-pdftex.def 2023-04-19 L3 backend support: PDF output (pdfTeX) | |
\l__color_backend_stack_int=\count330 | 779 | 779 | \l__color_backend_stack_int=\count330 | |
\l__pdf_internal_box=\box115 | 780 | 780 | \l__pdf_internal_box=\box115 | |
)) | 781 | 781 | )) | |
Package: xfp 2023-02-02 L3 Floating point unit | 782 | 782 | Package: xfp 2023-02-02 L3 Floating point unit | |
) | 783 | 783 | ) | |
\c@DefaultLines=\count331 | 784 | 784 | \c@DefaultLines=\count331 | |
\c@DefaultDepth=\count332 | 785 | 785 | \c@DefaultDepth=\count332 | |
\DefaultFindent=\dimen263 | 786 | 786 | \DefaultFindent=\dimen263 | |
\DefaultNindent=\dimen264 | 787 | 787 | \DefaultNindent=\dimen264 | |
\DefaultSlope=\dimen265 | 788 | 788 | \DefaultSlope=\dimen265 | |
\DiscardVskip=\dimen266 | 789 | 789 | \DiscardVskip=\dimen266 | |
\L@lbox=\box116 | 790 | 790 | \L@lbox=\box116 | |
\L@tbox=\box117 | 791 | 791 | \L@tbox=\box117 | |
\c@L@lines=\count333 | 792 | 792 | \c@L@lines=\count333 | |
\c@L@depth=\count334 | 793 | 793 | \c@L@depth=\count334 | |
\L@Pindent=\dimen267 | 794 | 794 | \L@Pindent=\dimen267 | |
\L@Findent=\dimen268 | 795 | 795 | \L@Findent=\dimen268 | |
\L@Nindent=\dimen269 | 796 | 796 | \L@Nindent=\dimen269 | |
\L@lraise=\dimen270 | 797 | 797 | \L@lraise=\dimen270 | |
\L@first=\dimen271 | 798 | 798 | \L@first=\dimen271 | |
\L@next=\dimen272 | 799 | 799 | \L@next=\dimen272 | |
\L@slope=\dimen273 | 800 | 800 | \L@slope=\dimen273 | |
\L@height=\dimen274 | 801 | 801 | \L@height=\dimen274 | |
\L@novskip=\dimen275 | 802 | 802 | \L@novskip=\dimen275 | |
\L@target@ht=\dimen276 | 803 | 803 | \L@target@ht=\dimen276 | |
\L@target@dp=\dimen277 | 804 | 804 | \L@target@dp=\dimen277 | |
\L@target@tht=\dimen278 | 805 | 805 | \L@target@tht=\dimen278 | |
\LettrineWidth=\dimen279 | 806 | 806 | \LettrineWidth=\dimen279 | |
\LettrineHeight=\dimen280 | 807 | 807 | \LettrineHeight=\dimen280 | |
\LettrineDepth=\dimen281 | 808 | 808 | \LettrineDepth=\dimen281 | |
Loading lettrine.cfg | 809 | 809 | Loading lettrine.cfg | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/lettrine/lettrine.cfg) | 810 | 810 | (/usr/local/texlive/2023/texmf-dist/tex/latex/lettrine/lettrine.cfg) | |
\Llist@everypar=\toks42 | 811 | 811 | \Llist@everypar=\toks42 | |
) | 812 | 812 | ) | |
*** define extension value backcovermessage ****) | 813 | 813 | *** define extension value backcovermessage ****) | |
**** including upm extension spimufcphdthesis (upmext-spimufcphdthesis.cfg) *** | 814 | 814 | **** including upm extension spimufcphdthesis (upmext-spimufcphdthesis.cfg) *** | |
* (./upmext-spimufcphdthesis.cfg *** define extension value copyright **** | 815 | 815 | * (./upmext-spimufcphdthesis.cfg *** define extension value copyright **** | |
*** style extension spimufcphdthesis, Copyright {(c)} 2012--14 Dr. St\unhbox \v | 816 | 816 | *** style extension spimufcphdthesis, Copyright {(c)} 2012--14 Dr. St\unhbox \v | |
oidb@x \bgroup \let \unhbox \voidb@x \setbox \@tempboxa \hbox {e\global \mathch | 817 | 817 | oidb@x \bgroup \let \unhbox \voidb@x \setbox \@tempboxa \hbox {e\global \mathch | |
ardef \accent@spacefactor \spacefactor }\let \begingroup \let \typeout \protect | 818 | 818 | ardef \accent@spacefactor \spacefactor }\let \begingroup \let \typeout \protect | |
\begingroup \def \MessageBreak { | 819 | 819 | \begingroup \def \MessageBreak { | |
(Font) }\let \protect \immediate\write \m@ne {LaTeX Font Info: | 820 | 820 | (Font) }\let \protect \immediate\write \m@ne {LaTeX Font Info: | |
on input line 5.}\endgroup \endgroup \relax \let \ignorespaces \relax \accent | 821 | 821 | on input line 5.}\endgroup \endgroup \relax \let \ignorespaces \relax \accent | |
19 e\egroup \spacefactor \accent@spacefactor phane GALLAND. **** | 822 | 822 | 19 e\egroup \spacefactor \accent@spacefactor phane GALLAND. **** | |
*** define extension value trademarks **** | 823 | 823 | *** define extension value trademarks **** | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty | 824 | 824 | (/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/helvet.sty | |
Package: helvet 2020/03/25 PSNFSS-v9.3 (WaS) | 825 | 825 | Package: helvet 2020/03/25 PSNFSS-v9.3 (WaS) | |
) | 826 | 826 | ) | |
*** define extension value frontillustration **** | 827 | 827 | *** define extension value frontillustration **** | |
*** define extension value p3illustration **** | 828 | 828 | *** define extension value p3illustration **** | |
*** define extension value backillustration **** | 829 | 829 | *** define extension value backillustration **** | |
*** define extension value watermarksize **** | 830 | 830 | *** define extension value watermarksize **** | |
*** define extension value universityname **** | 831 | 831 | *** define extension value universityname **** | |
*** define extension value speciality **** | 832 | 832 | *** define extension value speciality **** | |
*** define extension value defensedate **** | 833 | 833 | *** define extension value defensedate **** | |
*** define extension value jurytabwidth **** | 834 | 834 | *** define extension value jurytabwidth **** | |
*** define extension value jurystyle **** | 835 | 835 | *** define extension value jurystyle **** | |
*** define extension value defensemessage ****)) | 836 | 836 | *** define extension value defensemessage ****)) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty | 837 | 837 | (/usr/local/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty | |
Package: inputenc 2021/02/14 v1.3d Input encoding file | 838 | 838 | Package: inputenc 2021/02/14 v1.3d Input encoding file | |
\inpenc@prehook=\toks43 | 839 | 839 | \inpenc@prehook=\toks43 | |
\inpenc@posthook=\toks44 | 840 | 840 | \inpenc@posthook=\toks44 | |
) | 841 | 841 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty | 842 | 842 | (/usr/local/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty | |
Package: fontenc 2021/04/29 v2.0v Standard LaTeX package | 843 | 843 | Package: fontenc 2021/04/29 v2.0v Standard LaTeX package | |
LaTeX Font Info: Trying to load font information for T1+phv on input line 11 | 844 | 844 | LaTeX Font Info: Trying to load font information for T1+phv on input line 11 | |
2. | 845 | 845 | 2. | |
846 | 846 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/t1phv.fd | 847 | 847 | (/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/t1phv.fd | |
File: t1phv.fd 2020/03/25 scalable font definitions for T1/phv. | 848 | 848 | File: t1phv.fd 2020/03/25 scalable font definitions for T1/phv. | |
)) | 849 | 849 | )) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty | 850 | 850 | (/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/times.sty | |
Package: times 2020/03/25 PSNFSS-v9.3 (SPQR) | 851 | 851 | Package: times 2020/03/25 PSNFSS-v9.3 (SPQR) | |
) | 852 | 852 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/adjustbox/adjustbox.sty | 853 | 853 | (/usr/local/texlive/2023/texmf-dist/tex/latex/adjustbox/adjustbox.sty | |
Package: adjustbox 2022/10/17 v1.3a Adjusting TeX boxes (trim, clip, ...) | 854 | 854 | Package: adjustbox 2022/10/17 v1.3a Adjusting TeX boxes (trim, clip, ...) | |
855 | 855 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/adjustbox/adjcalc.sty | 856 | 856 | (/usr/local/texlive/2023/texmf-dist/tex/latex/adjustbox/adjcalc.sty | |
Package: adjcalc 2012/05/16 v1.1 Provides advanced setlength with multiple back | 857 | 857 | Package: adjcalc 2012/05/16 v1.1 Provides advanced setlength with multiple back | |
-ends (calc, etex, pgfmath) | 858 | 858 | -ends (calc, etex, pgfmath) | |
) | 859 | 859 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/adjustbox/trimclip.sty | 860 | 860 | (/usr/local/texlive/2023/texmf-dist/tex/latex/adjustbox/trimclip.sty | |
Package: trimclip 2020/08/19 v1.2 Trim and clip general TeX material | 861 | 861 | Package: trimclip 2020/08/19 v1.2 Trim and clip general TeX material | |
862 | 862 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/collectbox/collectbox.sty | 863 | 863 | (/usr/local/texlive/2023/texmf-dist/tex/latex/collectbox/collectbox.sty | |
Package: collectbox 2022/10/17 v0.4c Collect macro arguments as boxes | 864 | 864 | Package: collectbox 2022/10/17 v0.4c Collect macro arguments as boxes | |
\collectedbox=\box118 | 865 | 865 | \collectedbox=\box118 | |
) | 866 | 866 | ) | |
\tc@llx=\dimen282 | 867 | 867 | \tc@llx=\dimen282 | |
\tc@lly=\dimen283 | 868 | 868 | \tc@lly=\dimen283 | |
\tc@urx=\dimen284 | 869 | 869 | \tc@urx=\dimen284 | |
\tc@ury=\dimen285 | 870 | 870 | \tc@ury=\dimen285 | |
Package trimclip Info: Using driver 'tc-pdftex.def'. | 871 | 871 | Package trimclip Info: Using driver 'tc-pdftex.def'. | |
872 | 872 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/adjustbox/tc-pdftex.def | 873 | 873 | (/usr/local/texlive/2023/texmf-dist/tex/latex/adjustbox/tc-pdftex.def | |
File: tc-pdftex.def 2019/01/04 v2.2 Clipping driver for pdftex | 874 | 874 | File: tc-pdftex.def 2019/01/04 v2.2 Clipping driver for pdftex | |
)) | 875 | 875 | )) | |
\adjbox@Width=\dimen286 | 876 | 876 | \adjbox@Width=\dimen286 | |
\adjbox@Height=\dimen287 | 877 | 877 | \adjbox@Height=\dimen287 | |
\adjbox@Depth=\dimen288 | 878 | 878 | \adjbox@Depth=\dimen288 | |
\adjbox@Totalheight=\dimen289 | 879 | 879 | \adjbox@Totalheight=\dimen289 | |
\adjbox@pwidth=\dimen290 | 880 | 880 | \adjbox@pwidth=\dimen290 | |
\adjbox@pheight=\dimen291 | 881 | 881 | \adjbox@pheight=\dimen291 | |
\adjbox@pdepth=\dimen292 | 882 | 882 | \adjbox@pdepth=\dimen292 | |
\adjbox@ptotalheight=\dimen293 | 883 | 883 | \adjbox@ptotalheight=\dimen293 | |
884 | 884 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty | 885 | 885 | (/usr/local/texlive/2023/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty | |
Package: ifoddpage 2022/10/18 v1.2 Conditionals for odd/even page detection | 886 | 886 | Package: ifoddpage 2022/10/18 v1.2 Conditionals for odd/even page detection | |
\c@checkoddpage=\count335 | 887 | 887 | \c@checkoddpage=\count335 | |
) | 888 | 888 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/varwidth/varwidth.sty | 889 | 889 | (/usr/local/texlive/2023/texmf-dist/tex/latex/varwidth/varwidth.sty | |
Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages | 890 | 890 | Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages | |
\@vwid@box=\box119 | 891 | 891 | \@vwid@box=\box119 | |
\sift@deathcycles=\count336 | 892 | 892 | \sift@deathcycles=\count336 | |
\@vwid@loff=\dimen294 | 893 | 893 | \@vwid@loff=\dimen294 | |
\@vwid@roff=\dimen295 | 894 | 894 | \@vwid@roff=\dimen295 | |
)) | 895 | 895 | )) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/algorithms/algorithm.sty | 896 | 896 | (/usr/local/texlive/2023/texmf-dist/tex/latex/algorithms/algorithm.sty | |
Package: algorithm 2009/08/24 v0.1 Document Style `algorithm' - floating enviro | 897 | 897 | Package: algorithm 2009/08/24 v0.1 Document Style `algorithm' - floating enviro | |
nment | 898 | 898 | nment | |
899 | 899 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/float/float.sty | 900 | 900 | (/usr/local/texlive/2023/texmf-dist/tex/latex/float/float.sty | |
Package: float 2001/11/08 v1.3d Float enhancements (AL) | 901 | 901 | Package: float 2001/11/08 v1.3d Float enhancements (AL) | |
\c@float@type=\count337 | 902 | 902 | \c@float@type=\count337 | |
\float@exts=\toks45 | 903 | 903 | \float@exts=\toks45 | |
\float@box=\box120 | 904 | 904 | \float@box=\box120 | |
\@float@everytoks=\toks46 | 905 | 905 | \@float@everytoks=\toks46 | |
\@floatcapt=\box121 | 906 | 906 | \@floatcapt=\box121 | |
) | 907 | 907 | ) | |
\@float@every@algorithm=\toks47 | 908 | 908 | \@float@every@algorithm=\toks47 | |
\c@algorithm=\count338 | 909 | 909 | \c@algorithm=\count338 | |
) | 910 | 910 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/algorithmicx/algpseudocode.sty | 911 | 911 | (/usr/local/texlive/2023/texmf-dist/tex/latex/algorithmicx/algpseudocode.sty | |
Package: algpseudocode | 912 | 912 | Package: algpseudocode | |
913 | 913 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/algorithmicx/algorithmicx.sty | 914 | 914 | (/usr/local/texlive/2023/texmf-dist/tex/latex/algorithmicx/algorithmicx.sty | |
Package: algorithmicx 2005/04/27 v1.2 Algorithmicx | 915 | 915 | Package: algorithmicx 2005/04/27 v1.2 Algorithmicx | |
916 | 916 | |||
Document Style algorithmicx 1.2 - a greatly improved `algorithmic' style | 917 | 917 | Document Style algorithmicx 1.2 - a greatly improved `algorithmic' style | |
\c@ALG@line=\count339 | 918 | 918 | \c@ALG@line=\count339 | |
\c@ALG@rem=\count340 | 919 | 919 | \c@ALG@rem=\count340 | |
\c@ALG@nested=\count341 | 920 | 920 | \c@ALG@nested=\count341 | |
\ALG@tlm=\skip64 | 921 | 921 | \ALG@tlm=\skip64 | |
\ALG@thistlm=\skip65 | 922 | 922 | \ALG@thistlm=\skip65 | |
\c@ALG@Lnr=\count342 | 923 | 923 | \c@ALG@Lnr=\count342 | |
\c@ALG@blocknr=\count343 | 924 | 924 | \c@ALG@blocknr=\count343 | |
\c@ALG@storecount=\count344 | 925 | 925 | \c@ALG@storecount=\count344 | |
\c@ALG@tmpcounter=\count345 | 926 | 926 | \c@ALG@tmpcounter=\count345 | |
\ALG@tmplength=\skip66 | 927 | 927 | \ALG@tmplength=\skip66 | |
) | 928 | 928 | ) | |
Document Style - pseudocode environments for use with the `algorithmicx' style | 929 | 929 | Document Style - pseudocode environments for use with the `algorithmicx' style | |
) *** define extension value defensedate **** | 930 | 930 | ) *** define extension value defensedate **** | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/tools/layout.sty | 931 | 931 | (/usr/local/texlive/2023/texmf-dist/tex/latex/tools/layout.sty | |
Package: layout 2021-03-10 v1.2e Show layout parameters | 932 | 932 | Package: layout 2021-03-10 v1.2e Show layout parameters | |
\oneinch=\count346 | 933 | 933 | \oneinch=\count346 | |
\cnt@paperwidth=\count347 | 934 | 934 | \cnt@paperwidth=\count347 | |
\cnt@paperheight=\count348 | 935 | 935 | \cnt@paperheight=\count348 | |
\cnt@hoffset=\count349 | 936 | 936 | \cnt@hoffset=\count349 | |
\cnt@voffset=\count350 | 937 | 937 | \cnt@voffset=\count350 | |
\cnt@textheight=\count351 | 938 | 938 | \cnt@textheight=\count351 | |
\cnt@textwidth=\count352 | 939 | 939 | \cnt@textwidth=\count352 | |
\cnt@topmargin=\count353 | 940 | 940 | \cnt@topmargin=\count353 | |
\cnt@oddsidemargin=\count354 | 941 | 941 | \cnt@oddsidemargin=\count354 | |
\cnt@evensidemargin=\count355 | 942 | 942 | \cnt@evensidemargin=\count355 | |
\cnt@headheight=\count356 | 943 | 943 | \cnt@headheight=\count356 | |
\cnt@headsep=\count357 | 944 | 944 | \cnt@headsep=\count357 | |
\cnt@marginparsep=\count358 | 945 | 945 | \cnt@marginparsep=\count358 | |
\cnt@marginparwidth=\count359 | 946 | 946 | \cnt@marginparwidth=\count359 | |
\cnt@marginparpush=\count360 | 947 | 947 | \cnt@marginparpush=\count360 | |
\cnt@footskip=\count361 | 948 | 948 | \cnt@footskip=\count361 | |
\fheight=\count362 | 949 | 949 | \fheight=\count362 | |
\ref@top=\count363 | 950 | 950 | \ref@top=\count363 | |
\ref@hoffset=\count364 | 951 | 951 | \ref@hoffset=\count364 | |
\ref@voffset=\count365 | 952 | 952 | \ref@voffset=\count365 | |
\ref@head=\count366 | 953 | 953 | \ref@head=\count366 | |
\ref@body=\count367 | 954 | 954 | \ref@body=\count367 | |
\ref@foot=\count368 | 955 | 955 | \ref@foot=\count368 | |
\ref@margin=\count369 | 956 | 956 | \ref@margin=\count369 | |
\ref@marginwidth=\count370 | 957 | 957 | \ref@marginwidth=\count370 | |
\ref@marginpar=\count371 | 958 | 958 | \ref@marginpar=\count371 | |
\Interval=\count372 | 959 | 959 | \Interval=\count372 | |
\ExtraYPos=\count373 | 960 | 960 | \ExtraYPos=\count373 | |
\PositionX=\count374 | 961 | 961 | \PositionX=\count374 | |
\PositionY=\count375 | 962 | 962 | \PositionY=\count375 | |
\ArrowLength=\count376 | 963 | 963 | \ArrowLength=\count376 | |
) | 964 | 964 | ) | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/geometry/geometry.sty | 965 | 965 | (/usr/local/texlive/2023/texmf-dist/tex/latex/geometry/geometry.sty | |
Package: geometry 2020/01/02 v5.9 Page Geometry | 966 | 966 | Package: geometry 2020/01/02 v5.9 Page Geometry | |
967 | 967 | |||
(/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/ifvtex.sty | 968 | 968 | (/usr/local/texlive/2023/texmf-dist/tex/generic/iftex/ifvtex.sty | |
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. | 969 | 969 | Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. | |
) | 970 | 970 | ) | |
\Gm@cnth=\count377 | 971 | 971 | \Gm@cnth=\count377 | |
\Gm@cntv=\count378 | 972 | 972 | \Gm@cntv=\count378 | |
\c@Gm@tempcnt=\count379 | 973 | 973 | \c@Gm@tempcnt=\count379 | |
\Gm@bindingoffset=\dimen296 | 974 | 974 | \Gm@bindingoffset=\dimen296 | |
\Gm@wd@mp=\dimen297 | 975 | 975 | \Gm@wd@mp=\dimen297 | |
\Gm@odd@mp=\dimen298 | 976 | 976 | \Gm@odd@mp=\dimen298 | |
\Gm@even@mp=\dimen299 | 977 | 977 | \Gm@even@mp=\dimen299 | |
\Gm@layoutwidth=\dimen300 | 978 | 978 | \Gm@layoutwidth=\dimen300 | |
\Gm@layoutheight=\dimen301 | 979 | 979 | \Gm@layoutheight=\dimen301 | |
\Gm@layouthoffset=\dimen302 | 980 | 980 | \Gm@layouthoffset=\dimen302 | |
\Gm@layoutvoffset=\dimen303 | 981 | 981 | \Gm@layoutvoffset=\dimen303 | |
\Gm@dimlist=\toks48 | 982 | 982 | \Gm@dimlist=\toks48 | |
) (./main.aux | 983 | 983 | ) (./main.aux | |
(./chapters/contexte2.aux) (./chapters/EIAH.aux) (./chapters/CBR.aux) | 984 | 984 | (./chapters/contexte2.aux) (./chapters/EIAH.aux) (./chapters/CBR.aux) | |
(./chapters/Architecture.aux) (./chapters/ESCBR.aux) (./chapters/TS.aux | 985 | 985 | (./chapters/Architecture.aux) (./chapters/ESCBR.aux) (./chapters/TS.aux | |
986 | 986 | |||
LaTeX Warning: Label `eqBeta' multiply defined. | 987 | 987 | LaTeX Warning: Label `eqBeta' multiply defined. | |
988 | 988 | |||
989 | 989 | |||
LaTeX Warning: Label `fig:Amodel' multiply defined. | 990 | 990 | LaTeX Warning: Label `fig:Amodel' multiply defined. | |
991 | 991 | |||
992 | 992 | |||
LaTeX Warning: Label `fig:stabilityBP' multiply defined. | 993 | 993 | LaTeX Warning: Label `fig:stabilityBP' multiply defined. | |
994 | 994 | |||
) (./chapters/Conclusions.aux) (./chapters/Publications.aux)) | 995 | 995 | ) (./chapters/Conclusions.aux) (./chapters/Publications.aux)) | |
\openout1 = `main.aux'. | 996 | 996 | \openout1 = `main.aux'. | |
997 | 997 | |||
LaTeX Font Info: Checking defaults for OML/txmi/m/it on input line 231. | 998 | 998 | LaTeX Font Info: Checking defaults for OML/txmi/m/it on input line 231. | |
LaTeX Font Info: Trying to load font information for OML+txmi on input line | 999 | 999 | LaTeX Font Info: Trying to load font information for OML+txmi on input line | |
231. | 1000 | 1000 | 231. | |
1001 | 1001 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/omltxmi.fd | 1002 | 1002 | (/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/omltxmi.fd | |
File: omltxmi.fd 2000/12/15 v3.1 | 1003 | 1003 | File: omltxmi.fd 2000/12/15 v3.1 | |
) | 1004 | 1004 | ) | |
LaTeX Font Info: ... okay on input line 231. | 1005 | 1005 | LaTeX Font Info: ... okay on input line 231. | |
LaTeX Font Info: Checking defaults for OMS/txsy/m/n on input line 231. | 1006 | 1006 | LaTeX Font Info: Checking defaults for OMS/txsy/m/n on input line 231. | |
LaTeX Font Info: Trying to load font information for OMS+txsy on input line | 1007 | 1007 | LaTeX Font Info: Trying to load font information for OMS+txsy on input line | |
231. | 1008 | 1008 | 231. | |
1009 | 1009 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/omstxsy.fd | 1010 | 1010 | (/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/omstxsy.fd | |
File: omstxsy.fd 2000/12/15 v3.1 | 1011 | 1011 | File: omstxsy.fd 2000/12/15 v3.1 | |
) | 1012 | 1012 | ) | |
LaTeX Font Info: ... okay on input line 231. | 1013 | 1013 | LaTeX Font Info: ... okay on input line 231. | |
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 231. | 1014 | 1014 | LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 231. | |
LaTeX Font Info: ... okay on input line 231. | 1015 | 1015 | LaTeX Font Info: ... okay on input line 231. | |
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 231. | 1016 | 1016 | LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 231. | |
LaTeX Font Info: ... okay on input line 231. | 1017 | 1017 | LaTeX Font Info: ... okay on input line 231. | |
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 231. | 1018 | 1018 | LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 231. | |
LaTeX Font Info: ... okay on input line 231. | 1019 | 1019 | LaTeX Font Info: ... okay on input line 231. | |
LaTeX Font Info: Checking defaults for OMX/txex/m/n on input line 231. | 1020 | 1020 | LaTeX Font Info: Checking defaults for OMX/txex/m/n on input line 231. | |
LaTeX Font Info: Trying to load font information for OMX+txex on input line | 1021 | 1021 | LaTeX Font Info: Trying to load font information for OMX+txex on input line | |
231. | 1022 | 1022 | 231. | |
1023 | 1023 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/omxtxex.fd | 1024 | 1024 | (/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/omxtxex.fd | |
File: omxtxex.fd 2000/12/15 v3.1 | 1025 | 1025 | File: omxtxex.fd 2000/12/15 v3.1 | |
) | 1026 | 1026 | ) | |
LaTeX Font Info: ... okay on input line 231. | 1027 | 1027 | LaTeX Font Info: ... okay on input line 231. | |
LaTeX Font Info: Checking defaults for U/txexa/m/n on input line 231. | 1028 | 1028 | LaTeX Font Info: Checking defaults for U/txexa/m/n on input line 231. | |
LaTeX Font Info: Trying to load font information for U+txexa on input line 2 | 1029 | 1029 | LaTeX Font Info: Trying to load font information for U+txexa on input line 2 | |
31. | 1030 | 1030 | 31. | |
1031 | 1031 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/utxexa.fd | 1032 | 1032 | (/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/utxexa.fd | |
File: utxexa.fd 2000/12/15 v3.1 | 1033 | 1033 | File: utxexa.fd 2000/12/15 v3.1 | |
) | 1034 | 1034 | ) | |
LaTeX Font Info: ... okay on input line 231. | 1035 | 1035 | LaTeX Font Info: ... okay on input line 231. | |
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 231. | 1036 | 1036 | LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 231. | |
LaTeX Font Info: ... okay on input line 231. | 1037 | 1037 | LaTeX Font Info: ... okay on input line 231. | |
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 231. | 1038 | 1038 | LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 231. | |
LaTeX Font Info: ... okay on input line 231. | 1039 | 1039 | LaTeX Font Info: ... okay on input line 231. | |
1040 | 1040 | |||
(/usr/local/texlive/2023/texmf-dist/tex/context/base/mkii/supp-pdf.mkii | 1041 | 1041 | (/usr/local/texlive/2023/texmf-dist/tex/context/base/mkii/supp-pdf.mkii | |
[Loading MPS to PDF converter (version 2006.09.02).] | 1042 | 1042 | [Loading MPS to PDF converter (version 2006.09.02).] | |
\scratchcounter=\count380 | 1043 | 1043 | \scratchcounter=\count380 | |
\scratchdimen=\dimen304 | 1044 | 1044 | \scratchdimen=\dimen304 | |
\scratchbox=\box122 | 1045 | 1045 | \scratchbox=\box122 | |
\nofMPsegments=\count381 | 1046 | 1046 | \nofMPsegments=\count381 | |
\nofMParguments=\count382 | 1047 | 1047 | \nofMParguments=\count382 | |
\everyMPshowfont=\toks49 | 1048 | 1048 | \everyMPshowfont=\toks49 | |
\MPscratchCnt=\count383 | 1049 | 1049 | \MPscratchCnt=\count383 | |
\MPscratchDim=\dimen305 | 1050 | 1050 | \MPscratchDim=\dimen305 | |
\MPnumerator=\count384 | 1051 | 1051 | \MPnumerator=\count384 | |
\makeMPintoPDFobject=\count385 | 1052 | 1052 | \makeMPintoPDFobject=\count385 | |
\everyMPtoPDFconversion=\toks50 | 1053 | 1053 | \everyMPtoPDFconversion=\toks50 | |
) (/usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty | 1054 | 1054 | ) (/usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty | |
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf | 1055 | 1055 | Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf | |
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 | 1056 | 1056 | Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 | |
85. | 1057 | 1057 | 85. | |
1058 | 1058 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg | 1059 | 1059 | (/usr/local/texlive/2023/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg | |
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv | 1060 | 1060 | File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv | |
e | 1061 | 1061 | e | |
)) | 1062 | 1062 | )) | |
LaTeX Info: Redefining \degres on input line 231. | 1063 | 1063 | LaTeX Info: Redefining \degres on input line 231. | |
LaTeX Info: Redefining \up on input line 231. | 1064 | 1064 | LaTeX Info: Redefining \up on input line 231. | |
Package caption Info: Begin \AtBeginDocument code. | 1065 | 1065 | Package caption Info: Begin \AtBeginDocument code. | |
Package caption Info: float package is loaded. | 1066 | 1066 | Package caption Info: float package is loaded. | |
Package caption Info: hyperref package is loaded. | 1067 | 1067 | Package caption Info: hyperref package is loaded. | |
Package caption Info: picinpar package is loaded. | 1068 | 1068 | Package caption Info: picinpar package is loaded. | |
Package caption Info: End \AtBeginDocument code. | 1069 | 1069 | Package caption Info: End \AtBeginDocument code. | |
1070 | 1070 | |||
*** Overriding the 'enumerate' environment. Pass option 'standardlists' for avo | 1071 | 1071 | *** Overriding the 'enumerate' environment. Pass option 'standardlists' for avo | |
iding this override. | 1072 | 1072 | iding this override. | |
*** Overriding the 'description' environment. Pass option 'standardlists' for a | 1073 | 1073 | *** Overriding the 'description' environment. Pass option 'standardlists' for a | |
voiding this override. ************ USE CUSTOM FRONT COVER | 1074 | 1074 | voiding this override. ************ USE CUSTOM FRONT COVER | |
Package hyperref Info: Link coloring OFF on input line 231. | 1075 | 1075 | Package hyperref Info: Link coloring OFF on input line 231. | |
(./main.out) | 1076 | 1076 | (./main.out) | |
(./main.out) | 1077 | 1077 | (./main.out) | |
\@outlinefile=\write3 | 1078 | 1078 | \@outlinefile=\write3 | |
\openout3 = `main.out'. | 1079 | 1079 | \openout3 = `main.out'. | |
1080 | 1080 | |||
1081 | 1081 | |||
*geometry* driver: auto-detecting | 1082 | 1082 | *geometry* driver: auto-detecting | |
*geometry* detected driver: pdftex | 1083 | 1083 | *geometry* detected driver: pdftex | |
*geometry* verbose mode - [ preamble ] result: | 1084 | 1084 | *geometry* verbose mode - [ preamble ] result: | |
* pass: disregarded the geometry package! | 1085 | 1085 | * pass: disregarded the geometry package! | |
* \paperwidth=598.14806pt | 1086 | 1086 | * \paperwidth=598.14806pt | |
* \paperheight=845.90042pt | 1087 | 1087 | * \paperheight=845.90042pt | |
* \textwidth=427.43153pt | 1088 | 1088 | * \textwidth=427.43153pt | |
* \textheight=671.71976pt | 1089 | 1089 | * \textheight=671.71976pt | |
* \oddsidemargin=99.58464pt | 1090 | 1090 | * \oddsidemargin=99.58464pt | |
* \evensidemargin=71.13188pt | 1091 | 1091 | * \evensidemargin=71.13188pt | |
* \topmargin=56.9055pt | 1092 | 1092 | * \topmargin=56.9055pt | |
* \headheight=12.0pt | 1093 | 1093 | * \headheight=12.0pt | |
* \headsep=31.29802pt | 1094 | 1094 | * \headsep=31.29802pt | |
* \topskip=11.0pt | 1095 | 1095 | * \topskip=11.0pt | |
* \footskip=31.29802pt | 1096 | 1096 | * \footskip=31.29802pt | |
* \marginparwidth=54.2025pt | 1097 | 1097 | * \marginparwidth=54.2025pt | |
* \marginparsep=7.0pt | 1098 | 1098 | * \marginparsep=7.0pt | |
* \columnsep=10.0pt | 1099 | 1099 | * \columnsep=10.0pt | |
* \skip\footins=10.0pt plus 4.0pt minus 2.0pt | 1100 | 1100 | * \skip\footins=10.0pt plus 4.0pt minus 2.0pt | |
* \hoffset=-72.26999pt | 1101 | 1101 | * \hoffset=-72.26999pt | |
* \voffset=-72.26999pt | 1102 | 1102 | * \voffset=-72.26999pt | |
* \mag=1000 | 1103 | 1103 | * \mag=1000 | |
* \@twocolumnfalse | 1104 | 1104 | * \@twocolumnfalse | |
* \@twosidetrue | 1105 | 1105 | * \@twosidetrue | |
* \@mparswitchtrue | 1106 | 1106 | * \@mparswitchtrue | |
* \@reversemarginfalse | 1107 | 1107 | * \@reversemarginfalse | |
* (1in=72.27pt=25.4mm, 1cm=28.453pt) | 1108 | 1108 | * (1in=72.27pt=25.4mm, 1cm=28.453pt) | |
1109 | 1109 | |||
*geometry* verbose mode - [ newgeometry ] result: | 1110 | 1110 | *geometry* verbose mode - [ newgeometry ] result: | |
* driver: pdftex | 1111 | 1111 | * driver: pdftex | |
* paper: a4paper | 1112 | 1112 | * paper: a4paper | |
* layout: <same size as paper> | 1113 | 1113 | * layout: <same size as paper> | |
* layoutoffset:(h,v)=(0.0pt,0.0pt) | 1114 | 1114 | * layoutoffset:(h,v)=(0.0pt,0.0pt) | |
* modes: twoside | 1115 | 1115 | * modes: twoside | |
* h-part:(L,W,R)=(170.71652pt, 355.65306pt, 71.77847pt) | 1116 | 1116 | * h-part:(L,W,R)=(170.71652pt, 355.65306pt, 71.77847pt) | |
* v-part:(T,H,B)=(101.50906pt, 741.54591pt, 2.84544pt) | 1117 | 1117 | * v-part:(T,H,B)=(101.50906pt, 741.54591pt, 2.84544pt) | |
* \paperwidth=598.14806pt | 1118 | 1118 | * \paperwidth=598.14806pt | |
* \paperheight=845.90042pt | 1119 | 1119 | * \paperheight=845.90042pt | |
* \textwidth=355.65306pt | 1120 | 1120 | * \textwidth=355.65306pt | |
* \textheight=741.54591pt | 1121 | 1121 | * \textheight=741.54591pt | |
* \oddsidemargin=98.44653pt | 1122 | 1122 | * \oddsidemargin=98.44653pt | |
* \evensidemargin=-0.49152pt | 1123 | 1123 | * \evensidemargin=-0.49152pt | |
* \topmargin=-14.05894pt | 1124 | 1124 | * \topmargin=-14.05894pt | |
* \headheight=12.0pt | 1125 | 1125 | * \headheight=12.0pt | |
* \headsep=31.29802pt | 1126 | 1126 | * \headsep=31.29802pt | |
* \topskip=11.0pt | 1127 | 1127 | * \topskip=11.0pt | |
* \footskip=31.29802pt | 1128 | 1128 | * \footskip=31.29802pt | |
* \marginparwidth=54.2025pt | 1129 | 1129 | * \marginparwidth=54.2025pt | |
* \marginparsep=7.0pt | 1130 | 1130 | * \marginparsep=7.0pt | |
* \columnsep=10.0pt | 1131 | 1131 | * \columnsep=10.0pt | |
* \skip\footins=10.0pt plus 4.0pt minus 2.0pt | 1132 | 1132 | * \skip\footins=10.0pt plus 4.0pt minus 2.0pt | |
* \hoffset=-72.26999pt | 1133 | 1133 | * \hoffset=-72.26999pt | |
* \voffset=-72.26999pt | 1134 | 1134 | * \voffset=-72.26999pt | |
* \mag=1000 | 1135 | 1135 | * \mag=1000 | |
* \@twocolumnfalse | 1136 | 1136 | * \@twocolumnfalse | |
* \@twosidetrue | 1137 | 1137 | * \@twosidetrue | |
* \@mparswitchtrue | 1138 | 1138 | * \@mparswitchtrue | |
* \@reversemarginfalse | 1139 | 1139 | * \@reversemarginfalse | |
* (1in=72.27pt=25.4mm, 1cm=28.453pt) | 1140 | 1140 | * (1in=72.27pt=25.4mm, 1cm=28.453pt) | |
1141 | 1141 | |||
<images_logos/image1_logoUBFC_grand.png, id=385, 610.4406pt x 217.0509pt> | 1142 | 1142 | <images_logos/image1_logoUBFC_grand.png, id=385, 610.4406pt x 217.0509pt> | |
File: images_logos/image1_logoUBFC_grand.png Graphic file (type png) | 1143 | 1143 | File: images_logos/image1_logoUBFC_grand.png Graphic file (type png) | |
<use images_logos/image1_logoUBFC_grand.png> | 1144 | 1144 | <use images_logos/image1_logoUBFC_grand.png> | |
Package pdftex.def Info: images_logos/image1_logoUBFC_grand.png used on input | 1145 | 1145 | Package pdftex.def Info: images_logos/image1_logoUBFC_grand.png used on input | |
line 237. | 1146 | 1146 | line 237. | |
(pdftex.def) Requested size: 142.25905pt x 50.57973pt. | 1147 | 1147 | (pdftex.def) Requested size: 142.25905pt x 50.57973pt. | |
<images_logos/logo_UFC_2018_transparence.png, id=387, 104.5506pt x 34.6896pt> | 1148 | 1148 | <images_logos/logo_UFC_2018_transparence.png, id=387, 104.5506pt x 34.6896pt> | |
File: images_logos/logo_UFC_2018_transparence.png Graphic file (type png) | 1149 | 1149 | File: images_logos/logo_UFC_2018_transparence.png Graphic file (type png) | |
<use images_logos/logo_UFC_2018_transparence.png> | 1150 | 1150 | <use images_logos/logo_UFC_2018_transparence.png> | |
Package pdftex.def Info: images_logos/logo_UFC_2018_transparence.png used on i | 1151 | 1151 | Package pdftex.def Info: images_logos/logo_UFC_2018_transparence.png used on i | |
nput line 237. | 1152 | 1152 | nput line 237. | |
(pdftex.def) Requested size: 142.25905pt x 47.20264pt. | 1153 | 1153 | (pdftex.def) Requested size: 142.25905pt x 47.20264pt. | |
LaTeX Font Info: Trying to load font information for OT1+txr on input line 2 | 1154 | 1154 | LaTeX Font Info: Trying to load font information for OT1+txr on input line 2 | |
48. | 1155 | 1155 | 48. | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/ot1txr.fd | 1156 | 1156 | (/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/ot1txr.fd | |
File: ot1txr.fd 2000/12/15 v3.1 | 1157 | 1157 | File: ot1txr.fd 2000/12/15 v3.1 | |
) | 1158 | 1158 | ) | |
LaTeX Font Info: Trying to load font information for U+txmia on input line 2 | 1159 | 1159 | LaTeX Font Info: Trying to load font information for U+txmia on input line 2 | |
48. | 1160 | 1160 | 48. | |
1161 | 1161 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/utxmia.fd | 1162 | 1162 | (/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/utxmia.fd | |
File: utxmia.fd 2000/12/15 v3.1 | 1163 | 1163 | File: utxmia.fd 2000/12/15 v3.1 | |
) | 1164 | 1164 | ) | |
LaTeX Font Info: Trying to load font information for U+txsya on input line 2 | 1165 | 1165 | LaTeX Font Info: Trying to load font information for U+txsya on input line 2 | |
48. | 1166 | 1166 | 48. | |
1167 | 1167 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/utxsya.fd | 1168 | 1168 | (/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/utxsya.fd | |
File: utxsya.fd 2000/12/15 v3.1 | 1169 | 1169 | File: utxsya.fd 2000/12/15 v3.1 | |
) | 1170 | 1170 | ) | |
LaTeX Font Info: Trying to load font information for U+txsyb on input line 2 | 1171 | 1171 | LaTeX Font Info: Trying to load font information for U+txsyb on input line 2 | |
48. | 1172 | 1172 | 48. | |
1173 | 1173 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/utxsyb.fd | 1174 | 1174 | (/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/utxsyb.fd | |
File: utxsyb.fd 2000/12/15 v3.1 | 1175 | 1175 | File: utxsyb.fd 2000/12/15 v3.1 | |
) | 1176 | 1176 | ) | |
LaTeX Font Info: Trying to load font information for U+txsyc on input line 2 | 1177 | 1177 | LaTeX Font Info: Trying to load font information for U+txsyc on input line 2 | |
48. | 1178 | 1178 | 48. | |
1179 | 1179 | |||
(/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/utxsyc.fd | 1180 | 1180 | (/usr/local/texlive/2023/texmf-dist/tex/latex/txfonts/utxsyc.fd | |
File: utxsyc.fd 2000/12/15 v3.1 | 1181 | 1181 | File: utxsyc.fd 2000/12/15 v3.1 | |
) [1 | 1182 | 1182 | ) [1 | |
1183 | 1183 | |||
1184 | 1184 | |||
1185 | 1185 | |||
1186 | 1186 | |||
{/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{/usr/loc | 1187 | 1187 | {/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{/usr/loc | |
al/texlive/2023/texmf-dist/fonts/enc/dvips/base/8r.enc} <./images_logos/image1_ | 1188 | 1188 | al/texlive/2023/texmf-dist/fonts/enc/dvips/base/8r.enc} <./images_logos/image1_ | |
logoUBFC_grand.png> <./images_logos/logo_UFC_2018_transparence.png>] [2 | 1189 | 1189 | logoUBFC_grand.png> <./images_logos/logo_UFC_2018_transparence.png>] [2 | |
1190 | 1190 | |||
1191 | 1191 | |||
] [3] [4] | 1192 | 1192 | ] [3] [4] | |
(./main.toc | 1193 | 1193 | (./main.toc | |
LaTeX Font Info: Font shape `T1/phv/m/it' in size <10.95> not available | 1194 | 1194 | LaTeX Font Info: Font shape `T1/phv/m/it' in size <10.95> not available | |
(Font) Font shape `T1/phv/m/sl' tried instead on input line 23. | 1195 | 1195 | (Font) Font shape `T1/phv/m/sl' tried instead on input line 23. | |
[5 | 1196 | 1196 | [5 | |
1197 | 1197 | |||
] [6] | 1198 | 1198 | ] [6] | |
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1199 | 1199 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1200 | 1200 | |||
[7] | 1201 | 1201 | [7] | |
Overfull \hbox (1.29184pt too wide) detected at line 89 | 1202 | 1202 | Overfull \hbox (1.29184pt too wide) detected at line 89 | |
[][]\T1/phv/m/n/10.95 100[] | 1203 | 1203 | [][]\T1/phv/m/n/10.95 100[] | |
[] | 1204 | 1204 | [] | |
1205 | 1205 | |||
1206 | 1206 | |||
Overfull \hbox (1.29184pt too wide) detected at line 90 | 1207 | 1207 | Overfull \hbox (1.29184pt too wide) detected at line 90 | |
[][]\T1/phv/m/n/10.95 100[] | 1208 | 1208 | [][]\T1/phv/m/n/10.95 100[] | |
[] | 1209 | 1209 | [] | |
1210 | 1210 | |||
1211 | 1211 | |||
Overfull \hbox (1.29184pt too wide) detected at line 92 | 1212 | 1212 | Overfull \hbox (1.29184pt too wide) detected at line 92 | |
[][]\T1/phv/m/n/10.95 103[] | 1213 | 1213 | [][]\T1/phv/m/n/10.95 103[] | |
[] | 1214 | 1214 | [] | |
1215 | 1215 | |||
1216 | 1216 | |||
Overfull \hbox (1.29184pt too wide) detected at line 93 | 1217 | 1217 | Overfull \hbox (1.29184pt too wide) detected at line 93 | |
[][]\T1/phv/m/n/10.95 104[] | 1218 | 1218 | [][]\T1/phv/m/n/10.95 104[] | |
[] | 1219 | 1219 | [] | |
1220 | 1220 | |||
1221 | 1221 | |||
Overfull \hbox (1.29184pt too wide) detected at line 95 | 1222 | 1222 | Overfull \hbox (1.29184pt too wide) detected at line 95 | |
[][]\T1/phv/m/n/10.95 105[] | 1223 | 1223 | [][]\T1/phv/m/n/10.95 105[] | |
[] | 1224 | 1224 | [] | |
1225 | 1225 | |||
1226 | 1226 | |||
Overfull \hbox (1.29184pt too wide) detected at line 96 | 1227 | 1227 | Overfull \hbox (1.29184pt too wide) detected at line 96 | |
[][]\T1/phv/m/n/10.95 106[] | 1228 | 1228 | [][]\T1/phv/m/n/10.95 106[] | |
[] | 1229 | 1229 | [] | |
1230 | 1230 | |||
) | 1231 | 1231 | ) | |
\tf@toc=\write4 | 1232 | 1232 | \tf@toc=\write4 | |
\openout4 = `main.toc'. | 1233 | 1233 | \openout4 = `main.toc'. | |
1234 | 1234 | |||
[8] [1 | 1235 | 1235 | [8] [1 | |
1236 | 1236 | |||
1237 | 1237 | |||
] [2] | 1238 | 1238 | ] [2] | |
Chapitre 1. | 1239 | 1239 | Chapitre 1. | |
Package lettrine.sty Info: Targeted height = 19.96736pt | 1240 | 1240 | Package lettrine.sty Info: Targeted height = 19.96736pt | |
(lettrine.sty) (for loversize=0, accent excluded), | 1241 | 1241 | (lettrine.sty) (for loversize=0, accent excluded), | |
(lettrine.sty) Lettrine height = 20.612pt (\uppercase {C}); | 1242 | 1242 | (lettrine.sty) Lettrine height = 20.612pt (\uppercase {C}); | |
(lettrine.sty) reported on input line 340. | 1243 | 1243 | (lettrine.sty) reported on input line 340. | |
1244 | 1244 | |||
Overfull \hbox (6.79999pt too wide) in paragraph at lines 340--340 | 1245 | 1245 | Overfull \hbox (6.79999pt too wide) in paragraph at lines 340--340 | |
[][][][] | 1246 | 1246 | [][][][] | |
[] | 1247 | 1247 | [] | |
1248 | 1248 | |||
1249 | 1249 | |||
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1250 | 1250 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1251 | 1251 | |||
[3 | 1252 | 1252 | [3 | |
1253 | 1253 | |||
] | 1254 | 1254 | ] | |
[4] [5] | 1255 | 1255 | [4] [5] | |
\openout2 = `./chapters/contexte2.aux'. | 1256 | 1256 | \openout2 = `./chapters/contexte2.aux'. | |
1257 | 1257 | |||
(./chapters/contexte2.tex [6 | 1258 | 1258 | (./chapters/contexte2.tex [6 | |
1259 | 1259 | |||
1260 | 1260 | |||
] | 1261 | 1261 | ] | |
Chapitre 2. | 1262 | 1262 | Chapitre 2. | |
<./Figures/TLearning.png, id=558, 603.25375pt x 331.2375pt> | 1263 | 1263 | <./Figures/TLearning.png, id=558, 603.25375pt x 331.2375pt> | |
File: ./Figures/TLearning.png Graphic file (type png) | 1264 | 1264 | File: ./Figures/TLearning.png Graphic file (type png) | |
<use ./Figures/TLearning.png> | 1265 | 1265 | <use ./Figures/TLearning.png> | |
Package pdftex.def Info: ./Figures/TLearning.png used on input line 15. | 1266 | 1266 | Package pdftex.def Info: ./Figures/TLearning.png used on input line 15. | |
(pdftex.def) Requested size: 427.43153pt x 234.69505pt. | 1267 | 1267 | (pdftex.def) Requested size: 427.43153pt x 234.69505pt. | |
[7] | 1268 | 1268 | [7] | |
<./Figures/EIAH.png, id=567, 643.40375pt x 362.35374pt> | 1269 | 1269 | <./Figures/EIAH.png, id=567, 643.40375pt x 362.35374pt> | |
File: ./Figures/EIAH.png Graphic file (type png) | 1270 | 1270 | File: ./Figures/EIAH.png Graphic file (type png) | |
<use ./Figures/EIAH.png> | 1271 | 1271 | <use ./Figures/EIAH.png> | |
Package pdftex.def Info: ./Figures/EIAH.png used on input line 32. | 1272 | 1272 | Package pdftex.def Info: ./Figures/EIAH.png used on input line 32. | |
(pdftex.def) Requested size: 427.43153pt x 240.73pt. | 1273 | 1273 | (pdftex.def) Requested size: 427.43153pt x 240.73pt. | |
1274 | 1274 | |||
1275 | 1275 | |||
LaTeX Warning: `!h' float specifier changed to `!ht'. | 1276 | 1276 | LaTeX Warning: `!h' float specifier changed to `!ht'. | |
1277 | 1277 | |||
[8 <./Figures/TLearning.png>] [9 <./Figures/EIAH.png>] [10] | 1278 | 1278 | [8 <./Figures/TLearning.png>] [9 <./Figures/EIAH.png>] [10] | |
<./Figures/cycle.png, id=594, 668.4975pt x 665.48625pt> | 1279 | 1279 | <./Figures/cycle.png, id=594, 668.4975pt x 665.48625pt> | |
File: ./Figures/cycle.png Graphic file (type png) | 1280 | 1280 | File: ./Figures/cycle.png Graphic file (type png) | |
<use ./Figures/cycle.png> | 1281 | 1281 | <use ./Figures/cycle.png> | |
Package pdftex.def Info: ./Figures/cycle.png used on input line 83. | 1282 | 1282 | Package pdftex.def Info: ./Figures/cycle.png used on input line 83. | |
(pdftex.def) Requested size: 427.43153pt x 425.51372pt. | 1283 | 1283 | (pdftex.def) Requested size: 427.43153pt x 425.51372pt. | |
[11 <./Figures/cycle.png>] | 1284 | 1284 | [11 <./Figures/cycle.png>] | |
<./Figures/Reuse.png, id=617, 383.4325pt x 182.6825pt> | 1285 | 1285 | <./Figures/Reuse.png, id=617, 383.4325pt x 182.6825pt> | |
File: ./Figures/Reuse.png Graphic file (type png) | 1286 | 1286 | File: ./Figures/Reuse.png Graphic file (type png) | |
<use ./Figures/Reuse.png> | 1287 | 1287 | <use ./Figures/Reuse.png> | |
Package pdftex.def Info: ./Figures/Reuse.png used on input line 112. | 1288 | 1288 | Package pdftex.def Info: ./Figures/Reuse.png used on input line 112. | |
(pdftex.def) Requested size: 427.43153pt x 203.65802pt. | 1289 | 1289 | (pdftex.def) Requested size: 427.43153pt x 203.65802pt. | |
1290 | 1290 | |||
Underfull \hbox (badness 10000) in paragraph at lines 112--112 | 1291 | 1291 | Underfull \hbox (badness 10000) in paragraph at lines 112--112 | |
[]\T1/phv/m/sc/10.95 Figure 2.4 \T1/phv/m/n/10.95 ^^U |Prin-cipe de réuti-li-sa | 1292 | 1292 | []\T1/phv/m/sc/10.95 Figure 2.4 \T1/phv/m/n/10.95 ^^U |Prin-cipe de réuti-li-sa | |
-tion dans le RàPC (Tra-duit de | 1293 | 1293 | -tion dans le RàPC (Tra-duit de | |
[] | 1294 | 1294 | [] | |
1295 | 1295 | |||
[12] [13 <./Figures/Reuse.png>] | 1296 | 1296 | [12] [13 <./Figures/Reuse.png>] | |
<./Figures/CycleCBR.png, id=637, 147.1899pt x 83.8332pt> | 1297 | 1297 | <./Figures/CycleCBR.png, id=637, 147.1899pt x 83.8332pt> | |
File: ./Figures/CycleCBR.png Graphic file (type png) | 1298 | 1298 | File: ./Figures/CycleCBR.png Graphic file (type png) | |
<use ./Figures/CycleCBR.png> | 1299 | 1299 | <use ./Figures/CycleCBR.png> | |
Package pdftex.def Info: ./Figures/CycleCBR.png used on input line 156. | 1300 | 1300 | Package pdftex.def Info: ./Figures/CycleCBR.png used on input line 156. | |
(pdftex.def) Requested size: 427.43153pt x 243.45026pt. | 1301 | 1301 | (pdftex.def) Requested size: 427.43153pt x 243.45026pt. | |
[14] [15 <./Figures/CycleCBR.png>] [16] | 1302 | 1302 | [14] [15 <./Figures/CycleCBR.png>] [16] | |
1303 | 1303 | |||
LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 2 | 1304 | 1304 | LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 2 | |
65. | 1305 | 1305 | 65. | |
1306 | 1306 | |||
LaTeX Font Info: Trying to load font information for TS1+phv on input line 2 | 1307 | 1307 | LaTeX Font Info: Trying to load font information for TS1+phv on input line 2 | |
65. | 1308 | 1308 | 65. | |
(/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/ts1phv.fd | 1309 | 1309 | (/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/ts1phv.fd | |
File: ts1phv.fd 2020/03/25 scalable font definitions for TS1/phv. | 1310 | 1310 | File: ts1phv.fd 2020/03/25 scalable font definitions for TS1/phv. | |
) | 1311 | 1311 | ) | |
1312 | 1312 | |||
LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 2 | 1313 | 1313 | LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 2 | |
65. | 1314 | 1314 | 65. | |
1315 | 1315 | |||
1316 | 1316 | |||
LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 2 | 1317 | 1317 | LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 2 | |
65. | 1318 | 1318 | 65. | |
1319 | 1319 | |||
1320 | 1320 | |||
LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 2 | 1321 | 1321 | LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 2 | |
65. | 1322 | 1322 | 65. | |
1323 | 1323 | |||
1324 | 1324 | |||
LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 2 | 1325 | 1325 | LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 2 | |
65. | 1326 | 1326 | 65. | |
1327 | 1327 | |||
1328 | 1328 | |||
LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 2 | 1329 | 1329 | LaTeX Warning: Command \textperiodcentered invalid in math mode on input line 2 | |
65. | 1330 | 1330 | 65. | |
1331 | 1331 | |||
Missing character: There is no · in font txr! | 1332 | 1332 | Missing character: There is no · in font txr! | |
Missing character: There is no · in font txr! | 1333 | 1333 | Missing character: There is no · in font txr! | |
Missing character: There is no · in font txr! | 1334 | 1334 | Missing character: There is no · in font txr! | |
1335 | 1335 | |||
LaTeX Font Warning: Font shape `T1/phv/m/scit' undefined | 1336 | 1336 | LaTeX Font Warning: Font shape `T1/phv/m/scit' undefined | |
(Font) using `T1/phv/m/it' instead on input line 284. | 1337 | 1337 | (Font) using `T1/phv/m/it' instead on input line 284. | |
1338 | 1338 | |||
[17] [18] | 1339 | 1339 | [17] [18] | |
1340 | 1340 | |||
LaTeX Font Warning: Font shape `T1/phv/m/scit' undefined | 1341 | 1341 | LaTeX Font Warning: Font shape `T1/phv/m/scit' undefined | |
(Font) using `T1/phv/m/it' instead on input line 333. | 1342 | 1342 | (Font) using `T1/phv/m/it' instead on input line 333. | |
1343 | 1343 | |||
1344 | 1344 | |||
LaTeX Font Warning: Font shape `T1/phv/m/scit' undefined | 1345 | 1345 | LaTeX Font Warning: Font shape `T1/phv/m/scit' undefined | |
(Font) using `T1/phv/m/it' instead on input line 337. | 1346 | 1346 | (Font) using `T1/phv/m/it' instead on input line 337. | |
1347 | 1347 | |||
<./Figures/beta-distribution.png, id=714, 621.11293pt x 480.07928pt> | 1348 | 1348 | <./Figures/beta-distribution.png, id=714, 621.11293pt x 480.07928pt> | |
File: ./Figures/beta-distribution.png Graphic file (type png) | 1349 | 1349 | File: ./Figures/beta-distribution.png Graphic file (type png) | |
<use ./Figures/beta-distribution.png> | 1350 | 1350 | <use ./Figures/beta-distribution.png> | |
Package pdftex.def Info: ./Figures/beta-distribution.png used on input line 34 | 1351 | 1351 | Package pdftex.def Info: ./Figures/beta-distribution.png used on input line 34 | |
5. | 1352 | 1352 | 5. | |
(pdftex.def) Requested size: 427.43153pt x 330.38333pt. | 1353 | 1353 | (pdftex.def) Requested size: 427.43153pt x 330.38333pt. | |
[19]) [20 <./Figures/beta-distribution.png>] [21 | 1354 | 1354 | [19]) [20 <./Figures/beta-distribution.png>] [21 | |
1355 | 1355 | |||
1356 | 1356 | |||
1357 | 1357 | |||
] [22] | 1358 | 1358 | ] [22] | |
\openout2 = `./chapters/EIAH.aux'. | 1359 | 1359 | \openout2 = `./chapters/EIAH.aux'. | |
1360 | 1360 | |||
(./chapters/EIAH.tex | 1361 | 1361 | (./chapters/EIAH.tex | |
Chapitre 3. | 1362 | 1362 | Chapitre 3. | |
[23 | 1363 | 1363 | [23 | |
1364 | 1364 | |||
1365 | 1365 | |||
] | 1366 | 1366 | ] | |
Underfull \hbox (badness 10000) in paragraph at lines 24--25 | 1367 | 1367 | Underfull \hbox (badness 10000) in paragraph at lines 24--25 | |
[]\T1/phv/m/n/10.95 Les tech-niques d'IA peuvent aussi ai-der à prendre des dé- | 1368 | 1368 | []\T1/phv/m/n/10.95 Les tech-niques d'IA peuvent aussi ai-der à prendre des dé- | |
ci-sions stra-té- | 1369 | 1369 | ci-sions stra-té- | |
[] | 1370 | 1370 | [] | |
1371 | 1371 | |||
1372 | 1372 | |||
Underfull \hbox (badness 1874) in paragraph at lines 24--25 | 1373 | 1373 | Underfull \hbox (badness 1874) in paragraph at lines 24--25 | |
\T1/phv/m/n/10.95 giques vi-sant des ob-jec-tifs à longue échéance comme le mon | 1374 | 1374 | \T1/phv/m/n/10.95 giques vi-sant des ob-jec-tifs à longue échéance comme le mon | |
tre le tra-vail de | 1375 | 1375 | tre le tra-vail de | |
[] | 1376 | 1376 | [] | |
1377 | 1377 | |||
<./Figures/architecture.png, id=752, 776.9025pt x 454.69875pt> | 1378 | 1378 | <./Figures/architecture.png, id=752, 776.9025pt x 454.69875pt> | |
File: ./Figures/architecture.png Graphic file (type png) | 1379 | 1379 | File: ./Figures/architecture.png Graphic file (type png) | |
<use ./Figures/architecture.png> | 1380 | 1380 | <use ./Figures/architecture.png> | |
Package pdftex.def Info: ./Figures/architecture.png used on input line 38. | 1381 | 1381 | Package pdftex.def Info: ./Figures/architecture.png used on input line 38. | |
(pdftex.def) Requested size: 427.43153pt x 250.16833pt. | 1382 | 1382 | (pdftex.def) Requested size: 427.43153pt x 250.16833pt. | |
1383 | 1383 | |||
LaTeX Warning: Reference `sectBanditManchot' on page 24 undefined on input line | 1384 | 1384 | LaTeX Warning: Reference `sectBanditManchot' on page 24 undefined on input line | |
43. | 1385 | 1385 | 43. | |
1386 | 1386 | |||
[24] | 1387 | 1387 | [24] | |
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1388 | 1388 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1389 | 1389 | |||
[25 <./Figures/architecture.png>] | 1390 | 1390 | [25 <./Figures/architecture.png>] | |
<./Figures/ELearningLevels.png, id=781, 602.25pt x 612.78937pt> | 1391 | 1391 | <./Figures/ELearningLevels.png, id=781, 602.25pt x 612.78937pt> | |
File: ./Figures/ELearningLevels.png Graphic file (type png) | 1392 | 1392 | File: ./Figures/ELearningLevels.png Graphic file (type png) | |
<use ./Figures/ELearningLevels.png> | 1393 | 1393 | <use ./Figures/ELearningLevels.png> | |
Package pdftex.def Info: ./Figures/ELearningLevels.png used on input line 62. | 1394 | 1394 | Package pdftex.def Info: ./Figures/ELearningLevels.png used on input line 62. | |
(pdftex.def) Requested size: 427.43153pt x 434.92455pt. | 1395 | 1395 | (pdftex.def) Requested size: 427.43153pt x 434.92455pt. | |
1396 | 1396 | |||
Underfull \hbox (badness 3690) in paragraph at lines 62--62 | 1397 | 1397 | Underfull \hbox (badness 3690) in paragraph at lines 62--62 | |
[]\T1/phv/m/sc/10.95 Figure 3.2 \T1/phv/m/n/10.95 ^^U |Tra-duc-tion des ni-veau | 1398 | 1398 | []\T1/phv/m/sc/10.95 Figure 3.2 \T1/phv/m/n/10.95 ^^U |Tra-duc-tion des ni-veau | |
x du sys-tème de re-com-man-da-tion dans | 1399 | 1399 | x du sys-tème de re-com-man-da-tion dans | |
[] | 1400 | 1400 | [] | |
1401 | 1401 | |||
1402 | 1402 | |||
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1403 | 1403 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1404 | 1404 | |||
[26] | 1405 | 1405 | [26] | |
Overfull \hbox (2.56369pt too wide) in paragraph at lines 82--82 | 1406 | 1406 | Overfull \hbox (2.56369pt too wide) in paragraph at lines 82--82 | |
[]|\T1/phv/m/n/9 [[]]| | 1407 | 1407 | []|\T1/phv/m/n/9 [[]]| | |
[] | 1408 | 1408 | [] | |
1409 | 1409 | |||
1410 | 1410 | |||
Overfull \hbox (0.5975pt too wide) in paragraph at lines 77--93 | 1411 | 1411 | Overfull \hbox (0.5975pt too wide) in paragraph at lines 77--93 | |
[][] | 1412 | 1412 | [][] | |
[] | 1413 | 1413 | [] | |
1414 | 1414 | |||
) [27 <./Figures/ELearningLevels.png>] [28] | 1415 | 1415 | ) [27 <./Figures/ELearningLevels.png>] [28] | |
\openout2 = `./chapters/CBR.aux'. | 1416 | 1416 | \openout2 = `./chapters/CBR.aux'. | |
1417 | 1417 | |||
(./chapters/CBR.tex | 1418 | 1418 | (./chapters/CBR.tex | |
Chapitre 4. | 1419 | 1419 | Chapitre 4. | |
[29 | 1420 | 1420 | [29 | |
1421 | 1421 | |||
1422 | 1422 | |||
1423 | 1423 | |||
1424 | 1424 | |||
] [30] | 1425 | 1425 | ] [30] | |
Underfull \hbox (badness 1048) in paragraph at lines 25--26 | 1426 | 1426 | Underfull \hbox (badness 1048) in paragraph at lines 25--26 | |
[]\T1/phv/m/n/10.95 [[]] uti-lisent éga-le-ment le RàPC pour sé-lec-tion-ner la | 1427 | 1427 | []\T1/phv/m/n/10.95 [[]] uti-lisent éga-le-ment le RàPC pour sé-lec-tion-ner la | |
1428 | 1428 | |||
[] | 1429 | 1429 | [] | |
1430 | 1430 | |||
<./Figures/ModCBR2.png, id=845, 1145.27875pt x 545.03625pt> | 1431 | 1431 | <./Figures/ModCBR2.png, id=845, 1145.27875pt x 545.03625pt> | |
File: ./Figures/ModCBR2.png Graphic file (type png) | 1432 | 1432 | File: ./Figures/ModCBR2.png Graphic file (type png) | |
<use ./Figures/ModCBR2.png> | 1433 | 1433 | <use ./Figures/ModCBR2.png> | |
Package pdftex.def Info: ./Figures/ModCBR2.png used on input line 39. | 1434 | 1434 | Package pdftex.def Info: ./Figures/ModCBR2.png used on input line 39. | |
(pdftex.def) Requested size: 427.43153pt x 203.41505pt. | 1435 | 1435 | (pdftex.def) Requested size: 427.43153pt x 203.41505pt. | |
1436 | 1436 | |||
Underfull \vbox (badness 1163) has occurred while \output is active [] | 1437 | 1437 | Underfull \vbox (badness 1163) has occurred while \output is active [] | |
1438 | 1438 | |||
1439 | 1439 | |||
Overfull \hbox (24.44536pt too wide) has occurred while \output is active | 1440 | 1440 | Overfull \hbox (24.44536pt too wide) has occurred while \output is active | |
\T1/phv/m/sl/10.95 4.3. TRAVAUX RÉCENTS SUR LA REPRÉSENTATION DES CAS ET LE CY | 1441 | 1441 | \T1/phv/m/sl/10.95 4.3. TRAVAUX RÉCENTS SUR LA REPRÉSENTATION DES CAS ET LE CY | |
CLE DU RÀPC \T1/phv/m/n/10.95 31 | 1442 | 1442 | CLE DU RÀPC \T1/phv/m/n/10.95 31 | |
[] | 1443 | 1443 | [] | |
1444 | 1444 | |||
[31] | 1445 | 1445 | [31] | |
<./Figures/ModCBR1.png, id=859, 942.52126pt x 624.83438pt> | 1446 | 1446 | <./Figures/ModCBR1.png, id=859, 942.52126pt x 624.83438pt> | |
File: ./Figures/ModCBR1.png Graphic file (type png) | 1447 | 1447 | File: ./Figures/ModCBR1.png Graphic file (type png) | |
<use ./Figures/ModCBR1.png> | 1448 | 1448 | <use ./Figures/ModCBR1.png> | |
Package pdftex.def Info: ./Figures/ModCBR1.png used on input line 45. | 1449 | 1449 | Package pdftex.def Info: ./Figures/ModCBR1.png used on input line 45. | |
(pdftex.def) Requested size: 427.43153pt x 283.36574pt. | 1450 | 1450 | (pdftex.def) Requested size: 427.43153pt x 283.36574pt. | |
[32 <./Figures/ModCBR2.png>] [33 <./Figures/ModCBR1.png>] [34] | 1451 | 1451 | [32 <./Figures/ModCBR2.png>] [33 <./Figures/ModCBR1.png>] [34] | |
<./Figures/taxonomieEIAH.png, id=900, 984.67876pt x 614.295pt> | 1452 | 1452 | <./Figures/taxonomieEIAH.png, id=900, 984.67876pt x 614.295pt> | |
File: ./Figures/taxonomieEIAH.png Graphic file (type png) | 1453 | 1453 | File: ./Figures/taxonomieEIAH.png Graphic file (type png) | |
<use ./Figures/taxonomieEIAH.png> | 1454 | 1454 | <use ./Figures/taxonomieEIAH.png> | |
Package pdftex.def Info: ./Figures/taxonomieEIAH.png used on input line 81. | 1455 | 1455 | Package pdftex.def Info: ./Figures/taxonomieEIAH.png used on input line 81. | |
(pdftex.def) Requested size: 427.43153pt x 266.65376pt. | 1456 | 1456 | (pdftex.def) Requested size: 427.43153pt x 266.65376pt. | |
1457 | 1457 | |||
Underfull \hbox (badness 1895) in paragraph at lines 90--90 | 1458 | 1458 | Underfull \hbox (badness 1895) in paragraph at lines 90--90 | |
[][]\T1/phv/m/sc/14.4 Récapitulatif des li-mites des tra-vaux pré-sen-tés | 1459 | 1459 | [][]\T1/phv/m/sc/14.4 Récapitulatif des li-mites des tra-vaux pré-sen-tés | |
[] | 1460 | 1460 | [] | |
1461 | 1461 | |||
[35] | 1462 | 1462 | [35] | |
Overfull \hbox (2.19226pt too wide) in paragraph at lines 108--108 | 1463 | 1463 | Overfull \hbox (2.19226pt too wide) in paragraph at lines 108--108 | |
[]|\T1/phv/m/n/9 [[]]| | 1464 | 1464 | []|\T1/phv/m/n/9 [[]]| | |
[] | 1465 | 1465 | [] | |
1466 | 1466 | |||
1467 | 1467 | |||
Overfull \hbox (8.65419pt too wide) in paragraph at lines 114--114 | 1468 | 1468 | Overfull \hbox (8.65419pt too wide) in paragraph at lines 114--114 | |
[]|\T1/phv/m/n/9 [[]]| | 1469 | 1469 | []|\T1/phv/m/n/9 [[]]| | |
[] | 1470 | 1470 | [] | |
1471 | 1471 | |||
1472 | 1472 | |||
Overfull \hbox (1.23834pt too wide) in paragraph at lines 134--134 | 1473 | 1473 | Overfull \hbox (1.23834pt too wide) in paragraph at lines 134--134 | |
[]|\T1/phv/m/n/9 [[]]| | 1474 | 1474 | []|\T1/phv/m/n/9 [[]]| | |
[] | 1475 | 1475 | [] | |
1476 | 1476 | |||
1477 | 1477 | |||
Overfull \hbox (7.38495pt too wide) in paragraph at lines 142--142 | 1478 | 1478 | Overfull \hbox (7.38495pt too wide) in paragraph at lines 142--142 | |
[]|\T1/phv/m/n/9 [[]]| | 1479 | 1479 | []|\T1/phv/m/n/9 [[]]| | |
[] | 1480 | 1480 | [] | |
1481 | 1481 | |||
) [36 <./Figures/taxonomieEIAH.png>] | 1482 | 1482 | ) [36 <./Figures/taxonomieEIAH.png>] | |
Overfull \hbox (14.11055pt too wide) has occurred while \output is active | 1483 | 1483 | Overfull \hbox (14.11055pt too wide) has occurred while \output is active | |
\T1/phv/m/sl/10.95 4.7. RÉCAPITULATIF DES LIMITES DES TRAVAUX PRÉSENTÉS DANS C | 1484 | 1484 | \T1/phv/m/sl/10.95 4.7. RÉCAPITULATIF DES LIMITES DES TRAVAUX PRÉSENTÉS DANS C | |
E CHAPITRE \T1/phv/m/n/10.95 37 | 1485 | 1485 | E CHAPITRE \T1/phv/m/n/10.95 37 | |
[] | 1486 | 1486 | [] | |
1487 | 1487 | |||
[37] [38 | 1488 | 1488 | [37] [38 | |
1489 | 1489 | |||
1490 | 1490 | |||
1491 | 1491 | |||
] [39] [40] | 1492 | 1492 | ] [39] [40] | |
\openout2 = `./chapters/Architecture.aux'. | 1493 | 1493 | \openout2 = `./chapters/Architecture.aux'. | |
1494 | 1494 | |||
(./chapters/Architecture.tex | 1495 | 1495 | (./chapters/Architecture.tex | |
Chapitre 5. | 1496 | 1496 | Chapitre 5. | |
1497 | 1497 | |||
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1498 | 1498 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1499 | 1499 | |||
[41 | 1500 | 1500 | [41 | |
1501 | 1501 | |||
1502 | 1502 | |||
] | 1503 | 1503 | ] | |
<./Figures/AIVT.png, id=976, 1116.17pt x 512.91624pt> | 1504 | 1504 | <./Figures/AIVT.png, id=976, 1116.17pt x 512.91624pt> | |
File: ./Figures/AIVT.png Graphic file (type png) | 1505 | 1505 | File: ./Figures/AIVT.png Graphic file (type png) | |
<use ./Figures/AIVT.png> | 1506 | 1506 | <use ./Figures/AIVT.png> | |
Package pdftex.def Info: ./Figures/AIVT.png used on input line 23. | 1507 | 1507 | Package pdftex.def Info: ./Figures/AIVT.png used on input line 23. | |
(pdftex.def) Requested size: 427.43153pt x 196.41287pt. | 1508 | 1508 | (pdftex.def) Requested size: 427.43153pt x 196.41287pt. | |
1509 | 1509 | |||
[42 <./Figures/AIVT.png>] | 1510 | 1510 | [42 <./Figures/AIVT.png>] | |
Underfull \hbox (badness 3049) in paragraph at lines 44--45 | 1511 | 1511 | Underfull \hbox (badness 3049) in paragraph at lines 44--45 | |
[]|\T1/phv/m/n/10.95 Discipline des in-for-ma-tions conte- | 1512 | 1512 | []|\T1/phv/m/n/10.95 Discipline des in-for-ma-tions conte- | |
[] | 1513 | 1513 | [] | |
1514 | 1514 | |||
1515 | 1515 | |||
Underfull \hbox (badness 2435) in paragraph at lines 46--46 | 1516 | 1516 | Underfull \hbox (badness 2435) in paragraph at lines 46--46 | |
[]|\T1/phv/m/n/10.95 Le ni-veau sco-laire de la ma-tière | 1517 | 1517 | []|\T1/phv/m/n/10.95 Le ni-veau sco-laire de la ma-tière | |
[] | 1518 | 1518 | [] | |
1519 | 1519 | |||
1520 | 1520 | |||
Underfull \hbox (badness 7468) in paragraph at lines 47--48 | 1521 | 1521 | Underfull \hbox (badness 7468) in paragraph at lines 47--48 | |
[]|\T1/phv/m/n/10.95 Professeur, Ad-mi-nis- | 1522 | 1522 | []|\T1/phv/m/n/10.95 Professeur, Ad-mi-nis- | |
[] | 1523 | 1523 | [] | |
1524 | 1524 | |||
1525 | 1525 | |||
Underfull \hbox (badness 7468) in paragraph at lines 48--49 | 1526 | 1526 | Underfull \hbox (badness 7468) in paragraph at lines 48--49 | |
[]|\T1/phv/m/n/10.95 Professeur, Ad-mi-nis- | 1527 | 1527 | []|\T1/phv/m/n/10.95 Professeur, Ad-mi-nis- | |
[] | 1528 | 1528 | [] | |
1529 | 1529 | |||
1530 | 1530 | |||
Underfull \hbox (badness 5050) in paragraph at lines 52--52 | 1531 | 1531 | Underfull \hbox (badness 5050) in paragraph at lines 52--52 | |
[]|\T1/phv/m/n/10.95 Le type d'in-for-ma-tions conte-nues | 1532 | 1532 | []|\T1/phv/m/n/10.95 Le type d'in-for-ma-tions conte-nues | |
[] | 1533 | 1533 | [] | |
1534 | 1534 | |||
1535 | 1535 | |||
Underfull \hbox (badness 10000) in paragraph at lines 54--55 | 1536 | 1536 | Underfull \hbox (badness 10000) in paragraph at lines 54--55 | |
[]|\T1/phv/m/n/10.95 Connaissances et | 1537 | 1537 | []|\T1/phv/m/n/10.95 Connaissances et | |
[] | 1538 | 1538 | [] | |
1539 | 1539 | |||
1540 | 1540 | |||
Overfull \hbox (1.98096pt too wide) in paragraph at lines 57--57 | 1541 | 1541 | Overfull \hbox (1.98096pt too wide) in paragraph at lines 57--57 | |
[]|\T1/phv/m/n/10.95 Représentation | 1542 | 1542 | []|\T1/phv/m/n/10.95 Représentation | |
[] | 1543 | 1543 | [] | |
1544 | 1544 | |||
1545 | 1545 | |||
Overfull \hbox (1.98096pt too wide) in paragraph at lines 58--58 | 1546 | 1546 | Overfull \hbox (1.98096pt too wide) in paragraph at lines 58--58 | |
[]|\T1/phv/m/n/10.95 Représentation | 1547 | 1547 | []|\T1/phv/m/n/10.95 Représentation | |
[] | 1548 | 1548 | [] | |
1549 | 1549 | |||
1550 | 1550 | |||
Underfull \hbox (badness 10000) in paragraph at lines 59--60 | 1551 | 1551 | Underfull \hbox (badness 10000) in paragraph at lines 59--60 | |
[]|\T1/phv/m/n/10.95 Représentation tex- | 1552 | 1552 | []|\T1/phv/m/n/10.95 Représentation tex- | |
[] | 1553 | 1553 | [] | |
1554 | 1554 | |||
1555 | 1555 | |||
Underfull \hbox (badness 10000) in paragraph at lines 59--60 | 1556 | 1556 | Underfull \hbox (badness 10000) in paragraph at lines 59--60 | |
\T1/phv/m/n/10.95 tuel et gra-phique | 1557 | 1557 | \T1/phv/m/n/10.95 tuel et gra-phique | |
[] | 1558 | 1558 | [] | |
1559 | 1559 | |||
1560 | 1560 | |||
Underfull \hbox (badness 2343) in paragraph at lines 63--64 | 1561 | 1561 | Underfull \hbox (badness 2343) in paragraph at lines 63--64 | |
[]|\T1/phv/m/n/10.95 Ordinateur ou ap-pa- | 1562 | 1562 | []|\T1/phv/m/n/10.95 Ordinateur ou ap-pa- | |
[] | 1563 | 1563 | [] | |
1564 | 1564 | |||
1565 | 1565 | |||
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1566 | 1566 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1567 | 1567 | |||
[43] | 1568 | 1568 | [43] | |
<./Figures/Architecture AI-VT2.png, id=992, 1029.8475pt x 948.54375pt> | 1569 | 1569 | <./Figures/Architecture AI-VT2.png, id=992, 1029.8475pt x 948.54375pt> | |
File: ./Figures/Architecture AI-VT2.png Graphic file (type png) | 1570 | 1570 | File: ./Figures/Architecture AI-VT2.png Graphic file (type png) | |
<use ./Figures/Architecture AI-VT2.png> | 1571 | 1571 | <use ./Figures/Architecture AI-VT2.png> | |
Package pdftex.def Info: ./Figures/Architecture AI-VT2.png used on input line | 1572 | 1572 | Package pdftex.def Info: ./Figures/Architecture AI-VT2.png used on input line | |
80. | 1573 | 1573 | 80. | |
(pdftex.def) Requested size: 427.43153pt x 393.68173pt. | 1574 | 1574 | (pdftex.def) Requested size: 427.43153pt x 393.68173pt. | |
1575 | 1575 | |||
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1576 | 1576 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1577 | 1577 | |||
[44] | 1578 | 1578 | [44] | |
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1579 | 1579 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1580 | 1580 | |||
[45 <./Figures/Architecture AI-VT2.png>] | 1581 | 1581 | [45 <./Figures/Architecture AI-VT2.png>] | |
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1582 | 1582 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1583 | 1583 | |||
[46] | 1584 | 1584 | [46] | |
[47] [48] | 1585 | 1585 | [47] [48] | |
<./Figures/Layers.png, id=1019, 392.46625pt x 216.81pt> | 1586 | 1586 | <./Figures/Layers.png, id=1019, 392.46625pt x 216.81pt> | |
File: ./Figures/Layers.png Graphic file (type png) | 1587 | 1587 | File: ./Figures/Layers.png Graphic file (type png) | |
<use ./Figures/Layers.png> | 1588 | 1588 | <use ./Figures/Layers.png> | |
Package pdftex.def Info: ./Figures/Layers.png used on input line 153. | 1589 | 1589 | Package pdftex.def Info: ./Figures/Layers.png used on input line 153. | |
(pdftex.def) Requested size: 313.9734pt x 173.44823pt. | 1590 | 1590 | (pdftex.def) Requested size: 313.9734pt x 173.44823pt. | |
<./Figures/flow.png, id=1021, 721.69624pt x 593.21625pt> | 1591 | 1591 | <./Figures/flow.png, id=1021, 721.69624pt x 593.21625pt> | |
File: ./Figures/flow.png Graphic file (type png) | 1592 | 1592 | File: ./Figures/flow.png Graphic file (type png) | |
<use ./Figures/flow.png> | 1593 | 1593 | <use ./Figures/flow.png> | |
Package pdftex.def Info: ./Figures/flow.png used on input line 164. | 1594 | 1594 | Package pdftex.def Info: ./Figures/flow.png used on input line 164. | |
(pdftex.def) Requested size: 427.43153pt x 351.33421pt. | 1595 | 1595 | (pdftex.def) Requested size: 427.43153pt x 351.33421pt. | |
) [49 <./Figures/Layers.png>] [50 <./Figures/flow.png>] | 1596 | 1596 | ) [49 <./Figures/Layers.png>] [50 <./Figures/flow.png>] | |
\openout2 = `./chapters/ESCBR.aux'. | 1597 | 1597 | \openout2 = `./chapters/ESCBR.aux'. | |
1598 | 1598 | |||
1599 | 1599 | |||
(./chapters/ESCBR.tex | 1600 | 1600 | (./chapters/ESCBR.tex | |
Chapitre 6. | 1601 | 1601 | Chapitre 6. | |
1602 | 1602 | |||
Underfull \hbox (badness 1383) in paragraph at lines 7--9 | 1603 | 1603 | Underfull \hbox (badness 1383) in paragraph at lines 7--9 | |
\T1/phv/m/n/10.95 multi-agents cog-ni-tifs im-plé-men-tant un rai-son-ne-ment B | 1604 | 1604 | \T1/phv/m/n/10.95 multi-agents cog-ni-tifs im-plé-men-tant un rai-son-ne-ment B | |
ayé-sien. Cette as-so-cia-tion, | 1605 | 1605 | ayé-sien. Cette as-so-cia-tion, | |
[] | 1606 | 1606 | [] | |
1607 | 1607 | |||
1608 | 1608 | |||
Underfull \hbox (badness 10000) in paragraph at lines 7--9 | 1609 | 1609 | Underfull \hbox (badness 10000) in paragraph at lines 7--9 | |
1610 | 1610 | |||
[] | 1611 | 1611 | [] | |
1612 | 1612 | |||
[51 | 1613 | 1613 | [51 | |
1614 | 1614 | |||
1615 | 1615 | |||
1616 | 1616 | |||
1617 | 1617 | |||
] | 1618 | 1618 | ] | |
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1619 | 1619 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1620 | 1620 | |||
[52] | 1621 | 1621 | [52] | |
<./Figures/NCBR0.png, id=1064, 623.32875pt x 459.7175pt> | 1622 | 1622 | <./Figures/NCBR0.png, id=1064, 623.32875pt x 459.7175pt> | |
File: ./Figures/NCBR0.png Graphic file (type png) | 1623 | 1623 | File: ./Figures/NCBR0.png Graphic file (type png) | |
<use ./Figures/NCBR0.png> | 1624 | 1624 | <use ./Figures/NCBR0.png> | |
Package pdftex.def Info: ./Figures/NCBR0.png used on input line 34. | 1625 | 1625 | Package pdftex.def Info: ./Figures/NCBR0.png used on input line 34. | |
(pdftex.def) Requested size: 427.43153pt x 315.24129pt. | 1626 | 1626 | (pdftex.def) Requested size: 427.43153pt x 315.24129pt. | |
1627 | 1627 | |||
[53 <./Figures/NCBR0.png>] | 1628 | 1628 | [53 <./Figures/NCBR0.png>] | |
<./Figures/FlowCBR0.png, id=1075, 370.38374pt x 661.47125pt> | 1629 | 1629 | <./Figures/FlowCBR0.png, id=1075, 370.38374pt x 661.47125pt> | |
File: ./Figures/FlowCBR0.png Graphic file (type png) | 1630 | 1630 | File: ./Figures/FlowCBR0.png Graphic file (type png) | |
<use ./Figures/FlowCBR0.png> | 1631 | 1631 | <use ./Figures/FlowCBR0.png> | |
Package pdftex.def Info: ./Figures/FlowCBR0.png used on input line 45. | 1632 | 1632 | Package pdftex.def Info: ./Figures/FlowCBR0.png used on input line 45. | |
(pdftex.def) Requested size: 222.23195pt x 396.8858pt. | 1633 | 1633 | (pdftex.def) Requested size: 222.23195pt x 396.8858pt. | |
[54 <./Figures/FlowCBR0.png>] | 1634 | 1634 | [54 <./Figures/FlowCBR0.png>] | |
<./Figures/Stacking1.png, id=1084, 743.77875pt x 414.54875pt> | 1635 | 1635 | <./Figures/Stacking1.png, id=1084, 743.77875pt x 414.54875pt> | |
File: ./Figures/Stacking1.png Graphic file (type png) | 1636 | 1636 | File: ./Figures/Stacking1.png Graphic file (type png) | |
<use ./Figures/Stacking1.png> | 1637 | 1637 | <use ./Figures/Stacking1.png> | |
Package pdftex.def Info: ./Figures/Stacking1.png used on input line 84. | 1638 | 1638 | Package pdftex.def Info: ./Figures/Stacking1.png used on input line 84. | |
(pdftex.def) Requested size: 427.43153pt x 238.23717pt. | 1639 | 1639 | (pdftex.def) Requested size: 427.43153pt x 238.23717pt. | |
[55] | 1640 | 1640 | [55] | |
<./Figures/SolRep.png, id=1095, 277.035pt x 84.315pt> | 1641 | 1641 | <./Figures/SolRep.png, id=1095, 277.035pt x 84.315pt> | |
File: ./Figures/SolRep.png Graphic file (type png) | 1642 | 1642 | File: ./Figures/SolRep.png Graphic file (type png) | |
<use ./Figures/SolRep.png> | 1643 | 1643 | <use ./Figures/SolRep.png> | |
Package pdftex.def Info: ./Figures/SolRep.png used on input line 98. | 1644 | 1644 | Package pdftex.def Info: ./Figures/SolRep.png used on input line 98. | |
(pdftex.def) Requested size: 277.03432pt x 84.31477pt. | 1645 | 1645 | (pdftex.def) Requested size: 277.03432pt x 84.31477pt. | |
<./Figures/AutomaticS.png, id=1096, 688.5725pt x 548.0475pt> | 1646 | 1646 | <./Figures/AutomaticS.png, id=1096, 688.5725pt x 548.0475pt> | |
File: ./Figures/AutomaticS.png Graphic file (type png) | 1647 | 1647 | File: ./Figures/AutomaticS.png Graphic file (type png) | |
<use ./Figures/AutomaticS.png> | 1648 | 1648 | <use ./Figures/AutomaticS.png> | |
Package pdftex.def Info: ./Figures/AutomaticS.png used on input line 107. | 1649 | 1649 | Package pdftex.def Info: ./Figures/AutomaticS.png used on input line 107. | |
(pdftex.def) Requested size: 427.43153pt x 340.20406pt. | 1650 | 1650 | (pdftex.def) Requested size: 427.43153pt x 340.20406pt. | |
1651 | 1651 | |||
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1652 | 1652 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1653 | 1653 | |||
[56 <./Figures/Stacking1.png> <./Figures/SolRep.png>] [57 <./Figures/Automatic | 1654 | 1654 | [56 <./Figures/Stacking1.png> <./Figures/SolRep.png>] [57 <./Figures/Automatic | |
S.png>] | 1655 | 1655 | S.png>] | |
[58] | 1656 | 1656 | [58] | |
<./Figures/Stacking2.png, id=1130, 743.77875pt x 414.54875pt> | 1657 | 1657 | <./Figures/Stacking2.png, id=1130, 743.77875pt x 414.54875pt> | |
File: ./Figures/Stacking2.png Graphic file (type png) | 1658 | 1658 | File: ./Figures/Stacking2.png Graphic file (type png) | |
<use ./Figures/Stacking2.png> | 1659 | 1659 | <use ./Figures/Stacking2.png> | |
Package pdftex.def Info: ./Figures/Stacking2.png used on input line 192. | 1660 | 1660 | Package pdftex.def Info: ./Figures/Stacking2.png used on input line 192. | |
(pdftex.def) Requested size: 427.43153pt x 238.23717pt. | 1661 | 1661 | (pdftex.def) Requested size: 427.43153pt x 238.23717pt. | |
1662 | 1662 | |||
Underfull \hbox (badness 10000) in paragraph at lines 203--205 | 1663 | 1663 | Underfull \hbox (badness 10000) in paragraph at lines 203--205 | |
1664 | 1664 | |||
[] | 1665 | 1665 | [] | |
1666 | 1666 | |||
[59 <./Figures/Stacking2.png>] | 1667 | 1667 | [59 <./Figures/Stacking2.png>] | |
<Figures/FW.png, id=1145, 456.70625pt x 342.27875pt> | 1668 | 1668 | <Figures/FW.png, id=1145, 456.70625pt x 342.27875pt> | |
File: Figures/FW.png Graphic file (type png) | 1669 | 1669 | File: Figures/FW.png Graphic file (type png) | |
<use Figures/FW.png> | 1670 | 1670 | <use Figures/FW.png> | |
Package pdftex.def Info: Figures/FW.png used on input line 218. | 1671 | 1671 | Package pdftex.def Info: Figures/FW.png used on input line 218. | |
(pdftex.def) Requested size: 427.43153pt x 320.34758pt. | 1672 | 1672 | (pdftex.def) Requested size: 427.43153pt x 320.34758pt. | |
[60 <./Figures/FW.png>] [61] | 1673 | 1673 | [60 <./Figures/FW.png>] [61] | |
<./Figures/boxplot.png, id=1167, 1994.45125pt x 959.585pt> | 1674 | 1674 | <./Figures/boxplot.png, id=1167, 1994.45125pt x 959.585pt> | |
File: ./Figures/boxplot.png Graphic file (type png) | 1675 | 1675 | File: ./Figures/boxplot.png Graphic file (type png) | |
<use ./Figures/boxplot.png> | 1676 | 1676 | <use ./Figures/boxplot.png> | |
Package pdftex.def Info: ./Figures/boxplot.png used on input line 324. | 1677 | 1677 | Package pdftex.def Info: ./Figures/boxplot.png used on input line 324. | |
(pdftex.def) Requested size: 427.43153pt x 205.64786pt. | 1678 | 1678 | (pdftex.def) Requested size: 427.43153pt x 205.64786pt. | |
[62] | 1679 | 1679 | [62] | |
Underfull \hbox (badness 10000) in paragraph at lines 343--344 | 1680 | 1680 | Underfull \hbox (badness 10000) in paragraph at lines 343--344 | |
1681 | 1681 | |||
[] | 1682 | 1682 | [] | |
1683 | 1683 | |||
1684 | 1684 | |||
Underfull \hbox (badness 2564) in paragraph at lines 345--345 | 1685 | 1685 | Underfull \hbox (badness 2564) in paragraph at lines 345--345 | |
[][]\T1/phv/m/sc/14.4 ESCBR-SMA : In-tro-duc-tion des sys-tèmes multi- | 1686 | 1686 | [][]\T1/phv/m/sc/14.4 ESCBR-SMA : In-tro-duc-tion des sys-tèmes multi- | |
[] | 1687 | 1687 | [] | |
1688 | 1688 | |||
1689 | 1689 | |||
Overfull \hbox (5.60397pt too wide) has occurred while \output is active | 1690 | 1690 | Overfull \hbox (5.60397pt too wide) has occurred while \output is active | |
\T1/phv/m/sl/10.95 6.3. ESCBR-SMA : INTRODUCTION DES SYSTÈMES MULTI-AGENTS DAN | 1691 | 1691 | \T1/phv/m/sl/10.95 6.3. ESCBR-SMA : INTRODUCTION DES SYSTÈMES MULTI-AGENTS DAN | |
S ESCBR \T1/phv/m/n/10.95 63 | 1692 | 1692 | S ESCBR \T1/phv/m/n/10.95 63 | |
[] | 1693 | 1693 | [] | |
1694 | 1694 | |||
[63 <./Figures/boxplot.png>] | 1695 | 1695 | [63 <./Figures/boxplot.png>] | |
<Figures/NCBR.png, id=1178, 653.44125pt x 445.665pt> | 1696 | 1696 | <Figures/NCBR.png, id=1178, 653.44125pt x 445.665pt> | |
File: Figures/NCBR.png Graphic file (type png) | 1697 | 1697 | File: Figures/NCBR.png Graphic file (type png) | |
<use Figures/NCBR.png> | 1698 | 1698 | <use Figures/NCBR.png> | |
Package pdftex.def Info: Figures/NCBR.png used on input line 355. | 1699 | 1699 | Package pdftex.def Info: Figures/NCBR.png used on input line 355. | |
(pdftex.def) Requested size: 427.43153pt x 291.5149pt. | 1700 | 1700 | (pdftex.def) Requested size: 427.43153pt x 291.5149pt. | |
[64 <./Figures/NCBR.png>] | 1701 | 1701 | [64 <./Figures/NCBR.png>] | |
<Figures/FlowCBR.png, id=1188, 450.68375pt x 822.07124pt> | 1702 | 1702 | <Figures/FlowCBR.png, id=1188, 450.68375pt x 822.07124pt> | |
File: Figures/FlowCBR.png Graphic file (type png) | 1703 | 1703 | File: Figures/FlowCBR.png Graphic file (type png) | |
<use Figures/FlowCBR.png> | 1704 | 1704 | <use Figures/FlowCBR.png> | |
Package pdftex.def Info: Figures/FlowCBR.png used on input line 384. | 1705 | 1705 | Package pdftex.def Info: Figures/FlowCBR.png used on input line 384. | |
(pdftex.def) Requested size: 270.41232pt x 493.24655pt. | 1706 | 1706 | (pdftex.def) Requested size: 270.41232pt x 493.24655pt. | |
1707 | 1707 | |||
Underfull \hbox (badness 1107) in paragraph at lines 417--418 | 1708 | 1708 | Underfull \hbox (badness 1107) in paragraph at lines 417--418 | |
[]\T1/phv/m/n/10.95 Cette sec-tion pré-sente de ma-nière plus dé-taillée les co | 1709 | 1709 | []\T1/phv/m/n/10.95 Cette sec-tion pré-sente de ma-nière plus dé-taillée les co | |
m-por-te-ments des agents | 1710 | 1710 | m-por-te-ments des agents | |
[] | 1711 | 1711 | [] | |
1712 | 1712 | |||
1713 | 1713 | |||
Overfull \hbox (5.60397pt too wide) has occurred while \output is active | 1714 | 1714 | Overfull \hbox (5.60397pt too wide) has occurred while \output is active | |
\T1/phv/m/sl/10.95 6.3. ESCBR-SMA : INTRODUCTION DES SYSTÈMES MULTI-AGENTS DAN | 1715 | 1715 | \T1/phv/m/sl/10.95 6.3. ESCBR-SMA : INTRODUCTION DES SYSTÈMES MULTI-AGENTS DAN | |
S ESCBR \T1/phv/m/n/10.95 65 | 1716 | 1716 | S ESCBR \T1/phv/m/n/10.95 65 | |
[] | 1717 | 1717 | [] | |
1718 | 1718 | |||
[65] | 1719 | 1719 | [65] | |
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1720 | 1720 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1721 | 1721 | |||
[66 <./Figures/FlowCBR.png>] | 1722 | 1722 | [66 <./Figures/FlowCBR.png>] | |
<Figures/agent.png, id=1204, 352.31625pt x 402.50375pt> | 1723 | 1723 | <Figures/agent.png, id=1204, 352.31625pt x 402.50375pt> | |
File: Figures/agent.png Graphic file (type png) | 1724 | 1724 | File: Figures/agent.png Graphic file (type png) | |
<use Figures/agent.png> | 1725 | 1725 | <use Figures/agent.png> | |
Package pdftex.def Info: Figures/agent.png used on input line 458. | 1726 | 1726 | Package pdftex.def Info: Figures/agent.png used on input line 458. | |
(pdftex.def) Requested size: 246.61969pt x 281.7507pt. | 1727 | 1727 | (pdftex.def) Requested size: 246.61969pt x 281.7507pt. | |
1728 | 1728 | |||
Overfull \hbox (5.60397pt too wide) has occurred while \output is active | 1729 | 1729 | Overfull \hbox (5.60397pt too wide) has occurred while \output is active | |
\T1/phv/m/sl/10.95 6.3. ESCBR-SMA : INTRODUCTION DES SYSTÈMES MULTI-AGENTS DAN | 1730 | 1730 | \T1/phv/m/sl/10.95 6.3. ESCBR-SMA : INTRODUCTION DES SYSTÈMES MULTI-AGENTS DAN | |
S ESCBR \T1/phv/m/n/10.95 67 | 1731 | 1731 | S ESCBR \T1/phv/m/n/10.95 67 | |
[] | 1732 | 1732 | [] | |
1733 | 1733 | |||
[67] | 1734 | 1734 | [67] | |
<Figures/BayesianEvolution.png, id=1218, 626.34pt x 402.50375pt> | 1735 | 1735 | <Figures/BayesianEvolution.png, id=1218, 626.34pt x 402.50375pt> | |
File: Figures/BayesianEvolution.png Graphic file (type png) | 1736 | 1736 | File: Figures/BayesianEvolution.png Graphic file (type png) | |
<use Figures/BayesianEvolution.png> | 1737 | 1737 | <use Figures/BayesianEvolution.png> | |
Package pdftex.def Info: Figures/BayesianEvolution.png used on input line 471. | 1738 | 1738 | Package pdftex.def Info: Figures/BayesianEvolution.png used on input line 471. | |
1739 | 1739 | |||
(pdftex.def) Requested size: 313.16922pt x 201.25137pt. | 1740 | 1740 | (pdftex.def) Requested size: 313.16922pt x 201.25137pt. | |
[68 <./Figures/agent.png>] | 1741 | 1741 | [68 <./Figures/agent.png>] | |
Underfull \hbox (badness 10000) in paragraph at lines 512--512 | 1742 | 1742 | Underfull \hbox (badness 10000) in paragraph at lines 512--512 | |
[]|\T1/phv/m/n/8 Input. | 1743 | 1743 | []|\T1/phv/m/n/8 Input. | |
[] | 1744 | 1744 | [] | |
1745 | 1745 | |||
1746 | 1746 | |||
Underfull \hbox (badness 10000) in paragraph at lines 512--513 | 1747 | 1747 | Underfull \hbox (badness 10000) in paragraph at lines 512--513 | |
[]|\T1/phv/m/n/8 Output | 1748 | 1748 | []|\T1/phv/m/n/8 Output | |
[] | 1749 | 1749 | [] | |
1750 | 1750 | |||
<Figures/boxplot2.png, id=1233, 1615.03375pt x 835.12pt> | 1751 | 1751 | <Figures/boxplot2.png, id=1233, 1615.03375pt x 835.12pt> | |
File: Figures/boxplot2.png Graphic file (type png) | 1752 | 1752 | File: Figures/boxplot2.png Graphic file (type png) | |
<use Figures/boxplot2.png> | 1753 | 1753 | <use Figures/boxplot2.png> | |
Package pdftex.def Info: Figures/boxplot2.png used on input line 644. | 1754 | 1754 | Package pdftex.def Info: Figures/boxplot2.png used on input line 644. | |
(pdftex.def) Requested size: 427.43153pt x 221.01265pt. | 1755 | 1755 | (pdftex.def) Requested size: 427.43153pt x 221.01265pt. | |
1756 | 1756 | |||
Overfull \hbox (5.60397pt too wide) has occurred while \output is active | 1757 | 1757 | Overfull \hbox (5.60397pt too wide) has occurred while \output is active | |
\T1/phv/m/sl/10.95 6.3. ESCBR-SMA : INTRODUCTION DES SYSTÈMES MULTI-AGENTS DAN | 1758 | 1758 | \T1/phv/m/sl/10.95 6.3. ESCBR-SMA : INTRODUCTION DES SYSTÈMES MULTI-AGENTS DAN | |
S ESCBR \T1/phv/m/n/10.95 69 | 1759 | 1759 | S ESCBR \T1/phv/m/n/10.95 69 | |
[] | 1760 | 1760 | [] | |
1761 | 1761 | |||
[69 <./Figures/BayesianEvolution.png>] | 1762 | 1762 | [69 <./Figures/BayesianEvolution.png>] | |
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1763 | 1763 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1764 | 1764 | |||
[70] | 1765 | 1765 | [70] | |
1766 | 1766 | |||
LaTeX Warning: Text page 71 contains only floats. | 1767 | 1767 | LaTeX Warning: Text page 71 contains only floats. | |
1768 | 1768 | |||
1769 | 1769 | |||
Overfull \hbox (5.60397pt too wide) has occurred while \output is active | 1770 | 1770 | Overfull \hbox (5.60397pt too wide) has occurred while \output is active | |
\T1/phv/m/sl/10.95 6.3. ESCBR-SMA : INTRODUCTION DES SYSTÈMES MULTI-AGENTS DAN | 1771 | 1771 | \T1/phv/m/sl/10.95 6.3. ESCBR-SMA : INTRODUCTION DES SYSTÈMES MULTI-AGENTS DAN | |
S ESCBR \T1/phv/m/n/10.95 71 | 1772 | 1772 | S ESCBR \T1/phv/m/n/10.95 71 | |
[] | 1773 | 1773 | [] | |
1774 | 1774 | |||
[71 <./Figures/boxplot2.png>]) [72] | 1775 | 1775 | [71 <./Figures/boxplot2.png>]) [72] | |
\openout2 = `./chapters/TS.aux'. | 1776 | 1776 | \openout2 = `./chapters/TS.aux'. | |
1777 | 1777 | |||
(./chapters/TS.tex | 1778 | 1778 | (./chapters/TS.tex | |
Chapitre 7. | 1779 | 1779 | Chapitre 7. | |
1780 | 1780 | |||
Underfull \vbox (badness 10000) has occurred while \output is active [] | 1781 | 1781 | Underfull \vbox (badness 10000) has occurred while \output is active [] | |
1782 | 1782 | |||
[73 | 1783 | 1783 | [73 | |
1784 | 1784 | |||
1785 | 1785 | |||
1786 | 1786 |
main.pdf
View file @
b750bfd
main.synctex.gz
View file @
b750bfd