Skip to content
Snippets Groups Projects
Commit 19312d61 authored by nimrod's avatar nimrod
Browse files

Added left-to-right support.

Also an example file for testing purposes and some Hebrew fonts.
parent ec559901
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ COPY --from=golang /go/bin/on-change /go/bin/ttyrec2gif /usr/local/bin/ ...@@ -7,6 +7,9 @@ COPY --from=golang /go/bin/on-change /go/bin/ttyrec2gif /usr/local/bin/
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
fonts-font-awesome \ fonts-font-awesome \
fonts-linex \
fonts-noto-extra \
fonts-sil-ezra \
graphicsmagick \ graphicsmagick \
gosu \ gosu \
graphviz \ graphviz \
...@@ -18,6 +21,8 @@ RUN apt-get update && \ ...@@ -18,6 +21,8 @@ RUN apt-get update && \
texlive-fonts-extra \ texlive-fonts-extra \
texlive-fonts-recommended \ texlive-fonts-recommended \
texlive-font-utils \ texlive-font-utils \
texlive-lang-arabic \
texlive-lang-other \
texlive-latex-base \ texlive-latex-base \
texlive-latex-extra \ texlive-latex-extra \
texlive-luatex \ texlive-luatex \
......
.PHONY: all clean .PHONY: all clean
all: presentation.pdf all: presentation.pdf left-to-right.pdf
presentation.pdf: diagram.pdf presentation.pdf: diagram.pdf
presentation.pdf: prompt.gif presentation.pdf: prompt.gif
...@@ -8,6 +8,9 @@ presentation.pdf: prompt.gif ...@@ -8,6 +8,9 @@ presentation.pdf: prompt.gif
%.pdf: %.md %.pdf: %.md
pandoc -t beamer $< -o $@ pandoc -t beamer $< -o $@
left-to-right.pdf: left-to-right.md
pandoc --pdf-engine=xelatex $< -o $@
%.pdf: %.dot %.pdf: %.dot
dot $< -Tpdf > $@ dot $< -Tpdf > $@
......
---
dir: rtl
lang: he
mainfont: SILEOT.ttf
...
# משהו בעברית
עוד קצת עברית.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment