We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現状のテンプレートでは BibTeX が動かなさそう(少なくとも手元の環境では). backend 指定を消して biber をバックエンドで動かすとタイプセットが通る.
backend
biber
もし BibTeX が動かないことに再現性があれば,bibtex をバックエンドとして利用することを中止して biber に切り替えたい. (ただその場合,@online なエントリの title に \emph が効いているのか bold になってしまい,日本語文献としてはいささか不自然なので,工夫をする必要があるかもしれない.)
bibtex
@online
title
\emph
The text was updated successfully, but these errors were encountered:
IEEE 準拠のものであれば CTAN に日本語対応した非公式のものが落ちてる (MIT License). https://github.com/ehki/jIEEEtran https://www.ctan.org/pkg/jieeetran 気合いがなければこういうのを使ってもよさそう.
そうでなければ日本語の情報系学会でそこそこ名の知れているところ(情報処理学会とか?)のスタイルに合わせておくのが無難そうな気がする. 情報処理学会のスタイル例: https://www.ipsj.or.jp/journal/submit/ronbun_j_prms.html
Sorry, something went wrong.
No branches or pull requests
現状のテンプレートでは BibTeX が動かなさそう(少なくとも手元の環境では).
backend
指定を消してbiber
をバックエンドで動かすとタイプセットが通る.もし BibTeX が動かないことに再現性があれば,
bibtex
をバックエンドとして利用することを中止してbiber
に切り替えたい.(ただその場合,
@online
なエントリのtitle
に\emph
が効いているのか bold になってしまい,日本語文献としてはいささか不自然なので,工夫をする必要があるかもしれない.)The text was updated successfully, but these errors were encountered: