Code Monkey home page Code Monkey logo

lpm's Introduction

LaTeX Project-Manager

A project-manager tool to speed up creation process for note-taking

Description

LPM (LaTeX Project Manager) is a simple project manager to generate a new LaTeX project from a template.

Installation

Requirements - see requirements.txt for more information

How to install LPM ?

  1. clone the project on your system with git clone https://github.com/iScsc/lpm.git
  2. cd into the project directory and modify the path_to_source field in the settings/config.json file with the absolute path to your LaTeX sources.
  3. in the same file, describe the dependencies of your custom classes and documents according to this nomenclature :
"latex_class":[
    {
    "name":"classname",
    "dependencies":[
        "mypackage.sty",
        "packages.tex",
        "main.tex",
        "classname.cls"
        ]
    }
]

Remarks - Note that LPM will create by default a new project in the same directory as the git repository. You can change this behavior by editing the second line of the src/app.cfg config file with the absolute (or relative) path to the directory of your choice.

How to use LPM ?

To use LPM, simply run the src/main.py file in your terminal. A text interface will be created. You juste have to follow the instructions !

Contribute

If you find a bug, or if you want to request a new feature, feel free to open a new issue at https://github.com/iScsc/lpm/issues. You can also open a pull request at https://github.com/iScsc/lpm/pull.

lpm's People

Contributors

nicolaslesquoy avatar

lpm's Issues

Discussion par rapport à la pull request

#1 - Discussion par rapport à la pull request ouverte actuelle. Le code n'est pas aussi propre que je le souhaite. Il n'est pas très adapté à un packaging via pyinstaller.

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.