summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/handout/examples/example2-cancel-quotation.tex
blob: bce2792d5712255a93529b9acf750c6907ba52b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\documentclass[a4paper]{article}
\usepackage{polyglossia,fontspec}
\setmainlanguage{french}
\usepackage{handout}
\newcommand{\beforehandout}{%
	\renewenvironment{quotation}{}{}
}
\begin{document}

Dans son \emph{Histoire critique du texte du Nouveau Testament}, Richard~Simon écrit:
\handout{txt/Richard_Simon_NT.tex}
Des commentaires sur ce passage.

\end{document}