aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Présentation projet.log
blob: 20c5202c5449e2596aab48b3c8c11a454a3c77e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
This is LuaTeX, Version beta-0.80.0 (TeX Live 2015/Arch Linux) (rev 5238)  (format=lualatex 2016.1.13)  11 MAY 2016 10:16
 \write18 enabled.
**"Présentation projet.tex"
("./Présentation projet.tex"
LaTeX2e <2015/10/01> patch level 2
Babel <3.9n> and hyphenation patterns for 79 languages loaded.
(/usr/share/texmf-dist/tex/latex/beamer/beamer.cls
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasercs.sty
Package: beamerbasercs 2015/03/08 (rcs-revision 368aa9ba9d38)
)
Document Class: beamer 2015/01/05 3.36 A class for typesetting presentations (rc
s-revision 8a39122e1f63)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasemodes.sty
Package: beamerbasemodes 2013/09/03 (rcs-revision 768f2d98ca64)
\beamer@tempbox=\box26
\beamer@tempcount=\count79
\c@beamerpauses=\count80

(/usr/share/texmf-dist/tex/latex/beamer/beamerbasedecode.sty
Package: beamerbasedecode 2010/05/01 (rcs-revision efa082c6111d)
\beamer@slideinframe=\count81
\beamer@minimum=\count82
)
\beamer@commentbox=\box27
\beamer@modecount=\count83
)
(/usr/share/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in PDF mode is detected.
)
\headheight=\dimen102
\headdp=\dimen103
\footheight=\dimen104
\sidebarheight=\dimen105
\beamer@tempdim=\dimen106
\beamer@finalheight=\dimen107
\beamer@animht=\dimen108
\beamer@animdp=\dimen109
\beamer@animwd=\dimen110
\beamer@leftmargin=\dimen111
\beamer@rightmargin=\dimen112
\beamer@leftsidebar=\dimen113
\beamer@rightsidebar=\dimen114
\beamer@boxsize=\dimen115
\beamer@vboxoffset=\dimen116
\beamer@descdefault=\dimen117
\beamer@descriptionwidth=\dimen118
\beamer@lastskip=\skip41
\beamer@areabox=\box28
\beamer@animcurrent=\box29
\beamer@animshowbox=\box30
\beamer@sectionbox=\box31
\beamer@logobox=\box32
\beamer@linebox=\box33
\beamer@sectioncount=\count84
\beamer@subsubsectionmax=\count85
\beamer@subsectionmax=\count86
\beamer@sectionmax=\count87
\beamer@totalheads=\count88
\beamer@headcounter=\count89
\beamer@partstartpage=\count90
\beamer@sectionstartpage=\count91
\beamer@subsectionstartpage=\count92
\beamer@animationtempa=\count93
\beamer@animationtempb=\count94
\beamer@xpos=\count95
\beamer@ypos=\count96
\beamer@showpartnumber=\count97
\beamer@currentsubsection=\count98
\beamer@coveringdepth=\count99
\beamer@sectionadjust=\count100
\beamer@tocsectionnumber=\count101

(/usr/share/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty
Package: beamerbaseoptions 2013/03/10 (rcs-revision 47431932db0d)

(/usr/local/share/texmf/tex/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks14
))
\beamer@paperwidth=\skip42
\beamer@paperheight=\skip43

(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2010/09/12 v5.6 Page Geometry

(/usr/share/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
\Gm@cnth=\count102
\Gm@cntv=\count103
\c@Gm@tempcnt=\count104
\Gm@bindingoffset=\dimen119
\Gm@wd@mp=\dimen120
\Gm@odd@mp=\dimen121
\Gm@even@mp=\dimen122
\Gm@layoutwidth=\dimen123
\Gm@layoutheight=\dimen124
\Gm@layouthoffset=\dimen125
\Gm@layoutvoffset=\dimen126
\Gm@dimlist=\toks15
)
(/usr/local/share/texmf/tex/latex/base/size11.clo
File: size11.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
(/usr/local/share/texmf/tex/latex/graphics/graphicx.sty
Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)

(/usr/local/share/texmf/tex/latex/graphics/graphics.sty
Package: graphics 2016/01/03 v1.0q Standard LaTeX Graphics (DPC,SPQR)

(/usr/local/share/texmf/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
(/usr/share/texmf-dist/tex/latex/latexconfig/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 95.

(/usr/share/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX

(/usr/share/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
)
(/usr/share/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
)
\Gread@gobject=\count105
))
\Gin@req@height=\dimen127
\Gin@req@width=\dimen128
)
(/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
\pgfutil@everybye=\toks16
\pgfutil@tempdima=\dimen129
\pgfutil@tempdimb=\dimen130

(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex))
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
\pgfutil@abb=\box34

(/usr/share/texmf-dist/tex/latex/ms/everyshi.sty
Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
))
(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
Package: pgfrcs 2015/08/07 v3.0.1a (rcs-revision 1.31)
))
(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
Package: pgfsys 2014/07/09 v3.0.1a (rcs-revision 1.48)

(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
\pgfkeys@pathtoks=\toks17
\pgfkeys@temptoks=\toks18

(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
\pgfkeys@tmptoks=\toks19
))
\pgf@x=\dimen131
\pgf@y=\dimen132
\pgf@xa=\dimen133
\pgf@ya=\dimen134
\pgf@xb=\dimen135
\pgf@yb=\dimen136
\pgf@xc=\dimen137
\pgf@yc=\dimen138
\w@pgf@writea=\write3
\r@pgf@reada=\read1
\c@pgf@counta=\count106
\c@pgf@countb=\count107
\c@pgf@countc=\count108
\c@pgf@countd=\count109
\t@pgf@toka=\toks20
\t@pgf@tokb=\toks21
\t@pgf@tokc=\toks22

(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
File: pgf.cfg 2008/05/14  (rcs-revision 1.7)
)
Driver file for pgf: pgfsys-pdftex.def

(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
File: pgfsys-pdftex.def 2014/10/11  (rcs-revision 1.35)

(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
File: pgfsys-common-pdf.def 2013/10/10  (rcs-revision 1.13)
)))
(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
File: pgfsyssoftpath.code.tex 2013/09/09  (rcs-revision 1.9)
\pgfsyssoftpath@smallbuffer@items=\count110
\pgfsyssoftpath@bigbuffer@items=\count111
)
(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
File: pgfsysprotocol.code.tex 2006/10/16  (rcs-revision 1.4)
))
(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)

(/usr/share/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: pdftex.def on input line 225.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
Package xcolor Info: Model `RGB' extended on input line 1353.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
Package: pgfcore 2010/04/11 v3.0.1a (rcs-revision 1.7)

(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
\pgfmath@dimen=\dimen139
\pgfmath@count=\count112
\pgfmath@box=\box35
\pgfmath@toks=\toks23
\pgfmath@stack@operand=\toks24
\pgfmath@stack@operation=\toks25
)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code
.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.te
x) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex)
(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics
.code.tex))) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
\c@pgfmathroundto@lastzeros=\count113
)) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
File: pgfcorepoints.code.tex 2013/10/07  (rcs-revision 1.27)
\pgf@picminx=\dimen140
\pgf@picmaxx=\dimen141
\pgf@picminy=\dimen142
\pgf@picmaxy=\dimen143
\pgf@pathminx=\dimen144
\pgf@pathmaxx=\dimen145
\pgf@pathminy=\dimen146
\pgf@pathmaxy=\dimen147
\pgf@xx=\dimen148
\pgf@xy=\dimen149
\pgf@yx=\dimen150
\pgf@yy=\dimen151
\pgf@zx=\dimen152
\pgf@zy=\dimen153
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
File: pgfcorepathconstruct.code.tex 2013/10/07  (rcs-revision 1.29)
\pgf@path@lastx=\dimen154
\pgf@path@lasty=\dimen155
) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
File: pgfcorepathusage.code.tex 2014/11/02  (rcs-revision 1.24)
\pgf@shorten@end@additional=\dimen156
\pgf@shorten@start@additional=\dimen157
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
File: pgfcorescopes.code.tex 2015/05/08  (rcs-revision 1.46)
\pgfpic=\box36
\pgf@hbox=\box37
\pgf@layerbox@main=\box38
\pgf@picture@serial@count=\count114
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
File: pgfcoregraphicstate.code.tex 2014/11/02  (rcs-revision 1.12)
\pgflinewidth=\dimen158
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.t
ex
File: pgfcoretransformations.code.tex 2015/08/07  (rcs-revision 1.20)
\pgf@pt@x=\dimen159
\pgf@pt@y=\dimen160
\pgf@pt@temp=\dimen161
) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
File: pgfcorequick.code.tex 2008/10/09  (rcs-revision 1.3)
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
File: pgfcoreobjects.code.tex 2006/10/11  (rcs-revision 1.2)
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.te
x
File: pgfcorepathprocessing.code.tex 2013/09/09  (rcs-revision 1.9)
) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
File: pgfcorearrows.code.tex 2015/05/14  (rcs-revision 1.43)
\pgfarrowsep=\dimen162
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
File: pgfcoreshade.code.tex 2013/07/15  (rcs-revision 1.15)
\pgf@max=\dimen163
\pgf@sys@shading@range@num=\count115
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
File: pgfcoreimage.code.tex 2013/07/15  (rcs-revision 1.18)

(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
File: pgfcoreexternal.code.tex 2014/07/09  (rcs-revision 1.21)
\pgfexternal@startupbox=\box39
))
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
File: pgfcorelayers.code.tex 2013/07/18  (rcs-revision 1.7)
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
File: pgfcoretransparency.code.tex 2013/09/30  (rcs-revision 1.5)
)
(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
File: pgfcorepatterns.code.tex 2013/11/07  (rcs-revision 1.5)
)))
(/usr/share/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty
Package: xxcolor 2003/10/24 ver 0.1
\XC@nummixins=\count116
\XC@countmixins=\count117
)
(/usr/share/texmf-dist/tex/generic/oberdiek/atbegshi.sty
Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO)
)
(/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX

(/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO)

(/usr/share/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO)
Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO)
Package hobsub Info: Skipping package `infwarerr' (already loaded).
Package hobsub Info: Skipping package `ltxcmds' (already loaded).
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX detected.
Package hobsub Info: Skipping package `ifvtex' (already loaded).
Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO)
Package hobsub Info: Skipping package `ifpdf' (already loaded).
Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO)
Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO)
Package: luatex-loader 2010/03/09 v0.4 Lua module loader (HO)

(/usr/share/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua)
Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO)

Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
\pdftexcmds@toks=\toks26
Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO)
Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO)

Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO)
Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO)
)
Package hobsub Info: Skipping package `hobsub' (already loaded).
Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO)
Package: xcolor-patch 2011/01/30 xcolor patch
Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO)
Package atveryend Info: \enddocument detected (standard20110627).
Package hobsub Info: Skipping package `atbegshi' (already loaded).
Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO)
Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO)
)
(/usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty
Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO)
)
(/usr/share/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)
)
\@linkdim=\dimen164
\Hy@linkcounter=\count118
\Hy@pagecounter=\count119

(/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO)
)
\Hy@SavedSpaceFactor=\count120

(/usr/share/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
Package hyperref Info: Option `bookmarks' set `true' on input line 4319.
Package hyperref Info: Option `bookmarksopen' set `true' on input line 4319.
Package hyperref Info: Option `implicit' set `false' on input line 4319.
Package hyperref Info: Hyper figures OFF on input line 4443.
Package hyperref Info: Link nesting OFF on input line 4448.
Package hyperref Info: Hyper index ON on input line 4451.
Package hyperref Info: Plain pages OFF on input line 4458.
Package hyperref Info: Backreferencing OFF on input line 4463.
Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals.
Package hyperref Info: Bookmarks ON on input line 4688.
\c@Hy@tempcnt=\count121

(/usr/share/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2013/09/16  ver 3.4  Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 5041.
\XeTeXLinkMargin=\dimen165
\Fld@menulength=\count122
\Field@Width=\dimen166
\Fld@charsize=\dimen167
Package hyperref Info: Hyper figures OFF on input line 6295.
Package hyperref Info: Link nesting OFF on input line 6300.
Package hyperref Info: Hyper index ON on input line 6303.
Package hyperref Info: backreferencing OFF on input line 6310.
Package hyperref Info: Link coloring OFF on input line 6315.
Package hyperref Info: Link coloring with OCG OFF on input line 6320.
Package hyperref Info: PDF/A mode OFF on input line 6325.
LaTeX Info: Redefining \ref on input line 6365.
LaTeX Info: Redefining \pageref on input line 6369.
\Hy@abspage=\count123


Package hyperref Message: Stopped early.

)

Package hyperref Message: Driver (autodetected): hpdftex.

(/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2012/11/06 v6.83m Hyperref driver for pdfTeX
\Fld@listcount=\count124
\c@bookmark@seq@number=\count125

(/usr/share/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 28
2.
))
(/usr/share/texmf-dist/tex/latex/beamer/beamerbaserequires.sty
Package: beamerbaserequires 2010/05/01  (rcs-revision efa082c6111d)

(/usr/share/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty
Package: beamerbasecompatibility 2012/05/01  (rcs-revision 67c48b3b652d)
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasefont.sty
Package: beamerbasefont 2015/01/05  (rcs-revision b4b4bee242e2)

(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols

(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
\@emptytoks=\toks27
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
(Font)                  U/euf/m/n --> U/euf/b/n on input line 106.
))
(/usr/share/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty
Package: sansmathaccent 2013/03/28

(/usr/share/texmf-dist/tex/latex/filehook/filehook.sty
Package: filehook 2011/10/12 v0.5d Hooks for input files
)))
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty
Package: beamerbasetranslator 2010/06/11  (rcs-revision 85fd1cc7fc42)

(/usr/share/texmf-dist/tex/latex/beamer/translator/translator.sty
Package: translator 2010/06/12 ver 1.10

(/usr/share/texmf-dist/tex/latex/beamer/translator/translator-language-mappings
.tex))) (/usr/share/texmf-dist/tex/latex/beamer/beamerbasemisc.sty
Package: beamerbasemisc 2013/09/03  (rcs-revision a55719c41d85)
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty
Package: beamerbasetwoscreens 2010/05/01  (rcs-revision efa082c6111d)
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
Package: beamerbaseoverlay 2013/12/25  (rcs-revision f6bd5e3805da)
\beamer@argscount=\count126
\beamer@lastskipcover=\skip44
\beamer@trivlistdepth=\count127
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasetitle.sty
Package: beamerbasetitle 2010/09/21  (rcs-revision f0446ed0b6ae)
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasesection.sty
Package: beamerbasesection 2013/06/07  (rcs-revision 60b9fe0f342f)
\c@lecture=\count128
\c@part=\count129
\c@section=\count130
\c@subsection=\count131
\c@subsubsection=\count132
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbaseframe.sty
Package: beamerbaseframe 2014/02/20  (rcs-revision 4b8ceeeff434)
\beamer@framebox=\box40
\beamer@frametitlebox=\box41
\beamer@zoombox=\box42
\beamer@zoomcount=\count133
\beamer@zoomframecount=\count134
\beamer@frametextheight=\dimen168
\c@subsectionslide=\count135
\beamer@frametopskip=\skip45
\beamer@framebottomskip=\skip46
\beamer@frametopskipautobreak=\skip47
\beamer@framebottomskipautobreak=\skip48
\beamer@envbody=\toks28
\framewidth=\dimen169
\c@framenumber=\count136
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty
Package: beamerbaseverbatim 2015/01/05  (rcs-revision 431510bb5890)
\beamer@verbatimfileout=\write4
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty
Package: beamerbaseframesize 2011/09/12  (rcs-revision 70f9d8411e54)
\beamer@splitbox=\box43
\beamer@autobreakcount=\count137
\beamer@autobreaklastheight=\dimen170
\beamer@frametitletoks=\toks29
\beamer@framesubtitletoks=\toks30
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty
Package: beamerbaseframecomponents 2013/10/18  (rcs-revision 5cf6c5555a45)
\beamer@footins=\box44
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasecolor.sty
Package: beamerbasecolor 2015/02/21  (rcs-revision d944b04ee2d5)
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasenotes.sty
Package: beamerbasenotes 2012/12/19  (rcs-revision 1686da3db3c9)
\beamer@frameboxcopy=\box45
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasetoc.sty
Package: beamerbasetoc 2015/03/08  (rcs-revision 7270298bbaae)
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty
Package: beamerbasetemplates 2010/05/01  (rcs-revision efa082c6111d)
\beamer@sbttoks=\toks31

(/usr/share/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty
Package: beamerbaseauxtemplates 2014/06/30  (rcs-revision 580088513a67)

(/usr/share/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty
Package: beamerbaseboxes 2012/05/13  (rcs-revision 56972908a390)
\bmb@box=\box46
\bmb@colorbox=\box47
\bmb@boxshadow=\box48
\bmb@boxshadowball=\box49
\bmb@boxshadowballlarge=\box50
\bmb@temp=\dimen171
\bmb@dima=\dimen172
\bmb@dimb=\dimen173
\bmb@prevheight=\dimen174
)
\beamer@blockheadheight=\dimen175
))
(/usr/share/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty
Package: beamerbaselocalstructure 2014/09/10  (rcs-revision 393f6dcff371)

(/usr/local/share/texmf/tex/latex/tools/enumerate.sty
Package: enumerate 2015/07/23 v3.00 enumerate extensions (DPC)
\@enLab=\toks32
)
\c@figure=\count138
\c@table=\count139
\abovecaptionskip=\skip49
\belowcaptionskip=\skip50
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty
Package: beamerbasenavigation 2015/02/27  (rcs-revision 923f4bf87efa)
\beamer@section@min@dim=\dimen176
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty
Package: beamerbasetheorems 2010/06/06  (rcs-revision 7e7cc5e53e9d)

(/usr/local/share/texmf/tex/latex/amsmath/amsmath.sty
Package: amsmath 2016/03/10 v2.15b AMS math features
\@mathmargin=\skip51

For additional information on amsmath, use the `?' option.
(/usr/local/share/texmf/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01 AMS text

(/usr/local/share/texmf/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks33
\ex@=\dimen177
))
(/usr/local/share/texmf/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen178
)
(/usr/local/share/texmf/tex/latex/amsmath/amsopn.sty
Package: amsopn 2016/03/08 v2.02 operator names
)
\inf@bad=\count140
LaTeX Info: Redefining \frac on input line 199.
\uproot@=\count141
\leftroot@=\count142
LaTeX Info: Redefining \overline on input line 297.
\classnum@=\count143
\DOTSCASE@=\count144
LaTeX Info: Redefining \ldots on input line 394.
LaTeX Info: Redefining \dots on input line 397.
LaTeX Info: Redefining \cdots on input line 518.
\Mathstrutbox@=\box51
\strutbox@=\box52
\big@size=\dimen179
LaTeX Font Info:    Redeclaring font encoding OML on input line 634.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 635.
\macc@depth=\count145
\c@MaxMatrixCols=\count146
\dotsspace@=\muskip11
\c@parentequation=\count147
\dspbrk@lvl=\count148
\tag@help=\toks34
\row@=\count149
\column@=\count150
\maxfields@=\count151
\andhelp@=\toks35
\eqnshift@=\dimen180
\alignsep@=\dimen181
\tagshift@=\dimen182
\tagwidth@=\dimen183
\totwidth@=\dimen184
\lineht@=\dimen185
\@envbody=\toks36
\multlinegap=\skip52
\multlinetaggap=\skip53
\mathdisplay@stack=\toks37
LaTeX Info: Redefining \[ on input line 2739.
LaTeX Info: Redefining \] on input line 2740.
)
(/usr/share/texmf-dist/tex/latex/amscls/amsthm.sty
Package: amsthm 2015/03/04 v2.20.2
\thm@style=\toks38
\thm@bodyfont=\toks39
\thm@headfont=\toks40
\thm@notefont=\toks41
\thm@headpunct=\toks42
\thm@preskip=\skip54
\thm@postskip=\skip55
\thm@headsep=\skip56
\dth@everypar=\toks43
)
\c@theorem=\count152
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
Package: beamerbasethemes 2010/05/01  (rcs-revision efa082c6111d)
))
(/usr/share/texmf-dist/tex/latex/beamer/themes/theme/beamerthemedefault.sty
Package: beamerthemedefault 2010/06/17  (rcs-revision d02a7cf4d8ae)

(/usr/share/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemedefault.sty
Package: beamerfontthemedefault 2012/12/19  (rcs-revision 1686da3db3c9)
)
(/usr/share/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemedefault.st
y
Package: beamercolorthemedefault 2012/12/19  (rcs-revision 1686da3db3c9)
)
(/usr/share/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.st
y
Package: beamerinnerthemedefault 2014/06/30  (rcs-revision 580088513a67)
\beamer@dima=\dimen186
\beamer@dimb=\dimen187
)
(/usr/share/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemedefault.st
y
Package: beamerouterthemedefault 2012/12/19  (rcs-revision 1686da3db3c9)
))) (/usr/share/texmf-dist/tex/lualatex/luatextra/luatextra.sty
Package: luatextra 2010/10/10 v1.0 Loading usual LuaLaTeX packages

(/usr/local/share/texmf/tex/latex/fontspec/fontspec.sty
(/usr/local/share/texmf/tex/latex/l3kernel/expl3.sty
Package: expl3 2016/03/28 v6468 L3 programming layer (loader) 

(/usr/local/share/texmf/tex/latex/l3kernel/expl3-code.tex
Package: expl3 2016/03/28 v6468 L3 programming layer (code)
L3 Module: l3bootstrap 2016/02/12 v6412 L3 Bootstrap code
\ucharcat@table=\catcodetable5
L3 Module: l3names 2016/03/11 v6433 L3 Namespace for primitives
L3 Module: l3basics 2015/11/22 v6315 L3 Basic definitions
L3 Module: l3expan 2015/09/10 v5983 L3 Argument expansion
L3 Module: l3tl 2016/03/26 v6465 L3 Token lists
L3 Module: l3str 2016/03/24 v6441 L3 Strings
L3 Module: l3seq 2015/08/05 v5777 L3 Sequences and stacks
L3 Module: l3int 2016/03/24 v6441 L3 Integers
\c_max_int=\count153
\l_tmpa_int=\count154
\l_tmpb_int=\count155
\g_tmpa_int=\count156
\g_tmpb_int=\count157
L3 Module: l3quark 2015/08/17 v5855 L3 Quarks
L3 Module: l3prg 2015/11/01 v6216 L3 Control structures
\g__prg_map_int=\count158
L3 Module: l3clist 2015/09/02 v5901 L3 Comma separated lists
L3 Module: l3token 2016/03/26 v6465 L3 Experimental token manipulation
L3 Module: l3prop 2016/01/05 v6366 L3 Property lists
L3 Module: l3msg 2016/03/26 v6464 L3 Messages
L3 Module: l3file 2016/03/25 v6458 L3 File and I/O operations
\l_iow_line_count_int=\count159
\l__iow_target_count_int=\count160
\l__iow_current_line_int=\count161
\l__iow_current_word_int=\count162
\l__iow_current_indentation_int=\count163
L3 Module: l3skip 2016/01/05 v6366 L3 Dimensions and skips
\c_zero_dim=\dimen188
\c_max_dim=\dimen189
\l_tmpa_dim=\dimen190
\l_tmpb_dim=\dimen191
\g_tmpa_dim=\dimen192
\g_tmpb_dim=\dimen193
\c_zero_skip=\skip57
\c_max_skip=\skip58
\l_tmpa_skip=\skip59
\l_tmpb_skip=\skip60
\g_tmpa_skip=\skip61
\g_tmpb_skip=\skip62
\c_zero_muskip=\muskip12
\c_max_muskip=\muskip13
\l_tmpa_muskip=\muskip14
\l_tmpb_muskip=\muskip15
\g_tmpa_muskip=\muskip16
\g_tmpb_muskip=\muskip17
L3 Module: l3keys 2015/11/17 v6284 L3 Key-value interfaces
\g__keyval_level_int=\count164
\l_keys_choice_int=\count165
L3 Module: l3fp 2016/03/26 v6465 L3 Floating points
\c__fp_leading_shift_int=\count166
\c__fp_middle_shift_int=\count167
\c__fp_trailing_shift_int=\count168
\c__fp_big_leading_shift_int=\count169
\c__fp_big_middle_shift_int=\count170
\c__fp_big_trailing_shift_int=\count171
\c__fp_Bigg_leading_shift_int=\count172
\c__fp_Bigg_middle_shift_int=\count173
\c__fp_Bigg_trailing_shift_int=\count174
L3 Module: l3box 2015/08/09 v5822 L3 Experimental boxes
\c_empty_box=\box53
\l_tmpa_box=\box54
\l_tmpb_box=\box55
\g_tmpa_box=\box56
\g_tmpb_box=\box57
L3 Module: l3coffins 2016/03/24 v6440 L3 Coffin code layer
\l__coffin_internal_box=\box58
\l__coffin_internal_dim=\dimen194
\l__coffin_offset_x_dim=\dimen195
\l__coffin_offset_y_dim=\dimen196
\l__coffin_x_dim=\dimen197
\l__coffin_y_dim=\dimen198
\l__coffin_x_prime_dim=\dimen199
\l__coffin_y_prime_dim=\dimen256
\c_empty_coffin=\box59
\l__coffin_aligned_coffin=\box60
\l__coffin_aligned_internal_coffin=\box61
\l_tmpa_coffin=\box62
\l_tmpb_coffin=\box63
\l__coffin_display_coffin=\box64
\l__coffin_display_coord_coffin=\box65
\l__coffin_display_pole_coffin=\box66
\l__coffin_display_offset_dim=\dimen257
\l__coffin_display_x_dim=\dimen258
\l__coffin_display_y_dim=\dimen259
L3 Module: l3color 2014/08/23 v5354 L3 Experimental color support
L3 Module: l3sys 2015/09/25 v6087 L3 Experimental system/runtime functions
L3 Module: l3candidates 2016/03/25 v6456 L3 Experimental additions to l3kernel
\l__box_top_dim=\dimen260
\l__box_bottom_dim=\dimen261
\l__box_left_dim=\dimen262
\l__box_right_dim=\dimen263
\l__box_top_new_dim=\dimen264
\l__box_bottom_new_dim=\dimen265
\l__box_left_new_dim=\dimen266
\l__box_right_new_dim=\dimen267
\l__box_internal_box=\box67
\l__coffin_bounding_shift_dim=\dimen268
\l__coffin_left_corner_dim=\dimen269
\l__coffin_right_corner_dim=\dimen270
\l__coffin_bottom_corner_dim=\dimen271
\l__coffin_top_corner_dim=\dimen272
\l__coffin_scaled_total_height_dim=\dimen273
\l__coffin_scaled_width_dim=\dimen274
L3 Module: l3luatex 2016/03/26 v6465 L3 Experimental LuaTeX-specific functions
)
(/usr/local/share/texmf/tex/latex/l3kernel/l3pdfmode.def
File: l3pdfmode.def 2016/03/26 v6465 L3 Experimental driver: PDF mode
\l__driver_color_stack_int=\count175
))
(/usr/local/share/texmf/tex/latex/l3packages/xparse/xparse.sty
Package: xparse 2016/03/28 v6468 L3 Experimental document command parser
\l__xparse_current_arg_int=\count176
\l__xparse_m_args_int=\count177
\l__xparse_mandatory_args_int=\count178
\l__xparse_processor_int=\count179
\l__xparse_v_nesting_int=\count180
)
Package: fontspec 2016/02/01 v2.5a Font selection for XeLaTeX and LuaLaTeX

(/usr/local/share/texmf/tex/luatex/luaotfload/luaotfload.sty
Package: luaotfload 2015/12/09 v2.6 OpenType layout system
Lua module: luaotfload-main 2015/12/09 2.60001 OpenType layout system.
Lua module: lualibs 2015-12-02 2.3 ConTeXt Lua standard libraries.
Lua module: lualibs-extended 2015-12-02 2.3 ConTeXt Lua libraries -- extended co
llection.(using write cache: /home/piernov/.texlive/texmf-var/luatex-cache/gener
ic)(using read cache: /var/lib/texmf/luatex-cache/generic /home/piernov/.texlive
/texmf-var/luatex-cache/generic)
luaotfload | conf : Root cache directory is /home/piernov/.texlive/texmf-var/lua
tex-cache/generic/names.
luaotfload | init : Loading fontloader “fontloader-2016-02-12.lua” from kpse
-resolved path “/usr/local/share/texmf/tex/luatex/luaotfload/fontloader-2016-0
2-12.lua”.
Lua-only attribute luaotfload@state = 1
Lua-only attribute luaotfload@cursbase = 2
Lua-only attribute luaotfload@noligature = 3
luaotfload | init : Context OpenType loader version “2.82”
Inserting `luaotfload.node_processor' at position 1 in `pre_linebreak_filter'.
Inserting `luaotfload.node_processor' at position 1 in `hpack_filter'.
Inserting `luaotfload.define_font' at position 1 in `define_font'.
Lua-only attribute luaotfload_color_attribute = 4
luaotfload | conf : Root cache directory is /home/piernov/.texlive/texmf-var/lua
tex-cache/generic/names.
Inserting `luaotfload.aux.set_sscale_dimens' at position 1 in `luaotfload.patch_
font'.
Inserting `luaotfload.aux.patch_cambria_domh' at position 2 in `luaotfload.patch
_font'.
Inserting `luaotfload.aux.fixup_fontdata' at position 1 in `luaotfload.patch_fon
t_unsafe'.
Inserting `luaotfload.aux.set_capheight' at position 3 in `luaotfload.patch_font
'.
Inserting `luaotfload.rewrite_fontname' at position 4 in `luaotfload.patch_font'
.
luaotfload | main : initialization completed in 0.152 seconds)
Lua module: fontspec 2016/02/01 2.5a Advanced font selection for LuaLaTeX. (/us
r/local/share/texmf/tex/latex/fontspec/fontspec-luatex.sty
Package: fontspec-luatex 2016/02/01 v2.5a Font selection for XeLaTeX and LuaLaTe
X
\l_fontspec_script_int=\count181
\l_fontspec_language_int=\count182
\l_fontspec_strnum_int=\count183
\l__fontspec_tmpa_dim=\dimen275
\l__fontspec_tmpb_dim=\dimen276
\l__fontspec_tmpc_dim=\dimen277
\g__file_internal_ior=\read2

(/usr/local/share/texmf/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

(/usr/share/texmf-dist/tex/latex/euenc/eu2enc.def
File: eu2enc.def 2010/05/27 v0.1h Experimental Unicode font encodings
)
LaTeX Font Info:    Try loading font information for EU2+lmr on input line 105.

(/usr/share/texmf-dist/tex/latex/euenc/eu2lmr.fd
File: eu2lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
luaotfload | db : Font names database loaded from /home/piernov/.texlive/texmf-v
ar/luatex-cache/generic/names/luaotfload-names.luc(compiling luc: /var/lib/texmf
/luatex-cache/generic/fonts/otf/lmroman10-regular.luc)(load luc: /home/piernov/.
texlive/texmf-var/luatex-cache/generic/fonts/otf/lmroman10-regular.luc))
(/usr/share/texmf-dist/tex/xelatex/xunicode/xunicode.sty
File: xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many o
ther characters in Unicode lower plane

(/usr/share/texmf-dist/tex/latex/tipa/t3enc.def
File: t3enc.def 2001/12/31 T3 encoding
(compiling luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/lmromanslant10-reg
ular.luc)(load luc: /home/piernov/.texlive/texmf-var/luatex-cache/generic/fonts/
otf/lmromanslant10-regular.luc)(compiling luc: /var/lib/texmf/luatex-cache/gener
ic/fonts/otf/lmroman10-italic.luc)(load luc: /home/piernov/.texlive/texmf-var/lu
atex-cache/generic/fonts/otf/lmroman10-italic.luc)(compiling luc: /var/lib/texmf
/luatex-cache/generic/fonts/otf/lmroman10-bold.luc)(load luc: /home/piernov/.tex
live/texmf-var/luatex-cache/generic/fonts/otf/lmroman10-bold.luc)
LaTeX Font Info:    Try loading font information for EU2+lmss on input line 357.


(/usr/share/texmf-dist/tex/latex/euenc/eu2lmss.fd
File: eu2lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern
)(compiling luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/lmsans10-regular.
luc)(load luc: /home/piernov/.texlive/texmf-var/luatex-cache/generic/fonts/otf/l
msans10-regular.luc))
\tipaTiiicode=\count184
\tipasavetokens=\toks44
\tipachecktokens=\toks45
)
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \__fontspec_post_arg:w with sig. 'mmO{}' on line 356.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \fontspec with sig. 'om' on line 358.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setmainfont with sig. 'om' on line 368.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setsansfont with sig. 'om' on line 378.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setmonofont with sig. 'om' on line 388.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setmathrm with sig. 'om' on line 402.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setboldmathrm with sig. 'om' on line 410.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setmathsf with sig. 'om' on line 418.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setmathtt with sig. 'om' on line 426.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newfontfamily with sig. 'mom' on line 440.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newfontface with sig. 'mom' on line 456.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \defaultfontfeatures with sig. 't+om' on line 470.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \addfontfeatures with sig. 'm' on line 533.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newfontfeature with sig. 'mm' on line 544.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newAATfeature with sig. 'mmmm' on line 552.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newopentypefeature with sig. 'mmm' on line 560.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \aliasfontfeature with sig. 'mm' on line 581.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \aliasfontfeatureoption with sig. 'mmm' on line 590.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newfontscript with sig. 'mm' on line 594.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \newfontlanguage with sig. 'mm' on line 598.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \DeclareFontsExtensions with sig. 'm' on line 603.
.................................................
\l__fontspec_tmp_int=\count185

(/usr/local/share/texmf/tex/latex/fontspec/fontspec.cfg)
LaTeX Info: Redefining \itshape on input line 2629.
LaTeX Info: Redefining \slshape on input line 2634.
LaTeX Info: Redefining \scshape on input line 2639.
LaTeX Info: Redefining \upshape on input line 2644.
\l__fontspec_em_int=\count186
\l__fontspec_emdef_int=\count187
LaTeX Info: Redefining \em on input line 2660.
LaTeX Info: Redefining \emph on input line 2666.
LaTeX Info: Redefining \- on input line 2670.
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \oldstylenums with sig. 'm' on line 2765.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \liningnums with sig. 'm' on line 2769.
.................................................
))
(/usr/share/texmf-dist/tex/luatex/luatexbase/luatexbase.sty
Package: luatexbase 2015/10/04 v1.3 luatexbase interface to LuaTeX 

(/usr/share/texmf-dist/tex/luatex/ctablestack/ctablestack.sty
Package: ctablestack 2015/10/01 v1.0 Catcode table stable support
\@catcodetablestackcnt=\count188
)
\CatcodeTableOther=\catcodetable6
\CatcodeTableExpl=\catcodetable7
)
(/usr/share/texmf-dist/tex/latex/metalogo/metalogo.sty
Package: metalogo 2010/05/29 v0.12 Extended TeX logo macros
\xl@everylogo=\toks46
\xl@@everylogo=\toks47
LaTeX Info: Redefining \TeX on input line 193.
LaTeX Info: Redefining \LaTeX on input line 202.
LaTeX Info: Redefining \LaTeXe on input line 219.
)
(/usr/share/texmf-dist/tex/lualatex/luacode/luacode.sty
Package: luacode 2012/01/23 v1.2a lua-in-tex helpers (mpg)
\luacode@lines=\toks48
\luacode@table@soft=\catcodetable8
)
(/usr/local/share/texmf/tex/latex/base/fixltx2e.sty
Package: fixltx2e 2015/06/22 v2.0b fixes to LaTeX (obsolete)


Package fixltx2e Warning: fixltx2e is not required with releases after 2015
(fixltx2e)                All fixes are now in the LaTeX kernel.
(fixltx2e)                See the latexrelease package for details.

)) (/usr/local/share/texmf/tex/latex/polyglossia/polyglossia.sty
Package: polyglossia 2015/03/25 v1.42.4 Alternative to Babel for XeLaTeX and Lua
LaTeX

(/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2015/08/02 v2.2a e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count189
)
(/usr/share/texmf-dist/tex/latex/makecmds/makecmds.sty
Package: makecmds 2009/09/03 v1.0a extra command making commands
)
(/usr/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2014/12/03 v2.7a package option processing (HA)

(/usr/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks49
\XKV@tempa@toks=\toks50
)
\XKV@depth=\count190
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
))
luatex-hyphen: using data file: /usr/local/share/texmf/tex/generic/config/langua
ge.dat.lua
Lua module: polyglossia 2013/05/11 1.3 Polyglossia)
(/usr/share/texmf-dist/tex/generic/ulem/ulem.sty
\UL@box=\box68
\UL@hyphenbox=\box69
\UL@skip=\skip63
\UL@hook=\toks51
\UL@height=\dimen278
\UL@pe=\count191
\UL@pixel=\dimen279
\ULC@box=\box70
Package: ulem 2012/05/18
\ULdepth=\dimen280
)
(/usr/share/texmf-dist/tex/latex/framed/framed.sty
Package: framed 2011/10/22 v 0.96: framed or shaded text with page breaks
\OuterFrameSep=\skip64
\fb@frw=\dimen281
\fb@frh=\dimen282
\FrameRule=\dimen283
\FrameSep=\dimen284
)
(/usr/share/texmf-dist/tex/latex/unicode-math/unicode-math.sty
Package: unicode-math 2015/09/24 v0.8c Unicode maths in XeLaTeX and LuaLaTeX

(/usr/local/share/texmf/tex/latex/ucharcat/ucharcat.sty
Package: ucharcat 2015/11/19 v0.03 ucharcat for luaLaTeX (DPC)
\ucharcat@table=\catcodetable9
)
(/usr/local/share/texmf/tex/latex/l3packages/l3keys2e/l3keys2e.sty
Package: l3keys2e 2016/03/28 v6468 LaTeX2e option processing using LaTeX3 keys
)
(/usr/local/share/texmf/tex/latex/base/fix-cm.sty
Package: fix-cm 2015/01/14 v1.1t fixes to LaTeX

(/usr/local/share/texmf/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
))
\g__um_fam_int=\count192
\g__um_primekern_muskip=\muskip18
\l__um_primecount_int=\count193
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \unimathsetup with sig. 'm' on line 168.
.................................................

(/usr/share/texmf-dist/tex/latex/unicode-math/unicode-math-luatex.sty
(/usr/local/share/texmf/tex/lualatex/lualatex-math/lualatex-math.sty
Package: lualatex-math 2015/09/22 v1.5 Patches for mathematics typesetting with 
LuaLaTeX
Lua module: lualatex-math 2013/08/03 1.3 Patches for mathematics typesetting wit
h LuaLaTeX
.................................................
. lualatex-math info: "patch-macro"
. 
. I'm going to patch macro \subarray.
.................................................
.................................................
. lualatex-math info: "patch-macro"
. 
. I'm going to patch macro \frac .
.................................................
.................................................
. lualatex-math info: "patch-macro"
. 
. I'm going to patch macro \@genfrac.
.................................................

*************************************************
* lualatex-math warning: "wrong-meaning"
* 
* I've expected \newmcodes@ to have the meaning
* macro:->\mathcode `\'39\mathcode `\*42\mathcode `\."613A\ifnum \mathcode
* `\-=45 \else \mathchardef \std@minus \mathcode `\-\relax \fi \mathcode
* `\-45\mathcode `\/47\mathcode `\: "603A\relax ,
* but it has the meaning
* macro:->\mathcode `\'39\mathcode `\*42\mathcode `\."613A\ifnum \Umathcodenum
* `\-=45 \else \Umathcharnumdef \std@minus \Umathcodenum `\-\relax \fi
* \mathcode `\-45\mathcode `\/47\mathcode `\: "603A\relax .
*************************************************
)
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setmathfontface with sig. 'mO{}mO{}' on line 167.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setoperatorfont with sig. 'm' on line 171.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \setmathfont with sig. 'O{}mO{}' on line 280.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \addnolimits with sig. 'm' on line 523.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \removenolimits with sig. 'm' on line 527.
.................................................
 (/usr/share/texmf-dist/tex/latex/unicode-math/unicode-math-table.tex)
.................................................
. unicode-math info: "patch-macro"
. 
. I'm going to patch macro \plainroot@.
.................................................
.................................................
. unicode-math info: "patch-macro"
. 
. I'm going to patch macro \r@@t.
.................................................
))
(/usr/share/texmf-dist/tex/latex/svg/svg.sty
Package: svg 2012/09/05 v1.0 SVG inclusion and extraction

(/usr/share/texmf-dist/tex/latex/subfig/subfig.sty
Package: subfig 2005/06/28 ver: 1.3 subfig package

(/usr/local/share/texmf/tex/latex/caption/caption.sty
Package: caption 2016/02/21 v3.3-144 Customizing captions (AR)

(/usr/local/share/texmf/tex/latex/caption/caption3.sty
Package: caption3 2016/02/04 v1.7-139 caption3 kernel (AR)
Package caption3 Info: TeX engine: e-TeX on input line 67.
\captionmargin=\dimen285
\captionmargin@=\dimen286
\captionwidth=\dimen287
\caption@tempdima=\dimen288
\caption@indent=\dimen289
\caption@parindent=\dimen290
\caption@hangindent=\dimen291
)
\c@ContinuedFloat=\count194
Package caption Info: beamer document class.
Package caption Info: hyperref package is loaded.
Package caption Info: Hyperref support is turned off
(caption)             because hyperref has stopped early.
)
\c@KVtest=\count195
\sf@farskip=\skip65
\sf@captopadj=\dimen292
\sf@capskip=\skip66
\sf@nearskip=\skip67
\c@subfigure=\count196
\c@subfigure@save=\count197
\c@depth=\count198
\c@subtable=\count199
\c@subtable@save=\count266
\sf@top=\skip68
\sf@bottom=\skip69
)
(/usr/share/texmf-dist/tex/latex/import/import.sty
Package: import 2009/03/23  v 5.1
)
(/usr/share/texmf-dist/tex/latex/oberdiek/transparent.sty
Package: transparent 2007/01/08 v1.0 Transparency via pdfTeX's color stack (HO)
)
\SVG@out@width=\skip70
\SVG@out@height=\skip71
\c@svgfigure=\count267
)
(/usr/local/share/texmf/tex/latex/polyglossia/gloss-french.ldf
File: gloss-french.ldf polyglossia: module for french

hyph-fr.pat.txt
Language french was not yet loaded; created with id 6
Language french already loaded; id is 6
\xpg@frpt=\attribute5
)
Package polyglossia Info: Default language is french.
luaotfload | cache : Lookup cache loaded from /home/piernov/.texlive/texmf-var/l
uatex-cache/generic/names/luaotfload-lookup-cache.luc.
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-regular.otf"
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-regular.otf"
\g__fontspec_family_LatinModernRoman_int=\count268
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-regular.otf"
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-bolditalic.o
tf"(compiling luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/lmroman10-boldi
talic.luc)(load luc: /home/piernov/.texlive/texmf-var/luatex-cache/generic/fonts
/otf/lmroman10-bolditalic.luc)
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-regular.otf"
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-bold.otf"
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-regular.otf"
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-italic.otf"
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-regular.otf"
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-regular.otf"
luaotfload | aux : font no 24 (LMRoman10-Regular) does not define feature smcp f
or script latn with language dflt
luaotfload | aux : no font with id 24
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-bold.otf"
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-bold.otf"
luaotfload | aux : font no 26 (LMRoman10-Bold) does not define feature smcp for 
script latn with language dflt
luaotfload | aux : no font with id 26
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-italic.otf"
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-italic.otf"
luaotfload | aux : font no 27 (LMRoman10-Italic) does not define feature smcp fo
r script latn with language dflt
luaotfload | aux : no font with id 27
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-bolditalic.otf
"
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-bolditalic.otf
"
luaotfload | aux : font no 25 (LMRoman10-BoldItalic) does not define feature smc
p for script latn with language dflt
luaotfload | aux : no font with id 25
.................................................
. fontspec info: "defining-font"
. 
. Font family 'LatinModernRoman(0)' created for font 'Latin Modern Roman' with
. options [Ligatures=TeX].
. 
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->"LatinModernRoman:mode=node;script=latn;language=DFLT;+tlig;"
. - 'small caps'  (m/sc) with NFSS spec.: - 'bold' (bx/n) with NFSS spec.:
. <->"LatinModernRoman/B:mode=node;script=latn;language=DFLT;+tlig;"
. - 'bold small caps'  (bx/sc) with NFSS spec.: - 'italic' (m/it) with NFSS
. spec.: <->"LatinModernRoman/I:mode=node;script=latn;language=DFLT;+tlig;"
. - 'italic small caps'  (m/itsc) with NFSS spec.: - 'bold italic' (bx/it)
. with NFSS spec.:
. <->"LatinModernRoman/BI:mode=node;script=latn;language=DFLT;+tlig;"
. - 'bold italic small caps'  (bx/itsc) with NFSS spec.: 
.................................................
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-regular.otf"
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-regular.otf"
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-regular.otf"
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-bolditalic.o
tf"
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-regular.otf"
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-bold.otf"
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-regular.otf"
luaotfload | load : Lookup/name: "Latin Modern Roman" -> "lmroman10-italic.otf"
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-regular.otf"
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-regular.otf"
luaotfload | aux : font no 24 (LMRoman10-Regular) does not define feature smcp f
or script latn with language dflt
luaotfload | aux : no font with id 24
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-bold.otf"
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-bold.otf"
luaotfload | aux : font no 26 (LMRoman10-Bold) does not define feature smcp for 
script latn with language dflt
luaotfload | aux : no font with id 26
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-italic.otf"
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-italic.otf"
luaotfload | aux : font no 27 (LMRoman10-Italic) does not define feature smcp fo
r script latn with language dflt
luaotfload | aux : no font with id 27
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-bolditalic.otf
"
luaotfload | load : Lookup/name: "LatinModernRoman" -> "lmroman10-bolditalic.otf
"
luaotfload | aux : font no 25 (LMRoman10-BoldItalic) does not define feature smc
p for script latn with language dflt
luaotfload | aux : no font with id 25
.................................................
. fontspec info: "defining-font"
. 
. Font family 'LatinModernRoman(1)' created for font 'Latin Modern Roman' with
. options [Renderer=Basic].
. 
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <->"LatinModernRoman:mode=base;script=latn;language=DFLT;"
. - 'small caps'  (m/sc) with NFSS spec.: - 'bold' (bx/n) with NFSS spec.:
. <->"LatinModernRoman/B:mode=base;script=latn;language=DFLT;"
. - 'bold small caps'  (bx/sc) with NFSS spec.: - 'italic' (m/it) with NFSS
. spec.: <->"LatinModernRoman/I:mode=base;script=latn;language=DFLT;"
. - 'italic small caps'  (m/itsc) with NFSS spec.: - 'bold italic' (bx/it)
. with NFSS spec.:
. <->"LatinModernRoman/BI:mode=base;script=latn;language=DFLT;"
. - 'bold italic small caps'  (bx/itsc) with NFSS spec.: 
.................................................
LaTeX Font Info:    Overwriting math alphabet `\mathrm' in version `normal'
(Font)                  OT1/cmr/m/n --> EU2/LatinModernRoman(1)/m/n on input lin
e 25.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
(Font)                  OT1/cmr/m/it --> EU2/LatinModernRoman(1)/m/it on input l
ine 25.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
(Font)                  OT1/cmr/bx/n --> EU2/LatinModernRoman(1)/bx/n on input l
ine 25.

