20221115 Using TeX and LaTeX in VSCode (blu3mo)

  • https://qiita.com/DaikiSuyama/items/d463c5b7afdabc5fcde5
    • MacTex includes three applications: LaTeXit, TexShop (GUI applications), and TeXLive and GhostScript.

  • Prepare a sample file called hoge.tex and execute ”% platex hoge.tex” and ”% dvipdfmx hoge.dvi” in order to confirm that a PDF is created.

    • What are platex and dvipdfmx?
    • tex -> dvi -> pdf, something like that?
    • Well, I’ll learn it if I feel like it.
      • For now, as long as it works.