diff --git a/rapport_francais/preambule_rapport_francais.tex b/rapport_francais/preambule_rapport_francais.tex index d283e7178a52c1ed2406d3547c5d2c40c8f5dad3..7aebdffecc28854a97ee7411c6f9d0b85374d411 100644 --- a/rapport_francais/preambule_rapport_francais.tex +++ b/rapport_francais/preambule_rapport_francais.tex @@ -13,6 +13,22 @@ \usepackage{amssymb} \usepackage{graphicx} +% Compilation avec latex ou pdflatex +\usepackage{ifpdf} +\ifpdf + \usepackage{epstopdf} + \epstopdfsetup{update} + \DeclareGraphicsExtensions{.pdf,.png,.jpg, .eps, .ps} + \DeclareGraphicsRule{.ps}{pdf}{.pdf}{`C:/DocDD/OnCld/Apps/USBTeX-1.7/programs/MiKTeX_2.9/miktex/bin/ps2pdf -dEPSCrop -dNOSAFER #1 \noexpand\OutputFile} +\else + \DeclareGraphicsExtensions{.eps, .ps} +\fi + +% Beau tableau +\usepackage{booktabs} + + + % Quotations % @see https://fr.sharelatex.com/learn/Typesetting_quotations % @usage the environment displayquote prints a display quotation and the command \textquote an in-line quotation