(/usr/share/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMadrid.sty
Package: beamerthemeMadrid 2010/06/17  (rcs-revision d02a7cf4d8ae)

(/usr/share/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemewhale.sty
Package: beamercolorthemewhale 2010/06/17  (rcs-revision d02a7cf4d8ae)
)
(/usr/share/texmf-dist/tex/latex/beamer/themes/color/beamercolorthemeorchid.sty
Package: beamercolorthemeorchid 2010/06/17  (rcs-revision d02a7cf4d8ae)
)
(/usr/share/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemerounded.st
y
Package: beamerinnerthemerounded 2010/06/17  (rcs-revision d02a7cf4d8ae)
)
(/usr/share/texmf-dist/tex/latex/beamer/themes/outer/beamerouterthemeinfolines.
sty
Package: beamerouterthemeinfolines 2012/10/16  (rcs-revision 51a8c72084af)
)) ("./Présentation projet.aux"
luatex-hyphen: loading patterns and exceptions for: french (\language26)
luatex-hyphen: info: no hyphenation exceptions for this language
Language french already loaded; id is 6
Removing  `luaotfload.node_processor' from `pre_linebreak_filter'.
Inserting `polyglossia-frpt.process' at position 1 in `pre_linebreak_filter'.
Inserting `luaotfload.node_processor' at position 2 in `pre_linebreak_filter'.)
\openout1 = Présentation projet.aux

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 49.
LaTeX Font Info:    ... okay on input line 49.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 49.
LaTeX Font Info:    ... okay on input line 49.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 49.
LaTeX Font Info:    ... okay on input line 49.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 49.
LaTeX Font Info:    ... okay on input line 49.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 49.
LaTeX Font Info:    ... okay on input line 49.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 49.
LaTeX Font Info:    ... okay on input line 49.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 49.
LaTeX Font Info:    ... okay on input line 49.
LaTeX Font Info:    Checking defaults for EU2/lmr/m/n on input line 49.
LaTeX Font Info:    ... okay on input line 49.
LaTeX Font Info:    Checking defaults for T3/cmr/m/n on input line 49.
LaTeX Font Info:    Try loading font information for T3+cmr on input line 49.

(/usr/share/texmf-dist/tex/latex/tipa/t3cmr.fd
File: t3cmr.fd 2001/12/31 TIPA font definitions
)
LaTeX Font Info:    ... okay on input line 49.
LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line 49.
LaTeX Font Info:    ... okay on input line 49.

*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: custom
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes: includehead includefoot 
* h-part:(L,W,R)=(10.95pt, 342.29536pt, 10.95pt)
* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt)
* \paperwidth=364.19536pt
* \paperheight=273.14662pt
* \textwidth=342.29536pt
* \textheight=244.6939pt
* \oddsidemargin=-61.31999pt
* \evensidemargin=-61.31999pt
* \topmargin=-72.26999pt
* \headheight=14.22636pt
* \headsep=0.0pt
* \topskip=11.0pt
* \footskip=14.22636pt
* \marginparwidth=4.0pt
* \marginparsep=10.0pt
* \columnsep=10.0pt
* \skip\footins=10.0pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)

(/usr/local/share/texmf/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count269
\scratchdimen=\dimen293
\scratchbox=\box71
\nofMPsegments=\count270
\nofMParguments=\count271
\everyMPshowfont=\toks52
\MPscratchCnt=\count272
\MPscratchDim=\dimen294
\MPnumerator=\count273
\makeMPintoPDFobject=\count274
\everyMPtoPDFconversion=\toks53
) (/usr/share/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf

(/usr/share/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2010/08/19 v1.1 Manage graphics extensions (HO)
)
Package grfext Info: Graphics extension search list:
(grfext)             [.png,.pdf,.jpg,.mps,.tif,.jpeg,.PNG,.PDF,.JPG,.JPEG,.eps]
(grfext)             \AppendGraphicsExtensions on input line 452.

(/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live

))
ABD: EveryShipout initializing macros
\AtBeginShipoutBox=\box72
Package hyperref Info: Link coloring OFF on input line 49.

(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section

(/usr/share/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
)
\c@section@level=\count275
)
LaTeX Info: Redefining \ref on input line 49.
LaTeX Info: Redefining \pageref on input line 49.
LaTeX Info: Redefining \nameref on input line 49.

("./Présentation projet.out") ("./Présentation projet.out")
\@outlinefile=\write5

\openout5 = Présentation projet.out
LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
(Font)                  OT1/cmr/m/n --> OT1/cmss/m/n on input line 49.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 49.
\symnumbers=\mathgroup6
\sympureletters=\mathgroup7
LaTeX Font Info:    Overwriting math alphabet `\mathrm' in version `normal'
(Font)                  EU2/LatinModernRoman(1)/m/n --> EU2/LatinModernRoman(0)/
m/n on input line 49.
LaTeX Font Info:    Redeclaring math alphabet \mathbf on input line 49.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
(Font)                  EU2/LatinModernRoman(1)/bx/n --> EU2/lmss/bx/n on input 
line 49.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  OT1/cmr/bx/n --> EU2/lmss/bx/n on input line 49.
LaTeX Font Info:    Redeclaring math alphabet \mathsf on input line 49.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `normal'
(Font)                  OT1/cmss/m/n --> EU2/lmss/m/n on input line 49.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  OT1/cmss/bx/n --> EU2/lmss/m/n on input line 49.
LaTeX Font Info:    Redeclaring math alphabet \mathit on input line 49.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
(Font)                  EU2/LatinModernRoman(1)/m/it --> EU2/lmss/m/it on input 
line 49.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmr/bx/it --> EU2/lmss/m/it on input line 49.
LaTeX Font Info:    Redeclaring math alphabet \mathtt on input line 49.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `normal'
(Font)                  OT1/cmtt/m/n --> EU2/lmtt/m/n on input line 49.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  OT1/cmtt/m/n --> EU2/lmtt/m/n on input line 49.
LaTeX Font Info:    Overwriting symbol font `numbers' in version `bold'
(Font)                  EU2/lmss/m/n --> EU2/lmss/bx/n on input line 49.
LaTeX Font Info:    Overwriting symbol font `pureletters' in version `bold'
(Font)                  EU2/lmss/m/it --> EU2/lmss/bx/it on input line 49.
LaTeX Font Info:    Overwriting math alphabet `\mathrm' in version `bold'
(Font)                  OT1/cmr/bx/n --> EU2/LatinModernRoman(0)/bx/n on input l
ine 49.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  EU2/lmss/bx/n --> EU2/lmss/bx/n on input line 49.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  EU2/lmss/m/n --> EU2/lmss/bx/n on input line 49.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  EU2/lmss/m/it --> EU2/lmss/bx/it on input line 49.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  EU2/lmtt/m/n --> EU2/lmtt/bx/n on input line 49.

