Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Beamer TPT NG
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dang-Kien Pham
Beamer TPT NG
Commits
e061762e
Commit
e061762e
authored
4 years ago
by
Cédric Ware
Browse files
Options
Downloads
Patches
Plain Diff
Temporarily exclude poster .sty from releases.
Create v0.8.
parent
861cc18b
No related branches found
Branches containing commit
Tags
v0.8
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+3
-1
3 additions, 1 deletion
Makefile
model.tex
+1
-1
1 addition, 1 deletion
model.tex
texinputs/beamerthemetptnew.sty
+1
-1
1 addition, 1 deletion
texinputs/beamerthemetptnew.sty
with
5 additions
and
3 deletions
Makefile
+
3
−
1
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
This diff is collapsed.
Click to expand it.
model.tex
+
1
−
1
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}
...
...
This diff is collapsed.
Click to expand it.
texinputs/beamerthemetptnew.sty
+
1
−
1
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment