From e061762e809581e22a1c623384b8604df8b2341f Mon Sep 17 00:00:00 2001 From: Cedric Ware <cedric.ware@telecom-paristech.fr> Date: Mon, 1 Jun 2020 22:06:28 +0200 Subject: [PATCH] Temporarily exclude poster .sty from releases. Create v0.8. --- Makefile | 4 +++- model.tex | 2 +- texinputs/beamerthemetptnew.sty | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a3e78c3..ee04462 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/model.tex b/model.tex index a831439..7d151f5 100644 --- a/model.tex +++ b/model.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} diff --git a/texinputs/beamerthemetptnew.sty b/texinputs/beamerthemetptnew.sty index 2b79105..43fca03 100644 --- a/texinputs/beamerthemetptnew.sty +++ b/texinputs/beamerthemetptnew.sty @@ -1,5 +1,5 @@ \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. -- GitLab