Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Germain-C2S
Beamer TPT NG
Commits
e061762e
Commit
e061762e
authored
Jun 01, 2020
by
Cédric Ware
Browse files
Temporarily exclude poster .sty from releases.
Create v0.8.
parent
861cc18b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e061762e
...
...
@@ -74,5 +74,7 @@ $(TOP_NAME)-slide2.tex : $(TOP_NAME).tex
# Usage: make release V=-v<x>.<y>.<z>. If V is not given,
# it will be calculated from the latest version-like tag
# (and incremented unless working copy is clean and at the tag).
# FIXME temporary: ignore poster .sty in $(STYS) until it is updated.
release
:
perl
-i
.orig
$(RELEASE_SCRIPT)
$(V)
$(STYS)
$(TOP_NAME)
.tex
perl
-i
.orig
$(RELEASE_SCRIPT)
$(V)
$(
filter-out
%poster.sty,
$(STYS)
)
$(TOP_NAME)
.tex
model.tex
View file @
e061762e
...
...
@@ -67,7 +67,7 @@
\author
{
Graba Tarik
}
\email
{
tarik.graba@telecom-paris.fr
}
\institute
{
Une école de l'IMT
}
\date
{}
\date
{
2020-06-01
}
% Logo additionnel sur la page de titre (pour une conf ou un évènement).
%\extraLogo[width=2cm]{logo-cnrs}
...
...
texinputs/beamerthemetptnew.sty
View file @
e061762e
\NeedsTeXFormat
{
LaTeX2e
}
[1995/12/01]
\ProvidesPackage
{
beamerthemetptnew
}
[20
11/11/15
]
\ProvidesPackage
{
beamerthemetptnew
}
[20
20/06/01 v0.8
]
% Utilisation de pgfkeys/pgfopts pour la gestion des options,
% et définition de raccourcis.
...
...
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