https://texwiki.texjp.org/?MacTeX
brew cask install mactex-no-gui
https://texwiki.texjp.org/?Visual%20Studio%20Code%2FLaTeX
code --install-extension James-Yu.latex-workshop
// LaTeX Setup
"latex-workshop.latex.recipes": [
    {  
        "name": "latexmk",  
        "tools": [  
            "latexmk"  
        ]  
    },
],
"latex-workshop.latex.tools": [
    {
        "name": "latexmk",
        "command": "latexmk",
    },
],
"latex-workshop.latex.clean.fileTypes": [
    "*.aux", "*.bbl", "*.blg", "*.idx", "*.ind", "*.lof", "*.lot", "*.out", "*.toc", "*.acn", "*.acr", "*.alg", "*.glg", "*.glo", "*.gls", "*.ist", "*.fls", "*.log", "*.fdb_latexmk", "*.synctex.gz",
    "_minted*", "*.nav", "*.snm", "*.vrb",
    "*.run.xml","*.dvi","*.bcf"
],
"latex-workshop.view.pdf.viewer": "tab",
"latex-workshop.latex.autoClean.run": "onFailed",
option + command + B
保存するたびにPDFが更新される