exercice: améliore la source
- Commente la configuration de la prise en compte des citations, afin de pouvoir compiler sans. - Ajoute une citation en ligne pour montrer le support des guillemets adaptés à la langue. - Supprime le PDF de l'archive de l'exercice. Co-Authored-by: iGor milhit <igor@milhit.ch>dev v0.4.1
parent
e83962cbd7
commit
d9e6694270
|
@ -19,10 +19,10 @@
|
||||||
\usepackage{lmodern}
|
\usepackage{lmodern}
|
||||||
% Sets the encoding of the output file
|
% Sets the encoding of the output file
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
\usepackage[style=authoryear,
|
% \usepackage[style=authoryear,
|
||||||
backend=biber]{biblatex}
|
% backend=biber]{biblatex}
|
||||||
% Declares the bibliographic database file
|
% Declares the bibliographic database file
|
||||||
\addbibresource{references-exercice.bib}
|
% \addbibresource{references-exercice.bib}
|
||||||
|
|
||||||
\author{Dimitri Donzé, Vincent Hubert, Igor Milhit}
|
\author{Dimitri Donzé, Vincent Hubert, Igor Milhit}
|
||||||
\title{Notre pseudo-article}
|
\title{Notre pseudo-article}
|
||||||
|
@ -42,15 +42,16 @@ comme le suggèrent <authors>.
|
||||||
|
|
||||||
\section{Première partie}
|
\section{Première partie}
|
||||||
|
|
||||||
Dans \emph{cette première partie}, nous pouvons afficher la citation suivante.
|
Dans \emph{cette première partie}, nous pouvons insérer une \enquote{citation
|
||||||
|
en ligne} et le bloc de citation suivante :
|
||||||
|
|
||||||
\begin{quote}
|
\begin{quote}
|
||||||
The results showed that different reference managers require different
|
The results showed that different reference managers require different
|
||||||
levels of effort, and users generally prefer the tools that involve less
|
levels of effort, and users generally prefer the tools that involve less
|
||||||
effort. We also found that although reference managers share similar features,
|
effort. We also found that although reference managers share similar features,
|
||||||
differences in presentation and organization matter. We conclude this work by
|
differences in presentation and organization matter. We conclude this work by
|
||||||
providing a set of guidelines for both users and developers of reference
|
providing a set of guidelines for both users and developers of reference
|
||||||
managers.
|
managers.
|
||||||
\end{quote}
|
\end{quote}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|
Loading…
Reference in New Issue