File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 6565 common ) $CWEAVE $f comm-w2c ;;
6666 ctangle ) $CWEAVE $f ctang-w2c ;;
6767 cweave ) $CWEAVE $f cweav-w2c ;;
68- ctwill ) $CWEAVE cweave $f -w2c $f ;;
68+ ctwill ) tie -m $f .w cweave.w $f -w2c.ch $f -mini.ch
69+ $f -f +lpdf $f ; $f -f +lpdf $f ;;
6970 ctie ) $CWEAVE $f $f -k ;;
7071 tie ) $CWEAVE $f $f -w2c ;;
7172
9192 else
9293 case $f in
9394 common | ctangle | cweave | ctie | tie ) $CWEAVE $f ;;
94- ctwill ) $CWEAVE cweave $f -w2c $f ;;
95+ ctwill ) tie -m $f .w cweave.w $f -w2c.ch $f -mini.ch
96+ $f -f +lpdf $f ; $f -f +lpdf $f ;;
9597 * ) weave $f ;;
9698 esac
9799 fi
179181 rm texmf-pdf.patch
180182 fi ;;
181183
182- common | ctangle | cweave | ctwill | ctie | tie )
184+ common | ctangle | cweave | ctie | tie )
183185 # Use nicer format for C comments and assignment
184186 sed -i -e " 1 s/\(cwebmac\)/\1\n\\\\ input Xcwebmac/" \
185187 $f .tex ;;
You can’t perform that action at this time.
0 commit comments