GithubHelp home page GithubHelp logo

louvtlo / mannequins-technical-maps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from whimsicalraps/mannequins-technical-maps

0.0 0.0 0.0 22.58 MB

Technical Maps for the Mannequins Modules

Python 100.00%

mannequins-technical-maps's Introduction

Mannequins Technical Maps

Technical Maps for Whimsical Raps' Mannequins Eurorack Modules

Feel free to grab printable PDFs for your desired modules, or clone the repository and make your own customizations to the manuals using Markdown or LaTeX! Hyperlinked, mobile friendly versions of the manuals are also linked below!

MANGROVE: PDF & Hyperlinked Web Document

JUST FRIENDS: PDF & Hyperlinked Web Document

COLD MAC: PDF & Hyperlinked Web Document

THREE SISTERS: PDF & Hyperlinked Web Document

Customizing Your Manual

Requirements

  • Pandoc will render the manual markdown files to PDFs.
  • A LaTeX installation (suggestions: MikTex for Windows, BasicTex for MacOS, TeXLive for Linux) is necessary for Pandoc to render PDFs.
  • Python and Panflute are necessary to accurately create pagebreaks in the PDF.

Installation

Windows & Mac

  1. Download the latest Pandoc installer here.
  2. Run the Pandoc installer.
  3. Donwload the latest MikTeX installer here.
  4. Run the MikTex installer.
  5. Download the latest Python installer here.
  6. Run the Python installer.
  7. Open a command line prompt and run pip install panflute.

Linux

  1. Run sudo apt-get install pandoc.
  2. Run sudo apt-get install texlive.
  3. Run sudo apt-get install python3.6.
  4. Run pip install panflute.

Steps

  1. Clone this repository using git clone or download this repository as a .zip and unpack it.
  2. Navigate to the directory of the module you wish to edit.
  3. Make your own personal changes to <module-name>.md to include your customizations! Sticking with Markdown formatting is easiest, but Pandoc supports many other formatting methods!
  4. Run pandoc <module-name>.md --metadata-file=metadata.md --filter myfilter.py -o <module-name>.pdf to generate of your new manual!

NB: Font, paper size, and line spacing settings can be edited in metadata.md.

NB: Pagebreaks will automatically be created on any level 1 or 2 heading (# or ##). You can also use \newpage or <div></div> to insert pagebreaks at any other location.

mannequins-technical-maps's People

Contributors

delta-6400 avatar szvsw avatar kfirmanty avatar trentgill 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.