8000 GitHub - oneElectron/itex at v1.2.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

oneElectron/itex

Repository files navigation

ITex

version licence lines of code GitHub code size in bytes

Initialize a latex project in the current folder

Usage:

itex <options> template
  -d --debug                use debug mode
  -l --list                 output a list of templates
  -s --disable-os-search    prevent itex from searching the os for the templates folder
  -u --update               update the itex-templates folder

available templates:

  • default (just the basics with an out folder and a Makefile)
  • iSci
  • apa
  • Electron (My own template)

Install on MacOS

itex isn't on homebrew's default taps so you need to add my tap then install itex:

brew tap oneelectron/oneelectron
brew install itex -s

Install on Windows

itex doesn't have a windows installer yet, so the recommended way is to use cargo to install itex, then use itex to install it's template folder. Install rust then:

cargo install itex
itex --update
0