Skip to content
zinnjonas edited this page May 29, 2013 · 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

OR:

If you don't want to clone it to yout miktex folder, you can pick any directory you want, but it has to have the following structure: PATH_TO_FOLDER/package/tex/latex/ in the latex folder you can now store the wished latex .sty file. e.g.: PATH_TO_FOLDER/package/tex/latex/ukon-infie/ukon-infie.sty

now add in your Miktex settings dialog -> Roots -> add PATH_TO_FOLDER/package, go to General tab and Refresh FNDB and you are done.

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 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