From 6eecc651beb6c5c17d06cf2f6da02f6fd4da55d3 Mon Sep 17 00:00:00 2001 From: Yann Salmon Date: Sun, 7 Oct 2018 23:14:50 +0200 Subject: [PATCH] espacement paragraphes et fonction pour cacher du texte --- latex/ysbeamer.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/latex/ysbeamer.tex b/latex/ysbeamer.tex index c76ae24..6c5d700 100644 --- a/latex/ysbeamer.tex +++ b/latex/ysbeamer.tex @@ -110,5 +110,15 @@ \tikzstyle{crashfloyd} = [basefloyd, fill=red!20] \tikzstyle{invfloyd} = [basefloyd, fill=green!20] +\newcommand<>\placehold[1]{% + \setbox\@tempboxa\hbox{#1}% + % Use the below definition if color goes wrong + % \setbox\@tempboxa\hbox{\color@begingroup#1\color@endgroup}% + \alt#2{\box\@tempboxa}{\hbox to \wd\@tempboxa{\hfill}}% +} + +\mode
{\parskip=1ex plus .5ex minus 0.5ex} +\mode{\parskip=1ex plus .5fill minus 0.75ex} + \makeatother \endinput \ No newline at end of file