talmudifier 0.2.0

Convert markdown text into Talmud-like PDFs
Documentation
{
  "page": {
    "paper_size": "Letter",
    "margins": {
      "left": {
        "length": 1.0,
        "unit": "In"
      },
      "right": {
        "length": 1.0,
        "unit": "In"
      },
      "top": {
        "length": 0.5,
        "unit": "In"
      },
      "bottom": {
        "length": 0.5,
        "unit": "In"
      },
      "foot_skip": {
        "length": 0.25,
        "unit": "In"
      },
      "margin_paragraph_width": {
        "length": 5.0,
        "unit": "Em"
      },
      "binding_offset": {
        "length": 0.21,
        "unit": "In"
      }
    },
    "column_separation": {
      "length": 0.25,
      "unit": "In"
    },
    "font_metrics": {
      "size": 11.0,
      "skip": 15.0
    }
  },
  "fonts": {
    "left": {
      "directory": "test_hebrew/fonts/TaameyFrankCLM",
      "regular": "TaameyFrankCLM-Medium.ttf",
      "italic": "TaameyFrankCLM-MediumOblique.ttf",
      "bold": "TaameyFrankCLM-Bold.ttf",
      "bold_italic": "TaameyFrankCLM-BoldOblique.ttf",
      "language": "hebrew"
    },
    "center": {
      "directory": "test_hebrew/fonts/Shofar",
      "regular": "ShofarRegular.ttf",
      "italic": "ShofarRegularOblique.ttf",
      "bold": "ShofarDemi-Bold.ttf",
      "bold_italic": "ShofarDemi-BoldOblique.ttf",
      "language": "hebrew"
    },
    "right": {
      "directory": "test_hebrew/fonts/Noto_Rashi_Hebrew",
      "regular": "NotoRashiHebrew-Regular.ttf",
      "italic": "NotoRashiHebrew-Light.ttf",
      "bold": "NotoRashiHebrew-Bold.ttf",
      "language": "hebrew"
    }
  },
  "source_text": {
    "Files": {
      "left": "test_hebrew/text/left.md",
      "center": "test_hebrew/text/center.md",
      "right": "test_hebrew/text/right.md"
    }
  },
  "title": {
    "title": "לורם איפסום",
    "language": "hebrew"
  },
  "log": false
}