James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.72k stars 534 forks source link

Feature request: Local bib file for root file #1085

Closed PierreMarchand20 closed 5 years ago

PierreMarchand20 commented 5 years ago

Is your feature request related to a problem? Please describe. I have one workspace with all my latex projects in separate folders, each one has its own .bib file. My issue is that when I use \cite, the autocompletion suggests references from all my .bib files, even coming from other projects (meaning, other folders). Even worse, I get duplicate if I used the reference in two different folders. For example,

Article1/
     main1.tex
     biblio1.tex
Article2/
     main2.tex
     biblio2.tex

in main2.tex, it would suggest references from biblio1.tex.

Describe the solution you'd like I would like to be able to associate to the root file, one folder where to look for .bib files.

Describe alternatives you've considered I could use one workspace for each latex project, but I like to have all my latex projects in the same git repo and I use https://github.com/alefragnani/vscode-project-manager to generate vscode projects according to git repo.

Additional context Example of issue I get : image

jlelong commented 5 years ago

Completion be it for \cite \ref or commands is not linked to a particular root file. Changing this would require to completely redesign how completion works.

However, you should only get completions from files related to the open editors. In your example, it means that even you load a workspace with Article1 and Article2 but you only open main1.tex then you will not get suggestions from main2.tex and biblio2.bib. There is no mechanism to forget completions from a file that has been closed, you need to reload vscode.

PierreMarchand20 commented 5 years ago

Ok, I though that, since we are already defining root file with magic comment in all the files, we could do that if we only added another magic comment in the root file to define the folder containing the .bib files.

Besides there already exists the option to add an additional bib file. The only thing is that we want to define it automatically using something like % !TEX bib = path and we want to only look in this additional file.

PierreMarchand20 commented 5 years ago

FYI I used this feature when I was using Atom and this package https://github.com/Aerijo/autocomplete-latex#enable-citation-completions.

jlelong commented 5 years ago

If I understand well, your problem only happens when you work on two different articles at the same time otherwise it is enough to only keep files related to the right article in open editors.

PierreMarchand20 commented 5 years ago

Yes I guess, but it also means we need to close all the pane related to the first article and reload vscode each time we want to work on another latex project. But I see your point, it may not be a critical feature.

Actually I thought something similar or close was already possible.

PierreMarchand20 commented 5 years ago

It used to work at the beginning but it seems that with the last updates, it does not work anymore. When looking for citations, most of references suggested are local but not all of them.

jlelong commented 5 years ago

@PierreMarchand20 Please open a new issue and describe precisely the problem. Ideally, could you provide a minimal working example?

PierreMarchand20 commented 5 years ago

Well the issue is the same, I will try to provide a MWE.

jlelong commented 5 years ago

OK I already have a MWE. I will look at it

PierreMarchand20 commented 5 years ago

Oh really ? I tried to a simple example, but it worked without any issue :-/ The only thing strange I saw is that the hyperlinks toward the references from other latex documents actually work. Which is a little bit inconsistent.

How did you do it ?

jlelong commented 5 years ago

In the end, I have not been able to reproduce the issue. I had mixed up things in my non-MWE. Let us close the issue for now.

PierreMarchand20 commented 5 years ago

Do you know how can I reset intellisense manually for latex ? I tried everything as you said at the beginning, close all panes, restart vscode and so on, and I still get bib references from other .bib files. The issue is that then I have a lot of duplicates (see below)

Or at least, do you know how I could debug it ?

image

PS: Oh I just noticed you work at Laboratory Jean Kuntzmann, I worked there for 6 months with Eric Blayo a few years ago, small world :-)

jlelong commented 5 years ago

tiny world indeed ;-) Bib entries are stored in a map indexed by the .bib filename and for each filename the keys must be unique. From your screenshot, I deduce that you have several .bib files providing the same keys. Each .bib file is associated to a list of rootFiles and intellisense should be triggered accordingly.

To try debugging all this, could you post all the logs from the extension (Output Panel / LaTeX Workshop)? I will investigate this in details.

PierreMarchand20 commented 5 years ago

For some reasons, I cleared the output, restarted everything and now it works. If I am able to reproduce the error, or if it appears again, I will drop the output here.

PierreMarchand20 commented 5 years ago

Ok, the issue reappeared this morning... I cannot see what makes it appear like that. Here's my log below, but since my workspace contains all my TeX files, it is quite big... I know for sure that this issue appears in the files in **/Doctorat/Thesis/ (see figure below). Actually, when I click on the hyperlink associated with "Ainsworth1999", I get the bib file in **/Articles/geneo_for_hypersingular/ so I think something is wrong anyway.

image

