All Projects → clerkma → Ptex Ng

clerkma / Ptex Ng

Asiatic pTeX

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Ptex Ng

Satysfi
A statically-typed, functional typesetting system
Stars: ✭ 815 (+241%)
Mutual labels:  pdf-generation, opentype
Docto
Simple command line utility for converting .doc & .xls files to any supported format such as Text, RTF, CSV or PDF
Stars: ✭ 220 (-7.95%)
Mutual labels:  pdf-generation
Aws Lambda Libreoffice
85 MB LibreOffice to fit inside AWS Lambda compressed with Brotli
Stars: ✭ 145 (-39.33%)
Mutual labels:  pdf-generation
C4 Builder
This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
Stars: ✭ 164 (-31.38%)
Mutual labels:  pdf-generation
Source Han Super Otc
Source Han & Noto CJK Mega/Ultra OTCs
Stars: ✭ 153 (-35.98%)
Mutual labels:  opentype
Publisher
speedata Publisher - a professional database Publishing system
Stars: ✭ 191 (-20.08%)
Mutual labels:  pdf-generation
Svglib
Read SVG files and convert them to other formats.
Stars: ✭ 139 (-41.84%)
Mutual labels:  pdf-generation
Pdf Bot
🤖 A Node queue API for generating PDFs using headless Chrome. Comes with a CLI, S3 storage and webhooks for notifying subscribers about generated PDFs
Stars: ✭ 2,551 (+967.36%)
Mutual labels:  pdf-generation
Ttf Parser
A high-level, safe, zero-allocation TrueType font parser.
Stars: ✭ 221 (-7.53%)
Mutual labels:  opentype
Chrome Headless Render Pdf
Stars: ✭ 164 (-31.38%)
Mutual labels:  pdf-generation
Wasm Pdf
Generate PDF files with JavaScript and WASM (WebAssembly)
Stars: ✭ 163 (-31.8%)
Mutual labels:  pdf-generation
Harfbuzz
HarfBuzz text shaping engine
Stars: ✭ 2,206 (+823.01%)
Mutual labels:  opentype
Markdown Pdf
📄 Markdown to PDF converter
Stars: ✭ 2,365 (+889.54%)
Mutual labels:  pdf-generation
Html2pdf.js
Client-side HTML-to-PDF rendering using pure JS.
Stars: ✭ 2,287 (+856.9%)
Mutual labels:  pdf-generation
Asciidoctor Web Pdf
Convert AsciiDoc documents to PDF using web technologies
Stars: ✭ 219 (-8.37%)
Mutual labels:  pdf-generation
Doctron
Docker-powered html convert to pdf(html2pdf), html to image(html2image like jpeg,png),which using chrome(golang) kernel, add watermarks to pdf, convert pdf to images etc.
Stars: ✭ 141 (-41%)
Mutual labels:  pdf-generation
Openpdf
OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository. ⛺
Stars: ✭ 2,174 (+809.62%)
Mutual labels:  pdf-generation
Resumake.io
📝 A website for automatically generating elegant LaTeX resumes.
Stars: ✭ 2,277 (+852.72%)
Mutual labels:  pdf-generation
Android Pdfmyxml
convert android xml layouts into PDF document, works on all versions of Android.
Stars: ✭ 231 (-3.35%)
Mutual labels:  pdf-generation
Pdf Lib
Create and modify PDF documents in any JavaScript environment
Stars: ✭ 3,426 (+1333.47%)
Mutual labels:  pdf-generation

Build Status

Travis-CI Build Status Appveyor Build Status

How to Build

Linux/Mac

Run the shell script:

./build-gcc/build-aptex.sh

Windows/MSVC

Compile with nmake

cd build-msvc
build-mruby.bat
build-aptex-nmake.bat

Compile with jom

Jom

cd build-msvc
build-mruby.bat
build-aptex-jom.bat

Source

  • TeX Live 2021 (http://tug.org/svn/texlive/trunk/Build/source/)
  • libotf 0.9.16 (http://cvs.savannah.gnu.org/viewvc/libotf/?root=m17n)
  • mruby 2.1.2 (http://mruby.org/downloads/)

How to Install

TeX Wiki/pTeX-ng

Fetch tltexjp-key.asc

  • Windows, Invoke-WebRequest -Uri 'https://texlive.texjp.org/tltexjp-key.asc' -OutFile 'tltexjp-key.asc'
  • Linux/macOS, curl -O https://texlive.texjp.org/tltexjp-key.asc or wget https://texlive.texjp.org/tltexjp-key.asc

Windows (PowerShell/CMD)

tlmgr update --self --all
tlmgr key add tltexjp-key.asc
tlmgr repository add http://texlive.texjp.org/current/tltexjp tltexjp
tlmgr pinning add tltexjp "*"
tlmgr install ptex-ng

Linux/macOS

tlmgr update --self --all
tlmgr key add tltexjp-key.asc
tlmgr repository add http://texlive.texjp.org/current/tltexjp tltexjp
tlmgr pinning add tltexjp '*'
tlmgr install ptex-ng
tlmgr path add
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].