summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty')
-rw-r--r--Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty11
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty
index bb28d2ce6c1..5952c2b9160 100644
--- a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty
+++ b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty
@@ -1,6 +1,6 @@
% Layout and Pagraph Format for Unified Process Methodology
%
-% Copyright (c) 2006-2009, 2012-2021 Stephane GALLAND <galland@arakhne.org>
+% Copyright (c) 2006-2009, 2012-2022 Stephane GALLAND <galland@arakhne.org>
%
% This program is free library; you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as
@@ -17,7 +17,7 @@
% write to the Free Software Foundation, Inc., 59 Temple Place - Suite
% 330, Boston, MA 02111-1307, USA.
-\global\edef\upm@package@fmt@ver{2021/07/08}
+\global\edef\upm@package@fmt@ver{2022/02/10}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{upmethodology-fmt}[\upm@package@fmt@ver]
@@ -413,6 +413,9 @@
%title of a table
\def\upm@fmt@table@title#1{\color{fronttableheader} \cellcolor{backtableheader} {\bfseries #1}}
%title of columns
+\newcommand{\tabularheaderstyle}[1]{%
+ \mbox{}{\cellcolor{backtableheader} {\color{fronttableheader}\itshape\ignorespaces#1}}%
+}%
\def\upm@fmt@table@column@title#1{\hfil{\color{fronttableheader} \cellcolor{backtableheader} {\itshape#1}}\hfil}
% Utility functions for mtabular
@@ -447,7 +450,7 @@
\ifnum0<\value{upm@fmt@mtabular@columnnumber}%
\let\upm@fmt@mtabular@column@continue\upm@fmt@mtabular@column@next%
\else%
- \\ \hline \let\upm@fmt@mtabular@column@continue\relax%
+ \\ \hline \let\upm@fmt@mtabular@column@continue\ignorespaces%
\fi%
\upm@fmt@mtabular@column@continue%
}
@@ -457,7 +460,7 @@
\ifnum0<\value{upm@fmt@mtabular@columnnumber}%
\let\upm@fmt@mtabular@column@continue\upm@fmt@mtabular@column@next%
\else%
- \\ \hline \let\upm@fmt@mtabular@column@continue\relax%
+ \\ \hline \let\upm@fmt@mtabular@column@continue\ignorespaces%
\fi%
\upm@fmt@mtabular@column@continue%
}