pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
-N -o tex_out/vector_ops.tex sv/vector_ops.mdwn
+ pandoc -f markdown -t latex --top-level-division=section \
+ --filter pandoc_img.py \
+ -N -o tex_out/cr_int_predication.tex sv/cr_int_predication.mdwn
+ pandoc -f markdown -t latex --top-level-division=section \
+ --filter pandoc_img.py \
+ -N -o tex_out/bitmanip.tex sv/bitmanip.mdwn
pdf:
\chapter{Vector Assist ops}\hypertarget{svux2fvector_ops}{}
\input{tex_out/vector_ops.tex}
+\chapter{CR Weird ops}\hypertarget{svux2fcr_int_predication}{}
+\input{tex_out/cr_int_predication.tex}
+\chapter{Bitmanip ops}\hypertarget{svux2fbitmanip}{}
+\input{tex_out/bitmanip.tex}
+
\end{document}