pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
-N -o tex_out/bitmanip.tex sv/bitmanip.mdwn
+ pandoc -f markdown -t latex --top-level-division=section \
+ --filter pandoc_img.py \
+ -N -o tex_out/fcvt.tex sv/fcvt.mdwn
+ pandoc -f markdown -t latex --top-level-division=section \
+ --filter pandoc_img.py \
+ -N -o tex_out/int_fp_mv.tex sv/int_fp_mv.mdwn
+ pandoc -f markdown -t latex --top-level-division=section \
+ --filter pandoc_img.py \
+ -N -o tex_out/av_opcodes.tex sv/av_opcodes.mdwn
pdf:
\input{tex_out/cr_int_predication.tex}
\chapter{Bitmanip ops}\hypertarget{svux2fbitmanip}{}
\input{tex_out/bitmanip.tex}
+\chapter{FP/Integer conversion ops}\hypertarget{svux2fint_fp_mv}{}
+\input{tex_out/int_fp_mv.tex}
+\chapter{Audio/Video ops}\hypertarget{svux2fav_opcodes}{}
+\input{tex_out/av_opcodes.tex}