- Download MiKTeX
- Run the basic MiKTeX installer (see step-by-step guidance.)
- Open Command Prompt by clicking Start and then typing “cmd” into the search box.
- You can determine which version is installed by typing
pdflatex --version
Install MiKTeX via Homebrew package manager (see step-by-step guidance.):
- Start Terminal
- Run
brew tap miktex/miktex
- Run
brew install miktex
- Start a new Terminal
- You can determine which version is installed by typing
pdflatex --version
- Open a terminal
- Enter the following command:
sudo apt-get install texlive-full
- Open a terminal
- You can determine which version is installed by typing
pdflatex --version
- Open Command Prompt/Terminal
- Enter the following commands
cd whitepaper
pdflatex main.tex
pdflatex main.tex
pdflatex main.tex
- Open the whitepaper
main.pdf
You have to run the pdflatex
command three times to make the table of contents and the index complete.