Giter VIP home page Giter VIP logo

luaimport's Introduction

LuaImport - A collection of Lua functions and LuaLatex commands to ease importing and splitting up documents

Introduction

Warnings

This code is experimental, and has so far only been tested on a linux system (though I suspect it will work without too much effort on any unix based system).

Requirements

This package requires the following LuaLaTeX packages:

luaHelper - Available here, as of writing, must be manually installed
luacode - Available in standard tex distributions\

Installation

To install this package manually, first make sure that you have a local texmf directory with a subdirectory named tex. You can do this with the following command, which will create the needed directories in your home directory.

$ mkdir -p ~/texmf/tex/

This gives the system tex a specific place to look for the package.

Next, using bash (or similar shell) navigate into a folder you plan on storing the luaHelper package (DO NOT clone into the texmf folder. This will significantly slow down all latex compilations as KSPE will try to traverse the .git directory) execut the following commands:

$ git clone https://github.com/humdrumcomet/luaImport
$ cd luaImport
$ ln -s luaImport ~/texmf/tex/
$ texhash

Basic Usage

To Do's

luaimport's People

Watchers

James Cloos avatar AE avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.