Changeset 36 for anr/anr.sty
- Timestamp:
- Jan 18, 2010, 9:31:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/anr.sty
r35 r36 4 4 5 5 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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 6 24 \newwrite\ganttdata 7 25 \immediate\openout\ganttdata=anr.gantt … … 98 116 { 99 117 \let\xcoach\relax 118 \let\xcoachplus\relax 100 119 \let\xilinx\relax 101 120 \let\altera\relax 102 121 \immediate\write\ganttdata{% 103 122 T=\the\taskcnt\space S=\the\subtaskcnt\space% 104 D V=\the\livrablecnt\spaceBM=##2 EM=##3 TITLE=##6%123 D=\the\livrablecnt\space V=##1 BM=##2 EM=##3 TITLE=##6% 105 124 } 106 125 }
Note: See TracChangeset
for help on using the changeset viewer.