LaTeX Workshop logs ```` [10:52:24] Initializing LaTeX Workshop. [10:52:24] Creating LaTeX Workshop http and websocket server. [10:52:24] LaTeX Workshop initialized. [10:52:24] Linter for root file started. [10:52:26] Server created on 127.0.0.1:49373 [10:52:26] Snippet data loaded. [10:52:26] LaTeX Workshop version: 6.3.0 [10:52:27] Try root file in root directory: **********/CV/cv_en.tex [10:52:27] Try root file in root directory: **********/CV/cv_fr.tex [10:52:27] Try root file in root directory: **********/CV/cv_french.tex [10:52:27] Try root file in root directory: **********/Cours/Python/TP7.tex [10:52:27] Try root file in root directory: **********/Cours/Python/TP6.tex [10:52:27] Try root file in root directory: **********/Cours/Python/TP4.tex [10:52:27] Try root file in root directory: **********/Cours/Python/TP5.tex [10:52:27] Try root file in root directory: **********/Cours/Python/TP1.tex [10:52:27] Try root file in root directory: **********/Cours/Python/TP2.tex [10:52:27] Try root file in root directory: **********/Cours/Python/TP3.tex [10:52:27] Try root file in root directory: **********/research_projects/2018_12 postdoc/main.tex [10:52:27] Try root file in root directory: **********/Articles/geneo_for_hypersingular/main.tex [10:52:27] Try root file in root directory: **********/Presentations/2018_11_26_ljll_gtt/presentation.tex [10:52:27] Try root file in root directory: **********/Presentations/2018_04_12_Infomaths/presentation.tex [10:52:27] Try root file in root directory: **********/Presentations/2016_10_reunion_ANR/presentation.tex [10:52:27] Try root file in root directory: **********/Presentations/2018_07_24_DD25/presentation.tex [10:52:27] Try root file in root directory: **********/Presentations/2019_04_01_reunion_eric_fleury/presentation.tex [10:52:27] Try root file in root directory: **********/Presentations/2017_05_reunion_Alpines/presentation.tex [10:52:27] Try root file in root directory: **********/Presentations/2016_10_reunion_IFP/expose.tex [10:52:27] Try root file in root directory: **********/Presentations/2019_02_26_konstanz/presentation.tex [10:52:27] Try root file in root directory: **********/Presentations/2018_10_25_Ceremade_gtt/presentation.tex [10:52:27] Try root file in root directory: **********/Presentations/2018_04_05_JILL/presentation.tex [10:52:27] Try root file in root directory: **********/Presentations/2018_04_03_GTT/presentation.tex [10:52:27] Try root file in root directory: **********/Cover_letters/2019_03_Bath/main.tex [10:52:27] Try root file in root directory: **********/CV/autre/cv.tex [10:52:27] Try root file in root directory: **********/Stage_M2/report/Stage_M2.tex [10:52:27] Try root file in root directory: **********/Stage_M2/presentation/presentation.tex [10:52:27] Try root file in root directory: **********/Cours/C++/TP4/TP4_sol.tex [10:52:27] Try root file in root directory: **********/Cours/C++/TP3/TP3_sol.tex [10:52:27] Try root file in root directory: **********/Cours/C++/TP3/TP3.tex [10:52:27] Try root file in root directory: **********/Cours/C++/TP4/TP4.tex [10:52:27] Try root file in root directory: **********/Cours/C++/TP2/TP2.tex [10:52:27] Try root file in root directory: **********/Cours/C++/TP5/TP5.tex [10:52:27] Try root file in root directory: **********/Cours/C++/TP6/TP6_sol.tex [10:52:27] Try root file in root directory: **********/Cours/C++/TP6/TP6.tex [10:52:27] Try root file in root directory: **********/Cours/C++/TP1/TP1.tex [10:52:27] Try root file in root directory: **********/Presentations/2018_06_27_IABEM/Abstract/iabem-abstract.tex [10:52:27] Try root file in root directory: **********/Presentations/2018_06_27_IABEM/presentation/presentation.tex [10:52:27] Try root file in root directory: **********/Stage_long/EDF/Synthese/Synthese.tex [10:52:27] Try root file in root directory: **********/Stage_long/EDF/Reunion Martin/ALE.tex [10:52:27] Try root file in root directory: **********/Stage_long/Inria/Calculs-chgt-reperes.tex [10:52:27] Try root file in root directory: **********/Stage_long/Inria/Schema-cote.tex [10:52:27] Try root file in root directory: **********/Stage_long/rapport/Stage_INRIA.tex [10:52:27] Try root file in root directory: **********/Stage_long/rapport/Stage_long.tex [10:52:27] Try root file in root directory: **********/Stage_long/rapport/Stage_EDF.tex [10:52:27] Try root file in root directory: **********/Doctorat/Thesis/geneo.tex [10:52:27] Try root file in root directory: **********/Stage_long/Inria/Remarques/Remarques.tex [10:52:27] Try root file in root directory: **********/Stage_long/Inria/NCL/NCL.tex [10:52:27] Try root file in root directory: **********/Stage_long/Inria/Latex_calculs/Calculs-VF.tex [10:52:27] Try root file in root directory: **********/Doctorat/Thesis/tikz/comm_diag.tex [10:52:27] Try root file in root directory: **********/Doctorat/Thesis/tikz/dd_ex.tex [10:52:27] Try root file in root directory: **********/Doctorat/Thesis/tikz/min_overlap.tex [11:01:53] TAB command invoked. [11:01:53] Found root file by magic comment: **********/Doctorat/Thesis/geneo.tex [11:01:53] Root file changed from: undefined. Find all dependencies. [11:01:53] Instantiating a new file watcher for **********/Doctorat/Thesis/geneo.tex [11:01:53] Parsing **********/Doctorat/Thesis/geneo.tex [11:01:53] Adding **********/Doctorat/Thesis/packages.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/packages.tex [11:01:53] Adding **********/Doctorat/Thesis/configuration/raccourcis.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/configuration/raccourcis.tex [11:01:53] Adding **********/Doctorat/Thesis/liminaires/dedicaces.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/liminaires/dedicaces.tex [11:01:53] Adding **********/Doctorat/Thesis/liminaires/epigraphes.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/liminaires/epigraphes.tex [11:01:53] Adding **********/Doctorat/Thesis/liminaires/resumes.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/liminaires/resumes.tex [11:01:53] Adding **********/Doctorat/Thesis/liminaires/remerciements.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/liminaires/remerciements.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/introduction_fr.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/introduction_fr.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/introduction_en.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/introduction_en.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/bem.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/bem/sobolev_spaces.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem/sobolev_spaces.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/bem/boundary_integral_operators.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_operators.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/bem/boundary_integral_formulations.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_formulations.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/bem/galerkin_bem.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem/galerkin_bem.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/schwarz_methods.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/schwarz_methods/origins.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/origins.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/schwarz_methods/discrete_setting.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/discrete_setting.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/schwarz_methods/asm.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/asm.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/geneo_interpolation.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/geneo_interpolation.tex [11:01:53] Adding **********/Doctorat/Thesis/corps/geneo_slobodeckij.tex to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/geneo_slobodeckij.tex [11:01:53] Found .bib file **********/Doctorat/Thesis/auxiliaires/bibliographie.bib [11:01:53] Creating file watcher for .bib files. [11:01:53] Adding .bib file **********/Doctorat/Thesis/auxiliaires/bibliographie.bib to bib file watcher. [11:01:53] Parsing .bib entries from **********/Doctorat/Thesis/auxiliaires/bibliographie.bib [11:01:53] Parsed 363 .bib entries from **********/Doctorat/Thesis/auxiliaires/bibliographie.bib. [11:01:53] Parsing **********/Doctorat/Thesis/geneo.fls to compute dependencies [11:01:53] Parsing **********/Doctorat/Thesis/geneo.tex [11:01:53] Parsing **********/Doctorat/Thesis/packages.tex [11:01:53] Parsing **********/Doctorat/Thesis/configuration/raccourcis.tex [11:01:53] Parsing **********/Doctorat/Thesis/liminaires/dedicaces.tex [11:01:53] Parsing **********/Doctorat/Thesis/liminaires/epigraphes.tex [11:01:53] Parsing **********/Doctorat/Thesis/liminaires/resumes.tex [11:01:53] Parsing **********/Doctorat/Thesis/liminaires/remerciements.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/introduction_fr.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/introduction_en.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem/sobolev_spaces.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_operators.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_formulations.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem/galerkin_bem.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/origins.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/discrete_setting.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/asm.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/geneo_interpolation.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/geneo_slobodeckij.tex [11:01:53] Found .bib file **********/Doctorat/Thesis/auxiliaires/bibliographie.bib [11:01:53] .bib file **********/Doctorat/Thesis/auxiliaires/bibliographie.bib is already being watched. [11:01:53] Parsing **********/Doctorat/Thesis/configuration/characteristics.tex [11:01:53] Adding **********/Doctorat/Thesis/configuration/characteristics.tex to file watcher. [11:01:53] Adding **********/Doctorat/Thesis/figures/sorbonne.eps to file watcher. [11:01:53] Adding **********/Doctorat/Thesis/figures/sorbonne-eps-converted-to.pdf to file watcher. [11:01:53] Adding **********/Doctorat/Thesis/figures/inria.pdf to file watcher. [11:01:53] Adding **********/Doctorat/Thesis/figures/LJLL.eps to file watcher. [11:01:53] Adding **********/Doctorat/Thesis/figures/LJLL-eps-converted-to.pdf to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem/sobolev_spaces.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_operators.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_formulations.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/bem/galerkin_bem.tex [11:01:53] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/origins.tex [11:01:53] Adding **********/Doctorat/Thesis/tikz/dd_ex.pdf to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/discrete_setting.tex [11:01:53] Adding **********/Doctorat/Thesis/tikz/comm_diag.pdf to file watcher. [11:01:53] Adding **********/Doctorat/Thesis/tikz/min_overlap.pdf to file watcher. [11:01:53] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/asm.tex [11:01:53] Serving PDF file at http://127.0.0.1:49373/viewer.html?file=/pdf:%25252FUsers%25252Fpierremarchand%25252FPartage%25252Ftexfiles%25252FDoctorat%25252FThesis%25252Fgeneo.pdf [11:01:53] Open PDF tab for **********/Doctorat/Thesis/geneo.pdf [11:01:54] Preview PDF file: **********/Doctorat/Thesis/geneo.pdf [11:03:16] SyncTeX to file **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:03:16] Try root file in root directory: **********/CV/cv_en.tex [11:03:16] Parsing **********/CV/cv_en.tex [11:03:16] Parsing **********/CV/Common/header.tex [11:03:16] Parsing **********/CV/Common/education.tex [11:03:16] Parsing **********/CV/Common/title.tex [11:03:16] Parsing **********/CV/Common/academic_experience.tex [11:03:16] Parsing **********/CV/Common/teaching.tex [11:03:16] Parsing **********/CV/Common/pro_experience.tex [11:03:16] Parsing **********/CV/Common/language.tex [11:03:16] Parsing **********/CV/Common/computer.tex [11:03:16] Parsing **********/CV/cv_en.fls to compute dependencies [11:03:16] Parsing **********/CV/cv_en.tex [11:03:16] Adding **********/CV/Common/header.tex to file watcher. [11:03:16] Parsing **********/CV/Common/header.tex [11:03:16] Adding **********/CV/Common/education.tex to file watcher. [11:03:16] Parsing **********/CV/Common/education.tex [11:03:16] Adding **********/CV/Common/title.tex to file watcher. [11:03:16] Parsing **********/CV/Common/title.tex [11:03:16] Adding **********/CV/Common/academic_experience.tex to file watcher. [11:03:16] Parsing **********/CV/Common/academic_experience.tex [11:03:16] Adding **********/CV/Common/teaching.tex to file watcher. [11:03:16] Parsing **********/CV/Common/teaching.tex [11:03:16] Adding **********/CV/Common/pro_experience.tex to file watcher. [11:03:16] Parsing **********/CV/Common/pro_experience.tex [11:03:16] Adding **********/CV/Common/language.tex to file watcher. [11:03:16] Parsing **********/CV/Common/language.tex [11:03:16] Adding **********/CV/Common/computer.tex to file watcher. [11:03:16] Parsing **********/CV/Common/computer.tex [11:03:16] Adding **********/CV/cv_en.tex to file watcher. [11:03:16] Try root file in root directory: **********/CV/cv_fr.tex [11:03:16] Parsing **********/CV/cv_fr.tex [11:03:16] Parsing **********/CV/Common/header.tex [11:03:16] Parsing **********/CV/Common/education.tex [11:03:16] Parsing **********/CV/Common/title.tex [11:03:16] Parsing **********/CV/Common/pro_experience.tex [11:03:16] Parsing **********/CV/Common/academic_experience.tex [11:03:16] Parsing **********/CV/Common/teaching.tex [11:03:16] Parsing **********/CV/Common/language.tex [11:03:16] Parsing **********/CV/Common/computer.tex [11:03:16] Parsing **********/CV/cv_fr.fls to compute dependencies [11:03:16] Parsing **********/CV/cv_fr.tex [11:03:16] Parsing **********/CV/Common/header.tex [11:03:16] Parsing **********/CV/Common/education.tex [11:03:16] Parsing **********/CV/Common/title.tex [11:03:16] Parsing **********/CV/Common/pro_experience.tex [11:03:16] Parsing **********/CV/Common/academic_experience.tex [11:03:16] Parsing **********/CV/Common/teaching.tex [11:03:16] Parsing **********/CV/Common/language.tex [11:03:16] Parsing **********/CV/Common/computer.tex [11:03:16] Adding **********/CV/cv_fr.tex to file watcher. [11:03:16] Try root file in root directory: **********/CV/cv_french.tex [11:03:16] Parsing **********/CV/cv_french.tex [11:03:16] Cannot find file **********/CV/cv_french.fls [11:03:16] Try root file in root directory: **********/Cours/Python/TP7.tex [11:03:16] Parsing **********/Cours/Python/TP7.tex [11:03:16] Cannot find file **********/Cours/Python/TP7.fls [11:03:16] Try root file in root directory: **********/Cours/Python/TP6.tex [11:03:16] Parsing **********/Cours/Python/TP6.tex [11:03:16] Cannot find file **********/Cours/Python/TP6.fls [11:03:16] Try root file in root directory: **********/Cours/Python/TP4.tex [11:03:16] Parsing **********/Cours/Python/TP4.tex [11:03:16] Cannot find file **********/Cours/Python/TP4.fls [11:03:16] Try root file in root directory: **********/Cours/Python/TP5.tex [11:03:17] Parsing **********/Cours/Python/TP5.tex [11:03:17] Cannot find file **********/Cours/Python/TP5.fls [11:03:17] Try root file in root directory: **********/Cours/Python/TP1.tex [11:03:17] Parsing **********/Cours/Python/TP1.tex [11:03:17] Parsing **********/Cours/Python/TP1.fls to compute dependencies [11:03:17] Parsing **********/Cours/Python/TP1.tex [11:03:17] Adding **********/Cours/Python/TP1.tex to file watcher. [11:03:17] Parsing **********/Cours/Python/style/header.tex [11:03:17] Adding **********/Cours/Python/style/header.tex to file watcher. [11:03:17] Adding **********/Cours/Python/style/jenor.sty to file watcher. [11:03:17] Adding **********/Cours/Python/images/figure_1.png to file watcher. [11:03:17] Adding **********/Cours/Python/images/figure_2.png to file watcher. [11:03:17] Try root file in root directory: **********/Cours/Python/TP2.tex [11:03:17] Parsing **********/Cours/Python/TP2.tex [11:03:17] Cannot find file **********/Cours/Python/TP2.fls [11:03:17] Try root file in root directory: **********/Cours/Python/TP3.tex [11:03:17] Parsing **********/Cours/Python/TP3.tex [11:03:17] Cannot find file **********/Cours/Python/TP3.fls [11:03:17] Try root file in root directory: **********/research_projects/2018_12 postdoc/main.tex [11:03:17] Parsing **********/research_projects/2018_12 postdoc/main.tex [11:03:17] Parsing **********/research_projects/2018_12 postdoc/packages.tex [11:03:17] Found .bib file **********/research_projects/2018_12 postdoc/biblio.bib [11:03:17] Adding .bib file **********/research_projects/2018_12 postdoc/biblio.bib to bib file watcher. [11:03:17] Parsing .bib entries from **********/research_projects/2018_12 postdoc/biblio.bib [11:03:17] Parsed 3 .bib entries from **********/research_projects/2018_12 postdoc/biblio.bib. [11:03:17] Parsing **********/research_projects/2018_12 postdoc/shorthands.tex [11:03:17] Parsing **********/research_projects/2018_12 postdoc/main.fls to compute dependencies [11:03:17] Parsing **********/research_projects/2018_12 postdoc/main.tex [11:03:17] Adding **********/research_projects/2018_12 postdoc/packages.tex to file watcher. [11:03:17] Parsing **********/research_projects/2018_12 postdoc/packages.tex [11:03:17] Found .bib file **********/research_projects/2018_12 postdoc/biblio.bib [11:03:17] .bib file **********/research_projects/2018_12 postdoc/biblio.bib is already being watched. [11:03:17] Adding **********/research_projects/2018_12 postdoc/shorthands.tex to file watcher. [11:03:17] Parsing **********/research_projects/2018_12 postdoc/shorthands.tex [11:03:17] Adding **********/research_projects/2018_12 postdoc/main.tex to file watcher. [11:03:17] Try root file in root directory: **********/Articles/geneo_for_hypersingular/main.tex [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/main.tex [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/packages.tex [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/shorthands.tex [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/introduction.tex [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/bem.tex [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/ddm.tex [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/preconditioner.tex [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/numerical_exp.tex [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/interpolation.tex [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/extension_op.tex [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/main.fls to compute dependencies [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/main.tex [11:03:17] Adding **********/Articles/geneo_for_hypersingular/packages.tex to file watcher. [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/packages.tex [11:03:17] Adding **********/Articles/geneo_for_hypersingular/shorthands.tex to file watcher. [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/shorthands.tex [11:03:17] Adding **********/Articles/geneo_for_hypersingular/structure/introduction.tex to file watcher. [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/introduction.tex [11:03:17] Adding **********/Articles/geneo_for_hypersingular/structure/bem.tex to file watcher. [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/bem.tex [11:03:17] Adding **********/Articles/geneo_for_hypersingular/structure/ddm.tex to file watcher. [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/ddm.tex [11:03:17] Adding **********/Articles/geneo_for_hypersingular/structure/preconditioner.tex to file watcher. [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/preconditioner.tex [11:03:17] Adding **********/Articles/geneo_for_hypersingular/structure/numerical_exp.tex to file watcher. [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/numerical_exp.tex [11:03:17] Adding **********/Articles/geneo_for_hypersingular/structure/interpolation.tex to file watcher. [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/interpolation.tex [11:03:17] Adding **********/Articles/geneo_for_hypersingular/structure/extension_op.tex to file watcher. [11:03:17] Parsing **********/Articles/geneo_for_hypersingular/structure/extension_op.tex [11:03:17] Found .bib file **********/Articles/geneo_for_hypersingular/biblio.bib [11:03:17] Adding .bib file **********/Articles/geneo_for_hypersingular/biblio.bib to bib file watcher. [11:03:17] Parsing .bib entries from **********/Articles/geneo_for_hypersingular/biblio.bib [11:03:17] Parsed 36 .bib entries from **********/Articles/geneo_for_hypersingular/biblio.bib. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/main.tex to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/min_overlap.pdf to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/grid.pdf to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/comm_diag.pdf to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/corridor_2D.pdf to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/corridor_3D.pdf to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/output_strong_scaling_corridor_2D_iterations.pdf to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/output_strong_scaling_corridor_2D_size.pdf to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/output_weak_scaling_corridor_2D_iterations.pdf to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/output_weak_scaling_corridor_2D_size.pdf to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/output_strong_scaling_corridor_3D_iterations.pdf to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/output_strong_scaling_corridor_3D_size.pdf to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/output_weak_scaling_corridor_3D_iterations.pdf to file watcher. [11:03:17] Adding **********/Articles/geneo_for_hypersingular/figures/output_weak_scaling_corridor_3D_size.pdf to file watcher. [11:03:17] Try root file in root directory: **********/Presentations/2018_11_26_ljll_gtt/presentation.tex [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/presentation.tex [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/packages.tex [11:03:17] Found .bib file **********/Presentations/2018_11_26_ljll_gtt/biblio.bib [11:03:17] Adding .bib file **********/Presentations/2018_11_26_ljll_gtt/biblio.bib to bib file watcher. [11:03:17] Parsing .bib entries from **********/Presentations/2018_11_26_ljll_gtt/biblio.bib [11:03:17] Parsed 9 .bib entries from **********/Presentations/2018_11_26_ljll_gtt/biblio.bib. [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/raccourcis.tex [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/structure/introduction.tex [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/dd_example.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/tikz/dd_example.tikz [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/structure/bie.tex [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/structure/ddm.tex [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/tikz/grid.tikz [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/structure/precond.tex [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/egv_zoom.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/tikz/egv_zoom.tikz [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/structure/codes.tex [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/structure/conclusion.tex [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/presentation.fls to compute dependencies [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/presentation.tex [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/packages.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/packages.tex [11:03:17] Found .bib file **********/Presentations/2018_11_26_ljll_gtt/biblio.bib [11:03:17] .bib file **********/Presentations/2018_11_26_ljll_gtt/biblio.bib is already being watched. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/raccourcis.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/raccourcis.tex [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/structure/introduction.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/structure/introduction.tex [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/tikz/dd_example.tikz [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/structure/bie.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/structure/bie.tex [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/structure/ddm.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/structure/ddm.tex [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/tikz/grid.tikz [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/structure/precond.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/structure/precond.tex [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/tikz/egv_zoom.tikz [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/structure/codes.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/structure/codes.tex [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/structure/conclusion.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_11_26_ljll_gtt/structure/conclusion.tex [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/presentation.tex to file watcher. [11:03:17] Adding /Users/pierremarchand/Library/texmf/tex/latex/metropolis/beamerthememetropolis.sty to file watcher. [11:03:17] Adding /Users/pierremarchand/Library/texmf/tex/latex/metropolis/beamerinnerthememetropolis.sty to file watcher. [11:03:17] Adding /Users/pierremarchand/Library/texmf/tex/latex/metropolis/beamerouterthememetropolis.sty to file watcher. [11:03:17] Adding /Users/pierremarchand/Library/texmf/tex/latex/metropolis/beamercolorthememetropolis.sty to file watcher. [11:03:17] Adding /Users/pierremarchand/Library/texmf/tex/latex/metropolis/beamerfontthememetropolis.sty to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/figures/cobra.png to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/dd_example-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/dd_example-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/dd_example-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/dd_example-2.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/dd_example-2.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/dd_example-2.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/dd_example-3.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/dd_example-3.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/dd_example-3.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/figures/cobra_decomp.png to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/figures/cobra_compression.png to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-2.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-2.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-2.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-3.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-3.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-3.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-4.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-4.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-4.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-5.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-5.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/grid-5.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/presentation-figure0.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/presentation-figure0.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/presentation-figure0.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/figures/LA_HS_3D_P1xP1_square_16.png to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/egv_zoom-2.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/egv_zoom-2.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/egv_zoom-2.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/egv_zoom-3.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/egv_zoom-3.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/tikz/egv_zoom-3.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/figures/solution.png to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/figures/YU_HS_2D_corridor_cg.png to file watcher. [11:03:17] Adding **********/Presentations/2018_11_26_ljll_gtt/figures/YU_HS_2D_corridor_gmres.png to file watcher. [11:03:17] Try root file in root directory: **********/Presentations/2018_04_12_Infomaths/presentation.tex [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/presentation.tex [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/packages.tex [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/structure/introduction.tex [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/figures/cvs.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/figures/cvs.tikz [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/figures/dcvs.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/figures/dcvs.tikz [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/structure/exercices.tex [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/structure/conclusion.tex [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/presentation.fls to compute dependencies [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/presentation.tex [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/packages.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/packages.tex [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/structure/introduction.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/structure/introduction.tex [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/figures/cvs.tikz [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/figures/dcvs.tikz [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/structure/exercices.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/structure/exercices.tex [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/structure/conclusion.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_04_12_Infomaths/structure/conclusion.tex [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/presentation.tex to file watcher. [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/pdfs/historique.png to file watcher. [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/pdfs/diff.png to file watcher. [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/figures/cvs.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/figures/cvs.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/figures/cvs.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/figures/dcvs.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/figures/dcvs.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_04_12_Infomaths/figures/dcvs.dpth to file watcher. [11:03:17] Try root file in root directory: **********/Presentations/2018_07_24_DD25/presentation.tex [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/presentation.tex [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/packages.tex [11:03:17] Found .bib file **********/Presentations/2018_07_24_DD25/biblio.bib [11:03:17] Adding .bib file **********/Presentations/2018_07_24_DD25/biblio.bib to bib file watcher. [11:03:17] Parsing .bib entries from **********/Presentations/2018_07_24_DD25/biblio.bib [11:03:17] Parsed 9 .bib entries from **********/Presentations/2018_07_24_DD25/biblio.bib. [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/raccourcis.tex [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/structure/bie.tex [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/structure/ddm.tex [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/tikz/grid.tikz [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/structure/precond.tex [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/egv_zoom.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/tikz/egv_zoom.tikz [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/structure/codes.tex [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/structure/conclusion.tex [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/presentation.fls to compute dependencies [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/presentation.tex [11:03:17] Adding **********/Presentations/2018_07_24_DD25/packages.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/packages.tex [11:03:17] Found .bib file **********/Presentations/2018_07_24_DD25/biblio.bib [11:03:17] .bib file **********/Presentations/2018_07_24_DD25/biblio.bib is already being watched. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/raccourcis.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/raccourcis.tex [11:03:17] Adding **********/Presentations/2018_07_24_DD25/structure/bie.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/structure/bie.tex [11:03:17] Adding **********/Presentations/2018_07_24_DD25/structure/ddm.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/structure/ddm.tex [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/tikz/grid.tikz [11:03:17] Adding **********/Presentations/2018_07_24_DD25/structure/precond.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/structure/precond.tex [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/tikz/egv_zoom.tikz [11:03:17] Adding **********/Presentations/2018_07_24_DD25/structure/codes.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/structure/codes.tex [11:03:17] Adding **********/Presentations/2018_07_24_DD25/structure/conclusion.tex to file watcher. [11:03:17] Parsing **********/Presentations/2018_07_24_DD25/structure/conclusion.tex [11:03:17] Adding **********/Presentations/2018_07_24_DD25/presentation.tex to file watcher. [11:03:17] Adding /Users/pierremarchand/Library/texmf/tex/latex/metropolis/beamercolorthememetropolis-highcontrast.sty to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-2.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-2.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-2.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-3.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-3.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-3.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-4.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-4.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-4.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-5.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-5.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/grid-5.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/presentation-figure0.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/presentation-figure0.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/presentation-figure0.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/figures/LA_HS_3D_P1xP1_square_16.png to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/egv_zoom-2.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/egv_zoom-2.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/egv_zoom-2.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/egv_zoom-3.md5 to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/egv_zoom-3.pdf to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/tikz/egv_zoom-3.dpth to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/figures/solution.png to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/figures/YU_HS_2D_corridor_cg.png to file watcher. [11:03:17] Adding **********/Presentations/2018_07_24_DD25/figures/YU_HS_2D_corridor_gmres.png to file watcher. [11:03:17] Try root file in root directory: **********/Presentations/2016_10_reunion_ANR/presentation.tex [11:03:17] Parsing **********/Presentations/2016_10_reunion_ANR/presentation.tex [11:03:17] Parsing **********/Presentations/2016_10_reunion_ANR/packages.tex [11:03:17] Parsing **********/Presentations/2016_10_reunion_ANR/raccourcis.tex [11:03:17] Parsing **********/Presentations/2016_10_reunion_ANR/structure/contexte.tex [11:03:17] Parsing **********/Presentations/2016_10_reunion_ANR/structure/schwarz_methods.tex [11:03:17] Parsing **********/Presentations/2016_10_reunion_ANR/structure/interpolation_theory.tex [11:03:17] Parsing **********/Presentations/2016_10_reunion_ANR/structure/boundary_equations.tex [11:03:17] Parsing **********/Presentations/2016_10_reunion_ANR/structure/conclusion.tex [11:03:17] Cannot find file **********/Presentations/2016_10_reunion_ANR/presentation.fls [11:03:17] Try root file in root directory: **********/Presentations/2017_05_reunion_Alpines/presentation.tex [11:03:17] Parsing **********/Presentations/2017_05_reunion_Alpines/presentation.tex [11:03:17] Parsing **********/Presentations/2017_05_reunion_Alpines/structure/packages.tex [11:03:17] Parsing **********/Presentations/2017_05_reunion_Alpines/raccourcis.tex [11:03:17] Parsing **********/Presentations/2017_05_reunion_Alpines/structure/boundary_equations.tex [11:03:17] Parsing **********/Presentations/2017_05_reunion_Alpines/structure/interpolation_theory.tex [11:03:17] Parsing **********/Presentations/2017_05_reunion_Alpines/structure/application_ddm.tex [11:03:17] Parsing **********/Presentations/2017_05_reunion_Alpines/structure/conclusion.tex [11:03:17] Cannot find file **********/Presentations/2017_05_reunion_Alpines/presentation.fls [11:03:17] Try root file in root directory: **********/Presentations/2019_04_01_reunion_eric_fleury/presentation.tex [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/presentation.tex [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/packages.tex [11:03:17] Found .bib file **********/Presentations/2019_04_01_reunion_eric_fleury/biblio.bib [11:03:17] Adding .bib file **********/Presentations/2019_04_01_reunion_eric_fleury/biblio.bib to bib file watcher. [11:03:17] Parsing .bib entries from **********/Presentations/2019_04_01_reunion_eric_fleury/biblio.bib [11:03:17] Parsed 17 .bib entries from **********/Presentations/2019_04_01_reunion_eric_fleury/biblio.bib. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/raccourcis.tex [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/structure/introduction.tex [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example.tikz [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/structure/precond.tex [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/structure/codes.tex [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_iterations_cg.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_iterations_cg.tikz [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_iterations_gmres.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_iterations_gmres.tikz [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_size_local.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_size_local.tikz [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_size_global.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_size_global.tikz [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_iterations_cg.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_iterations_cg.tikz [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_iterations_gmres.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_iterations_gmres.tikz [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_size_local.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_size_local.tikz [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_size_global.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_size_global.tikz [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/presentation.fls to compute dependencies [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/presentation.tex [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/packages.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/packages.tex [11:03:17] Found .bib file **********/Presentations/2019_04_01_reunion_eric_fleury/biblio.bib [11:03:17] .bib file **********/Presentations/2019_04_01_reunion_eric_fleury/biblio.bib is already being watched. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/raccourcis.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/raccourcis.tex [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/structure/introduction.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/structure/introduction.tex [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example.tikz [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/structure/precond.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/structure/precond.tex [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/structure/codes.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/structure/codes.tex [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_iterations_cg.tikz [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_iterations_gmres.tikz [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_size_local.tikz [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_size_global.tikz [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_iterations_cg.tikz [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_iterations_gmres.tikz [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_size_local.tikz [11:03:17] Parsing **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_size_global.tikz [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/presentation.tex to file watcher. [11:03:17] Adding /Users/pierremarchand/Library/texmf/tex/latex/metropolis/pgfplotsthemetol.sty to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-2.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-2.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-2.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-3.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-3.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-3.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-4.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-4.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-4.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-5.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-5.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/dd_example-5.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/figures/cobra.png to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/figures/cobra_decomp.png to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/figures/solution.png to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_iterations_cg-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_iterations_cg-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_iterations_cg-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_iterations_gmres-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_iterations_gmres-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_iterations_gmres-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_size_local-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_size_local-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_size_local-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_size_global-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_size_global-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_strong_scaling_corridor_2D_size_global-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_iterations_cg-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_iterations_cg-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_iterations_cg-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_iterations_gmres-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_iterations_gmres-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_iterations_gmres-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_size_local-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_size_local-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_size_local-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_size_global-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_size_global-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/tikz/output_weak_scaling_corridor_2D_size_global-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_04_01_reunion_eric_fleury/figures/cobra_compression.png to file watcher. [11:03:17] Try root file in root directory: **********/Presentations/2019_02_26_konstanz/presentation.tex [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/presentation.tex [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/packages.tex [11:03:17] Found .bib file **********/Presentations/2019_02_26_konstanz/biblio.bib [11:03:17] Adding .bib file **********/Presentations/2019_02_26_konstanz/biblio.bib to bib file watcher. [11:03:17] Parsing .bib entries from **********/Presentations/2019_02_26_konstanz/biblio.bib [11:03:17] Parsed 17 .bib entries from **********/Presentations/2019_02_26_konstanz/biblio.bib. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/raccourcis.tex [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/structure/introduction.tex [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/dd_example.tikz [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/structure/bie.tex [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/structure/ddm.tex [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/grid.tikz [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/structure/precond.tex [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/structure/codes.tex [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_iterations_cg.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_iterations_cg.tikz [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_iterations_gmres.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_iterations_gmres.tikz [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_size_local.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_size_local.tikz [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_size_global.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_size_global.tikz [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_iterations_cg.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_iterations_cg.tikz [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_iterations_gmres.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_iterations_gmres.tikz [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_size_local.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_size_local.tikz [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_size_global.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_size_global.tikz [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/structure/conclusion.tex [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/presentation.fls to compute dependencies [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/presentation.tex [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/packages.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/packages.tex [11:03:17] Found .bib file **********/Presentations/2019_02_26_konstanz/biblio.bib [11:03:17] .bib file **********/Presentations/2019_02_26_konstanz/biblio.bib is already being watched. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/raccourcis.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/raccourcis.tex [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/structure/introduction.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/structure/introduction.tex [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/dd_example.tikz [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/structure/bie.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/structure/bie.tex [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/structure/ddm.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/structure/ddm.tex [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/grid.tikz [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/structure/precond.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/structure/precond.tex [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/structure/codes.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/structure/codes.tex [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_iterations_cg.tikz [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_iterations_gmres.tikz [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_size_local.tikz [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_size_global.tikz [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_iterations_cg.tikz [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_iterations_gmres.tikz [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_size_local.tikz [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_size_global.tikz [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/structure/conclusion.tex to file watcher. [11:03:17] Parsing **********/Presentations/2019_02_26_konstanz/structure/conclusion.tex [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/presentation.tex to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/figures/cobra.png to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-2.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-2.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-2.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-3.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-3.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-3.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-4.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-4.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-4.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-5.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-5.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/dd_example-5.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/figures/cobra_decomp.png to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/figures/cobra_compression.png to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-2.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-2.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-2.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-3.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-3.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-3.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-4.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-4.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-4.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-5.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-5.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/grid-5.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/figures/solution.png to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_iterations_cg-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_iterations_cg-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_iterations_cg-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_iterations_gmres-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_iterations_gmres-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_iterations_gmres-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_size_local-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_size_local-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_size_local-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_size_global-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_size_global-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_strong_scaling_corridor_2D_size_global-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_iterations_cg-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_iterations_cg-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_iterations_cg-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_iterations_gmres-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_iterations_gmres-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_iterations_gmres-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_size_local-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_size_local-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_size_local-1.dpth to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_size_global-1.md5 to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_size_global-1.pdf to file watcher. [11:03:17] Adding **********/Presentations/2019_02_26_konstanz/tikz/output_weak_scaling_corridor_2D_size_global-1.dpth to file watcher. [11:03:17] Try root file in root directory: **********/Presentations/2016_10_reunion_IFP/expose.tex [11:03:17] Parsing **********/Presentations/2016_10_reunion_IFP/expose.tex [11:03:17] Parsing **********/Presentations/2016_10_reunion_IFP/macros.tex [11:03:17] Parsing **********/Presentations/2016_10_reunion_IFP/texte.tex [11:03:17] Cannot find file **********/Presentations/2016_10_reunion_IFP/expose.fls [11:03:17] Try root file in root directory: **********/Presentations/2018_10_25_Ceremade_gtt/presentation.tex [11:03:17] Parsing **********/Presentations/2018_10_25_Ceremade_gtt/presentation.tex [11:03:17] Parsing **********/Presentations/2018_10_25_Ceremade_gtt/packages.tex [11:03:17] Found .bib file **********/Presentations/2018_10_25_Ceremade_gtt/biblio.bib [11:03:17] Adding .bib file **********/Presentations/2018_10_25_Ceremade_gtt/biblio.bib to bib file watcher. [11:03:17] Parsing .bib entries from **********/Presentations/2018_10_25_Ceremade_gtt/biblio.bib [11:03:17] Parsed 9 .bib entries from **********/Presentations/2018_10_25_Ceremade_gtt/biblio.bib. [11:03:17] Parsing **********/Presentations/2018_10_25_Ceremade_gtt/raccourcis.tex [11:03:17] Parsing **********/Presentations/2018_10_25_Ceremade_gtt/structure/introduction.tex [11:03:17] Parsing **********/Presentations/2018_10_25_Ceremade_gtt/structure/bie.tex [11:03:17] Parsing **********/Presentations/2018_10_25_Ceremade_gtt/structure/ddm.tex [11:03:17] Adding **********/Presentations/2018_10_25_Ceremade_gtt/tikz/grid.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2018_10_25_Ceremade_gtt/tikz/grid.tikz [11:03:17] Parsing **********/Presentations/2018_10_25_Ceremade_gtt/structure/precond.tex [11:03:17] Adding **********/Presentations/2018_10_25_Ceremade_gtt/tikz/egv_zoom.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2018_10_25_Ceremade_gtt/tikz/egv_zoom.tikz [11:03:17] Parsing **********/Presentations/2018_10_25_Ceremade_gtt/structure/codes.tex [11:03:17] Parsing **********/Presentations/2018_10_25_Ceremade_gtt/structure/conclusion.tex [11:03:17] Cannot find file **********/Presentations/2018_10_25_Ceremade_gtt/presentation.fls [11:03:17] Try root file in root directory: **********/Presentations/2018_04_05_JILL/presentation.tex [11:03:17] Parsing **********/Presentations/2018_04_05_JILL/presentation.tex [11:03:17] Parsing **********/Presentations/2018_04_05_JILL/packages.tex [11:03:17] Parsing **********/Presentations/2018_04_05_JILL/raccourcis.tex [11:03:17] Parsing **********/Presentations/2018_04_05_JILL/structure/introduction.tex [11:03:17] Parsing **********/Presentations/2018_04_05_JILL/structure/bie.tex [11:03:17] Parsing **********/Presentations/2018_04_05_JILL/structure/ddm.tex [11:03:17] Parsing **********/Presentations/2018_04_05_JILL/structure/conclusion.tex [11:03:17] Cannot find file **********/Presentations/2018_04_05_JILL/presentation.fls [11:03:17] Try root file in root directory: **********/Presentations/2018_04_03_GTT/presentation.tex [11:03:17] Parsing **********/Presentations/2018_04_03_GTT/presentation.tex [11:03:17] Parsing **********/Presentations/2018_04_03_GTT/packages.tex [11:03:17] Parsing **********/Presentations/2018_04_03_GTT/raccourcis.tex [11:03:17] Parsing **********/Presentations/2018_04_03_GTT/structure/introduction.tex [11:03:17] Parsing **********/Presentations/2018_04_03_GTT/structure/schwarz.tex [11:03:17] Adding **********/Presentations/2018_04_03_GTT/figures/dd_ex.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2018_04_03_GTT/figures/dd_ex.tikz [11:03:17] Adding **********/Presentations/2018_04_03_GTT/figures/min_overlap.tikz to file watcher. [11:03:17] Parsing **********/Presentations/2018_04_03_GTT/figures/min_overlap.tikz [11:03:17] Parsing **********/Presentations/2018_04_03_GTT/structure/two_level.tex [11:03:17] Parsing **********/Presentations/2018_04_03_GTT/structure/conclusion.tex [11:03:17] Cannot find file **********/Presentations/2018_04_03_GTT/presentation.fls [11:03:17] Try root file in root directory: **********/Stage_long/Inria/Calculs-chgt-reperes.tex [11:03:17] Parsing **********/Stage_long/Inria/Calculs-chgt-reperes.tex [11:03:17] Cannot find file **********/Stage_long/Inria/Calculs-chgt-reperes.fls [11:03:17] Try root file in root directory: **********/Stage_long/Inria/Schema-cote.tex [11:03:17] Parsing **********/Stage_long/Inria/Schema-cote.tex [11:03:17] Cannot find file **********/Stage_long/Inria/Schema-cote.fls [11:03:17] Try root file in root directory: **********/Cover_letters/2019_03_Bath/main.tex [11:03:17] Parsing **********/Cover_letters/2019_03_Bath/main.tex [11:03:17] Parsing **********/Cover_letters/2019_03_Bath/main.fls to compute dependencies [11:03:17] Parsing **********/Cover_letters/2019_03_Bath/main.tex [11:03:17] Adding **********/Cover_letters/2019_03_Bath/main.tex to file watcher. [11:03:17] Try root file in root directory: **********/Stage_M2/presentation/presentation.tex [11:03:17] Parsing **********/Stage_M2/presentation/presentation.tex [11:03:17] Parsing **********/Stage_M2/presentation/packages.tex [11:03:17] Parsing **********/Stage_M2/presentation/raccourcis.tex [11:03:17] Parsing **********/Stage_M2/presentation/structure/contexte.tex [11:03:17] Parsing **********/Stage_M2/presentation/structure/intro_eq_integrale.tex [11:03:17] Parsing **********/Stage_M2/presentation/structure/multi_subdomain.tex [11:03:17] Parsing **********/Stage_M2/presentation/structure/resultats_numeriques.tex [11:03:17] Parsing **********/Stage_M2/presentation/structure/conclusion.tex [11:03:17] Parsing **********/Stage_M2/presentation/structure/cemracs.tex [11:03:17] Cannot find file **********/Stage_M2/presentation/presentation.fls [11:03:17] Try root file in root directory: **********/Stage_M2/report/Stage_M2.tex [11:03:17] Parsing **********/Stage_M2/report/Stage_M2.tex [11:03:17] Parsing **********/Stage_M2/report/Structure/packages.tex [11:03:17] Parsing **********/Stage_M2/report/Structure/Raccourcis.tex [11:03:17] Parsing **********/Stage_M2/report/Structure/Corps/Remerciement.tex [11:03:17] Parsing **********/Stage_M2/report/Structure/Corps/Introduction.tex [11:03:17] Parsing **********/Stage_M2/report/Structure/Corps/Chapitre1.tex [11:03:17] Parsing **********/Stage_M2/report/Structure/Corps/Chapitre2.tex [11:03:17] Parsing **********/Stage_M2/report/Structure/Corps/Chapitre3.tex [11:03:17] Parsing **********/Stage_M2/report/Structure/Corps/Conclusion.tex [11:03:17] Parsing **********/Stage_M2/report/Structure/Annexes/annexe_figures.tex [11:03:17] Parsing **********/Stage_M2/report/Stage_M2.fls to compute dependencies [11:03:17] Parsing **********/Stage_M2/report/Stage_M2.tex [11:03:17] Adding **********/Stage_M2/report/Structure/packages.tex to file watcher. [11:03:17] Parsing **********/Stage_M2/report/Structure/packages.tex [11:03:17] Adding **********/Stage_M2/report/Structure/Raccourcis.tex to file watcher. [11:03:17] Parsing **********/Stage_M2/report/Structure/Raccourcis.tex [11:03:17] Adding **********/Stage_M2/report/Structure/Corps/Remerciement.tex to file watcher. [11:03:17] Parsing **********/Stage_M2/report/Structure/Corps/Remerciement.tex [11:03:17] Adding **********/Stage_M2/report/Structure/Corps/Introduction.tex to file watcher. [11:03:17] Parsing **********/Stage_M2/report/Structure/Corps/Introduction.tex [11:03:17] Adding **********/Stage_M2/report/Structure/Corps/Chapitre1.tex to file watcher. [11:03:17] Parsing **********/Stage_M2/report/Structure/Corps/Chapitre1.tex [11:03:17] Adding **********/Stage_M2/report/Structure/Corps/Chapitre2.tex to file watcher. [11:03:17] Parsing **********/Stage_M2/report/Structure/Corps/Chapitre2.tex [11:03:17] Adding **********/Stage_M2/report/Structure/Corps/Chapitre3.tex to file watcher. [11:03:17] Parsing **********/Stage_M2/report/Structure/Corps/Chapitre3.tex [11:03:17] Adding **********/Stage_M2/report/Structure/Corps/Conclusion.tex to file watcher. [11:03:17] Parsing **********/Stage_M2/report/Structure/Corps/Conclusion.tex [11:03:17] Adding **********/Stage_M2/report/Structure/Annexes/annexe_figures.tex to file watcher. [11:03:17] Parsing **********/Stage_M2/report/Structure/Annexes/annexe_figures.tex [11:03:17] Found .bib file **********/Stage_M2/report/biblio.bib [11:03:17] Adding .bib file **********/Stage_M2/report/biblio.bib to bib file watcher. [11:03:17] Parsing .bib entries from **********/Stage_M2/report/biblio.bib [11:03:17] Parsed 68 .bib entries from **********/Stage_M2/report/biblio.bib. [11:03:17] Adding **********/Stage_M2/report/Stage_M2.tex to file watcher. [11:03:17] Adding **********/Stage_M2/report/Ponts.jpg to file watcher. [11:03:17] Adding **********/Stage_M2/report/anr_nonlocaldd.png to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/mesh_1_3_0,01.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/mesh_1_3_0,01-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/mesh_2_3_0,01.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/mesh_2_3_0,01-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_1_0,1.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_1_0,1-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_1_0,01.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_1_0,01-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/figure_3_1_0,01_1_1.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/figure_3_1_0,01_1_1-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_4_1_0,01_1_10_11.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_4_1_0,01_1_10_11-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/figure_3_1_0,01_1_6,28319.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/figure_3_1_0,01_1_6,28319-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/figure_3_1_0,01_1_10.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/figure_3_1_0,01_1_10-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/figure_4_1_0,01_1_1.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/figure_4_1_0,01_1_1-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/figure_4_1_0,01_1_6,28319.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/figure_4_1_0,01_1_6,28319-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/figure_4_1_0,01_1_10.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/figure_4_1_0,01_1_10-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/dessin_3_2_0.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/dessin_3_2_0-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/dessin_3_2_1.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/dessin_3_2_1-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/dessin_3_4_0.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/dessin_3_4_0-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/dessin_3_4_1.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/dessin_3_4_1-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/dessin_4_12.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/dessin_4_12-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_6,28319_1.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_6,28319_1-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_6,28319_2.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_6,28319_2-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_10_3.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_10_3-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_10_4.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_10_4-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_1_13.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_1_13-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_1_14.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_1_14-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_6,28319_5.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_6,28319_5-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_6,28319_6.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_6,28319_6-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_10_7.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_10_7-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_10_8.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_10_8-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_1_15.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_1_15-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_1_16.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_3_1_0,01_1_16-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_4_1_0,01_1_6,28319_9.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_4_1_0,01_1_6,28319_9-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_4_1_0,01_1_1_17.eps to file watcher. [11:03:17] Adding **********/Stage_M2/report/Structure/Figures/graphe_4_1_0,01_1_1_17-eps-converted-to.pdf to file watcher. [11:03:17] Try root file in root directory: **********/CV/autre/cv.tex [11:03:17] Parsing **********/CV/autre/cv.tex [11:03:17] Cannot find file **********/CV/autre/cv.fls [11:03:17] Try root file in root directory: **********/Stage_long/rapport/Stage_INRIA.tex [11:03:17] Parsing **********/Stage_long/rapport/Stage_INRIA.tex [11:03:17] Parsing **********/Stage_long/rapport/packages.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Raccourcis.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Presentation.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Introduction.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Chapitre1.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Chapitre2.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Chapitre3.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Conclusion.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_invariant_inria.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_choix_terme_visqueux_inria.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_dissipation_inria.tex [11:03:17] Cannot find file **********/Stage_long/rapport/Stage_INRIA.fls [11:03:17] Try root file in root directory: **********/Stage_long/rapport/Stage_long.tex [11:03:17] Parsing **********/Stage_long/rapport/Stage_long.tex [11:03:17] Parsing **********/Stage_long/rapport/packages.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Raccourcis.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Preambule/Fichesynthese1.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Preambule/Fichesynthese2.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Preambule/Remerciement.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Preambule/Resume.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Preambule/Abstract.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie1/Presentation.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie1/Introduction.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie1/Chapitre1.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie1/Chapitre2.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie1/Chapitre3.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie1/Conclusion.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Presentation.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Introduction.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Chapitre1.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Chapitre2.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Chapitre3.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Conclusion.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Preambule/Conclusion.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_hamiltonien_edf.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_invariant_inria.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_choix_terme_visqueux_inria.tex [11:03:17] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_dissipation_inria.tex [11:03:17] Parsing **********/Stage_long/rapport/Stage_long.fls to compute dependencies [11:03:17] Parsing **********/Stage_long/rapport/Stage_long.tex [11:03:17] Adding **********/Stage_long/rapport/packages.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/packages.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Raccourcis.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Raccourcis.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Preambule/Fichesynthese1.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Preambule/Fichesynthese1.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Preambule/Fichesynthese2.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Preambule/Fichesynthese2.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Preambule/Remerciement.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Preambule/Remerciement.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Preambule/Resume.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Preambule/Resume.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Preambule/Abstract.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Preambule/Abstract.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Presentation.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie1/Presentation.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Introduction.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie1/Introduction.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Chapitre1.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie1/Chapitre1.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Chapitre2.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie1/Chapitre2.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Chapitre3.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie1/Chapitre3.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Conclusion.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie1/Conclusion.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie2/Presentation.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Presentation.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie2/Introduction.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Introduction.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie2/Chapitre1.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Chapitre1.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie2/Chapitre2.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Chapitre2.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie2/Chapitre3.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Chapitre3.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie2/Conclusion.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Partie2/Conclusion.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Preambule/Conclusion.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Preambule/Conclusion.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Annexes/annexe_hamiltonien_edf.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_hamiltonien_edf.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Annexes/annexe_invariant_inria.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_invariant_inria.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Annexes/annexe_choix_terme_visqueux_inria.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_choix_terme_visqueux_inria.tex [11:03:17] Adding **********/Stage_long/rapport/Structure/Annexes/annexe_dissipation_inria.tex to file watcher. [11:03:17] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_dissipation_inria.tex [11:03:17] Adding **********/Stage_long/rapport/Stage_long.tex to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Ponts.jpg to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/energie-euler.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/energie-euler-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/erreur-energie-potentiel.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/erreur-energie-potentiel-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/convergence_temps_16_LinfL2b_potentiel.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/convergence_temps_16_LinfL2b_potentiel-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/convergence_espace_16_LinfL2_potentiel.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/convergence_espace_16_LinfL2_potentiel-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/erreur-energie-VV-non-tronque.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/erreur-energie-VV-non-tronque-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/Water_wave_theories.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/Water_wave_theories-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/convergence_temps_21_LinfL2b_NS.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/convergence_temps_21_LinfL2b_NS-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/convergence_temps_21_LinfL2_S.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/convergence_temps_21_LinfL2_S-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/comparaison_amplitude_1e-6_linear.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/comparaison_amplitude_1e-6_linear-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/comparaison_energie_1e-6_linear.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/comparaison_energie_1e-6_linear-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/comparaison_amplitude_1e-6_stokes2.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/comparaison_amplitude_1e-6_stokes2-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/comparaison_energie_1e-6_stokes2.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/comparaison_energie_1e-6_stokes2-eps-converted-to.pdf to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/comparaison_volume_1e-6_stokes2.eps to file watcher. [11:03:17] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/comparaison_volume_1e-6_stokes2-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/decomposition_domaine.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/convergence_P2_L2_couplage_potentiel_station.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/convergence_P2_L2_couplage_potentiel_station-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/convergence_P2_L2_couplage_stokes_station.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie1/Figures/convergence_P2_L2_couplage_stokes_station-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/Gulf_stream.png to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/coastline_approx.png to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/zcoord.png to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/Arakawa_discretisation_1.png to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/GrilleC1.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/MurOuest.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_no_slip_new1_sym1_straight_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_no_slip_new1_sym1_straight_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_no_slip_new1_sym1_straight_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_no_slip_new1_sym1_straight_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_sym1_straight_eta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_sym1_straight_eta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_free_slip_new1_sym1_straight_eta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_free_slip_new1_sym1_straight_eta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/Old/1/out_sw_ENS_free_slip_old_eta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/Old/1/out_sw_ENS_free_slip_old_eta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/Old/1/out_sw_ENS_free_slip_old_corr_eta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/Old/1/out_sw_ENS_free_slip_old_corr_eta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Old/2/out_sw_ENS_no_slip_TE.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Old/2/out_sw_ENS_no_slip_TE-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Old/2/out_sw_ENS_free_slip_TE.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Old/2/out_sw_ENS_free_slip_TE-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/Domaine.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/CoinOuest.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_no_slip_new1_ghost_sym1_rotated_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_no_slip_new1_ghost_sym1_rotated_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_no_slip_new1_ghost_sym1_rotated_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_no_slip_new1_ghost_sym1_rotated_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_ghost_sym1_rotated_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_ghost_sym1_rotated_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_free_slip_new1_ghost_sym1_rotated_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_free_slip_new1_ghost_sym1_rotated_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_no_slip_new1_sym1_rotated_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_no_slip_new1_sym1_rotated_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_no_slip_new1_sym1_rotated_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_no_slip_new1_sym1_rotated_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_conv_rotated_eta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_conv_rotated_eta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_free_slip_new1_conv_rotated_eta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_free_slip_new1_conv_rotated_eta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_sym1_rotated_eta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_sym1_rotated_eta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_free_slip_new1_sym1_rotated_eta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_free_slip_new1_sym1_rotated_eta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_vortdiv_rotated_eta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_vortdiv_rotated_eta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_free_slip_new1_vortdiv_rotated_eta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/2/out_sw_ENS_free_slip_new1_vortdiv_rotated_eta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/New1/1/out_sw_ENS_free_slip_TE.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/New1/1/out_sw_ENS_free_slip_TE-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/New1/2/out_sw_ENS_free_slip_TE.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/New1/2/out_sw_ENS_free_slip_TE-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/coteouest_vraie.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/dessins-cellules-h-cas1.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/MurOuest_f.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/tanh.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/tanh-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Test_conservation/out_sw_sym1_straight_TE.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Test_conservation/out_sw_sym1_straight_TE-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Test_conservation/out_sw_sym1_rotated_TE.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Test_conservation/out_sw_sym1_rotated_TE-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Test_conservation/out_sw_sym1_rotated_corr_TE.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Test_conservation/out_sw_sym1_rotated_corr_TE-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_conv_rotated_test_eta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_conv_rotated_test_eta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_sym1_rotated_test_eta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_free_slip_new1_sym1_rotated_test_eta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Test_Adcroft/out_sw_ENS_free_slip_TE.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Test_Adcroft/out_sw_ENS_free_slip_TE-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_no_slip_new1_conv_rotated_test_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_no_slip_new1_conv_rotated_test_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_no_slip_new1_sym1_rotated_test_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/New1/1/out_sw_ENS_no_slip_new1_sym1_rotated_test_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/Correction/1/out_sw_ENE_no_slip_new1_sym1_rotated_corr_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/Correction/1/out_sw_ENE_no_slip_new1_sym1_rotated_corr_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/Correction/2/out_sw_ENE_no_slip_new1_sym1_rotated_corr_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/Correction/2/out_sw_ENE_no_slip_new1_sym1_rotated_corr_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Correction/2/out_sw_sym1_straight_TE.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_1D/Correction/2/out_sw_sym1_straight_TE-eps-converted-to.pdf to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/Correction/1/out_sw_ENE_free_slip_new1_sym1_rotated_corr_550_Aeta.eps to file watcher. [11:03:18] Adding **********/Stage_long/rapport/Structure/Partie2/Figures/out/Graphes_2D/Couleurs/Correction/1/out_sw_ENE_free_slip_new1_sym1_rotated_corr_550_Aeta-eps-converted-to.pdf to file watcher. [11:03:18] Try root file in root directory: **********/Stage_long/rapport/Stage_EDF.tex [11:03:18] Parsing **********/Stage_long/rapport/Stage_EDF.tex [11:03:18] Parsing **********/Stage_long/rapport/packages.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Raccourcis.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Partie1/Presentation.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Partie1/Introduction.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Partie1/Chapitre1.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Partie1/Chapitre2.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Partie1/Chapitre3.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Partie1/Conclusion.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_hamiltonien_edf.tex [11:03:18] Parsing **********/Stage_long/rapport/Stage_EDF.fls to compute dependencies [11:03:18] Parsing **********/Stage_long/rapport/Stage_EDF.tex [11:03:18] Parsing **********/Stage_long/rapport/packages.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Raccourcis.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Partie1/Presentation.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Partie1/Introduction.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Partie1/Chapitre1.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Partie1/Chapitre2.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Partie1/Chapitre3.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Partie1/Conclusion.tex [11:03:18] Parsing **********/Stage_long/rapport/Structure/Annexes/annexe_hamiltonien_edf.tex [11:03:18] Found .bib file **********/Stage_long/rapport/biblio-edf.bib [11:03:18] Adding .bib file **********/Stage_long/rapport/biblio-edf.bib to bib file watcher. [11:03:18] Parsing .bib entries from **********/Stage_long/rapport/biblio-edf.bib [11:03:18] Parsed 63 .bib entries from **********/Stage_long/rapport/biblio-edf.bib. [11:03:18] Adding **********/Stage_long/rapport/Stage_EDF.tex to file watcher. [11:03:18] Try root file in root directory: **********/Presentations/2018_06_27_IABEM/Abstract/iabem-abstract.tex [11:03:18] Parsing **********/Presentations/2018_06_27_IABEM/Abstract/iabem-abstract.tex [11:03:18] Parsing **********/Presentations/2018_06_27_IABEM/Abstract/iabem-macros.tex [11:03:18] Cannot find file **********/Presentations/2018_06_27_IABEM/Abstract/iabem-abstract.fls [11:03:18] Try root file in root directory: **********/Presentations/2018_06_27_IABEM/presentation/presentation.tex [11:03:18] Parsing **********/Presentations/2018_06_27_IABEM/presentation/presentation.tex [11:03:18] Parsing **********/Presentations/2018_06_27_IABEM/presentation/packages.tex [11:03:18] Found .bib file **********/Presentations/2018_06_27_IABEM/presentation/biblio.bib [11:03:18] Adding .bib file **********/Presentations/2018_06_27_IABEM/presentation/biblio.bib to bib file watcher. [11:03:18] Parsing .bib entries from **********/Presentations/2018_06_27_IABEM/presentation/biblio.bib [11:03:18] Parsed 9 .bib entries from **********/Presentations/2018_06_27_IABEM/presentation/biblio.bib. [11:03:18] Parsing **********/Presentations/2018_06_27_IABEM/presentation/raccourcis.tex [11:03:18] Parsing **********/Presentations/2018_06_27_IABEM/presentation/structure/introduction.tex [11:03:18] Parsing **********/Presentations/2018_06_27_IABEM/presentation/structure/ddm.tex [11:03:18] Adding **********/Presentations/2018_06_27_IABEM/presentation/tikz/grid.tikz to file watcher. [11:03:18] Parsing **********/Presentations/2018_06_27_IABEM/presentation/tikz/grid.tikz [11:03:18] Parsing **********/Presentations/2018_06_27_IABEM/presentation/structure/precond.tex [11:03:18] Adding **********/Presentations/2018_06_27_IABEM/presentation/tikz/egv_zoom.tikz to file watcher. [11:03:18] Parsing **********/Presentations/2018_06_27_IABEM/presentation/tikz/egv_zoom.tikz [11:03:18] Parsing **********/Presentations/2018_06_27_IABEM/presentation/structure/codes.tex [11:03:18] Parsing **********/Presentations/2018_06_27_IABEM/presentation/structure/conclusion.tex [11:03:18] Cannot find file **********/Presentations/2018_06_27_IABEM/presentation/presentation.fls [11:03:18] Try root file in root directory: **********/Doctorat/Thesis/geneo.tex [11:03:18] Parsing **********/Doctorat/Thesis/geneo.tex [11:03:18] Parsing **********/Doctorat/Thesis/packages.tex [11:03:18] Parsing **********/Doctorat/Thesis/configuration/raccourcis.tex [11:03:18] Parsing **********/Doctorat/Thesis/liminaires/dedicaces.tex [11:03:18] Parsing **********/Doctorat/Thesis/liminaires/epigraphes.tex [11:03:18] Parsing **********/Doctorat/Thesis/liminaires/resumes.tex [11:03:18] Parsing **********/Doctorat/Thesis/liminaires/remerciements.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/introduction_fr.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/introduction_en.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem/sobolev_spaces.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_operators.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_formulations.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem/galerkin_bem.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/origins.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/discrete_setting.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/asm.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/geneo_interpolation.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/geneo_slobodeckij.tex [11:03:18] Parsing **********/Doctorat/Thesis/geneo.fls to compute dependencies [11:03:18] Parsing **********/Doctorat/Thesis/geneo.tex [11:03:18] Parsing **********/Doctorat/Thesis/packages.tex [11:03:18] Parsing **********/Doctorat/Thesis/configuration/raccourcis.tex [11:03:18] Parsing **********/Doctorat/Thesis/liminaires/dedicaces.tex [11:03:18] Parsing **********/Doctorat/Thesis/liminaires/epigraphes.tex [11:03:18] Parsing **********/Doctorat/Thesis/liminaires/resumes.tex [11:03:18] Parsing **********/Doctorat/Thesis/liminaires/remerciements.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/introduction_fr.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/introduction_en.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem/sobolev_spaces.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_operators.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_formulations.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem/galerkin_bem.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/origins.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/discrete_setting.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/asm.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/geneo_interpolation.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/geneo_slobodeckij.tex [11:03:18] Found .bib file **********/Doctorat/Thesis/auxiliaires/bibliographie.bib [11:03:18] .bib file **********/Doctorat/Thesis/auxiliaires/bibliographie.bib is already being watched. [11:03:18] Parsing **********/Doctorat/Thesis/configuration/characteristics.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem/sobolev_spaces.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_operators.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_formulations.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/bem/galerkin_bem.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/origins.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/discrete_setting.tex [11:03:18] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/asm.tex [11:03:18] Found root file in root directory: **********/Doctorat/Thesis/geneo.tex [11:03:18] Root file remains unchanged from: **********/Doctorat/Thesis/geneo.tex. [11:03:35] SyncTeX to file **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:03:38] Linter for root file started. [11:03:38] Linter for root file running command chktex with arguments -wall,-n01,-n03,-n021,-n22,-n30,-e16,-q,-f%f:%l:%c:%d:%k:%n:%m ,**********/Doctorat/Thesis/geneo.tex [11:03:39] Parsing **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:03:39] File watcher: responding to change in **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:03:39] Linter for root file successfully finished in 0s 245ms [11:03:39] Linter log parsed with 1 messages. [11:03:41] BUILD command invoked. [11:03:41] Found root file by magic comment: **********/Doctorat/Thesis/geneo.tex [11:03:41] Root file remains unchanged from: **********/Doctorat/Thesis/geneo.tex. [11:03:41] Building root file: **********/Doctorat/Thesis/geneo.tex [11:03:41] Build root file **********/Doctorat/Thesis/geneo.tex [11:03:41] Recipe step 1: lualatex, -synctex=1,-interaction=nonstopmode,-file-line-error,-shell-escape,**********/Doctorat/Thesis/geneo [11:03:41] LaTeX build process spawned. PID: 893. [11:03:52] LaTeX log parsed with 14 messages. [11:03:52] Recipe of length 1 finished. PID: 893. [11:03:52] Successfully built **********/Doctorat/Thesis/geneo.tex. [11:03:52] Refresh PDF viewer for **********/Doctorat/Thesis/geneo.pdf [11:03:52] Parsing **********/Doctorat/Thesis/geneo.fls to compute dependencies [11:03:52] Parsing **********/Doctorat/Thesis/geneo.tex [11:03:52] Parsing **********/Doctorat/Thesis/packages.tex [11:03:52] Parsing **********/Doctorat/Thesis/configuration/raccourcis.tex [11:03:52] Parsing **********/Doctorat/Thesis/liminaires/dedicaces.tex [11:03:52] Parsing **********/Doctorat/Thesis/liminaires/epigraphes.tex [11:03:52] Parsing **********/Doctorat/Thesis/liminaires/resumes.tex [11:03:52] Parsing **********/Doctorat/Thesis/liminaires/remerciements.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/introduction_fr.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/introduction_en.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/bem.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/bem/sobolev_spaces.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_operators.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_formulations.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/bem/galerkin_bem.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/origins.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/discrete_setting.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/asm.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/geneo_interpolation.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/geneo_slobodeckij.tex [11:03:52] Found .bib file **********/Doctorat/Thesis/auxiliaires/bibliographie.bib [11:03:52] .bib file **********/Doctorat/Thesis/auxiliaires/bibliographie.bib is already being watched. [11:03:52] Parsing **********/Doctorat/Thesis/configuration/characteristics.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/bem/sobolev_spaces.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_operators.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_formulations.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/bem/galerkin_bem.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/origins.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/discrete_setting.tex [11:03:52] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/asm.tex [11:03:52] Preview PDF file: **********/Doctorat/Thesis/geneo.pdf [11:05:06] SyncTeX to file **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:05:19] Linter for root file started. [11:05:19] Linter for root file running command chktex with arguments -wall,-n01,-n03,-n021,-n22,-n30,-e16,-q,-f%f:%l:%c:%d:%k:%n:%m ,**********/Doctorat/Thesis/geneo.tex [11:05:20] Parsing **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:05:20] File watcher: responding to change in **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:05:20] Linter for root file successfully finished in 0s 315ms [11:05:20] Linter log parsed with 1 messages. [11:05:23] BUILD command invoked. [11:05:23] Found root file by magic comment: **********/Doctorat/Thesis/geneo.tex [11:05:23] Root file remains unchanged from: **********/Doctorat/Thesis/geneo.tex. [11:05:23] Building root file: **********/Doctorat/Thesis/geneo.tex [11:05:23] Build root file **********/Doctorat/Thesis/geneo.tex [11:05:23] Recipe step 1: lualatex, -synctex=1,-interaction=nonstopmode,-file-line-error,-shell-escape,**********/Doctorat/Thesis/geneo [11:05:23] LaTeX build process spawned. PID: 928. [11:05:33] LaTeX log parsed with 14 messages. [11:05:33] Recipe of length 1 finished. PID: 928. [11:05:33] Successfully built **********/Doctorat/Thesis/geneo.tex. [11:05:33] Refresh PDF viewer for **********/Doctorat/Thesis/geneo.pdf [11:05:33] Parsing **********/Doctorat/Thesis/geneo.fls to compute dependencies [11:05:33] Parsing **********/Doctorat/Thesis/geneo.tex [11:05:33] Parsing **********/Doctorat/Thesis/packages.tex [11:05:33] Parsing **********/Doctorat/Thesis/configuration/raccourcis.tex [11:05:33] Parsing **********/Doctorat/Thesis/liminaires/dedicaces.tex [11:05:33] Parsing **********/Doctorat/Thesis/liminaires/epigraphes.tex [11:05:33] Parsing **********/Doctorat/Thesis/liminaires/resumes.tex [11:05:33] Parsing **********/Doctorat/Thesis/liminaires/remerciements.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/introduction_fr.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/introduction_en.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/bem.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/bem/sobolev_spaces.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_operators.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_formulations.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/bem/galerkin_bem.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/origins.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/discrete_setting.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/asm.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/geneo_interpolation.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/geneo_slobodeckij.tex [11:05:33] Found .bib file **********/Doctorat/Thesis/auxiliaires/bibliographie.bib [11:05:33] .bib file **********/Doctorat/Thesis/auxiliaires/bibliographie.bib is already being watched. [11:05:33] Parsing **********/Doctorat/Thesis/configuration/characteristics.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/bem/sobolev_spaces.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_operators.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/bem/boundary_integral_formulations.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/bem/galerkin_bem.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/origins.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/discrete_setting.tex [11:05:33] Parsing **********/Doctorat/Thesis/corps/schwarz_methods/asm.tex [11:05:33] Preview PDF file: **********/Doctorat/Thesis/geneo.pdf [11:06:18] Linter for root file started. [11:06:18] Linter for root file running command chktex with arguments -wall,-n01,-n03,-n021,-n22,-n30,-e16,-q,-f%f:%l:%c:%d:%k:%n:%m ,**********/Doctorat/Thesis/geneo.tex [11:06:18] Parsing **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:06:18] File watcher: responding to change in **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:06:18] Linter for root file successfully finished in 0s 232ms [11:06:18] Linter log parsed with 1 messages. [11:06:59] Linter for root file started. [11:06:59] Linter for root file running command chktex with arguments -wall,-n01,-n03,-n021,-n22,-n30,-e16,-q,-f%f:%l:%c:%d:%k:%n:%m ,**********/Doctorat/Thesis/geneo.tex [11:06:59] Parsing **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:06:59] File watcher: responding to change in **********/Doctorat/Thesis/corps/schwarz_methods.tex [11:06:59] Linter for root file successfully finished in 0s 225ms [11:06:59] Linter log parsed with 1 messages. ````
jlelong commented 5 years ago

@PierreMarchand20 investigating the logs is quite tedious and so far I cannot understand what is going wrong. It would really help if I could reproduce the issue. Could you provide a tarball of all your tex + bib files? Of course you can remove everything but the \input & co directives along with everything related to bibliography. You may prefer to send this to me by mail. I know this is quite a tough work to provide the tarball but I am afraid I cannot help without reproducing the issue myself. Let me know how we can proceed.