From: Luke Kenneth Casson Leighton Date: Thu, 30 Jun 2022 10:11:46 +0000 (+0100) Subject: add pdf creation X-Git-Tag: opf_rfc_ls005_v1~1458 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0339be075b8e10e672610e6d9d7369d611041099;p=libreriscv.git add pdf creation --- diff --git a/openpower/Makefile b/openpower/Makefile index abf4f3f30..196935b16 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -7,3 +7,4 @@ tex: -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 + pdflatex -synctex=1 -interaction=nonstopmode simple_v_spec.tex