generator-mbf

2.1.4 • Public • Published

generator-mbf

npm version Coverage Status Build Status dependencies Status

Yeoman Generator for LaTeX MBF courses

Installation

First, install Yeoman and generator-mbf using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-mbf

Then generate your new project:

yo mbf

Getting Started

What will be created?

Directory Structure

This generator will be perfect for every type of your LaTeX courses. It helps you to create a solid structure of your project.

Take a look at this final structure:

│- .editorconfig
│- Gruntfile.js        # The compilator launcher file
│- main.tex            # The global file
│- package.json
│
└── src
    │- glossary.tex        # The glossary file
    │- references.bib        # The reference file
    │- ...
    │
    └── 1
        │- main.tex    # First chapter global file
        │- ...

    └── 2
        │- main.tex    # Second chapter global file
        │- ...

    └── assets
        │- figures.svg # Optionnal figures files
        │- ...

    └── ...

└── dist
    │- [PROJECT].pdf   # The final PDF file output
    │- ...             # Some files used for compilation

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Ghislain.

Package Sidebar

Install

npm i generator-mbf

Homepage

mbfassas.com

Weekly Downloads

1

Version

2.1.4

License

MIT

Last publish

Collaborators

  • ghighia