Search
Items tagged with: pandoc
Build custom #Docker images to internationalize #pandoc and use it with non-Latin scripts.
Example image for Ukrainian, adding a font with #Cyrillic glyphs:
FROM pandoc/latex
RUN tlmgr install babel-ukrainian
RUN apk --no-cache add font-opensans
Build and use with
docker build -t pandoc/ukr -f Dockerfile .
docker run … pandoc/ukr --pdf-engine=lualatex …
Example:
---
mainfont: Open Sans
lang: uk
---
# Приклад українською
Цей текст не *дуже* цікавий.
Ever need to convert a document to another format?
Then you need #Pandoc, which just released its 3.0 version yesterday:
https://pandoc.org/releases.html
The list of new fixes and features goes on for pages. Great work, Pandoc team!
#OpenSource
Then you need #Pandoc, which just released its 3.0 version yesterday:
https://pandoc.org/releases.html
The list of new fixes and features goes on for pages. Great work, Pandoc team!
#OpenSource