(/usr/share/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dicti
onary/translator-basic-dictionary-English.dict
Dictionary: translator-basic-dictionary, Language: English 
)
(/usr/share/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliograph
y-dictionary/translator-bibliography-dictionary-English.dict
Dictionary: translator-bibliography-dictionary, Language: English 
)
(/usr/share/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment
-dictionary/translator-environment-dictionary-English.dict
Dictionary: translator-environment-dictionary, Language: English 
)
(/usr/share/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dict
ionary/translator-months-dictionary-English.dict
Dictionary: translator-months-dictionary, Language: English 
)
(/usr/share/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dic
tionary/translator-numbers-dictionary-English.dict
Dictionary: translator-numbers-dictionary, Language: English 
)
(/usr/share/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dic
tionary/translator-theorem-dictionary-English.dict
Dictionary: translator-theorem-dictionary, Language: English 
)
LaTeX Info: Redefining \includegraphics on input line 49.
luaotfload | load : path lookup of "latinmodern-math.otf" unsuccessful, falling 
back to file:(compiling luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/latin
modern-math.luc)(load luc: /home/piernov/.texlive/texmf-var/luatex-cache/generic
/fonts/otf/latinmodern-math.luc)
luaotfload | load : path lookup of "latinmodern-math.otf" unsuccessful, falling 
back to file:
\g__fontspec_family_latinmodern-math.otf_int=\count276
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | aux : font no 29 (LatinModernMath-Regular) does not define feature 
smcp for script math with language dflt
luaotfload | aux : no font with id 29
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | aux : font no 29 (LatinModernMath-Regular) does not define feature 
smcp for script math with language dflt
luaotfload | aux : no font with id 29
.................................................
. fontspec info: "defining-font"
. 
. Font family 'latinmodern-math.otf(0)' created for font
. 'latinmodern-math.otf' with options
. [Renderer=Basic,BoldItalicFont={},ItalicFont={},Script=Math,SizeFeatures={{Siz
e=10.95-},{Size=8-10.95,Font=latinmodern-math.otf,Style=MathScript},{Size=-8,Fon
t=latinmodern-math.otf,Style=MathScriptScript}},BoldFont={latinmodern-math.otf}]
.
. 
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <10.95->"[latinmodern-math]:mode=base;script=math;language=DFLT;"<8-10.95>"[la
tinmodern-math]:mode=base;script=math;language=DFLT;+ssty=0;"<-8>"[latinmodern-m
ath]:mode=base;script=math;language=DFLT;+ssty=1;"
. - 'small caps'  (m/sc) with NFSS spec.: - 'bold' (bx/n) with NFSS spec.:
. <->"[latinmodern-math]:mode=base;script=math;language=DFLT;"
. - 'bold small caps'  (bx/sc) with NFSS spec.: 
.................................................
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math.otf" unsuccessful, falling 
back to file:
luaotfload | load : path lookup of "latinmodern-math.otf" unsuccessful, falling 
back to file:
luaotfload | load : path lookup of "latinmodern-math.otf" unsuccessful, falling 
back to file:
luaotfload | load : path lookup of "latinmodern-math.otf" unsuccessful, falling 
back to file:
LaTeX Font Info:    Encoding `OT1' has changed to `EU2' for symbol font
(Font)              `operators' in the math version `normal' on input line 49.
LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
(Font)                  OT1/cmss/m/n --> EU2/latinmodern-math.otf(0)/m/n on inpu
t line 49.
LaTeX Font Info:    Encoding `OT1' has changed to `EU2' for symbol font
(Font)              `operators' in the math version `bold' on input line 49.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/cmss/bx/n --> EU2/latinmodern-math.otf(0)/bx/n on in
put line 49.
luaotfload | load : path lookup of "latinmodern-math.otf" unsuccessful, falling 
back to file:
luaotfload | load : path lookup of "latinmodern-math.otf" unsuccessful, falling 
back to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | aux : font no 29 (LatinModernMath-Regular) does not define feature 
smcp for script math with language dflt
luaotfload | aux : no font with id 29
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | aux : font no 29 (LatinModernMath-Regular) does not define feature 
smcp for script math with language dflt
luaotfload | aux : no font with id 29
.................................................
. fontspec info: "defining-font"
. 
. Font family 'latinmodern-math.otf(1)' created for font
. 'latinmodern-math.otf' with options
. [Renderer=Basic,BoldItalicFont={},ItalicFont={},Script=Math,SizeFeatures={{Siz
e=10.95-},{Size=8-10.95,Font=latinmodern-math.otf,Style=MathScript},{Size=-8,Fon
t=latinmodern-math.otf,Style=MathScriptScript}},BoldFont={latinmodern-math.otf},
Scale=1.00001,FontAdjustment={\fontdimen
. 8\font =485828.063sp\relax \fontdimen 9\font =282741.886sp\relax \fontdimen
. 10\font =318622.836sp\relax \fontdimen 11\font =492286.634sp\relax
. \fontdimen 12\font =247578.555sp\relax \fontdimen 13\font
. =260495.697sp\relax \fontdimen 14\font =260495.697sp\relax \fontdimen
. 15\font =207391.891sp\relax \fontdimen 16\font =177251.893sp\relax
. \fontdimen 17\font =0sp\relax \fontdimen 18\font =179404.75sp\relax
. \fontdimen 19\font =143523.8sp\relax \fontdimen 20\font =0pt\relax
. \fontdimen 21\font =0pt\relax \fontdimen 22\font =179404.75sp\relax }].
. 
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <10.95->s*[1.00001]"[latinmodern-math]:mode=base;script=math;language=DFLT;"<8
-10.95>s*[1.00001]"[latinmodern-math]:mode=base;script=math;language=DFLT;+ssty=
0;"<-8>s*[1.00001]"[latinmodern-math]:mode=base;script=math;language=DFLT;+ssty=
1;"
. - 'small caps'  (m/sc) with NFSS spec.: 
. and font adjustment code:
. \fontdimen 8\font =485828.063sp\relax \fontdimen 9\font =282741.886sp\relax
. \fontdimen 10\font =318622.836sp\relax \fontdimen 11\font
. =492286.634sp\relax \fontdimen 12\font =247578.555sp\relax \fontdimen
. 13\font =260495.697sp\relax \fontdimen 14\font =260495.697sp\relax
. \fontdimen 15\font =207391.891sp\relax \fontdimen 16\font
. =177251.893sp\relax \fontdimen 17\font =0sp\relax \fontdimen 18\font
. =179404.75sp\relax \fontdimen 19\font =143523.8sp\relax \fontdimen 20\font
. =0pt\relax \fontdimen 21\font =0pt\relax \fontdimen 22\font
. =179404.75sp\relax - 'bold' (bx/n) with NFSS spec.:
. <->s*[1.00001]"[latinmodern-math]:mode=base;script=math;language=DFLT;"
. - 'bold small caps'  (bx/sc) with NFSS spec.: 
. and font adjustment code:
. \fontdimen 8\font =485828.063sp\relax \fontdimen 9\font =282741.886sp\relax
. \fontdimen 10\font =318622.836sp\relax \fontdimen 11\font
. =492286.634sp\relax \fontdimen 12\font =247578.555sp\relax \fontdimen
. 13\font =260495.697sp\relax \fontdimen 14\font =260495.697sp\relax
. \fontdimen 15\font =207391.891sp\relax \fontdimen 16\font
. =177251.893sp\relax \fontdimen 17\font =0sp\relax \fontdimen 18\font
. =179404.75sp\relax \fontdimen 19\font =143523.8sp\relax \fontdimen 20\font
. =0pt\relax \fontdimen 21\font =0pt\relax \fontdimen 22\font
. =179404.75sp\relax 
.................................................
LaTeX Font Info:    Encoding `OMS' has changed to `EU2' for symbol font
(Font)              `symbols' in the math version `normal' on input line 49.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `normal'
(Font)                  OMS/cmsy/m/n --> EU2/latinmodern-math.otf(1)/m/n on inpu
t line 49.
LaTeX Font Info:    Encoding `OMS' has changed to `EU2' for symbol font
(Font)              `symbols' in the math version `bold' on input line 49.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `bold'
(Font)                  OMS/cmsy/b/n --> EU2/latinmodern-math.otf(1)/bx/n on inp
ut line 49.
luaotfload | load : path lookup of "latinmodern-math.otf" unsuccessful, falling 
back to file:
luaotfload | load : path lookup of "latinmodern-math.otf" unsuccessful, falling 
back to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | aux : font no 29 (LatinModernMath-Regular) does not define feature 
smcp for script math with language dflt
luaotfload | aux : no font with id 29
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | aux : font no 29 (LatinModernMath-Regular) does not define feature 
smcp for script math with language dflt
luaotfload | aux : no font with id 29
.................................................
. fontspec info: "defining-font"
. 
. Font family 'latinmodern-math.otf(2)' created for font
. 'latinmodern-math.otf' with options
. [Renderer=Basic,BoldItalicFont={},ItalicFont={},Script=Math,SizeFeatures={{Siz
e=10.95-},{Size=8-10.95,Font=latinmodern-math.otf,Style=MathScript},{Size=-8,Fon
t=latinmodern-math.otf,Style=MathScriptScript}},BoldFont={latinmodern-math.otf},
Scale=0.99999,FontAdjustment={\fontdimen
. 8\font =28704.76sp\relax \fontdimen 9\font =143523.8sp\relax \fontdimen
. 10\font =119842.373sp\relax \fontdimen 11\font =79655.709sp\relax \fontdimen
. 12\font =430571.4sp\relax \fontdimen 13\font =0pt\relax }].
. 
. This font family consists of the following NFSS series/shapes:
. - 'normal' (m/n) with NFSS spec.:
. <10.95->s*[0.99999]"[latinmodern-math]:mode=base;script=math;language=DFLT;"<8
-10.95>s*[0.99999]"[latinmodern-math]:mode=base;script=math;language=DFLT;+ssty=
0;"<-8>s*[0.99999]"[latinmodern-math]:mode=base;script=math;language=DFLT;+ssty=
1;"
. - 'small caps'  (m/sc) with NFSS spec.: 
. and font adjustment code:
. \fontdimen 8\font =28704.76sp\relax \fontdimen 9\font =143523.8sp\relax
. \fontdimen 10\font =119842.373sp\relax \fontdimen 11\font =79655.709sp\relax
. \fontdimen 12\font =430571.4sp\relax \fontdimen 13\font =0pt\relax - 'bold'
. (bx/n) with NFSS spec.:
. <->s*[0.99999]"[latinmodern-math]:mode=base;script=math;language=DFLT;"
. - 'bold small caps'  (bx/sc) with NFSS spec.: 
. and font adjustment code:
. \fontdimen 8\font =28704.76sp\relax \fontdimen 9\font =143523.8sp\relax
. \fontdimen 10\font =119842.373sp\relax \fontdimen 11\font =79655.709sp\relax
. \fontdimen 12\font =430571.4sp\relax \fontdimen 13\font =0pt\relax 
.................................................
LaTeX Font Info:    Encoding `OMX' has changed to `EU2' for symbol font
(Font)              `largesymbols' in the math version `normal' on input line 49
.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `normal'
(Font)                  OMX/cmex/m/n --> EU2/latinmodern-math.otf(2)/m/n on inpu
t line 49.
LaTeX Font Info:    Encoding `OMX' has changed to `EU2' for symbol font
(Font)              `largesymbols' in the math version `bold' on input line 49.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `bold'
(Font)                  OMX/cmex/m/n --> EU2/latinmodern-math.otf(2)/bx/n on inp
ut line 49.
Package caption Info: Begin \AtBeginDocument code.
Package caption Info: subfig package v1.3 is loaded.
Package caption Info: End \AtBeginDocument code.
luatex-hyphen: loading patterns and exceptions for: french (\language26)
luatex-hyphen: info: no hyphenation exceptions for this language
Language french already loaded; id is 6 ("./Présentation projet.nav")(compiling
 luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/lmsans8-regular.luc)(load lu
c: /home/piernov/.texlive/texmf-var/luatex-cache/generic/fonts/otf/lmsans8-regul
ar.luc)
Overfull \hbox (7.77144pt too wide) in paragraph at lines 49--49
 [][][]  
 []


