diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/handout/examples/example3-defined-path.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/handout/examples/example3-defined-path.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/handout/examples/example3-defined-path.tex b/Master/texmf-dist/doc/latex/handout/examples/example3-defined-path.tex new file mode 100644 index 00000000000..de1b979f56c --- /dev/null +++ b/Master/texmf-dist/doc/latex/handout/examples/example3-defined-path.tex @@ -0,0 +1,20 @@ +\documentclass[a4paper]{article} +\usepackage{polyglossia,fontspec} +\setmainlanguage{french} +\usepackage[dir=txt]{handout} +\newcommand{\beforehandout}{% + \renewenvironment{quotation}{}{} +} +\begin{document} + +L'historien catholique Gabriel du Preau ce sert de l'épisode lorsqu'il est question de Matthieu: +\handout{Preau1583.tex} +Des commentaires sur ce passage + +Dans son \emph{Histoire critique du texte du Nouveau Testament}, Richard~Simon écrit: +\handout{Richard_Simon_NT.tex} +Des commentaires sur ce passage. + +\end{document} + + |