Bonjour
Je suis en train d'écrire un livre pour le programme de 2nde en maths et je le fais en Latex avec Winedit et Miktex.
Lorsque je compile mon travail j'ai quelques erreurs mais le PDF s'affiche et je n'ai aucun message d'erreur.
Lorsque j'envoie mon document à mon Editeur (Ellipse) il détecte une erreur dans le PDF et me disent qu'ils ne pourront pas l'imprimer.
J'ai imprimer mon PDF sans problème de chez moi et d'un une boutique d'impression.
Lorsque mon Editeur ouvre le pdf il s'affiche le message suivant :"Cette page contient une erreur. Acrobat risque de ne pas afficher cette page correctement. Contactez l'auteur du document PDF pour résoudre le problème."
Ils pensent que c'est un problème de Police non intégré dans le PDF ??? J'ai un doute mais pourquoi pas ?
J'ai cru que c'était un problème d'encodage mais même en changeant l'encodage, il y a toujours ce message d'erreur.
Est-ce quelqu'un peut m'aider ?
J'envoie mon fichier style ci-dessous.
Merci beaucoup.
Vincent Obaton

FICHIER STYLE :
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
\documentclass[10pt]{extbook}
\fontfamily{textrm}\fontseries{m}\selectfont
\usepackage{ae,lmodern}
\usepackage[frenchb]{babel}
%\usepackage[ansinew]{inputenc}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
%\usepackage[latin1]{inputenc}
\usepackage{kpfonts}
\usepackage{pifont}
\usepackage{kpfonts}
\usepackage{cancel}
\usepackage{graphicx,amsmath,amssymb,mathrsfs,fourier,amsthm,amsfonts,thmtools}
\usepackage{erewhon}
\usepackage{array,multirow, diagbox, multicol}%slashbox,enumerate,
%\usepackage[hmargin=4.25cm, top=3cm, bottom=7cm]{geometry}
\usepackage[papersize={145mm,220mm},top=1cm, bottom=1cm, left=1cm , right=1cm]{geometry}
\usepackage{fancyhdr,fancybox}
%\usepackage{babel}
\usepackage{tocloft}
\usepackage{titlesec}
\usepackage{tikz,tkz-tab}
\usepackage{boiboites}
\usepackage{xeboiboites}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[tikz]{bclogo}
 %%%%%%%%%%%%%%%%%%%%% BOX DES DEFNS ETC %%%%%%%%%%%%%%%%%%%%%%
\usepackage{etoolbox}%
\usepackage{blindtext}%
\usepackage{bclogo}%
\usepackage[theorems,skins,breakable]{tcolorbox}%
\pagestyle{empty}
\usetikzlibrary{positioning}
\usetikzlibrary{decorations.markings}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{enumitem}
\usepackage{variations}
\usepackage{pstricks-add}
\usepackage{pst-text,pst-tree}
\usepackage{tocloft}
\usepackage{colortbl}
\usepackage{hyphenat}
\usepackage{tocloft}
\usepackage{tabularx}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[most]{tcolorbox}
\usepackage{cleveref}
%%%%%%%%%%%%%%%%%%%%%%%%
\ifpdf
\usepackage{graphicx}%[pdftex]
\DeclareGraphicsExtensions{.png,.jpg,.pdf}
\else
\usepackage[dvips,dvipdfm]{graphicx}
\DeclareGraphicsExtensions{.eps}
\fi
 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%% COLEUR CODE CMYK   %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usetikzlibrary{shapes.geometric}
\usepackage{pstricks}
%\usepackage{xcolor}
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
\PassOptionsToPackage{cmyk}{xcolor}
\usepackage[cmyk]{xcolor}
\usepackage{pst-all}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%% COLEUR CODE CMYK   %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\definecolor{cviolet}{cmyk}{0.7,0.9,0,0}
\definecolor{jaune}{cmyk}{0,0,.1,0}
\definecolor{rose}{cmyk}{0,1,0,0}
\definecolor{rouge}{cmyk}{0,1,1,0}
\definecolor{bleu}{cmyk}{1,.6,0,0}
 \definecolor{manga}{cmyk}{.9,.9,0,0}
