better tagging
This commit is contained in:
parent
2ec604283b
commit
3fbfd93825
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
\DocumentMetadata{testphase = {phase-II}}
|
||||
\DocumentMetadata{testphase = {phase-II,sec,toc,graphic,minipage,float,text,firstaid}}
|
||||
\documentclass[]{rapstage}
|
||||
|
||||
% Couleurs
|
||||
|
@ -68,8 +68,8 @@ ATTENTION au copier/coller qui peuvent changer le style du document !
|
|||
Les images ne \textbf{doivent surtout pas} être placées au milieu du
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=.49\textwidth]{images/wide_logo.png}
|
||||
\includegraphics[width=.49\textwidth]{images/wide_logo.png}
|
||||
\includegraphics[alt={Logo large},width=.49\textwidth]{images/wide_logo.png}
|
||||
\includegraphics[alt={Logo large},width=.49\textwidth]{images/wide_logo.png}
|
||||
\end{figure}
|
||||
\noindent
|
||||
texte, car cela coupe le flot et complique la lecture. L'image ci-dessus est un
|
||||
|
@ -87,7 +87,7 @@ et de (feu) Paris Diderot.
|
|||
|
||||
\begin{figure}[h]
|
||||
\centering
|
||||
\includegraphics[width=1\textwidth]{images/wide_logo.png}
|
||||
\includegraphics[alt={Logo large},width=1\textwidth]{images/wide_logo.png}
|
||||
\caption{Logos de l'Université de Paris et de Paris Diderot}
|
||||
\end{figure}
|
||||
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
\renewcommand{\maketitle}{
|
||||
\begin{titlepage}
|
||||
\begin{center}
|
||||
\includegraphics[height=3.5cm]{images/logo.png}
|
||||
\includegraphics[alt={Logo},height=3.5cm]{images/logo.png}
|
||||
|
||||
{
|
||||
\setmainfont{Arial}
|
||||
|
|
Loading…
Reference in a new issue