I got a problem (probably simple), but I dont really see how to explain it with a MWE.
So I'm trying to modify my quote environment. I entered the following line in my preamble :
\renewenvironment{quote}{\begin{singlespace} {\rightmargin\leftmargin}}{\end{singlespace}}
In a MWE, its working (I can give it, but this should not be necessary, I only need the setspace package).
However, in my main document, something just cancel this effect. I think that's probably another package i'm using. So here's the list of packages : can anyone tell me if one of them if known for interferating with quote ?
Thank you, Thomas :
documentclass[a4paper,12pt,oneside]{book} % On utilise la classe Book
\usepackage{appendix}
\usepackage{bredele} % Appel de bredele.sty
\usepackage[round]{natbib}
\usepackage{amsmath}
\usepackage{setspace} % pour virer les espaces dans les environnements equation et alig\usepackage{etoolbox} % it\usepackage{array}
\usepackage[T1]{fontenc} % un peu superflu, pour tenter d'améliorer l'hyphenation
\usepackage{lmodern} % un peu superflu, pour tenter d'améliorer l'hyphenation
\usepackage{splitidx} % REMPLACE \usepackage{multind}
\usepackage{french}[babel]
\usepackage{array}
\usepackage{lscape}
\usepackage{chngcntr}
\usepackage[compact]{titlesec}
\usepackage{tikz} % pour des diagrammes simples
\usepackage[strict]{changepage}
\usepackage{enumitem}
\setlist{nolistsep}
bredele.styisn't available at CTAN. If I omit this package (and correctly loadbabel), everything works fine for me using your preamble. Have you tried to redefinequoteimmediately before\begin{document}? – lockstep Feb 20 at 12:53\begin{document}is part of the preamble. Please provide an example that shows the problem. – lockstep Feb 20 at 12:56