Add a better location information
This commit is contained in:
parent
914b7be9cb
commit
fde256187c
3 changed files with 41 additions and 4 deletions
|
@ -31,6 +31,12 @@ not set, please fix this.}
|
|||
%\newcommand*{\@supervisor}{\texttt{\string\supervisor} currently
|
||||
%not set, please fix this.}
|
||||
|
||||
\newcommand*{\hour}[1]{\gdef\@hour{#1}%
|
||||
}
|
||||
\newcommand*{\place}[1]{\gdef\@place{#1}%
|
||||
}
|
||||
\newcommand*{\room}[1]{\gdef\@room{#1}%
|
||||
}
|
||||
|
||||
\newcommand*{\messagesTitle}[1]{\gdef\@messagesTitle{\textbf{#1}}%
|
||||
}
|
||||
|
@ -43,9 +49,9 @@ not set, please fix this.}
|
|||
\item Messages 2
|
||||
\item Messages 3
|
||||
\end{enumerate}}
|
||||
\newcommand*{\objectivesTitles}[1]{\gdef\@objectivesTitles{\textbf{#1}}%
|
||||
\newcommand*{\objectivesTitle}[1]{\gdef\@objectivesTitle{\textbf{#1}}%
|
||||
}
|
||||
\newcommand*{\@objectivesTitles}{\textbf{\dumblang{Objectives}{Objectifs}}}
|
||||
\newcommand*{\@objectivesTitle}{\textbf{\dumblang{Objectives}{Objectifs}}}
|
||||
\newcommand*{\objectives}[1]{\gdef\@objectives{#1}%
|
||||
}
|
||||
\newcommand*{\@objectives}{
|
||||
|
@ -78,7 +84,7 @@ not set, please fix this.}
|
|||
\begin{tabular}{p{.5\textwidth}|p{.5\textwidth}}
|
||||
\toprule
|
||||
& \\
|
||||
\@objectivesTitles\unskip\strut\par & \@messagesTitle\unskip\strut\par \\
|
||||
\@objectivesTitle\unskip\strut\par & \@messagesTitle\unskip\strut\par \\
|
||||
\@objectives\unskip\strut\par & \@messages\unskip\strut\par \\
|
||||
\bottomrule
|
||||
\end{tabular}
|
||||
|
@ -93,7 +99,22 @@ not set, please fix this.}
|
|||
\vfill
|
||||
\fi
|
||||
|
||||
{\large \@date\par}
|
||||
{\large \@date}
|
||||
\ifx\@hour\undefined
|
||||
\else
|
||||
{
|
||||
\large\itshape\@hour\unskip\strut}
|
||||
\fi
|
||||
\ifx\@place\undefined
|
||||
\else
|
||||
{\par
|
||||
\@place\unskip\strut}
|
||||
\ifx\@room\undefined
|
||||
\else
|
||||
{
|
||||
\@room\unskip\strut}
|
||||
\fi
|
||||
\fi
|
||||
\end{titlepage}
|
||||
}
|
||||
\newcommand{\steptable}[1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue