Feb 21, 2007
博士論文メモ:latex-mk
latex-mk Link を使ってみようとしたが、なかなか難しいな。
.undef USE_LATEX2HTML
.undef USE_HEVEA
.undef USE_TEX2PAGE
していても、make clean すると
yasu@cpu Wed 02/21 19:40[~/doctor-thesis/yasu-dthesis](0)> make clean
if [ -f yasu-dthesis.www_files ]; then for f in `/usr/bin/awk '{print $2}'
yasu-dthesis.www_files` ; do if [ -f $f ]; then /bin/rm -f $f ; fi ; done ;
fi
/bin/rm -f yasu-dthesis.www_files
/bin/rm -f yasu-dthesis.html_dir/images.aux
/bin/rm -f yasu-dthesis.html_dir/images.bbl
:
:
のように、$(NAME).www_files や $(NAME).html_dir が出てきて汚い。
俺の eps ファイルを勝手に消しやがる(致命的)。
gmake は
yasu@cpu Wed 02/21 19:45[~/doctor-thesis/yasu-dthesis](2)> gmake
gmake: *** 仮想メモリを使い果たしました。中止。
gmake: *** virtual memory exhausted. Stop.
なんて言うし。自作 Makefile に戻す。。。
WriteBacks
仮想メモリ最適または設定、増やし方紹介します
仮想メモリの最適または設定や増やし方を紹介していきます。
初心者必見です。わかりやすく解説します。
Posted by 仮想メモリ最適または設定、増やし方紹介します at 2007/02/26 (Mon) 22:16:36
http://www.sfc.wide.ad.jp/~yasu/nblog/education/about-dthesis-3.trackback
writeback message: Ready to post a comment.