Overfull \hbox (25.6275pt too wide) in paragraph at lines 49--49
 [][][][][]  
 []

(compiling luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/lmsans12-regular.l
uc)(load luc: /home/piernov/.texlive/texmf-var/luatex-cache/generic/fonts/otf/lm
sans12-regular.luc)
LaTeX Font Info:    Try loading font information for EU2+lmtt on input line 55.
 (/usr/share/texmf-dist/tex/latex/euenc/eu2lmtt.fd
File: eu2lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern
)(compiling luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/lmmono10-regular.
luc)(load luc: /home/piernov/.texlive/texmf-var/luatex-cache/generic/fonts/otf/l
mmono10-regular.luc)
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
LaTeX Font Info:    Font shape `EU2/latinmodern-math.otf(1)/m/n' will be
(Font)              scaled to size 10.95015pt on input line 55.
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
LaTeX Font Info:    Font shape `EU2/latinmodern-math.otf(1)/m/n' will be
(Font)              scaled to size 7.67863pt on input line 55.
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
LaTeX Font Info:    Font shape `EU2/latinmodern-math.otf(1)/m/n' will be
(Font)              scaled to size 5.45398pt on input line 55.
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
LaTeX Font Info:    Font shape `EU2/latinmodern-math.otf(2)/m/n' will be
(Font)              scaled to size 10.94983pt on input line 55.
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
LaTeX Font Info:    Font shape `EU2/latinmodern-math.otf(2)/m/n' will be
(Font)              scaled to size 7.6784pt on input line 55.
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
LaTeX Font Info:    Font shape `EU2/latinmodern-math.otf(2)/m/n' will be
(Font)              scaled to size 5.45381pt on input line 55.
luaotfload | load : path lookup of "latinmodern-math" unsuccessful, falling back
 to file:
LaTeX Font Info:    Try loading font information for U+msa on input line 55.
 (/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
)
LaTeX Font Info:    Try loading font information for U+msb on input line 55.

(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
)
LaTeX Font Info:    Font shape `EU2/lmss/m/it' in size <10.95> not available
(Font)              Font shape `EU2/lmss/m/sl' tried instead on input line 55.
(compiling luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/lmsans10-oblique.l
uc)(load luc: /home/piernov/.texlive/texmf-var/luatex-cache/generic/fonts/otf/lm
sans10-oblique.luc)
LaTeX Font Info:    Font shape `EU2/lmss/m/it' in size <7.67853> not available
(Font)              Font shape `EU2/lmss/m/sl' tried instead on input line 55.
(compiling luc: /var/lib/texmf/luatex-cache/generic/fonts/otf/lmsans8-oblique.lu
c)(load luc: /home/piernov/.texlive/texmf-var/luatex-cache/generic/fonts/otf/lms
ans8-oblique.luc)
LaTeX Font Info:    Font shape `EU2/lmss/m/it' in size <5.4539> not available
(Font)              Font shape `EU2/lmss/m/sl' tried instead on input line 55.

Overfull \hbox (7.77144pt too wide) has occurred while \output is active
 [][][]  
 []


Overfull \hbox (25.6275pt too wide) has occurred while \output is active
 [][][][][]  
 []

[1

{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
Overfull \hbox (7.77144pt too wide) has occurred while \output is active
 [][][]  
 []


Overfull \hbox (25.6275pt too wide) has occurred while \output is active
 [][][][][]  
 []

[2

]
Overfull \hbox (7.77144pt too wide) has occurred while \output is active
 [][][]  
 []


Overfull \hbox (25.6275pt too wide) has occurred while \output is active
 [][][][][]  
 []

[3

]
Overfull \hbox (7.77144pt too wide) has occurred while \output is active
 [][][]  
 []


Overfull \hbox (25.6275pt too wide) has occurred while \output is active
 [][][][][]  
 []

[4

]
Overfull \hbox (7.77144pt too wide) has occurred while \output is active
 [][][]  
 []


Overfull \hbox (25.6275pt too wide) has occurred while \output is active
 [][][][][]  
 []

[5

]
Overfull \hbox (7.77144pt too wide) has occurred while \output is active
 [][][]  
 []


Overfull \hbox (25.6275pt too wide) has occurred while \output is active
 [][][][][]  
 []

[6

]
Overfull \hbox (7.77144pt too wide) has occurred while \output is active
 [][][]  
 []


Overfull \hbox (25.6275pt too wide) has occurred while \output is active
 [][][][][]  
 []

[7

]
Overfull \hbox (7.77144pt too wide) has occurred while \output is active
 [][][]  
 []


Overfull \hbox (25.6275pt too wide) has occurred while \output is active
 [][][][][]  
 []

[8

]
Overfull \hbox (7.77144pt too wide) has occurred while \output is active
 [][][]  
 []


Overfull \hbox (25.6275pt too wide) has occurred while \output is active
 [][][][][]  
 []

[9

]
\tf@nav=\write6

\openout6 = Présentation projet.nav
\tf@toc=\write7

\openout7 = Présentation projet.toc
\tf@snm=\write8

\openout8 = Présentation projet.snm
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 142.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 142.
 ("./Présentation projet.aux"
luatex-hyphen: loading patterns and exceptions for: french (\language26)
luatex-hyphen: info: no hyphenation exceptions for this language
Language french already loaded; id is 6)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 142.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 142.
Package rerunfilecheck Info: File `"Présentation projet".out' has not changed.
(rerunfilecheck)             Checksum: <no file>.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 142.
)

Here is how much of LuaTeX's memory you used:
 36419 strings out of 494897
 125200,953878 words of node,token memory allocated
 3300 words of node memory still in use:
   42 hlist, 10 vlist, 5 rule, 17 disc, 91 glue, 10 kern, 24 penalty, 154 glyph,
 153 attribute, 105 glue_spec, 77 attribute_list, 3 write, 7 local_par, 4 pdf_re
fxform, 34 pdf_colorstack nodes
   avail lists: 1:8,2:1232,3:358,4:478,5:85,6:633,7:18,8:30,9:220,10:82
 38649 multiletter control sequences out of 65536+600000
 58 fonts using 12497751 bytes
 76i,16n,106p,945b,583s stack positions out of 5000i,500n,10000p,200000b,100000s
</usr/share/texmf-dist/fonts/opentype/public/lm/lmsans8-regular.otf></usr/share/
texmf-dist/fonts/opentype/public/lm/lmmono10-regular.otf></usr/share/texmf-dist/
fonts/opentype/public/lm/lmsans10-regular.otf></usr/share/texmf-dist/fonts/opent
ype/public/lm/lmsans12-regular.otf>
Output written on Présentation projet.pdf (9 pages, 36459 bytes).

PDF statistics: 302 PDF objects out of 1000 (max. 8388607)
 265 compressed objects within 3 object streams
 19 named destinations out of 1000 (max. 131072)
 40 words of extra memory for PDF output out of 10000 (max. 10000000)