From: Luke Kenneth Casson Leighton Date: Thu, 30 Jun 2022 14:05:15 +0000 (+0100) Subject: add image convert in latex X-Git-Tag: opf_rfc_ls005_v1~1445 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3fb57cffebce1d7a28c2701b5e54b1c3b3df08a;p=libreriscv.git add image convert in latex --- diff --git a/openpower/Makefile b/openpower/Makefile index fd1c2e0a3..b43aa030a 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -5,6 +5,7 @@ tex: pandoc -f markdown -t latex --top-level-division=section \ -N -o tex_out/sv.tex sv.mdwn pandoc -f markdown -t latex --top-level-division=section \ + --filter pandoc_img.py \ -N -o tex_out/overview.tex sv/overview.mdwn pandoc -f markdown -t latex --top-level-division=section \ -N -o tex_out/svp64.tex sv/svp64.mdwn