Skip to content

This repo provide my latex document template files and settings working on Visual Studio Code.

License

Notifications You must be signed in to change notification settings

ShuN6211/latex-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latex-template

This repo provide my latex document template files and settings working on Visual Studio Code.

Requires

  • Visual Studio Code

  • TeXShop

    • In case of OSX, you can get via homebrew. Note that following command takes long time.
        brew install --cask mactex-no-gui
  • LaTexWorkShop

  • latexindent

    • I recommend to install latexindent via homebrew because the one provided by mac-tex needs specific version of perl. Resolve the dependency by oneself is a little tedious.
    brew install latexindent
    • The path to the above latexindent installed via homebrew is configured in settings.json.
"latex-workshop.latexindent.path": "/opt/homebrew/bin/latexindent",

About

This repo provide my latex document template files and settings working on Visual Studio Code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages