Skip to content

Instantly share code, notes, and snippets.

@koluku
Created November 1, 2019 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koluku/7e87a617969f3503854838e6cd97e972 to your computer and use it in GitHub Desktop.
Save koluku/7e87a617969f3503854838e6cd97e972 to your computer and use it in GitHub Desktop.
TeX Build
build:
ptex2pdf -l -u -ot "-kanji=utf8 -synctex=1" report.tex
upbibtex report
ptex2pdf -l -u -ot "-kanji=utf8 -synctex=1" report.tex
ptex2pdf -l -u -ot "-kanji=utf8 -synctex=1" report.tex
convert:
sed -i "" -e "s/、/,/g" -e "s/。/./g" report.tex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment