1
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?

More than 1 year has passed since last update.

iPadでpdfLaTeXをコンパイル (無料)

Posted at

やりかた

  1. "a-Shell"をインストール
  2. 「latex」と打ち込むとlatexインストールが始まる
  3. 「vim test.tex」と打つとtest.texファイルが作成されて編集画面へ
  4. 「i」で書き込みモード
  5. 好きなコードを書き込む
  6. 「Escape」でコマンドモードへ行き、「:w」で保存
  7. a-shellをもう1画面で開く (分割表示可能)
  8. 「pdflatex test.tex」でコンパイルされる
  9. 「view test.pdf」で出力されたPDFファイルを表示

Tips

  • vim上で「:wq」とすると保存して終了
  • s-Shell上で「ls」で今いる場所のファイル一覧を見れる
  • 「cd」で「~/Documents」に戻れる
  • 「rm ファイル」でファイルを消せる
  • もちろんbeamerも使える
  • 「pickFolder」で好きなフォルダを直感的に選べる、iCloudとか

upLaTeX

upLaTeXが使えるかどうか開発者に聞いたら以下のような返答が

There is no pLaTeX or upLaTeX yet on a-Shell. I'll try to add them when I do the update for texlive 2023.

1
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
1
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?