Skip to content

Set of scripts that generates a Latex document from a predefined obsidian structure

Notifications You must be signed in to change notification settings

ThalosDev/MarkLaTeX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkLaTeX

Prerequisites

  • Pandoc (for document conversion)
  • XeLaTeX (for LaTeX compilation)

Installing Dependencies

  1. Install Node.js and npm
    Download and install Node.js (includes npm).

  2. Install Pandoc

    sudo apt-get install pandoc

    Or see Pandoc installation guide.

  3. Install TeX Live

    sudo apt-get install texlive-full

    Or see TeX Live installation guide.

  4. Install Node.js dependencies
    In the project directory, run:

    npm install

Usage

To build the documentation, run:

./build_docs.sh [-d] INPUT_FILE OUTPUT_DIR

This script will:

  • Install npm dependencies if needed.
  • Convert Markdown files to PDF using Pandoc and LaTeX.
  • Output the generated documentation in the docs/ directory.

Note: Ensure all prerequisites are installed before running the script.

About

Set of scripts that generates a Latex document from a predefined obsidian structure

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published