Skip to content
85pando edited this page Nov 16, 2011 · 11 revisions

Welcome to the ukon-infie wiki!

Installation

The easiest way to get the package is to clone the repository into your computer.

You need to install git first.

Windows

Clone the repository into your MiKTeX/tex/latex/misc folder:

git clone git@github.com:zinnjonas/ukon-infie.git $PathToMiktex$/tex/latex/misc/ukon-infie

Run a cmd in Admin mode with initexmf --admin --update-fndb

Linux

Clone the repository into your tex-path:

  • global installation: git clone git@github.com:zinnjonas/ukon-infie.git /usr/share/texmf/tex/latex/ukon-infie
  • local installation: git clone git@github.com:zinnjonas/ukon-infie.git ~/texmf/tex/latex/ukon-infie

You now need to update your tex installation. Do this with texhash (personal) or sudo texhash (global).

Mac OS X

Clone the repository into your personal/local tex-path:

git clone git@github.com:zinnjonas/ukon-infie.git ~/Library/texmf/tex/latex/ukon-infie

Run a texhash if you want to be sure the package is found.

It is not necessary to put the package into the global tex-path

Usage

See Usage

Clone this wiki locally