IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Mise en forme Discussion :

pied de page des annexes


Sujet :

Mise en forme

  1. #1
    Candidat au Club
    Homme Profil pro
    Ingénieur physicien
    Inscrit en
    Octobre 2013
    Messages
    15
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur physicien

    Informations forums :
    Inscription : Octobre 2013
    Messages : 15
    Points : 4
    Points
    4
    Par défaut pied de page des annexes
    Bonjour,

    Voici le code qui reproduit mon problème :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    \documentclass[a4paper,12pt,notitlepage]{report}
     
    \usepackage[utf8]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage[french,english]{babel}
    \usepackage{xspace}
    \usepackage{color}
    \usepackage[colorlinks=false,urlcolor=blue]{hyperref}
    \usepackage[top=2.5cm, bottom=2cm, left=2.5cm, right=2.5cm]{geometry}
    \usepackage[pdftex]{graphicx}
    \usepackage{epstopdf}
    \usepackage{caption}
    \usepackage{subcaption}
    \usepackage{float}
    \usepackage{tikz}
    \usepackage{fancyhdr}
    \usepackage{fncychap}
    \usepackage[nottoc, notlof, notlot]{tocbibind}
    \usepackage{amsmath,amsfonts,amssymb,theorem}
    \usepackage[printonlyused,withpage]{acronym}
    \usepackage{url}
    \usepackage[french]{minitoc}
    \setcounter{minitocdepth}{3}
    \usepackage{lipsum}
     
    %----------------------------------------------------------------------------------------
    %Configuration
    %chapitre
    \makeatletter
    \ChNameUpperCase  
    \ChNameVar{\centering\Large\sc\bfseries}
    \ChNumVar{\LARGE}
    \ChTitleVar{\centering\Huge\sc}
    \ChRuleWidth{1pt} 
    \renewcommand{\DOCH}{%    
        \CNV\FmN{\@chapapp}\space \CNoV\thechapter
        \par\nobreak
        \vskip -0.5\baselineskip
       }
      \renewcommand{\DOTI}[1]{%
        \mghrulefill{\RW}\par\nobreak
        \vskip 0.7cm
        \CTV\FmTi{#1}\par\nobreak
        \vskip 60\p@
        }
      \renewcommand{\DOTIS}[1]{%
        \vskip -3cm
        \mghrulefill{\RW}\par\nobreak
        \vskip 0.7cm
        \ChTitleVar{\centering\Huge\sc\bfseries}\CTV\FmTi{#1}\par\nobreak
        \vskip 20\p@
        }
    \makeatother
    \renewcommand{\thechapter}{\Roman{chapter}}
     
    %table des matières 
    \makeatletter
    \renewcommand\tableofcontents{%
    \if@twocolumn
      \@restonecoltrue\onecolumn
    \else
      \@restonecolfalse
    \fi
    \chapter*{Table Des Matières%
      \@mkboth{%
        \MakeUppercase\contentsname}{\MakeUppercase\contentsname}}%
    \@starttoc{toc}%
    \if@restonecol\twocolumn\fi
    }
    \makeatother
     
    %acronyms
    \renewcommand*{\acfsfont}[1]{{\normalsize\upshape #1}}
    \renewcommand*{\acffont}[1]{{\normalsize\itshape #1}}
     
    %définition
    \theoremstyle{definition}
    \newtheorem{defi}{Définition}[section]
     
    %remarque
    \theoremstyle{remark}
    \newtheorem{rem}{Remarque}[section]
     
    %en-tête et pied de page
    \pagestyle{fancy}
    \fancyhf{}
    %en-tête
    \rhead{\scriptsize\rightmark} 
    %pied de page
    \lfoot{\scriptsize\leftmark}
    \rfoot{\thepage}
    \renewcommand{\footrulewidth}{1pt}
    %----------------------------------------------------------------------------------------
     
     
    \begin{document}
     
    \chapter{Exemple pour une comparaison entre l'énergie impartie, l'énergie transférée et l'énergie nette transférée}
     
    \lipsum
     
    \appendix
     
    \chapter{Exemple pour une comparaison entre l'énergie impartie, l'énergie transférée et l'énergie nette transférée}
     
    \lipsum
     
    \end{document}

    En fait, j'aimerais comme pour mes chapitres lorsque le titre est trop long qu'il ne se superpose pas avec le numéro de page dans les pied de pages.
    Sinon mais c'est moins important, comment cela se fait qu'il y ait une page supplémentaire à la fin du document ?

    Merci

  2. #2
    Rédacteur/Modérateur
    Avatar de Winnt
    Homme Profil pro
    budget et contrôle de gestion
    Inscrit en
    Décembre 2006
    Messages
    1 978
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 56
    Localisation : France

    Informations professionnelles :
    Activité : budget et contrôle de gestion
    Secteur : Administration - Collectivité locale

    Informations forums :
    Inscription : Décembre 2006
    Messages : 1 978
    Points : 4 130
    Points
    4 130
    Par défaut
    Bonsoir,

    Votre code n'est en aucun cas un ECM.
    Pour rappel l'extension babel doit être, sauf précision contraire dans la documentation d'une extension, la dernière extension chargée.
    Comme le montre l'image ci-dessous compilée avec votre code, il n'y a aucun chevauchement.
    Pièce jointe 150881

    Quel est donc votre souci ?
    Winnt
    Merci de lire les règles du forum LaTeX et Qu'est ce qu'un ECM ?.
    N'hésitez pas à parcourir la FAQ la réponse y est peut-être déjà.
    Pensez au bouton si votre problème est résolu.


    C'est en Linuxant qu'on devient .... geek
    Et c'est en LateXant qu'on devient flemmard
    Mon blog tout neuf.
    Articles : présentation de la distribution Gentoo, Les index sous LaTeX et leur personnalisation.

  3. #3
    Candidat au Club
    Homme Profil pro
    Ingénieur physicien
    Inscrit en
    Octobre 2013
    Messages
    15
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur physicien

    Informations forums :
    Inscription : Octobre 2013
    Messages : 15
    Points : 4
    Points
    4
    Par défaut c'est après \appendix que ça pose problème
    Bonjour,

    voici mon soucis :
    Nom : test.png
Affichages : 183
Taille : 7,5 Ko

    c'est au niveau des annexes que ça pose problème pas au niveau des chapitres dans le corps du texte.
    De plus, avec cet exemple de code, il fait apparaître une page blanche à la fin du fichier.

    Merci pour votre réponse

  4. #4
    Expert éminent sénior

    Avatar de -Nikopol-
    Homme Profil pro
    Développeur Web
    Inscrit en
    Mai 2013
    Messages
    2 174
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 49
    Localisation : France, Haute Marne (Champagne Ardenne)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Enseignement

    Informations forums :
    Inscription : Mai 2013
    Messages : 2 174
    Points : 11 289
    Points
    11 289
    Billets dans le blog
    5
    Par défaut
    bonjour,
    le code donné dans ton premier message (bien qu'il ne soit pas minimal) compile parfaitement et donne les résultats escomptés :
    pieds-de-pages.pdf
    Sans information supplémentaire il va être difficile de t'aider. Quelle distribution utilise tu? est-elle à jour?
    Quels avertissements obtiens tu pour ce débordement?

  5. #5
    Candidat au Club
    Homme Profil pro
    Ingénieur physicien
    Inscrit en
    Octobre 2013
    Messages
    15
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur physicien

    Informations forums :
    Inscription : Octobre 2013
    Messages : 15
    Points : 4
    Points
    4
    Par défaut
    J'ai p-e fait un peu de la merde à ce niveau...
    Je suis sous ubuntu et ai donc installé un peu au hasard ma distribution (j'ai ajouté les greffon latex qu'il y avait dans l'éditeur de texte gedit). Ensuite, je compilais en ligne de comande avec pdflatex...
    Mais, j'ai finalement installé texmaker pour plus de «convivialité». Par contre, je ne sais pas comment je peux trouver la distribution que j'utilise et je ne sais plus si j'ai ou non réinstallé une distribution...
    y a t-il un moyen de m'aider ?

    Sinon voici le .log je crois que c'est dans ce fichier qu'il y a les warning :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
     
        This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2013.11.21) 16 JUL 2014 12:50
        entering extended mode
        \write18 enabled.
        %&-line parsing enabled.
        **test.tex
        (./test.tex
        LaTeX2e <2009/09/24>
        Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
        yphenation, loaded.
        (/usr/share/texmf-texlive/tex/latex/base/report.cls
        Document Class: report 2007/10/19 v1.4h Standard LaTeX document class
        (/usr/share/texmf-texlive/tex/latex/base/size12.clo
        File: size12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
        )
        \c@part=\count79
        \c@chapter=\count80
        \c@section=\count81
        \c@subsection=\count82
        \c@subsubsection=\count83
        \c@paragraph=\count84
        \c@subparagraph=\count85
        \c@figure=\count86
        \c@table=\count87
        \abovecaptionskip=\skip41
        \belowcaptionskip=\skip42
        \bibindent=\dimen102
        )
        (/usr/share/texmf-texlive/tex/latex/base/inputenc.sty
        Package: inputenc 2008/03/30 v1.1d Input encoding file
        \inpenc@prehook=\toks14
        \inpenc@posthook=\toks15
     
        (/usr/share/texmf-texlive/tex/latex/base/utf8.def
        File: utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc
        Now handling font encoding OML ...
        ... no UTF-8 mapping file for font encoding OML
        Now handling font encoding T1 ...
        ... processing UTF-8 mapping file for font encoding T1
     
        (/usr/share/texmf-texlive/tex/latex/base/t1enc.dfu
        File: t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
        defining Unicode char U+00A1 (decimal 161)
        defining Unicode char U+00A3 (decimal 163)
        defining Unicode char U+00AB (decimal 171)
        defining Unicode char U+00BB (decimal 187)
        defining Unicode char U+00BF (decimal 191)
        defining Unicode char U+00C0 (decimal 192)
        defining Unicode char U+00C1 (decimal 193)
        defining Unicode char U+00C2 (decimal 194)
        defining Unicode char U+00C3 (decimal 195)
        defining Unicode char U+00C4 (decimal 196)
        defining Unicode char U+00C5 (decimal 197)
        defining Unicode char U+00C6 (decimal 198)
        defining Unicode char U+00C7 (decimal 199)
        defining Unicode char U+00C8 (decimal 200)
        defining Unicode char U+00C9 (decimal 201)
        defining Unicode char U+00CA (decimal 202)
        defining Unicode char U+00CB (decimal 203)
        defining Unicode char U+00CC (decimal 204)
        defining Unicode char U+00CD (decimal 205)
        defining Unicode char U+00CE (decimal 206)
        defining Unicode char U+00CF (decimal 207)
        defining Unicode char U+00D0 (decimal 208)
        defining Unicode char U+00D1 (decimal 209)
        defining Unicode char U+00D2 (decimal 210)
        defining Unicode char U+00D3 (decimal 211)
        defining Unicode char U+00D4 (decimal 212)
        defining Unicode char U+00D5 (decimal 213)
        defining Unicode char U+00D6 (decimal 214)
        defining Unicode char U+00D8 (decimal 216)
        defining Unicode char U+00D9 (decimal 217)
        defining Unicode char U+00DA (decimal 218)
        defining Unicode char U+00DB (decimal 219)
        defining Unicode char U+00DC (decimal 220)
        defining Unicode char U+00DD (decimal 221)
        defining Unicode char U+00DE (decimal 222)
        defining Unicode char U+00DF (decimal 223)
        defining Unicode char U+00E0 (decimal 224)
        defining Unicode char U+00E1 (decimal 225)
        defining Unicode char U+00E2 (decimal 226)
        defining Unicode char U+00E3 (decimal 227)
        defining Unicode char U+00E4 (decimal 228)
        defining Unicode char U+00E5 (decimal 229)
        defining Unicode char U+00E6 (decimal 230)
        defining Unicode char U+00E7 (decimal 231)
        defining Unicode char U+00E8 (decimal 232)
        defining Unicode char U+00E9 (decimal 233)
        defining Unicode char U+00EA (decimal 234)
        defining Unicode char U+00EB (decimal 235)
        defining Unicode char U+00EC (decimal 236)
        defining Unicode char U+00ED (decimal 237)
        defining Unicode char U+00EE (decimal 238)
        defining Unicode char U+00EF (decimal 239)
        defining Unicode char U+00F0 (decimal 240)
        defining Unicode char U+00F1 (decimal 241)
        defining Unicode char U+00F2 (decimal 242)
        defining Unicode char U+00F3 (decimal 243)
        defining Unicode char U+00F4 (decimal 244)
        defining Unicode char U+00F5 (decimal 245)
        defining Unicode char U+00F6 (decimal 246)
        defining Unicode char U+00F8 (decimal 248)
        defining Unicode char U+00F9 (decimal 249)
        defining Unicode char U+00FA (decimal 250)
        defining Unicode char U+00FB (decimal 251)
        defining Unicode char U+00FC (decimal 252)
        defining Unicode char U+00FD (decimal 253)
        defining Unicode char U+00FE (decimal 254)
        defining Unicode char U+00FF (decimal 255)
        defining Unicode char U+0102 (decimal 258)
        defining Unicode char U+0103 (decimal 259)
        defining Unicode char U+0104 (decimal 260)
        defining Unicode char U+0105 (decimal 261)
        defining Unicode char U+0106 (decimal 262)
        defining Unicode char U+0107 (decimal 263)
        defining Unicode char U+010C (decimal 268)
        defining Unicode char U+010D (decimal 269)
        defining Unicode char U+010E (decimal 270)
        defining Unicode char U+010F (decimal 271)
        defining Unicode char U+0110 (decimal 272)
        defining Unicode char U+0111 (decimal 273)
        defining Unicode char U+0118 (decimal 280)
        defining Unicode char U+0119 (decimal 281)
        defining Unicode char U+011A (decimal 282)
        defining Unicode char U+011B (decimal 283)
        defining Unicode char U+011E (decimal 286)
        defining Unicode char U+011F (decimal 287)
        defining Unicode char U+0130 (decimal 304)
        defining Unicode char U+0131 (decimal 305)
        defining Unicode char U+0132 (decimal 306)
        defining Unicode char U+0133 (decimal 307)
        defining Unicode char U+0139 (decimal 313)
        defining Unicode char U+013A (decimal 314)
        defining Unicode char U+013D (decimal 317)
        defining Unicode char U+013E (decimal 318)
        defining Unicode char U+0141 (decimal 321)
        defining Unicode char U+0142 (decimal 322)
        defining Unicode char U+0143 (decimal 323)
        defining Unicode char U+0144 (decimal 324)
        defining Unicode char U+0147 (decimal 327)
        defining Unicode char U+0148 (decimal 328)
        defining Unicode char U+014A (decimal 330)
        defining Unicode char U+014B (decimal 331)
        defining Unicode char U+0150 (decimal 336)
        defining Unicode char U+0151 (decimal 337)
        defining Unicode char U+0152 (decimal 338)
        defining Unicode char U+0153 (decimal 339)
        defining Unicode char U+0154 (decimal 340)
        defining Unicode char U+0155 (decimal 341)
        defining Unicode char U+0158 (decimal 344)
        defining Unicode char U+0159 (decimal 345)
        defining Unicode char U+015A (decimal 346)
        defining Unicode char U+015B (decimal 347)
        defining Unicode char U+015E (decimal 350)
        defining Unicode char U+015F (decimal 351)
        defining Unicode char U+0160 (decimal 352)
        defining Unicode char U+0161 (decimal 353)
        defining Unicode char U+0162 (decimal 354)
        defining Unicode char U+0163 (decimal 355)
        defining Unicode char U+0164 (decimal 356)
        defining Unicode char U+0165 (decimal 357)
        defining Unicode char U+016E (decimal 366)
        defining Unicode char U+016F (decimal 367)
        defining Unicode char U+0170 (decimal 368)
        defining Unicode char U+0171 (decimal 369)
        defining Unicode char U+0178 (decimal 376)
        defining Unicode char U+0179 (decimal 377)
        defining Unicode char U+017A (decimal 378)
        defining Unicode char U+017B (decimal 379)
        defining Unicode char U+017C (decimal 380)
        defining Unicode char U+017D (decimal 381)
        defining Unicode char U+017E (decimal 382)
        defining Unicode char U+200C (decimal 8204)
        defining Unicode char U+2013 (decimal 8211)
        defining Unicode char U+2014 (decimal 8212)
        defining Unicode char U+2018 (decimal 8216)
        defining Unicode char U+2019 (decimal 8217)
        defining Unicode char U+201A (decimal 8218)
        defining Unicode char U+201C (decimal 8220)
        defining Unicode char U+201D (decimal 8221)
        defining Unicode char U+201E (decimal 8222)
        defining Unicode char U+2030 (decimal 8240)
        defining Unicode char U+2031 (decimal 8241)
        defining Unicode char U+2039 (decimal 8249)
        defining Unicode char U+203A (decimal 8250)
        defining Unicode char U+2423 (decimal 9251)
        )
        Now handling font encoding OT1 ...
        ... processing UTF-8 mapping file for font encoding OT1
     
        (/usr/share/texmf-texlive/tex/latex/base/ot1enc.dfu
        File: ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
        defining Unicode char U+00A1 (decimal 161)
        defining Unicode char U+00A3 (decimal 163)
        defining Unicode char U+00B8 (decimal 184)
        defining Unicode char U+00BF (decimal 191)
        defining Unicode char U+00C5 (decimal 197)
        defining Unicode char U+00C6 (decimal 198)
        defining Unicode char U+00D8 (decimal 216)
        defining Unicode char U+00DF (decimal 223)
        defining Unicode char U+00E6 (decimal 230)
        defining Unicode char U+00EC (decimal 236)
        defining Unicode char U+00ED (decimal 237)
        defining Unicode char U+00EE (decimal 238)
        defining Unicode char U+00EF (decimal 239)
        defining Unicode char U+00F8 (decimal 248)
        defining Unicode char U+0131 (decimal 305)
        defining Unicode char U+0141 (decimal 321)
        defining Unicode char U+0142 (decimal 322)
        defining Unicode char U+0152 (decimal 338)
        defining Unicode char U+0153 (decimal 339)
        defining Unicode char U+2013 (decimal 8211)
        defining Unicode char U+2014 (decimal 8212)
        defining Unicode char U+2018 (decimal 8216)
        defining Unicode char U+2019 (decimal 8217)
        defining Unicode char U+201C (decimal 8220)
        defining Unicode char U+201D (decimal 8221)
        )
        Now handling font encoding OMS ...
        ... processing UTF-8 mapping file for font encoding OMS
     
        (/usr/share/texmf-texlive/tex/latex/base/omsenc.dfu
        File: omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
        defining Unicode char U+00A7 (decimal 167)
        defining Unicode char U+00B6 (decimal 182)
        defining Unicode char U+00B7 (decimal 183)
        defining Unicode char U+2020 (decimal 8224)
        defining Unicode char U+2021 (decimal 8225)
        defining Unicode char U+2022 (decimal 8226)
        )
        Now handling font encoding OMX ...
        ... no UTF-8 mapping file for font encoding OMX
        Now handling font encoding U ...
        ... no UTF-8 mapping file for font encoding U
        defining Unicode char U+00A9 (decimal 169)
        defining Unicode char U+00AA (decimal 170)
        defining Unicode char U+00AE (decimal 174)
        defining Unicode char U+00BA (decimal 186)
        defining Unicode char U+02C6 (decimal 710)
        defining Unicode char U+02DC (decimal 732)
        defining Unicode char U+200C (decimal 8204)
        defining Unicode char U+2026 (decimal 8230)
        defining Unicode char U+2122 (decimal 8482)
        defining Unicode char U+2423 (decimal 9251)
        ))
        (/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
        Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
     
        (/usr/share/texmf-texlive/tex/latex/base/t1enc.def
        File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
        LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
        ))
        (/usr/share/texmf-texlive/tex/generic/babel/babel.sty
        Package: babel 2008/07/06 v3.8l The Babel package
     
        (/usr/share/texmf-texlive/tex/generic/babel/frenchb.ldf
        Language: frenchb 2009/03/16 v2.3d French support from the babel system
     
        (/usr/share/texmf-texlive/tex/generic/babel/babel.def
        File: babel.def 2008/07/06 v3.8l Babel common definitions
        \babel@savecnt=\count88
        \U@D=\dimen103
        )
     
        Package babel Warning: No hyphenation patterns were loaded for
        (babel) the language `French'
        (babel) I will use the patterns loaded for \language=0 instead.
     
        \l@french = a dialect from \language0
        Package babel Info: Making : an active character on input line 120.
        Package babel Info: Making ; an active character on input line 121.
        Package babel Info: Making ! an active character on input line 122.
        Package babel Info: Making ? an active character on input line 123.
        \FB@Mht=\dimen104
        \std@mcc=\count89
        \dec@mcc=\count90
        \parindentFFN=\dimen105
        *************************************
        * Local config file frenchb.cfg used
        *
        (/usr/share/texmf-texlive/tex/generic/babel/frenchb.cfg))
        (/usr/share/texmf-texlive/tex/generic/babel/english.ldf
        Language: english 2005/03/30 v3.3o English support from the babel system
        \l@british = a dialect from \language\l@english
        \l@UKenglish = a dialect from \language\l@english
        \l@canadian = a dialect from \language\l@american
        \l@australian = a dialect from \language\l@british
        \l@newzealand = a dialect from \language\l@british
        ))
        (/usr/share/texmf-texlive/tex/latex/carlisle/scalefnt.sty)
        (/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty
        Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
        \KV@toks@=\toks16
        )
        (/usr/share/texmf-texlive/tex/latex/tools/xspace.sty
        Package: xspace 2006/05/08 v1.12 Space after command names (DPC,MH)
        )
        (/usr/share/texmf-texlive/tex/latex/graphics/color.sty
        Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC)
     
        (/etc/texmf/tex/latex/config/color.cfg
        File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
        )
        Package color Info: Driver file: pdftex.def on input line 130.
     
        (/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def
        File: pdftex.def 2010/03/12 v0.04p Graphics/color for pdfTeX
        \Gread@gobject=\count91
        ))
        (/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty
        Package: hyperref 2009/10/09 v6.79a Hypertext links for LaTeX
     
        (/usr/share/texmf-texlive/tex/generic/oberdiek/ifpdf.sty
        Package: ifpdf 2009/04/10 v2.0 Provides the ifpdf switch (HO)
        Package ifpdf Info: pdfTeX in pdf mode detected.
        )
        (/usr/share/texmf-texlive/tex/generic/oberdiek/ifvtex.sty
        Package: ifvtex 2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)
        Package ifvtex Info: VTeX not detected.
        )
        (/usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty
        Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional
        )
        (/usr/share/texmf-texlive/tex/latex/oberdiek/hycolor.sty
        Package: hycolor 2009/10/02 v1.5 Code for color options of hyperref/bookmark (H
        O)
     
        (/usr/share/texmf-texlive/tex/latex/oberdiek/xcolor-patch.sty
        Package: xcolor-patch 2009/10/02 xcolor patch
        ))
        \@linkdim=\dimen106
        \Hy@linkcounter=\count92
        \Hy@pagecounter=\count93
     
        (/usr/share/texmf-texlive/tex/latex/hyperref/pd1enc.def
        File: pd1enc.def 2009/10/09 v6.79a Hyperref: PDFDocEncoding definition (HO)
        Now handling font encoding PD1 ...
        ... no UTF-8 mapping file for font encoding PD1
        )
        (/usr/share/texmf-texlive/tex/generic/oberdiek/etexcmds.sty
        Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO)
     
        (/usr/share/texmf-texlive/tex/generic/oberdiek/infwarerr.sty
        Package: infwarerr 2007/09/09 v1.2 Providing info/warning/message (HO)
        )
        Package etexcmds Info: Could not find \expanded.
        (etexcmds) That can mean that you are not using pdfTeX 1.50 or
        (etexcmds) that some package has redefined \expanded.
        (etexcmds) In the latter case, load this package earlier.
        )
        (/usr/share/texmf-texlive/tex/latex/latexconfig/hyperref.cfg
        File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
        )
        (/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty
        Package: kvoptions 2009/08/13 v3.4 Keyval support for LaTeX options (HO)
     
        (/usr/share/texmf-texlive/tex/generic/oberdiek/kvsetkeys.sty
        Package: kvsetkeys 2009/07/30 v1.5 Key value parser with default handler suppor
        t (HO)
        ))
        Package hyperref Info: Option `colorlinks' set `false' on input line 2864.
        Package hyperref Info: Hyper figures OFF on input line 2975.
        Package hyperref Info: Link nesting OFF on input line 2980.
        Package hyperref Info: Hyper index ON on input line 2983.
        Package hyperref Info: Plain pages OFF on input line 2990.
        Package hyperref Info: Backreferencing OFF on input line 2995.
     
        Implicit mode ON; LaTeX internals redefined
        Package hyperref Info: Bookmarks ON on input line 3191.
        (/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty
        \Urlmuskip=\muskip10
        Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
        )
        LaTeX Info: Redefining \url on input line 3428.
     
        (/usr/share/texmf-texlive/tex/generic/oberdiek/bitset.sty
        Package: bitset 2007/09/28 v1.0 Data type bit set (HO)
     
        (/usr/share/texmf-texlive/tex/generic/oberdiek/intcalc.sty
        Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
        )
        (/usr/share/texmf-texlive/tex/generic/oberdiek/bigintcalc.sty
        Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)
     
        (/usr/share/texmf-texlive/tex/generic/oberdiek/pdftexcmds.sty
        Package: pdftexcmds 2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions
        (HO)
     
        (/usr/share/texmf-texlive/tex/generic/oberdiek/ifluatex.sty
        Package: ifluatex 2009/04/17 v1.2 Provides the ifluatex switch (HO)
        Package ifluatex Info: LuaTeX not detected.
        )
        (/usr/share/texmf-texlive/tex/generic/oberdiek/ltxcmds.sty
        Package: ltxcmds 2009/08/05 v1.0 Some LaTeX kernel commands for general use (HO
        )
        )
        Package pdftexcmds Info: LuaTeX not detected.
        Package pdftexcmds Info: \pdf@primitive is available.
        Package pdftexcmds Info: \pdf@ifprimitive is available.
        )))
        \Fld@menulength=\count94
        \Field@Width=\dimen107
        \Fld@charsize=\dimen108
        \Field@toks=\toks17
        Package hyperref Info: Hyper figures OFF on input line 4377.
        Package hyperref Info: Link nesting OFF on input line 4382.
        Package hyperref Info: Hyper index ON on input line 4385.
        Package hyperref Info: backreferencing OFF on input line 4392.
        Package hyperref Info: Link coloring OFF on input line 4397.
        Package hyperref Info: Link coloring with OCG OFF on input line 4402.
        Package hyperref Info: PDF/A mode OFF on input line 4407.
     
        (/usr/share/texmf-texlive/tex/generic/oberdiek/atbegshi.sty
        Package: atbegshi 2008/07/31 v1.9 At begin shipout hook (HO)
        )
        \Hy@abspage=\count95
        \c@Item=\count96
        \c@Hfootnote=\count97
        )
        *hyperref using default driver hpdftex*
        (/usr/share/texmf-texlive/tex/latex/hyperref/hpdftex.def
        File: hpdftex.def 2009/10/09 v6.79a Hyperref driver for pdfTeX
        \Fld@listcount=\count98
        )
        (/usr/share/texmf-texlive/tex/latex/geometry/geometry.sty
        Package: geometry 2010/09/12 v5.6 Page Geometry
        \Gm@cnth=\count99
        \Gm@cntv=\count100
        \c@Gm@tempcnt=\count101
        \Gm@bindingoffset=\dimen109
        \Gm@wd@mp=\dimen110
        \Gm@odd@mp=\dimen111
        \Gm@even@mp=\dimen112
        \Gm@layoutwidth=\dimen113
        \Gm@layoutheight=\dimen114
        \Gm@layouthoffset=\dimen115
        \Gm@layoutvoffset=\dimen116
        \Gm@dimlist=\toks18
        )
        (/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
        Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
     
        (/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
        Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
     
        (/usr/share/texmf-texlive/tex/latex/graphics/trig.sty
        Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
        )
        (/etc/texmf/tex/latex/config/graphics.cfg
        File: graphics.cfg 2009/08/28 v1.8 graphics configuration of TeX Live
        )
        Package graphics Info: Driver file: pdftex.def on input line 91.
        )
        \Gin@req@height=\dimen117
        \Gin@req@width=\dimen118
        )
        (/usr/share/texmf-texlive/tex/latex/oberdiek/epstopdf.sty
        Package: epstopdf 2009/10/17 v2.4 Conversion with epstopdf on the fly (HO)
     
        (/usr/share/texmf-texlive/tex/latex/oberdiek/epstopdf-base.sty
        Package: epstopdf-base 2009/10/17 v2.4 Base part for package epstopdf
     
        (/usr/share/texmf-texlive/tex/latex/oberdiek/grfext.sty
        Package: grfext 2007/09/30 v1.0 Managing graphics extensions (HO)
        )
        Package grfext Info: Graphics extension search list:
        (grfext) [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
        G,.JBIG2,.JB2,.eps]
        (grfext) \AppendGraphicsExtensions on input line 433.
     
        (/usr/share/texmf-texlive/tex/latex/latexconfig/epstopdf-sys.cfg
        File: epstopdf-sys.cfg 2009/10/26 v1.1 Configuration of epstopdf for TeX Live
        )))
        (/usr/share/texmf-texlive/tex/latex/caption/caption.sty
        Package: caption 2009/10/09 v3.1k Customizing captions (AR)
     
        (/usr/share/texmf-texlive/tex/latex/caption/caption3.sty
        Package: caption3 2009/10/09 v3.1k caption3 kernel (AR)
        \captionmargin=\dimen119
        \captionmargin@=\dimen120
        \captionwidth=\dimen121
        \caption@indent=\dimen122
        \caption@parindent=\dimen123
        \caption@hangindent=\dimen124
        )
        \c@ContinuedFloat=\count102
        Package caption Info: hyperref package is loaded.
        )
        (/usr/share/texmf-texlive/tex/latex/caption/subcaption.sty
        Package: subcaption 2008/08/31 v1.0b Adding subcaptions (AR)
        \c@subfigure=\count103
        \c@subtable=\count104
        )
        (/usr/share/texmf-texlive/tex/latex/float/float.sty
        Package: float 2001/11/08 v1.3d Float enhancements (AL)
        \c@float@type=\count105
        \float@exts=\toks19
        \float@box=\box26
        \@float@everytoks=\toks20
        \@floatcapt=\box27
        )
        (/usr/share/texmf/tex/latex/pgf/frontendlayer/tikz.sty
        (/usr/share/texmf/tex/latex/pgf/basiclayer/pgf.sty
        (/usr/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty
        (/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex
        \pgfutil@everybye=\toks21
        )
        (/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def
        \pgfutil@abb=\box28
     
        (/usr/share/texmf-texlive/tex/latex/ms/everyshi.sty
        Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
        ))
        (/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex
        Package: pgfrcs 2010/10/25 v2.10 (rcs-revision 1.24)
        ))
        Package: pgf 2008/01/15 v2.10 (rcs-revision 1.12)
     
        (/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty
        (/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty
        (/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex
        Package: pgfsys 2010/06/30 v2.10 (rcs-revision 1.37)
     
        (/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex
        \pgfkeys@pathtoks=\toks22
        \pgfkeys@temptoks=\toks23
     
        (/usr/share/texmf/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
        \pgfkeys@tmptoks=\toks24
        ))
        \pgf@x=\dimen125
        \pgf@y=\dimen126
        \pgf@xa=\dimen127
        \pgf@ya=\dimen128
        \pgf@xb=\dimen129
        \pgf@yb=\dimen130
        \pgf@xc=\dimen131
        \pgf@yc=\dimen132
        \w@pgf@writea=\write3
        \r@pgf@reada=\read1
        \c@pgf@counta=\count106
        \c@pgf@countb=\count107
        \c@pgf@countc=\count108
        \c@pgf@countd=\count109
     
        (/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg
        File: pgf.cfg 2008/05/14 (rcs-revision 1.7)
        )
        Package pgfsys Info: Driver file for pgf: pgfsys-pdftex.def on input line 900.
     
        (/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
        File: pgfsys-pdftex.def 2009/05/22 (rcs-revision 1.26)
     
        (/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
        File: pgfsys-common-pdf.def 2008/05/19 (rcs-revision 1.10)
        )))
        (/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
        File: pgfsyssoftpath.code.tex 2008/07/18 (rcs-revision 1.7)
        \pgfsyssoftpath@smallbuffer@items=\count110
        \pgfsyssoftpath@bigbuffer@items=\count111
        )
        (/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
        File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
        ))
        (/usr/share/texmf/tex/latex/xcolor/xcolor.sty
        Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
     
        (/etc/texmf/tex/latex/config/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.
        LaTeX Info: Redefining \color on input line 702.
        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/tex/generic/pgf/basiclayer/pgfcore.code.tex
        Package: pgfcore 2010/04/11 v2.10 (rcs-revision 1.7)
     
        (/usr/share/texmf/tex/generic/pgf/math/pgfmath.code.tex
        (/usr/share/texmf/tex/generic/pgf/math/pgfmathcalc.code.tex
        (/usr/share/texmf/tex/generic/pgf/math/pgfmathutil.code.tex)
        (/usr/share/texmf/tex/generic/pgf/math/pgfmathparser.code.tex
        \pgfmath@dimen=\dimen133
        \pgfmath@count=\count112
        \pgfmath@box=\box29
        \pgfmath@toks=\toks25
        \pgfmath@stack@operand=\toks26
        \pgfmath@stack@operation=\toks27
        )
        (/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.code.tex
        (/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex)
        (/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex)
        (/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.random.code.tex)
        (/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex)
        (/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.base.code.tex)
        (/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.round.code.tex)
        (/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex)))
        (/usr/share/texmf/tex/generic/pgf/math/pgfmathfloat.code.tex
        \c@pgfmathroundto@lastzeros=\count113
        ))
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
        File: pgfcorepoints.code.tex 2010/04/09 (rcs-revision 1.20)
        \pgf@picminx=\dimen134
        \pgf@picmaxx=\dimen135
        \pgf@picminy=\dimen136
        \pgf@picmaxy=\dimen137
        \pgf@pathminx=\dimen138
        \pgf@pathmaxx=\dimen139
        \pgf@pathminy=\dimen140
        \pgf@pathmaxy=\dimen141
        \pgf@xx=\dimen142
        \pgf@xy=\dimen143
        \pgf@yx=\dimen144
        \pgf@yy=\dimen145
        \pgf@zx=\dimen146
        \pgf@zy=\dimen147
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
        File: pgfcorepathconstruct.code.tex 2010/08/03 (rcs-revision 1.24)
        \pgf@path@lastx=\dimen148
        \pgf@path@lasty=\dimen149
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
        File: pgfcorepathusage.code.tex 2008/04/22 (rcs-revision 1.12)
        \pgf@shorten@end@additional=\dimen150
        \pgf@shorten@start@additional=\dimen151
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
        File: pgfcorescopes.code.tex 2010/09/08 (rcs-revision 1.34)
        \pgfpic=\box30
        \pgf@hbox=\box31
        \pgf@layerbox@main=\box32
        \pgf@picture@serial@count=\count114
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
        File: pgfcoregraphicstate.code.tex 2008/04/22 (rcs-revision 1.9)
        \pgflinewidth=\dimen152
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
        File: pgfcoretransformations.code.tex 2009/06/10 (rcs-revision 1.11)
        \pgf@pt@x=\dimen153
        \pgf@pt@y=\dimen154
        \pgf@pt@temp=\dimen155
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
        File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3)
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
        File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2)
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
        File: pgfcorepathprocessing.code.tex 2008/10/09 (rcs-revision 1.8)
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
        File: pgfcorearrows.code.tex 2008/04/23 (rcs-revision 1.11)
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
        File: pgfcoreshade.code.tex 2008/11/23 (rcs-revision 1.13)
        \pgf@max=\dimen156
        \pgf@sys@shading@range@num=\count115
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
        File: pgfcoreimage.code.tex 2010/03/25 (rcs-revision 1.16)
     
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
        File: pgfcoreexternal.code.tex 2010/09/01 (rcs-revision 1.17)
        \pgfexternal@startupbox=\box33
        ))
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
        File: pgfcorelayers.code.tex 2010/08/27 (rcs-revision 1.2)
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
        File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2)
        )
        (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
        File: pgfcorepatterns.code.tex 2009/07/02 (rcs-revision 1.3)
        )))
        (/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
        File: pgfmoduleshapes.code.tex 2010/09/09 (rcs-revision 1.13)
        \pgfnodeparttextbox=\box34
        )
        (/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleplot.code.tex
        File: pgfmoduleplot.code.tex 2010/10/22 (rcs-revision 1.8)
        )
        (/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
        Package: pgfcomp-version-0-65 2007/07/03 v2.10 (rcs-revision 1.7)
        \pgf@nodesepstart=\dimen157
        \pgf@nodesepend=\dimen158
        )
        (/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
        Package: pgfcomp-version-1-18 2007/07/23 v2.10 (rcs-revision 1.1)
        ))
        (/usr/share/texmf/tex/latex/pgf/utilities/pgffor.sty
        (/usr/share/texmf/tex/latex/pgf/utilities/pgfkeys.sty
        (/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex))
        (/usr/share/texmf/tex/generic/pgf/utilities/pgffor.code.tex
        Package: pgffor 2010/03/23 v2.10 (rcs-revision 1.18)
        \pgffor@iter=\dimen159
        \pgffor@skip=\dimen160
        \pgffor@stack=\toks28
        \pgffor@toks=\toks29
        ))
        (/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
        Package: tikz 2010/10/13 v2.10 (rcs-revision 1.76)
     
        (/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
        File: pgflibraryplothandlers.code.tex 2010/05/31 v2.10 (rcs-revision 1.15)
        \pgf@plot@mark@count=\count116
        \pgfplotmarksize=\dimen161
        )
        \tikz@lastx=\dimen162
        \tikz@lasty=\dimen163
        \tikz@lastxsaved=\dimen164
        \tikz@lastysaved=\dimen165
        \tikzleveldistance=\dimen166
        \tikzsiblingdistance=\dimen167
        \tikz@figbox=\box35
        \tikz@tempbox=\box36
        \tikztreelevel=\count117
        \tikznumberofchildren=\count118
        \tikznumberofcurrentchild=\count119
        \tikz@fig@count=\count120
     
        (/usr/share/texmf/tex/generic/pgf/modules/pgfmodulematrix.code.tex
        File: pgfmodulematrix.code.tex 2010/08/24 (rcs-revision 1.4)
        \pgfmatrixcurrentrow=\count121
        \pgfmatrixcurrentcolumn=\count122
        \pgf@matrix@numberofcolumns=\count123
        )
        \tikz@expandcount=\count124
     
        (/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopat
        hs.code.tex
        File: tikzlibrarytopaths.code.tex 2008/06/17 v2.10 (rcs-revision 1.2)
        ))) (/usr/share/texmf-texlive/tex/latex/fancyhdr/fancyhdr.sty
        \fancy@headwidth=\skip43
        \f@ncyO@elh=\skip44
        \f@ncyO@erh=\skip45
        \f@ncyO@olh=\skip46
        \f@ncyO@orh=\skip47
        \f@ncyO@elf=\skip48
        \f@ncyO@erf=\skip49
        \f@ncyO@olf=\skip50
        \f@ncyO@orf=\skip51
        )
        (/usr/share/texmf-texlive/tex/latex/fncychap/fncychap.sty
        Package: fncychap 2007/07/30 v1.34 LaTeX package (Revised chapters)
        \RW=\skip52
        \mylen=\skip53
        \myhi=\skip54
        \px=\skip55
        \py=\skip56
        \pyy=\skip57
        \pxx=\skip58
        )
        (/usr/share/texmf-texlive/tex/latex/tocbibind/tocbibind.sty
        Package: tocbibind 2009/09/04 v1.5i extra ToC listings
     
     
        Package tocbibind Note: The document has chapter divisions.
     
     
        Package tocbibind Note: Using chapter style headings, unless overridden.
     
        ) (/usr/share/texmf-texlive/tex/latex/amsmath/amsmath.sty
        Package: amsmath 2000/07/18 v2.13 AMS math features
        \@mathmargin=\skip59
     
        For additional information on amsmath, use the `?' option.
        (/usr/share/texmf-texlive/tex/latex/amsmath/amstext.sty
        Package: amstext 2000/06/29 v2.01
     
        (/usr/share/texmf-texlive/tex/latex/amsmath/amsgen.sty
        File: amsgen.sty 1999/11/30 v2.0
        \@emptytoks=\toks30
        \ex@=\dimen168
        ))
        (/usr/share/texmf-texlive/tex/latex/amsmath/amsbsy.sty
        Package: amsbsy 1999/11/29 v1.2d
        \pmbraise@=\dimen169
        )
        (/usr/share/texmf-texlive/tex/latex/amsmath/amsopn.sty
        Package: amsopn 1999/12/14 v2.01 operator names
        )
        \inf@bad=\count125
        LaTeX Info: Redefining \frac on input line 211.
        \uproot@=\count126
        \leftroot@=\count127
        LaTeX Info: Redefining \overline on input line 307.
        \classnum@=\count128
        \DOTSCASE@=\count129
        LaTeX Info: Redefining \ldots on input line 379.
        LaTeX Info: Redefining \dots on input line 382.
        LaTeX Info: Redefining \cdots on input line 467.
        \Mathstrutbox@=\box37
        \strutbox@=\box38
        \big@size=\dimen170
        LaTeX Font Info: Redeclaring font encoding OML on input line 567.
        LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
        \macc@depth=\count130
        \c@MaxMatrixCols=\count131
        \dotsspace@=\muskip11
        \c@parentequation=\count132
        \dspbrk@lvl=\count133
        \tag@help=\toks31
        \row@=\count134
        \column@=\count135
        \maxfields@=\count136
        \andhelp@=\toks32
        \eqnshift@=\dimen171
        \alignsep@=\dimen172
        \tagshift@=\dimen173
        \tagwidth@=\dimen174
        \totwidth@=\dimen175
        \lineht@=\dimen176
        \@envbody=\toks33
        \multlinegap=\skip60
        \multlinetaggap=\skip61
        \mathdisplay@stack=\toks34
        LaTeX Info: Redefining \[ on input line 2666.
        LaTeX Info: Redefining \] on input line 2667.
        )
        (/usr/share/texmf-texlive/tex/latex/amsfonts/amsfonts.sty
        Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
        \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 96.
        )
        (/usr/share/texmf-texlive/tex/latex/amsfonts/amssymb.sty
        Package: amssymb 2009/06/22 v3.00
        )
        (/usr/share/texmf-texlive/tex/latex/tools/theorem.sty
        Package: theorem 1995/11/23 v2.2c Theorem extension package (FMi)
        \theorem@style=\toks35
        \theorem@bodyfont=\toks36
        \theorempreskipamount=\skip62
        \theorempostskipamount=\skip63
     
        (/usr/share/texmf-texlive/tex/latex/tools/thp.sty
        File: thp.sty 1995/11/23 v2.2c Theorem extension package (FMi)
        ))
        (/usr/share/texmf-texlive/tex/latex/acronym/acronym.sty
        Package: acronym 2009/01/25 v1.34 Support for acronyms (Tobias Oetiker)
     
        (/usr/share/texmf-texlive/tex/latex/bigfoot/suffix.sty
        Package: suffix 2006/07/15 1.5 Variant command support
        )
        \AC@clearlist=\toks37
        )
        (/usr/share/texmf-texlive/tex/latex/minitoc/minitoc.sty
        Package: minitoc 2008/07/16 v60 Package minitoc (JPFD)
     
        (/usr/share/texmf-texlive/tex/latex/minitoc/mtcmess.sty
        Package: mtcmess 2006/03/14
        )
        Package minitoc Info: I0001
        (minitoc) *** minitoc package, version 60 ***.
        \tf@mtc=\write4
        \mtcindent=\skip64
        \mtcskipamount=\skip65
        Package minitoc Info: I0005
        (minitoc) compatible with hyperref.
        Package minitoc Info: I0023
        (minitoc) part level macros available.
        Package minitoc Info: I0003
        (minitoc) chapter level macros available.
        \mtc@toks=\toks38
        \mtc@strutbox=\box39
        \mtc@hstrutbox=\box40
        Package minitoc Info: I0002
        (minitoc) Autoconfiguration of extensions.
        \openout4 = `test.mtc0'.
     
        \openout4 = `test.mtc'.
     
        (./test.mtc0)
        Package minitoc Info: I0012
        (minitoc) Long extensions (Unix-like) will be used.
        Package minitoc Info: I0031
        (minitoc) ==> this version is configured for UNIX-like
        (minitoc) (long extensions) file names.
        \openout4 = `test.mtc'.
     
        \openout4 = `test.mtc0'.
     
        \c@mtc=\count137
        \c@minitocdepth=\count138
        \c@ptc=\count139
        \c@parttocdepth=\count140
        \ptcindent=\skip66
        Package minitoc Info: I0010
        (minitoc) The english language is selected.
        (minitoc) on input line 4910.
     
        (/usr/share/texmf-texlive/tex/latex/minitoc/english.mld
        File: english.mld 2006/01/13
        )
        (/usr/share/texmf-texlive/tex/latex/minitoc/english.mld
        File: english.mld 2006/01/13
        )
        Package minitoc Info: I0010
        (minitoc) The french language is selected.
        (minitoc) on input line 4911.
     
        (/usr/share/texmf-texlive/tex/latex/minitoc/french.mld
        File: french.mld 2006/03/21
        ))
        (/usr/share/texmf-texlive/tex/latex/lipsum/lipsum.sty
        Package: lipsum 2005/01/26 v1.0 150 paragraphs of Lorem Ipsum dummy text
        File: lipsum.dtx 2005/01/26 v1.0 150 paragraphs of Lorem Ipsum dummy text
        \c@lips@count=\count141
        )
     
        LaTeX Warning: Unknown theoremstyle `definition'. Using `plain' on input line 7
        7.
     
        \c@defi=\count142
     
        LaTeX Warning: Unknown theoremstyle `remark'. Using `plain' on input line 81.
     
        \c@rem=\count143
        (./test.aux)
        \openout1 = `test.aux'.
     
        LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 96.
        LaTeX Font Info: ... okay on input line 96.
        LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 96.
        LaTeX Font Info: ... okay on input line 96.
        LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 96.
        LaTeX Font Info: ... okay on input line 96.
        LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 96.
        LaTeX Font Info: ... okay on input line 96.
        LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 96.
        LaTeX Font Info: ... okay on input line 96.
        LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 96.
        LaTeX Font Info: ... okay on input line 96.
        LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 96.
        LaTeX Font Info: ... okay on input line 96.
        LaTeX Info: Redefining \degres on input line 96.
        LaTeX Info: Redefining \dots on input line 96.
        LaTeX Info: Redefining \up on input line 96.
        (/usr/share/texmf-texlive/tex/context/base/supp-pdf.mkii
        [Loading MPS to PDF converter (version 2006.09.02).]
        \scratchcounter=\count144
        \scratchdimen=\dimen177
        \scratchbox=\box41
        \nofMPsegments=\count145
        \nofMParguments=\count146
        \everyMPshowfont=\toks39
        \MPscratchCnt=\count147
        \MPscratchDim=\dimen178
        \MPnumerator=\count148
        \everyMPtoPDFconversion=\toks40
        )
        Package hyperref Info: Link coloring OFF on input line 96.
        (/usr/share/texmf-texlive/tex/latex/hyperref/nameref.sty
        Package: nameref 2007/05/29 v2.31 Cross-referencing by name of section
     
        (/usr/share/texmf-texlive/tex/latex/oberdiek/refcount.sty
        Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
        )
        \c@section@level=\count149
        )
        LaTeX Info: Redefining \ref on input line 96.
        LaTeX Info: Redefining \pageref on input line 96.
        (./test.out)
        (./test.out)
        \@outlinefile=\write5
        \openout5 = `test.out'.
     
        \AtBeginShipoutBox=\box42
     
        *geometry* driver: auto-detecting
        *geometry* detected driver: pdftex
        *geometry* verbose mode - [ preamble ] result:
        * driver: pdftex
        * paper: a4paper
        * layout: <same size as paper>
        * layoutoffset:(h,v)=(0.0pt,0.0pt)
        * modes:
        * h-part:(L,W,R)=(71.13188pt, 455.24411pt, 71.13188pt)
        * v-part:(T,H,B)=(71.13188pt, 717.00946pt, 56.9055pt)
        * \paperwidth=597.50787pt
        * \paperheight=845.04684pt
        * \textwidth=455.24411pt
        * \textheight=717.00946pt
        * \oddsidemargin=-1.1381pt
        * \evensidemargin=-1.1381pt
        * \topmargin=-38.1381pt
        * \headheight=12.0pt
        * \headsep=25.0pt
        * \topskip=12.0pt
        * \footskip=30.0pt
        * \marginparwidth=35.0pt
        * \marginparsep=10.0pt
        * \columnsep=10.0pt
        * \skip\footins=10.8pt 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)
     
        Package caption Info: Begin \AtBeginDocument code.
        Package caption Info: float package is loaded.
        Package caption Info: End \AtBeginDocument code.
        ABD: EveryShipout initializing macros
        Package minitoc(hints) Info: I0049
        (minitoc(hints)) ==> You requested the hints option.
        (minitoc(hints)) Some hints are eventually given below.
        Package minitoc(hints) Info: I0046
        (minitoc(hints)) --- The tocbibind package is loaded.
        (minitoc(hints)) See the minitoc package documentation
        (minitoc(hints)) for specific precautions.
     
     
        Package minitoc(hints) Warning: W0030
        (minitoc(hints)) --- The \part command is altered
        (minitoc(hints)) after minitoc.
     
     
        Package minitoc(hints) Warning: W0023
        (minitoc(hints)) --- It may be the consequence
        (minitoc(hints)) of loading the ``hyperref'' package.
     
     
        Package minitoc(hints) Warning: W0028
        (minitoc(hints)) --- The \chapter command is altered
        (minitoc(hints)) after minitoc.
     
    -
     
        Package minitoc(hints) Warning: W0023
        (minitoc(hints)) --- It may be the consequence
        (minitoc(hints)) of loading the ``hyperref'' package.
     
     
    -
     
        Here is how much of TeX's memory you used:
        17908 strings out of 495061
        299558 string characters out of 1182620
        478335 words of memory out of 3000000
        20515 multiletter control sequences out of 15000+50000
        11111 words of font info for 25 fonts, out of 3000000 for 9000
        28 hyphenation exceptions out of 8191
        56i,11n,55p,415b,390s stack positions out of 5000i,500n,10000p,200000b,50000s
        </home/yocha90/.texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm
        0800.600pk> </home/yocha90/.texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm1200.
        600pk> </home/yocha90/.texmf-var/fonts/pk/ljfour/jknappen/ec/eccc2488.600pk
        > </home/yocha90/.texmf-var/fonts/pk/ljfour/jknappen/ec/ecxc2074.600pk> </h
        ome/yocha90/.texmf-var/fonts/pk/ljfour/jknappen/ec/ecxc1728.600pk>
        Output written on test.pdf (5 pages, 51602 bytes).
        PDF statistics:
        158 PDF objects out of 1000 (max. 8388607)
        7 named destinations out of 1000 (max. 500000)
        29 words of extra memory for PDF output out of 10000 (max. 10000000)

  6. #6
    Expert éminent sénior

    Avatar de -Nikopol-
    Homme Profil pro
    Développeur Web
    Inscrit en
    Mai 2013
    Messages
    2 174
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 49
    Localisation : France, Haute Marne (Champagne Ardenne)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Enseignement

    Informations forums :
    Inscription : Mai 2013
    Messages : 2 174
    Points : 11 289
    Points
    11 289
    Billets dans le blog
    5
    Par défaut
    Mais, j'ai finalement installé TeXmaker pour plus de «convivialité»
    très bon choix
    Dans le fichier de trace :
    This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
    Je n'ai pas été plus loin, je pense qu'une mise de à jour de TeX Live s'impose, la version de 2014 viens de sortir, tu la trouvera ici.
    Tiens nous au courant lorsque cela sera fait.

  7. #7
    Candidat au Club
    Homme Profil pro
    Ingénieur physicien
    Inscrit en
    Octobre 2013
    Messages
    15
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur physicien

    Informations forums :
    Inscription : Octobre 2013
    Messages : 15
    Points : 4
    Points
    4
    Par défaut
    Je m'en suis rendu compte juste après avoir posté le message
    j'ai donc fait une mise à niveau mais je ne suis pas arrivé... avec un apt-get update...
    Il suffit que je télécharge texlive 2014 puis l'installe ? Comt texmaker fera le lien avec cette nouvelle distribution ?

    merci

  8. #8
    Expert éminent sénior

    Avatar de -Nikopol-
    Homme Profil pro
    Développeur Web
    Inscrit en
    Mai 2013
    Messages
    2 174
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 49
    Localisation : France, Haute Marne (Champagne Ardenne)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Enseignement

    Informations forums :
    Inscription : Mai 2013
    Messages : 2 174
    Points : 11 289
    Points
    11 289
    Billets dans le blog
    5
    Par défaut
    Il suffit que je télécharge Tex Live 2014 puis l'installe ?
    je pense que oui (peut être supprimer la version 2009)
    Comment TeXmaker fera le lien avec cette nouvelle distribution ?
    TeXmaker remplace la ligne de commande, lorsqu'on lance la compiltion, TeXmaker fait latex monfichier.tex ou pdflatex monfichier.tex...
    Donc cela ne changera rien.

  9. #9
    Candidat au Club
    Homme Profil pro
    Ingénieur physicien
    Inscrit en
    Octobre 2013
    Messages
    15
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur physicien

    Informations forums :
    Inscription : Octobre 2013
    Messages : 15
    Points : 4
    Points
    4
    Par défaut
    Voilà j'ai installé texlive 2014 mais, rien ne change avec texmaker il prend tjs la version 2009...
    j'allais le supprimer jusqu'au moment où le dossier où se figure texlive 2009 su trouve dans /usr/share/texlive par contre celui de 2014 il est dans /usr/local/texlive est ce normal ?
    De plus, texmaker est aussi dans share est ce que ce n'est pas de cette façon que texmaker repère la distribution ?

    merci

  10. #10
    Candidat au Club
    Homme Profil pro
    Ingénieur physicien
    Inscrit en
    Octobre 2013
    Messages
    15
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur physicien

    Informations forums :
    Inscription : Octobre 2013
    Messages : 15
    Points : 4
    Points
    4
    Par défaut merci pour vos réponses
    Finalement, je n'ai pas désinstallé j'ai été dans les options de texmaker puis j'ai indiqué le chemin vers le compilateur de 2014. Je ne sais pas pq mais il ne veut pas changer le path... p-e que j'ai mal fait ça...
    Si jms vous savez m'indiquer le processus à suivre pour que texmaker aille cherché automatiquement dans le dossier de texlive 2014, je vous en serai reconnaissant.

    merci

  11. #11
    Candidat au Club
    Homme Profil pro
    Ingénieur physicien
    Inscrit en
    Octobre 2013
    Messages
    15
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur physicien

    Informations forums :
    Inscription : Octobre 2013
    Messages : 15
    Points : 4
    Points
    4
    Par défaut malheureusement, il y a tjs le soucis...
    Bonjour,

    Malheureusement, j'ai toujours ce débordement et ce à cause de la commande \selectlanguage{french} que je fais après un abstract où j'avais utilisé la commande \selectlanguage{english} qui avec cette commande le problème ne se produit pas... Comt je px y remédier ?

    merci

  12. #12
    Expert éminent sénior

    Avatar de -Nikopol-
    Homme Profil pro
    Développeur Web
    Inscrit en
    Mai 2013
    Messages
    2 174
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 49
    Localisation : France, Haute Marne (Champagne Ardenne)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Enseignement

    Informations forums :
    Inscription : Mai 2013
    Messages : 2 174
    Points : 11 289
    Points
    11 289
    Billets dans le blog
    5
    Par défaut
    Le problème avance, tu connais déjà le fautif. Construit un ECM(un vrai) et poste le ici

  13. #13
    Candidat au Club
    Homme Profil pro
    Ingénieur physicien
    Inscrit en
    Octobre 2013
    Messages
    15
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur physicien

    Informations forums :
    Inscription : Octobre 2013
    Messages : 15
    Points : 4
    Points
    4
    Par défaut ECM
    j'ai essayé de réduire au mieux...

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
     
    \documentclass[a4paper,12pt,notitlepage]{report}
     
    \usepackage[utf8]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage[french,english]{babel}
    \usepackage[top=2.5cm, bottom=2cm, left=2.5cm, right=2.5cm]{geometry}
    \usepackage{fancyhdr}
    \usepackage{lipsum}
     
     
     
    %en-tête et pied de page
    \pagestyle{fancy}
    \fancyhf{}
    %pied de page
    \lfoot{\scriptsize\leftmark}
    \rfoot{\thepage}
    %----------------------------------------------------------------------------------------
     
     
    \begin{document}
    \selectlanguage{french}
     
    \chapter{Exemple pour une comparaison entre l'énergie impartie, l'énergie transférée et l'énergie nette transférée}
     
    \lipsum
     
    \appendix
     
    \chapter{Exemple pour une comparaison entre l'énergie impartie, l'énergie transférée et l'énergie nette transférée}
     
    \lipsum
     
    \end{document}
    Par contre, je me suis rendu compte qu'en enlevant le package :

    \usepackage[top=2.5cm, bottom=2cm, left=2.5cm, right=2.5cm]{geometry}
    alors le problème disparait... de même si on enlève selectlanguage :

    \selectlanguage{french}
    merci

  14. #14
    Expert éminent sénior

    Avatar de -Nikopol-
    Homme Profil pro
    Développeur Web
    Inscrit en
    Mai 2013
    Messages
    2 174
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 49
    Localisation : France, Haute Marne (Champagne Ardenne)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Enseignement

    Informations forums :
    Inscription : Mai 2013
    Messages : 2 174
    Points : 11 289
    Points
    11 289
    Billets dans le blog
    5
    Par défaut
    La commande \@chapapp est redéfinie après \appendix.
    Le code suivant devrait faire l'affaire :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    \documentclass[a4paper,12pt,notitlepage]{report}
     
    \usepackage[utf8]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage[french,english]{babel}
    \usepackage[top=2.5cm, bottom=2cm, left=2.5cm, right=2.5cm]{geometry}
    \usepackage{fancyhdr}
    \usepackage{lipsum}
     
     
     
    %en-tête et pied de page
    \pagestyle{fancy}
    \fancyhf{}
    \lfoot{\textsc\leftmark}
    \rfoot{\thepage}
    %----------------------------------------------------------------------------------------
    \makeatletter
    \renewcommand{\chaptermark}[1]{%
      \markboth{\@chapapp\ \thechapter.\ #1}{}}
    \makeatother
     
    \begin{document}
    \selectlanguage{french}
     
    \chapter{Exemple pour une comparaison entre l'énergie impartie, l'énergie transférée et l'énergie nette transférée}
     
    \lipsum
     
    \appendix
     
    \chapter{Exemple pour une comparaison entre l'énergie impartie, l'énergie transférée et l'énergie nette transférée}
     
    \lipsum
     
    \end{document}

  15. #15
    Candidat au Club
    Homme Profil pro
    Ingénieur physicien
    Inscrit en
    Octobre 2013
    Messages
    15
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur physicien

    Informations forums :
    Inscription : Octobre 2013
    Messages : 15
    Points : 4
    Points
    4
    Par défaut
    Merci pour ce code,

    mais malheureusement, cela ne fonction pas chez moi... De plus, j'ai une configuration pour les chapitre qui est la suivante que j'aimerais préserver :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
     
    \documentclass[a4paper,12pt,notitlepage]{report}
     
    \usepackage[utf8]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage[french,english]{babel}
    \usepackage[top=2.5cm, bottom=2cm, left=2.5cm, right=2.2cm]{geometry}
    \usepackage{fancyhdr}
    \usepackage{fncychap}
    \usepackage{lipsum}
     
     
     
    %en-tête et pied de page
    \pagestyle{fancy}
    \fancyhf{}
    %pied de page
    \lfoot{\scriptsize\leftmark}
    \rfoot{\thepage}
    %----------------------------------------------------------------------------------------
    \makeatletter
    \ChNameUpperCase  
    \ChNameVar{\centering\Large\sc\bfseries}
    \ChNumVar{\LARGE}
    \ChTitleVar{\centering\Huge\sc}
    \ChRuleWidth{1pt} 
    \renewcommand{\DOCH}{%    
        \CNV\FmN{\@chapapp}\space \CNoV\thechapter
        \par\nobreak
        \vskip -0.5\baselineskip
       }
      \renewcommand{\DOTI}[1]{%
        \mghrulefill{\RW}\par\nobreak
        \vskip 0.7cm
        \CTV\FmTi{#1}\par\nobreak
        \vskip 60\p@
        }
      \renewcommand{\DOTIS}[1]{%
        \vskip -3cm
        \mghrulefill{\RW}\par\nobreak
        \vskip 0.7cm
        \ChTitleVar{\centering\Huge\sc\bfseries}\CTV\FmTi{#1}\par\nobreak
        \vskip 20\p@
        }
    \makeatother
    \renewcommand{\thechapter}{\Roman{chapter}}
     
    \begin{document}
    \selectlanguage{french}
     
    \chapter{Exemple pour une comparaison entre l'énergie impartie, l'énergie transférée et l'énergie nette transférée}
     
    \lipsum
     
    \appendix
     
    \chapter{Exemple pour une comparaison entre l'énergie impartie, l'énergie transférée et l'énergie nette transférée}
     
    \lipsum
     
    \end{document}

  16. #16
    Expert éminent sénior

    Avatar de -Nikopol-
    Homme Profil pro
    Développeur Web
    Inscrit en
    Mai 2013
    Messages
    2 174
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 49
    Localisation : France, Haute Marne (Champagne Ardenne)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Enseignement

    Informations forums :
    Inscription : Mai 2013
    Messages : 2 174
    Points : 11 289
    Points
    11 289
    Billets dans le blog
    5
    Par défaut
    mais malheureusement, cela ne fonction pas chez moi...
    Un peu plus de détails seraient intéressants. Est-ce que le code fournit compile en l'état et donne les résultats attendus (sur mon installation en tout cas, oui)

    De plus, j'ai une configuration pour les chapitre qui est la suivante que j'aimerais préserver :
    Cela aurait été bien de le savoir dès le début afin de ne pas refaire deux fois la même chose.

    Dans les deux cas c'est bien la redéfinition de \@chapapp qui pose le problème.
    Le code fournit fonctionne dans les deux cas
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    \makeatother
    \renewcommand{\thechapter}{\Roman{chapter}}
    \makeatletter
    \renewcommand{\chaptermark}[1]{%
      \markboth{\@chapapp\ \thechapter.\ #1}{}}
    \makeatother
    Ainsi, le code complet suivant :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    \documentclass[a4paper,12pt,notitlepage]{report}
     
    \usepackage[utf8]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage[french,english]{babel}
    \usepackage[top=2.5cm, bottom=2cm, left=2.5cm, right=2.2cm]{geometry}
    \usepackage{fancyhdr}
    \usepackage{fncychap}
    \usepackage{lipsum}
     
     
    %en-tête et pied de page
    \pagestyle{fancy}
    \fancyhf{}
    %pied de page
    \lfoot{\textsc\leftmark}
    \rfoot{\thepage}
    %----------------------------------------------------------------------------------------
    \makeatletter
    \ChNameUpperCase  
    \ChNameVar{\centering\Large\sc\bfseries}
    \ChNumVar{\LARGE}
    \ChTitleVar{\centering\Huge\sc}
    \ChRuleWidth{1pt} 
    \renewcommand{\DOCH}{%    
        \CNV\FmN{\@chapapp}\space \CNoV\thechapter
        \par\nobreak
        \vskip -0.5\baselineskip
       }
      \renewcommand{\DOTI}[1]{%
        \mghrulefill{\RW}\par\nobreak
        \vskip 0.7cm
        \CTV\FmTi{#1}\par\nobreak
        \vskip 60\p@
        }
      \renewcommand{\DOTIS}[1]{%
        \vskip -3cm
        \mghrulefill{\RW}\par\nobreak
        \vskip 0.7cm
        \ChTitleVar{\centering\Huge\sc\bfseries}\CTV\FmTi{#1}\par\nobreak
        \vskip 20\p@
        }
    \makeatother
    \renewcommand{\thechapter}{\Roman{chapter}}
    \makeatletter
    \renewcommand{\chaptermark}[1]{%
      \markboth{\@chapapp\ \thechapter.\ #1}{}}
    \makeatother
    \begin{document}
    \selectlanguage{french}
     
    \chapter{Exemple pour une comparaison entre l'énergie impartie, l'énergie transférée et l'énergie nette transférée}
     
    \lipsum
     
    \appendix
     
    \chapter{Exemple pour une comparaison entre l'énergie impartie, l'énergie transférée et l'énergie nette transférée}
     
    \lipsum
     
    \end{document}
    ne provoque plus de débordement et donne le pdf suivant : pieds-de-pages.pdf

  17. #17
    Candidat au Club
    Homme Profil pro
    Ingénieur physicien
    Inscrit en
    Octobre 2013
    Messages
    15
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur physicien

    Informations forums :
    Inscription : Octobre 2013
    Messages : 15
    Points : 4
    Points
    4
    Par défaut Merci
    Je ne sais pas ce que j'avais fait dans un premier temps pour que cela ne fonctionne pas...
    Je viens de réessayer et ça fonction...
    Dsl pour l'histoire des chapitres... j'ai pensé à minimiser le plus possible pour avoir un ECM mais un peu trop finalement...

    Bref, merci pour ton aide ,

    bonne continuation à toi.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [V7] Pied-de-page des factures avec Openoffice
    Par jmbinformatique dans le forum Odoo (ex-OpenERP)
    Réponses: 3
    Dernier message: 24/01/2015, 16h24
  2. Réponses: 3
    Dernier message: 20/09/2008, 17h00
  3. completer entre détails et pied de page par des traits
    Par marcuscircus dans le forum IHM
    Réponses: 3
    Dernier message: 07/06/2008, 11h53
  4. Réponses: 8
    Dernier message: 22/01/2008, 12h00
  5. Réponses: 2
    Dernier message: 26/06/2007, 17h17

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo