Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
polytechnique
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mael MADON
polytechnique
Commits
466ff24b
Commit
466ff24b
authored
Oct 23, 2015
by
Denis Merigoux
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4 from BinetReseau/clement
Correction de bug (Clément D.). RAS
parents
43851db1
59a59ef0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
source/polytechnique.dtx
source/polytechnique.dtx
+2
-1
source/polytechnique.sty
source/polytechnique.sty
+2
-1
No files found.
source/polytechnique.dtx
View file @
466ff24b
...
...
@@ -769,7 +769,8 @@ LaTeX version 1999/12/01 or later.
%\begin{macro}{\subtitle}
%Commande par laquelle l'utilisateur définit le sous-titre.
% \begin{macrocode}
\newcommand*{\subtitle}[1]{
\def\subtitle{}
\renewcommand*{\subtitle}[1]{
\renewcommand*{\polysoustitresave}{#1}
% \end{macrocode}
%Si le sous-titre a éé défini, on met le booléen |subtitle| à vrai.
...
...
source/polytechnique.sty
View file @
466ff24b
...
...
@@ -300,7 +300,8 @@
\pagestyle
{
plain
}
\newboolean
{
subtitle
}
\setboolean
{
subtitle
}{
false
}
\newcommand
{
\polysoustitresave
}{}
\newcommand*
{
\subtitle
}
[1]
{
\def\subtitle
{}
\renewcommand*
{
\subtitle
}
[1]
{
\renewcommand*
{
\polysoustitresave
}{
#1
}
\setboolean
{
subtitle
}{
true
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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