Skip to content
Snippets Groups Projects
Commit 3fc760c7 authored by Denis Merigoux's avatar Denis Merigoux
Browse files

Bugfixes

In notitlpage option with single logo
parent adbeade0
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ del *.ind
del *.log
del *.toc
del *.out
kpsewhich -var-value TEXMFMAIN > temp.txt
kpsewhich -var-value TEXMFLOCAL > temp.txt
set /p installdir=<temp.txt
del temp.txt
md "%installdir%/tex/latex/polytechnique"
......
......@@ -643,7 +643,7 @@ LaTeX version 1999/12/01 or later.
% \begin{macrocode}
\newlength{\largeurminipage}
\setlength{\largeurminipage}
{(\textwidth-\largeurlogovert)/\real{2}}
{(\textwidth-\largeurlogovert-0.5cm)/\real{2}}
% \end{macrocode}
%\end{macro}
%\begin{macro}{\distancetitrecorps}
......@@ -904,7 +904,7 @@ LaTeX version 1999/12/01 or later.
\noindent
\begin{minipage}[b]{\largeurminipage}
\hspace{0cm}\polyauthorsave
\end{minipage}
\end{minipage}%
% \end{macrocode}
%La |minipage| permet les sauts de ligne pour avoir plusieurs auteurs, et |\hspace{0cm}| sert a ne pas faire une minipage vide si |\polyauthorsave={}|.
% \begin{macrocode}
......@@ -913,13 +913,13 @@ LaTeX version 1999/12/01 or later.
%Les blocs sont séparés par des ressorts horizontaux. Vient ensuite le bloc central avec le logo de l'X.
% \begin{macrocode}
\includegraphics[width=\largeurlogovert]{\polylogovert}
\hspace*{\fill}
\hspace*{\fill}%
% \end{macrocode}
%Et pour conclure la première ligne le bloc de droite qui contient la |\date|.
% \begin{macrocode}
\begin{minipage}[b]{\largeurminipage}
\flushright\hspace{0cm}\polydatesave
\end{minipage}
\end{minipage}%
}
% \end{macrocode}
%Le |\hspace{0cm}| sert a ne pas faire une minipage vide si |\polydatesave={}|.
......
......@@ -231,7 +231,7 @@
\setlength{\separationlogotrait}{-\baselineskip*2+10mm}
\newlength{\largeurminipage}
\setlength{\largeurminipage}
{(\textwidth-\largeurlogovert)/\real{2}}
{(\textwidth-\largeurlogovert-0.5cm)/\real{2}}
\newlength{\distancetitrecorps}
\setlength{\distancetitrecorps}
{\separationtitrecorps-\baselineskip*2}
......@@ -355,13 +355,13 @@
\noindent
\begin{minipage}[b]{\largeurminipage}
\hspace{0cm}\polyauthorsave
\end{minipage}
\end{minipage}%
\hspace*{\fill}
\includegraphics[width=\largeurlogovert]{\polylogovert}
\hspace*{\fill}
\hspace*{\fill}%
\begin{minipage}[b]{\largeurminipage}
\flushright\hspace{0cm}\polydatesave
\end{minipage}
\end{minipage}%
}
\newcommand{\notitlepagelayout}{
\thispagestyle{plain}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment