Skip to content
Snippets Groups Projects
Commit e061762e authored by Cédric Ware's avatar Cédric Ware
Browse files

Temporarily exclude poster .sty from releases.

Create v0.8.
parent 861cc18b
No related branches found
Tags v0.8
No related merge requests found
......@@ -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
......@@ -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}
......
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{beamerthemetptnew}[2011/11/15]
\ProvidesPackage{beamerthemetptnew}[2020/06/01 v0.8]
% Utilisation de pgfkeys/pgfopts pour la gestion des options,
% et définition de raccourcis.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment