Skip to content

Latest commit

 

History

History
 
 

leanimt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

LeanIMT Paper

This folder contains the LeanIMT Paper (Download PDF).

Related work

Code

Install Latex to work with VSCode on Mac

  1. Install Miktex.

  2. Install LaTeX Workshop VSCode extension.

  3. Add the PATH by running:

echo 'export PATH=$HOME/bin:$PATH' >> ~/.zshrc

Read more about it here.

  1. Add Latex formatter in VSCode.
sudo cpan Unicode::GCString
sudo cpan App::cpanminus
sudo cpan YAML::Tiny
sudo perl -MCPAN -e 'install "File::HomeDir"'

Read more about it here.

Note: Prettier does not format .tex files.