情報処理学会全国大会テンプレート

figure add 3 months ago
.gitignore Ignore pattern added 4 months ago
.hgignore Ignore pattern added 4 months ago
Makefile Makefile added 4 months ago
README.md How to use 4 months ago
command.txt add: memo.txt file 4 months ago
ipsf_slide.pdf add: slide file 1 month ago
koekisample.pdf add 4 months ago
koekisample.tex add 4 months ago
memo.txt add: memo.txt file 4 months ago
tsubasa.pdf add 3 months ago
tsubasa.tex add 3 months ago
zenkoku.sty make 4 months ago
README.md

ipsj_zenkoku

情報処理学会全国大会テンプレート

Steps

  1. Fork this repository into your own repo.
  2. Clone your new repo.
  3. cd ipsj_zenkoku; make
  4. cp koekisample.tex resume.tex
  5. Edit resume.tex...
  6. make resume.pdf

NOTE

  • コマンドラインでタイプセットするときは
export TEXINPUTS=.//:$TEXINPUTS

してから platex resume.tex などする。
TEXINPUTSの意味は調べること。