Changeset 36 for anr/anr.sty


Ignore:
Timestamp:
Jan 18, 2010, 9:31:49 AM (14 years ago)
Author:
coach
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anr/anr.sty

    r35 r36  
    44
    55%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     6%{\catcode`\<=1\catcode`\>=2
     7%       <\catcode`\{=12\gdef\OBraceTw<{>>
     8%       <\catcode`\}=12\gdef\CBraceTw<}>>
     9%>
     10%\@ifundefined{specHasManual}{\let\specHasManual\relax}{}
     11\let\specHasManual\relax
     12\let\specCsgManual\relax
     13
     14\def\setMacroInAuxFile#1{%
     15    \global\expandafter\edef\csname#1\endcsname{\name}
     16    \expandafter\immediate\expandafter\write\@auxout\expandafter{\expandafter\string\expandafter\gdef\expandafter\string\csname #1\endcsname{\name}}
     17}
     18\def\eoa{end-of-args}
     19\def\@novers#1-#2\eoa{#1}
     20\def\novers#1{\expandafter\@novers#1\eoa}
     21
     22%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     23\let\ganttlf\relax
    624\newwrite\ganttdata
    725\immediate\openout\ganttdata=anr.gantt
     
    98116    {
    99117      \let\xcoach\relax
     118      \let\xcoachplus\relax
    100119      \let\xilinx\relax
    101120      \let\altera\relax
    102121      \immediate\write\ganttdata{%
    103122        T=\the\taskcnt\space S=\the\subtaskcnt\space%
    104         DV=\the\livrablecnt\space BM=##2 EM=##3 TITLE=##6%
     123        D=\the\livrablecnt\space V=##1 BM=##2 EM=##3 TITLE=##6%
    105124      }
    106125    }
Note: See TracChangeset for help on using the changeset viewer.