This file describes how LaTeX is setup on your computer.
latex: /Library/TeX/texbin/latex pdflatex: /Library/TeX/texbin/pdflatex bibtex: /Library/TeX/texbin/bibtex biber: /Library/TeX/texbin/biber
tlmgr: /Library/TeX/texbin/tlmgr kpsewhich: /Library/TeX/texbin/kpsewhich texdoc: /Library/TeX/texbin/texdoc
Configuration: texmf configuration values (from /usr/local/texlive/2016/texmf.cnf): TEXMFVAR = ~/Library/texlive/2016/texmf-var TEXMFHOME = ~/Library/texmf TEXMFCONFIG = ~/Library/texlive/2016/texmf-config
Here are some relevant variables help:org-format-latex-header help:org-latex-default-packages-alist help:org-latex-packages-alist help:org-latex-pdf-process
Note: Not every class has a corresponding style file. Click on the texdoc link to learn more about the class.
Missing files should be installed in the TEXMFHOME directory listed above. See https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages for help.
This is the header that is expanded.
\documentclass{elsarticle} [NO-DEFAULT-PACKAGES] [PACKAGES] [EXTRA]
LaTeX path for class: /usr/local/texlive/2016/texmf-dist/tex/latex/elsarticle/elsarticle.cls
texdoc elsarticle
Latex style path: [[]]
This is the header that is expanded.
\documentclass{mimosis} [NO-DEFAULT-PACKAGES] [PACKAGES] [EXTRA] \newcommand{\mboxparagraph}[1]{\paragraph{#1}\mbox{}\} \newcommand{\mboxsubparagraph}[1]{\subparagraph{#1}\mbox{}\}
LaTeX path for class: /Users/user/Library/texmf/tex/latex/local/mimosis.cls
texdoc mimosis
Latex style path: [[]]
This is the header that is expanded.
\documentclass{mimore} [NO-DEFAULT-PACKAGES] [PACKAGES] [EXTRA]
LaTeX path for class: /Users/user/Library/texmf/tex/latex/local/mimore.cls
texdoc mimore
Latex style path: [[]]
This is the header that is expanded.
\documentclass[11pt]{article}
LaTeX path for class: /usr/local/texlive/2016/texmf-dist/tex/latex/base/article.cls
texdoc article
Latex style path: /usr/local/texlive/2016/texmf-dist/tex/latex/base/article.sty
This is the header that is expanded.
\documentclass[11pt]{report}
LaTeX path for class: /usr/local/texlive/2016/texmf-dist/tex/latex/base/report.cls
texdoc report
Latex style path: /usr/local/texlive/2016/texmf-dist/tex/latex/base/report.sty
This is the header that is expanded.
\documentclass[11pt]{book}
LaTeX path for class: /usr/local/texlive/2016/texmf-dist/tex/latex/base/book.cls
texdoc book
Latex style path: /usr/local/texlive/2016/texmf-dist/tex/latex/base/book.sty
- inputenc (options=AUTO) texdoc inputenc
- fontenc (options=T1) texdoc fontenc
- graphicx (options=) texdoc graphicx
- grffile (options=) texdoc grffile
- longtable (options=) texdoc longtable
- wrapfig (options=) texdoc wrapfig
- rotating (options=) texdoc rotating
- ulem (options=normalem) texdoc ulem
- amsmath (options=) texdoc amsmath
- textcomp (options=) texdoc textcomp
- amssymb (options=) texdoc amssymb
- capt-of (options=) texdoc capt-of
- hyperref (options=) texdoc hyperref
org-latex-pdf-process = “(latexmk -pdflatex=’pdflatex -shell-escape -interaction nonstopmode’ -pdf -bibtex -f %f)”
Install scimax-latex and then run scimax-latex-setup
.
(use-package scimax-latex
:straight (scimax-latex :type git
:host github
:repo "jkitchin/scimax"
:files ("scimax-latex.el"))
:commands (scimax-latex-setup
kpsewhich
texdoc))