0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Overleafでfastはレンダリングできるが,ノーマルでレンダリングできないときの対処法は?

0
Posted at

Q. Overleafでfastはレンダリングできるが,ノーマルでレンダリングできないときの対処法は?

図.エラー画面

A.図の名前を日本語から英数字にする.

・発見方法

  1. 右側のAll logsの一番下に,「Raw logs」をクリック.
  2. コピペする.
  3. Geminiに入力する.分析してもらう.

図.All logs

  • Geminiの解説
  1. ログの解析結果
    ログの最後が Output written on output.dvi (21 pages, 57168 bytes). で終わっています。これは、LaTeXとしてのコンパイルは最後まで完了し、21ページのDVIファイルが生成されたことを意味します。

それなのにOverleafで「失敗」扱いになる、あるいはPDFが表示されない理由は、その後の**「DVIからPDFへの変換(dvipdfmx)」**で止まっている可能性が高いです。


  1. 最大の原因:画像ファイルの「日本語名」と「形式」
    ログの中に以下の記述があります:
  • <図3-9.png>
    • ファイル名に**日本語(全角文字)**が含まれている。
  • Graphic file (type bmp)
    * 拡張子は .png なのに、中身が BMP形式 と判定されている、または古いドライバ設定になっている。

注意: Overleaf(および dvipdfmx)は、ファイル名に日本語が含まれていると、PDF変換時にリンク切れを起こしてクラッシュすることがよくあります。

自分は今日Overleafに課金しました.
皆さんも良き論文執筆ライフを!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?