\definecolor{bleu}{cmyk}{1,.6,0,0}
\definecolor{vert}{cmyk}{.92,0,0.53,0.42}
\definecolor{noir}{cmyk}{0,0,0,1}
\definecolor{gris}{cmyk}{0,0,0,.75}
\definecolor{oranges}{cmyk}{0,.35,1,0}
 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{listings}
\definecolor{lbcolor}{rgb}{0.99,0.99,0.99}
\lstset{%
	backgroundcolor=\color{lbcolor},
	tabsize=2,
	rulecolor=,
    basicstyle=\ttfamily,
    upquote=true,
    numbers=left,
    numberstyle=\tiny,
    aboveskip={0.25\baselineskip},
    columns=fixed,
    showstringspaces=false,
    extendedchars=true,
    breaklines=true,
    prebreak = \raisebox{0ex}[0ex][0ex]{\ensuremath{\hookleftarrow}},
    frame=false,
    keepspaces=true,
    language=Python,
    showtabs=false,
    showspaces=false,
    showstringspaces=false,
    identifierstyle=\ttfamily,
    keywordstyle=\color[rgb]{0,0,1},
    commentstyle=\itshape\color[rgb]{0.133,0.545,0.133},
    stringstyle=\color[rgb]{0.627,0.126,0.941},
    literate={é}{{\'e}}1
                {à}{{\`a}}1
                 {è}{{\`e}}1
                 {ê}{{\^e}}1
}
\lstdefinestyle{customc}{
  belowcaptionskip=1\baselineskip,
  breaklines=true,
  frame=L,
  xleftmargin=\parindent,
  showstringspaces=false,
  basicstyle=\normalsize\ttfamily,
  keywordstyle=\bfseries\color{green!40!black},
  commentstyle=\itshape\color{purple!40!black},
  identifierstyle=\color{bleu},
  stringstyle=\color{oranges},
}
\lstset{escapechar=@,style=customc}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
\newcommand{\info}{
\includegraphics[width=0.105in]{Ordi.PNG}
}
 
\def\R{{\mathbb R}} % les réels
\def\Q{{\mathbb Q}} % les rationnels
\def\Z{{\mathbb Z}} % les entiers relatifs
\def\D{{\mathbb D}} % les décimaux
\def\N{{\mathbb N}} % les entiers naturels
\def\C{{\mathbb C}} % les complexes
\def\d{{\text d}} \def\e{{\text e}}\def\i{{\text i}}
 
\def\ie{\leqslant} \def \se{\geqslant}
\def\Oij{$\left(\text{O},~\overrightarrow{\imath},~\overrightarrow{\jmath}\right)$}
\everymath{\displaystyle}
 
\renewcommand\headrulewidth{0pt}
\pagestyle{fancy}
\fancyhead[L]{\footnotesize} \fancyhead[C]{}\fancyhead[R]{}
\fancyfoot[L]{\footnotesize } \fancyfoot[C]{\footnotesize }
\fancyfoot[R]{\footnotesize--\,\thepage\,--}
 
\newsavebox{\fmbox}
\newenvironment{cadre}[1]
{\begin{lrbox}{\fmbox}\begin{minipage}{#1}}
{\end{minipage}\end{lrbox}\fbox{\usebox{\fmbox}}}
 
%\newboxedtheorem
 
%\newbreakabletheorem[boxcolor=black, background=gray!5, titlebackground=white,
%titleboxcolor = black]{Pro}{Propri\'{e}t\'{e}}{compteur_pro}
%%%%%%%%%%%%%%%%%
%%%%%- Propriété %%%%%%%%%%%%%%%%
\newtcbtheorem[number]{Pro}{Propri\'{e}t\'{e}}%
{left=2.5pt,breakable,colback=red!0,colframe=rose,fonttitle=\bfseries,separator sign dash, title after break={Propri\'{e}t\'{e} \csuse{the\tcbcounter} -- \raggedleft Suite}}{prop}
%%%%%%%%%%%%
 
%\newbreakabletheorem[boxcolor=black, background=gray!5, titlebackground=white,
%titleboxcolor = black]{Def}{D\'{e}finition}{compteur_def}
%%%%% - Définition %%%%%%%%%%%%%
\newtcbtheorem[number]{Def}{D\'{e}finition}%
{left=2.5pt,breakable,colback=green!0,colframe=vert,fonttitle=\bfseries, separator sign dash, title after break={D\'{e}finition \csuse{the\tcbcounter}  \raggedleft Suite}}{Compteur_dfn}
 
%\newbreakabletheorem[boxcolor=black, background=white, titlebackground=white,
%titleboxcolor = black, size=12cm]{Ex}{Exercice}{compteur_Ex}
\newtcbtheorem[number]{Ex}{Exercice}%
{left=2.5pt,breakable,colback=red!0,colframe=cyan,fonttitle=\bfseries,separator sign dash, title after break={Exercice \csuse{the\tcbcounter} -- \raggedleft Suite}}{compteur_Ex}
 
%\newbreakabletheorem[boxcolor=black, background=gray!20, titlebackground=white,
%titleboxcolor = black, size=12cm]{Algo}{Algorithme}{compteur_Algo}
\newtcbtheorem[number]{Algo}{Programme}%
{left=2.5pt,breakable,colback=red!0,colframe=cviolet,fonttitle=\bfseries,separator sign dash, title after break={Programme \csuse{the\tcbcounter} -- \raggedleft Suite}}{compteur_Algo}
%%%%%%%%%%%%
 
 
%\newbreakabletheorem[boxcolor=black, background=gray!20, titlebackground=white,
%titleboxcolor = black, size=12cm]{demo}{D\'{e}monstration}{compteur_De}
 
 
%\newbreakabletheorem[boxcolor=black, background=gray!20, titlebackground=white,
%titleboxcolor = black, size=12cm]{metho}{M\'{e}thode}{compteur_metho}
%%%%%- Méthode %%%%%%%%%%%%%%%%
%ATENTION
 
\newtcbtheorem[]{metho}{M\'{e}thode}%
{left=2.5pt,breakable,colback=cyan!0,colframe=manga,fonttitle=\bfseries,separator sign dash, title after break={M\'{e}thode  -- \raggedleft Suite}}{Compteur_met}
 
%\newbreakabletheorem[boxcolor=black, background=gray!20, titlebackground=white,
%titleboxcolor = black, size=12cm]{metho}{M\'{e}thode}{compteur_metho}
%%%%%- Méthode %%%%%%%%%%%%%%%%
\newtcbtheorem[number within = chapter]{dem0}{D\'{e}monstration}%
{left=2.5pt,breakable,colback=jaune,colframe=jaune,fonttitle=\bfseries,separator sign dash, title after break={D\'{e}monstration  -- \raggedleft Suite},
}{Compteur_demo}
 
 
\newtcbtheorem[]{corr}{Correction de l'exercice num\'{e}ro }%
{left=2.5pt,breakable,colback=red!0,colframe=cviolet,fonttitle=\bfseries,separator sign dash, title after break={Correction de l'exercice num\'{e}ro  \csuse{the\tcbcounter} -- \raggedleft Suite}
 
}{compteur_corr}
 
\newtcbtheorem[number]{corrAlgo}{Correction de l'exercice de programmation num\'{e}ro  }%
{left=2.5pt,breakable,colback=red!0,colframe=cviolet,fonttitle=\bfseries,separator sign dash, title after break={Correction de l'exercice de programmation num\'{e}ro  \csuse{the\tcbcounter} -- \raggedleft Suite}}{compteur_corralgo}
 
 
%\newboxedtheorem[boxcolor=black, background=gray!8, titlebackground=gray!20,
%titleboxcolor = black, size=12cm]{metho}{M\'{e}thode}{compteur_metho}
 
%%%%%%%%%%%%%%%%%%
%%%- Preuve %%%%%%%%%%%%%%
 
%\newenvironment{dem0}[1][]%
{%\addtocounter{theo}{1}\def\temp{#1}%
%\par%
%\smallbreak%
%\begin{bclogo}[arrondi =0.3 , logo =  ,  noborder = true, barre = none, couleur=jaune]
%{\textsc{\color{rouge}D\'{e}monstration} }\par\medskip\noindent%\ifx\temp\empty{}\else~(#1)\fi}%
%}%
%{\end{bclogo}\par\smallbreak}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
%%%%%%%%%%%%%%%%%%
%%%- Preuve %%%%%%%%%%%%%%
 
 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
%Theoremes
\renewcommand{\listtheoremname}{Liste des m\'{e}thodes}
\makeatletter
\declaretheoremstyle[
spaceabove=6pt, spacebelow=6pt,
headfont=\normalfont\bfseries,
notefont=\bfseries, notebraces={(}{)},
bodyfont=\normalfont,
postheadspace=0.5 em,
qed={},
name={Méthode},
postheadhook={%
  \ifx\@empty\thmt@shortoptarg
    \renewcommand\addcontentsline[3]{}
  \fi}
]{theorem}
 
\declaretheoremstyle[
spaceabove=6pt, spacebelow=6pt,
headfont=\normalfont\bfseries,
notefont=\bfseries, notebraces={(}{)},
bodyfont=\normalfont,
postheadspace=0.5 em,
qed={},
name={Correction algorithme },
postheadhook={%
  \ifx\@empty\thmt@shortoptarg
    \renewcommand\addcontentsline[3]{}
  \fi}
]{CorAlgo}
\makeatother
 
%\declaretheorem[style=theorem]{theorem}
%\declaretheorem[style=correction]{cor}
%\declaretheorem[style=CorAlgo]{CrAlgo}
 
\makeatletter
\def\ll@theorem{%
  \protect\numberline{\csname the\thmt@envname\endcsname}%
  \ifx\@empty\thmt@shortoptarg
    \thmt@thmname
  \else
    \thmt@shortoptarg
  \fi}
\def\l@thmt@theorem{}
 \makeatother
 
 
\renewcommand{\cftchapfont}{\bfseries}
\renewcommand{\cftchappagefont}{\bfseries}
\renewcommand{\cftchappresnum}{\chaptername~} %affichera Chapitre dans la TOC
\renewcommand{\cftchapaftersnum}{~}
\renewcommand{\cftchapnumwidth}{6em}
 
 
%Pour les sections
\renewcommand{\thesection}{\arabic{section}}
 
% tableau
%%%% debut macro %%%%
\makeatletter
\def\hlinewd#1{%
\noalign{\ifnum0=`}\fi\hrule \@height #1 %
\futurelet\reserved@a\@xhline}
\makeatother
%%%% fin macro %%%%
 
\newcolumntype{I}{!{\vrule width 0.8pt}}
\setlength{\doublerulesep}{0pt}
 
\title{Math\'{e}matiques-Les notions de secondes pour r\'{e}ussir en premi\`{e}re scientifique}
\author{Vincent \bsc{OBATON}\thanks{Lyc\'{e}e Stendhal de Grenoble depuis 2005}}
\date{Ann\'{e}e 2016}
 
\setlength\parindent{0em}
\raggedbottom
\widowpenalty=10000
\clubpenalty=10000
\usepackage{lipsum}
 
% Table des matières
%\setcounter{tocdepth}{5}
 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%% TITRE DE LA SEQUENCE %%%%%%%%%%%%%%%%%%%%
\newenvironment{ant}{\fontfamily{anttlc}\selectfont}{}
 
\tikzstyle{chap} = [draw=orange, fill=orange, very thick,
    rectangle, inner xsep=10pt, inner ysep=5pt]
 
\tikzstyle{titreChap}=[text=orange,rectangle]
 
\newcommand{\chap}[3]
{
\noindent
\begin{tikzpicture}
\node[chap] (box) at (8,0) {\begin{Huge}\textcolor{white}{\begin{ant}\textbf{#1}\end{ant}}\end{Huge}};
\node[titreChap, left] at (box.north west) {\begin{minipage}{.95\textwidth}\begin{flushright} \begin{LARGE}\sc \textcolor{blue}{ \begin{ant} \textbf{#3} \end{ant}}\end{LARGE} \end{flushright}\end{minipage}};
\draw[color=blue,thick] (box.west) -- (0,0);
\node[left] at (box.west) {\begin{minipage}{0.95\textwidth}\vspace{.25cm} \begin{flushright}\begin{ant}\end{ant}\end{flushright}\end{minipage}};
\end{tikzpicture}
}
 
 
\makeatletter
\renewcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi
                    \thispagestyle{plain}%
                    \global\@topnum\z@
                    \@afterindentfalse
                    \secdef\@chapter\@schapter}
\def\@chapter[#1]#2#3{\ifnum \c@secnumdepth >\m@ne
                       \if@mainmatter
                         \refstepcounter{chapter}%
                         \typeout{\@chapapp\space\thechapter.}%
                         \addcontentsline{toc}{chapter}%
                                   {\protect\numberline{\thechapter}#1}%
                       \else
                         \addcontentsline{toc}{chapter}{#1}%
                       \fi
                    \else
                      \addcontentsline{toc}{chapter}{#1}%
                    \fi
                    \chaptermark{#1}%
                    \addtocontents{lof}{\protect\addvspace{5\p@}}%
                    \addtocontents{lot}{\protect\addvspace{5\p@}}%
                    \if@twocolumn
                      \@topnewpage[\@makechapterhead{#2}{#3}]%
                    \else
                      \@makechapterhead{#2}{#3}%
                      \@afterheading
                    \fi}
\def\@makechapterhead#1#2{\chap{\thechapter}{#1}{#2}}
\def\@schapter#1#2{\if@twocolumn
                   \@topnewpage[\@makeschapterhead{#1}{#2}]%
                 \else
                   \@makeschapterhead{#1}{#2}%
                   \@afterheading
                 \fi}
\def\@makeschapterhead#1#2{\chap{\thechapter}{#1}{#2}}
 
\makeatother
 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% EXERCICES  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
%************
%\newtheorem*{tmetho}{M\'{e}thode}
%**************
 
\usepackage{ifthen}
\newboolean{firstanswerofthechapter}
 
\usepackage{xcolor}
\colorlet{lightcyan}{cyan!60!white}
 
\usepackage{chngcntr}
\usepackage{stackengine}
 
\usepackage{tasks}
\newlength{\longestlabel}
\settowidth{\longestlabel}{\bfseries viii.}
\settasks{counter-format={tsk[r].}, label-format={\bfseries}, label-width=\longestlabel,
    item-indent=0pt, label-offset=2pt, column-sep={10pt}}
 
\usepackage[lastexercise,answerdelayed]{exercise}
%\counterwithin{Exercise}{chapter}
%\counterwithin{Answer}{chapter}
\renewcounter{Exercise}[chapter]
\newcommand{\QuestionNB}{\bfseries\arabic{Question}.\ }
\renewcommand{\ExerciseName}{\sc  Exercice}
\renewcommand{\ExerciseHeader}{\noindent\def\stackalignment{l}% code from https://tex.stackexchange.com/a/195118/101651
    \stackunder[0pt]{\colorbox{cyan}{\textcolor{white}{\textbf{\large\ExerciseName\;\Large\ExerciseHeaderNB\ }}}}{\textcolor{cyan}{\rule{\linewidth}{2pt}}}\medskip}
\usepackage{enumitem}
\setlist{leftmargin=27pt,labelindent=5pt}
\setlist[enumerate]{wide=0pt, leftmargin=15pt, labelwidth=5pt, align=left}
\setlist[description]{wide=0pt, leftmargin=15pt, labelwidth=2pt, align=left}
 
 
 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Renewcounter
 
%%%%%%%%%%%%%%%%%%%%% EXERCICES ET EXEMPLES
\usepackage{amsthm}
\newtheoremstyle{exostyle}
{}% espace avant
{}% espace apres
{}% Police utilisee par le style de thm
{}% Indentation (vide = aucune, \parindent = indentation paragraphe)
{\bfseries\normalfont}% Police du titre de thm
{}% Signe de ponctuation apres le titre du thm
{\newline}% Espace apres le titre du thm (\newline = linebreak)
{ \thmname{Exemple}\thmnote{\color{black}\normalfont{\textbf{#3}}}\vspace{-3mm}\\ \rule{\linewidth}{1pt}}% composants du titre du thm : \thmname = nom du thm, \thmnumber = numéro du thm, \thmnote = sous-titre du thm
 
 
 %%%%%%%%%%%%%%%%%%%%%% MODIFICATION DES MARGES %%%%%%%%%%%%%%%%%%%%
\newenvironment{changemargin}[2]{\begin{list}{}{%
\setlength{\topsep}{0pt}%
\setlength{\leftmargin}{0pt}%
\setlength{\rightmargin}{0pt}%
\setlength{\listparindent}{\parindent}%
\setlength{\itemindent}{\parindent}%
\setlength{\parsep}{0pt plus 1pt}%
\addtolength{\leftmargin}{#1}%
\addtolength{\rightmargin}{#2}%
}\item }{\end{list}}
 
\newtheorem{th}{}
\titlelabel{\thetitle.\quad}
 
%%%%%%%%%%%%%%%%%% Symbole Attention et Smiley %%%%%%%%%%%%%%%%%
\newcommand{\tandremo}{\tikz[baseline=-1.025ex] \node[shape=regular polygon, regular polygon sides=3,color=rose, inner sep=0pt, draw, thick] {\textbf{!}};}
\newcommand{\tsiky}{\begin{tikzpicture}
\draw[thick] (0cm,0cm) circle(.25cm);
\draw[thick] plot [smooth,tension=1.5] coordinates{(-0.105,-0.075) (0,-0.15) (0.105,-0.075)};
\draw [thick, fill=black] (0,-0.0) circle (0.025);
\draw[thick] plot [smooth,tension=1.5] coordinates{(-0.11,0.1) (-0.075,0.125) (-0.05,0.1)};
\draw[thick] plot [smooth,tension=1.5] coordinates{(0.11,0.1) (0.075,0.125) (0.05,0.1)};
\end{tikzpicture}
}
\def\doubleunderline#1{\underline{\underline{#1}}}
 
\begin{document}
\color{noir}
%\renewcommand\indexname{Liste des m\'{e}thodes}
\sloppy
%\begin{flushleft}
%\input{Titre.tex}
%\input{remercie.tex}
%\input{Citation.tex}
%\input{avantpropos.tex}
%\tocloftpagestyle{monpied}
%\newpage
%\tableofcontents
%\newpage
%\chapter{ }{\fontsize{14}{14}\selectfont\sc Chapitre}
 
%\centerline{\fontsize{24}{24}\selectfont\sc \color{blue}   Liste des m\'{e}thodes }
%$ $\\
%\printindex
%\newpage
\input{AlgoProgram1.tex}
\input{AlgoProgram2.tex}
\input{AlgoProgram3.tex}
%\input{EnsemblesNetZ1.tex}
%\input{EnsemblesNetZ2.tex}
%\input{EnsemblesNetZ3.tex}
%\input{LesEnsemblesDeNombres1.tex}
%\input{LesEnsemblesDeNombres2.tex}
%\input{LesEnsemblesDeNombres3.tex}
%\input{OperationsSurR1.tex}
%\input{OperationsSurR2.tex}
%\input{OperationsSurR3.tex}
%\input{CalculLitteral1.tex}
%\input{CalculLitteral2.tex}
%\input{CalculLitteral3.tex}
%\input{EquationsInequations1.tex}
%\input{EquationsInequations2.tex}
%\input{EquationsInequations3.tex}
%\input{GeometriePlane1.tex}
%\input{GeometriePlane2.tex}
%\input{GeometriePlane3.tex}
%\input{LesDroites1.tex}
%\input{LesDroites2.tex}
%\input{LesDroites3.tex}
%\input{FonctionsetCourbes1.tex}
%\input{FonctionsetCourbes2.tex}
%\input{FonctionsetCourbes3.tex}
%\input{Inequations1.tex}
%\input{Inequations2.tex}
%\input{Inequations3.tex}
%\input{FonctionsetVariationsExtrem1.tex}
%\input{FonctionsetVariationsExtrem2.tex}
%\input{FonctionsetVariationsExtrem3.tex}
%\input{FonctionsetReferences1.tex}
%\input{FonctionsetReferences2.tex}
%\input{FonctionsetReferences3.tex}
%\input{StatistiquesPourcentages1.tex}
%\input{StatistiquesPourcentages2.tex}
%\input{StatistiquesPourcentages3.tex}
%*******************************
%\input{Probabilites1.tex}
%\input{Probabilites2.tex}
%\input{Probabilites3.tex}
%\input{OutilsNumeriques.tex}
%\input{Annexes}
\end{flushleft}
\end{document}