Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LaTeX-UTC
Templates
Rapport-TP-LaTeX-UTC
Commits
9be29ef6
Commit
9be29ef6
authored
Apr 25, 2018
by
Rémy Huet
💻
Browse files
Passage de l'UV en variable et ajour au header
parent
c9c3f789
Pipeline
#22096
passed with stage
in 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
main.tex
View file @
9be29ef6
\documentclass
{
report-UTC
}
\title
{
UVXX : compte-rendu TP X
}
\UV
{
UVXX
}
%Nom de l'UV
\title
{
\theUV
{}
compte-rendu TP X
}
\author
{
XXXXXX XXXXX et XXXXX XXXXX
}
...
...
report-UTC.cls
View file @
9be29ef6
...
...
@@ -34,10 +34,12 @@
\renewcommand
{
\listoflistingscaption
}{
Liste des programmes
}
%Pour changer le titre de la liste des codes
\renewcommand
{
\listingscaption
}{
Programme
}
%Pour changer la légende des codes
\newcommand
{
\UV
}
[1]
{
\def\theUV
{
#1
}}
%Passage de l'UV en variable
\renewcommand
{
\headrulewidth
}{
0.5pt
}
\lhead
{
\textsc
{
\leftmark
}}
\chead
{
\includegraphics
[height=1.5cm]
{
./
__
EXTERNAL
_
ASSETS
__
/sigle
_
UTC.pdf
}}
\rhead
{
}
\rhead
{
\theUV
}
\cfoot
{
\thepage
}
\newenvironment
{
myabstract
}{
%
...
...
@@ -45,5 +47,3 @@
\bf
}
{
\end{center}
\end{quote}
}
src/titlePage.tex
View file @
9be29ef6
\thispagestyle
{
empty
}
\thispagestyle
{
empty
}
%La page de titre n'a pas de numéro
\setcounter
{
page
}{
0
}
%On remet donc le compteur à 0
\begin{figure}
[H]
\centering
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment