Changeset 151 for anr/anr.sty


Ignore:
Timestamp:
Feb 15, 2010, 8:16:20 AM (14 years ago)
Author:
coach
Message:

IA: added kind in delivrable tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anr/anr.sty

    r150 r151  
    126126
    127127%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    128 \def\writeganttinfo#1#2#3#4#5{{%
     128\def\writeganttinfo#1#2#3#4#5#6{{%
    129129    \let\xcoach\relax
    130130    \let\xcoachplus\relax
     
    143143      T=\the\taskcnt\space S=\the\subtaskcnt\space%
    144144      D=\the\livrablecnt\space V=\vers\space%
    145       BM=#1 EM=#2 R=#3 PART={#4} TITLE=#5%
     145      BM=#1 EM=#2 R=#3 PART={#4} KIND={#5} TITLE=#6%
    146146    }
    147147}}
     
    173173    \def\vers{V\the\verscnt}
    174174    \global\edef\name{D\the\taskcnt\the\subtaskcnt\the\livrablecnt-\vers}%
    175     \writeganttinfo{##1}{##2}{none}{##4}{##5}
     175    \writeganttinfo{##1}{##2}{none}{##4}{##3}{##5}
    176176    \\\hline
    177177    \ifLivrableTopLine
     
    198198    \def\vers{VF}
    199199    \global\edef\name{D\the\taskcnt\the\subtaskcnt\the\livrablecnt-\vers}%
    200     \writeganttinfo{##1}{##2}{##6}{##4}{##5}
     200    \writeganttinfo{##1}{##2}{##6}{##4}{##3}{##5}
    201201    \\\hline
    202202    \ifLivrableTopLine
Note: See TracChangeset for help on using the changeset viewer.