Skip to content
Snippets Groups Projects
Unverified Commit 3d399090 authored by neze's avatar neze
Browse files

uppercase with newline

parent 434cf5d1
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,14 @@
\def\polylogopersosave{}
%---------- Mise en page
\newcommand{\MakeUppercaseWithNewline}[1]{%
\begingroup
\let\SavedOrgNewline\\%
\DeclareRobustCommand{\\}{\SavedOrgNewline}%
\MakeUppercase{#1}%
\endgroup
}
\let\oldtitle=\title%
\renewcommandx\title[3][1={},3={}]{%
% use: \title[sous-titre]{titre}[titre court]
......@@ -162,7 +170,7 @@
\makebox(0,0)[rb]{%
\begin{minipage}{0.75\paperwidth}\noindent\flushright%
\Large\setlength{\baselineskip}{0.7\baselineskip}%
\sffamily\bfseries\MakeUppercase{\polytitresave}%
\sffamily\bfseries\MakeUppercaseWithNewline{\polytitresave}%
\end{minipage}%
}%
}%
......@@ -227,7 +235,7 @@
\put(80,70){%
\makebox(0,0)[ct]{%
\begin{minipage}{140\unitlength}\centering%
\Large\sffamily\color{#2}\MakeUppercase{#5}%
\Large\sffamily\color{#2}\MakeUppercaseWithNewline{#5}%
\end{minipage}%
}%
}%
......@@ -288,7 +296,7 @@
\put(80,27){%
\makebox(0,0)[cb]{%
\begin{minipage}{120\unitlength}\centering%
\Large\rmfamily\color{#3}\MakeUppercase{#5}%
\Large\rmfamily\color{#3}\MakeUppercaseWithNewline{#5}%
\end{minipage}%
}%
}%
......
......@@ -3,7 +3,7 @@ x Template : xsection
x Template : xsubsection
x Template : xframe (basic)
x Cleaning : title
o Manage UpperCaseWithNewLine
x Manage UpperCaseWithNewLine
o Dimensions
o One real color theme
o Add the other themes
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