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
review-init --latex-template=review-jlreqでビルドすると、styディレクトリに「gentombow.sty」と「jsbook.cls」がコピーされますがこれは必要でしょうか?
review-init --latex-template=review-jlreq
A. 不要なもので、コピーしないようにするのが望ましい。 B. 不要ではあるが、何らかの理由によりわざとreview-jsbookと同様にコピーしている。 C. 必要なもの。
あって困るものでもないので、今のままでも特に問題となるわけではないのですが、A.のように不要なら削除してしまったほうが混乱がないかなと思い、報告させていただきました。
review/lib/review/init.rb
Lines 163 to 173 in c6a103c
もし修正するとなると、上記においてif @template == 'review-jsbook'のとき(もしくはif @template != 'review-jlreqのとき)にのみ、FileUtils.cpを呼ぶ形の変更になるかと思います。
if @template == 'review-jsbook'
if @template != 'review-jlreq
FileUtils.cp
The text was updated successfully, but these errors were encountered:
そうですね、==のときにcp、は自然なのでそうします。
Sorry, something went wrong.
6fe2352
note #1359,#1379,#1381,#1383,#1385,#1386,#1389,#1390,#1391,#1392,#1395,…
bf25232
…#1398
No branches or pull requests
review-init --latex-template=review-jlreq
でビルドすると、styディレクトリに「gentombow.sty」と「jsbook.cls」がコピーされますがこれは必要でしょうか?A. 不要なもので、コピーしないようにするのが望ましい。
B. 不要ではあるが、何らかの理由によりわざとreview-jsbookと同様にコピーしている。
C. 必要なもの。
あって困るものでもないので、今のままでも特に問題となるわけではないのですが、A.のように不要なら削除してしまったほうが混乱がないかなと思い、報告させていただきました。
review/lib/review/init.rb
Lines 163 to 173 in c6a103c
もし修正するとなると、上記において
if @template == 'review-jsbook'
のとき(もしくはif @template != 'review-jlreq
のとき)にのみ、FileUtils.cp
を呼ぶ形の変更になるかと思います。The text was updated successfully, but these errors were encountered: